Home
last modified time | relevance | path

Searched refs:servertype (Results 1 – 25 of 811) sorted by relevance

12345678910>>...33

/dports/biology/p5-BioPerl/BioPerl-1.7.7/lib/Bio/DB/
H A DDBFetch.pm268 sub servertype { subroutine
269 my ($self, $servertype) = @_;
270 if( defined $servertype && $servertype ne '') {
274 $self->{'_servertype'} = $servertype;
293 my $servertype = $self->servertype;
295 unless defined $servertype;
296 my %hosts = %{$self->hosts->{$servertype}->{'hosts'}};
322 my $servertype = $self->servertype();
324 if( ! defined $location || !defined $servertype ) {
327 return sprintf($self->hosts->{$servertype}->{'baseurl'},
[all …]
/dports/net-mgmt/check_nwc_health/check_nwc_health-10.0.0.1/plugins-scripts/Classes/
H A DDevice.pm10 if ($self->opts->servertype && $self->opts->servertype eq 'linuxlocal') {
11 } elsif ($self->opts->servertype && $self->opts->servertype eq 'windowslocal') {
16 } elsif ($self->opts->servertype && $self->opts->servertype eq 'solarislocal') {
43 if ($self->opts->servertype) {
44 $self->{productname} = $self->opts->servertype;
45 $self->{productname} = 'cisco' if $self->opts->servertype eq 'cisco';
47 $self->{productname} = 'hh3c' if $self->opts->servertype eq 'hh3c';
48 $self->{productname} = 'hp' if $self->opts->servertype eq 'hp';
50 $self->{productname} = 'eltex' if $self->opts->servertype eq 'eltex';
52 $self->{productname} = 'junos' if $self->opts->servertype eq 'junos';
[all …]
/dports/net/samba412/samba-4.12.15/source3/nmbd/
H A Dnmbd_incomingdgrams.c102 uint32_t servertype = IVAL(buf,23); in process_host_announce() local
121 ttl, servertype,comment)); in process_host_announce()
158 if(servertype != 0) { in process_host_announce()
202 uint32_t servertype = IVAL(buf,23); in process_workgroup_announce() local
217 ttl, servertype, master_name)); in process_workgroup_announce()
255 uint32_t servertype = IVAL(buf,23); in process_local_master_announce() local
272 ttl, servertype, comment)); in process_local_master_announce()
289 if(servertype == 0) in process_local_master_announce()
324 if(servertype != 0) { in process_local_master_announce()
425 uint32_t servertype = IVAL(buf,1); in process_lm_host_announce() local
[all …]
/dports/irc/epic4/help/6_Functions/
H A Dservertype1 # $EPIC: servertype,v 1.3 2002/02/28 04:08:42 brian Exp $
3 $servertype(<index>)
18 $servertype() returns type of current server
19 $servertype(0) returns type of server #0
20 $servertype($winserv()) returns type of server for current window
/dports/irc/ircII/ircii-20210314/script/
H A Dicb31 alias topic if (servertype() == [ICB]) {^icb topic $*}{${K}${K}topic $*}
32 alias who if (servertype() == [ICB]) {^icb who $*}{${K}${K}who $*}
33 alias invite if (servertype() == [ICB]) {^icb invite $*}{${K}${K}invite $*}
34 alias away if (servertype() == [ICB]) {^icb msg server away $*}{${K}${K}away $*}
35 alias ping if (servertype() == [ICB]) {^icb msg server ping $*}{${K}${K}ping $*}
36 alias stats if (servertype() == [ICB]) {^icb msg server stats $*}{${K}${K}stats $*}
/dports/comms/xdx/xdx-2.4/src/
H A Dnet.h29 typedef struct servertype { struct
40 } servertype; argument
42 servertype *new_cluster(void);
43 gboolean clresolve (servertype *cluster);
H A Dnet.c59 servertype *new_cluster(void) in new_cluster()
61 servertype *server = g_new0(servertype, 1); in new_cluster()
80 clresolve (servertype *cluster) in clresolve()
168 servertype *cluster; in cldisconnect()
196 servertype *cluster = g_object_get_data(G_OBJECT(gui->window), "cluster"); in send_keepalivepacket()
205 servertype *cluster; in reconnect()
227 servertype *cluster = (servertype *)data; in rx()
323 servertype *cluster; in tx()
/dports/devel/fbthrift/fbthrift-2021.12.27.00/thrift/perf/py/
H A Dpy3_test_server.py83 if options.servertype == "TCppServer":
94 if options.servertype == "TCppServer":
101 if options.servertype == "TCppServer":
109 ServerClass = getattr(TServer, options.servertype)
112 print("Serving " + options.servertype + " requests on port %d..." % (options.port,))
/dports/net-mgmt/pandorafms_server/pandorafms_server-6.0SP2/util/plugin/
H A Dpandora_server_status.pl28 my $servertype = 0;
172 "t=i" => \$servertype
188 …$sql_query = "SELECT status FROM tserver WHERE server_type = $servertype and name = '$servername'";
191 …$sql_query = "SELECT queued_modules FROM tserver WHERE server_type = $servertype and name = '$serv…
/dports/net/serveez/serveez-0.2.2/test/
H A Dt006437 (not (define-servertype! '(
445 (not (define-servertype! '(
453 (not (define-servertype! '(
460 (not (define-servertype! '(
467 (not (define-servertype! '(
474 (not (define-servertype! '(
481 (not (define-servertype! '(
488 (not (define-servertype! '(
494 (not (define-servertype! '(
501 (not (define-servertype! '(
[all …]
H A Dt00336 (define (echo-global-init servertype)
37 (println "Running echo global init " servertype ".")
44 (define (echo-global-finalize servertype)
45 (println "Running echo global finalizer " servertype ".")
89 (define-servertype!
/dports/net/serveez/serveez-0.2.2/src/guile-server/
H A Deval-server.scm38 (define (eval-global-init servertype)
39 (println "Running eval global init " servertype ".")
46 (define (eval-global-finalize servertype)
47 (println "Running eval global finalizer " servertype ".")
H A Decho-server.scm24 (define (echo-global-init servertype)
25 (println "Running echo global init " servertype ".")
32 (define (echo-global-finalize servertype)
33 (println "Running echo global finalizer " servertype ".")
/dports/www/e107/e107/e107_handlers/
H A Dpop3_class.php27 …function receiveMail($username,$password,$EmailAddress,$mailserver='localhost',$servertype='pop3',… argument
29 if($servertype=='imap')
37 if ($servertype == '') $servertype = 'pop3';
38 $strConnect='{'.$mailserver.':'.$port. '/'.$servertype.'}INBOX';
/dports/devel/py-twisted/Twisted-22.1.0/docs/core/examples/
H A Dshaper.py40 servertype = "web" # "chargen" variable
42 if servertype == "web":
47 elif servertype == "chargen":
/dports/net/serveez/serveez-0.2.2/doc/
H A Dguile-api.texh23 @item @code{#<svz-servertype>}
85 @code{define-servertype!}. This procedure takes one argument which
92 (define-servertype! '(
150 @tsin i define-servertype!
235 @tsin i serveez-servertype?
263 @code{define-servertype!}, or by using the predefined procedures
268 @deffn {@PROC{}} global-init servertype
270 the @code{define-servertype!} statement. Here you can initialise
277 @deffn {@PROC{}} global-finalize servertype
312 @code{define-servertype!} statement.
[all …]
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/apache/thrift/lib/delphi/test/
H A DTestServer.pas478 servertype : TServerType;
486 servertype := srv_Simple;
522 if sValue = 'simple' then servertype := srv_Simple
523 else if sValue = 'thread-pool' then servertype := srv_Threadpool
524 else if sValue = 'threaded' then servertype := srv_Threaded
525 else if sValue = 'nonblocking' then servertype := srv_Nonblocking
622 case servertype of
628 raise Exception.Create(SERVER_TYPES[servertype]+' server not implemented');
634 raise Exception.Create(SERVER_TYPES[servertype]+' server not implemented');
/dports/net/storj/storj-1.45.3/vendor/github.com/apache/thrift/lib/delphi/test/
H A DTestServer.pas533 servertype : TServerType;
541 servertype := srv_Simple;
582 if s = 'simple' then servertype := srv_Simple
583 else if s = 'thread-pool' then servertype := srv_Threadpool
584 else if s = 'threaded' then servertype := srv_Threaded
585 else if s = 'nonblocking' then servertype := srv_Nonblocking
690 case servertype of
696 raise Exception.Create(SERVER_TYPES[servertype]+' server not implemented');
702 raise Exception.Create(SERVER_TYPES[servertype]+' server not implemented');
/dports/devel/py-thrift/thrift-0.14.0/lib/delphi/test/
H A DTestServer.pas478 servertype : TServerType;
486 servertype := srv_Simple;
522 if sValue = 'simple' then servertype := srv_Simple
523 else if sValue = 'thread-pool' then servertype := srv_Threadpool
524 else if sValue = 'threaded' then servertype := srv_Threaded
525 else if sValue = 'nonblocking' then servertype := srv_Nonblocking
622 case servertype of
628 raise Exception.Create(SERVER_TYPES[servertype]+' server not implemented');
634 raise Exception.Create(SERVER_TYPES[servertype]+' server not implemented');
/dports/www/fabio/fabio-1.5.14/vendor/github.com/apache/thrift/thrift-da1169d75b15/lib/delphi/test/
H A DTestServer.pas533 servertype : TServerType;
541 servertype := srv_Simple;
582 if s = 'simple' then servertype := srv_Simple
583 else if s = 'thread-pool' then servertype := srv_Threadpool
584 else if s = 'threaded' then servertype := srv_Threaded
585 else if s = 'nonblocking' then servertype := srv_Nonblocking
690 case servertype of
696 raise Exception.Create(SERVER_TYPES[servertype]+' server not implemented');
702 raise Exception.Create(SERVER_TYPES[servertype]+' server not implemented');
/dports/devel/thrift-c_glib/thrift-0.14.0/lib/delphi/test/
H A DTestServer.pas478 servertype : TServerType;
486 servertype := srv_Simple;
522 if sValue = 'simple' then servertype := srv_Simple
523 else if sValue = 'thread-pool' then servertype := srv_Threadpool
524 else if sValue = 'threaded' then servertype := srv_Threaded
525 else if sValue = 'nonblocking' then servertype := srv_Nonblocking
622 case servertype of
628 raise Exception.Create(SERVER_TYPES[servertype]+' server not implemented');
634 raise Exception.Create(SERVER_TYPES[servertype]+' server not implemented');
/dports/devel/thrift-cpp/thrift-0.14.0/lib/delphi/test/
H A DTestServer.pas478 servertype : TServerType;
486 servertype := srv_Simple;
522 if sValue = 'simple' then servertype := srv_Simple
523 else if sValue = 'thread-pool' then servertype := srv_Threadpool
524 else if sValue = 'threaded' then servertype := srv_Threaded
525 else if sValue = 'nonblocking' then servertype := srv_Nonblocking
622 case servertype of
628 raise Exception.Create(SERVER_TYPES[servertype]+' server not implemented');
634 raise Exception.Create(SERVER_TYPES[servertype]+' server not implemented');
/dports/devel/thrift/thrift-0.14.0/lib/delphi/test/
H A DTestServer.pas478 servertype : TServerType;
486 servertype := srv_Simple;
522 if sValue = 'simple' then servertype := srv_Simple
523 else if sValue = 'thread-pool' then servertype := srv_Threadpool
524 else if sValue = 'threaded' then servertype := srv_Threaded
525 else if sValue = 'nonblocking' then servertype := srv_Nonblocking
622 case servertype of
628 raise Exception.Create(SERVER_TYPES[servertype]+' server not implemented');
634 raise Exception.Create(SERVER_TYPES[servertype]+' server not implemented');
/dports/misc/concourse/concourse-6.7.2/vendor/github.com/apache/thrift/lib/delphi/test/
H A DTestServer.pas470 servertype : TServerType;
478 servertype := srv_Simple;
519 if s = 'simple' then servertype := srv_Simple
520 else if s = 'thread-pool' then servertype := srv_Threadpool
521 else if s = 'threaded' then servertype := srv_Threaded
522 else if s = 'nonblocking' then servertype := srv_Nonblocking
629 case servertype of
635 raise Exception.Create(SERVER_TYPES[servertype]+' server not implemented');
641 raise Exception.Create(SERVER_TYPES[servertype]+' server not implemented');
/dports/devel/node-thrift/thrift-0.14.0/lib/delphi/test/
H A DTestServer.pas478 servertype : TServerType;
486 servertype := srv_Simple;
522 if sValue = 'simple' then servertype := srv_Simple
523 else if sValue = 'thread-pool' then servertype := srv_Threadpool
524 else if sValue = 'threaded' then servertype := srv_Threaded
525 else if sValue = 'nonblocking' then servertype := srv_Nonblocking
622 case servertype of
628 raise Exception.Create(SERVER_TYPES[servertype]+' server not implemented');
634 raise Exception.Create(SERVER_TYPES[servertype]+' server not implemented');

12345678910>>...33