Searched refs:server (Results 1 - 25 of 1197) sorted by relevance

1234567891011>>

/macosx-10.10.1/cups-408/cups/test/
H A D5.4-lpstat.sh32 server="`$VALGRIND ../systemv/lpstat -H 2>&1`"
33 if test $? != 0 -o "x$server" != xlocalhost:8631; then
34 echo " FAILED ($server)"
37 echo " PASSED ($server)"
/macosx-10.10.1/ruby-106/ruby/test/net/imap/
H A DMakefile4 touch server.key
5 make server.crt
7 cacert.pem: server.key
8 openssl req -new -x509 -days 1825 -key server.key -out cacert.pem -text -subj "/C=JP/ST=Shimane/L=Matz-e city/O=Ruby Core Team/CN=Ruby Test CA/emailAddress=security@ruby-lang.org"
10 server.csr:
11 openssl req -new -key server.key -out server.csr -text -subj "/C=JP/ST=Shimane/O=Ruby Core Team/OU=Ruby Test/CN=localhost"
13 server.crt: server.csr cacert.pem
14 openssl x509 -days 1825 -CA cacert.pem -CAkey server
[all...]
/macosx-10.10.1/apache-793/httpd/docs/conf/extra/
H A Dhttpd-info.conf.in2 # Get information about the requests being processed by the server
3 # and the configuration of the server.
6 # mod_info (for the server-info handler),
7 # mod_status (for the server-status handler)
10 # Allow server status reports generated by mod_status,
11 # with the URL of http://servername/server-status
14 <Location /server-status>
15 SetHandler server-status
23 # Off) when the "server-status" handler is called. The default is Off.
28 # Allow remote server configuratio
[all...]
/macosx-10.10.1/emacs-93/emacs/lib-src/
H A Dpop.h60 extern int pop_stat _ARGS((popserver server, int *count, int *size));
61 extern int pop_list _ARGS((popserver server, int message, int **IDs,
63 extern int pop_retrieve _ARGS((popserver server, int message, int markfrom,
65 extern int pop_retrieve_first _ARGS((popserver server, int message,
67 extern int pop_retrieve_next _ARGS((popserver server, char **line));
68 extern int pop_retrieve_flush _ARGS((popserver server));
69 extern int pop_top_first _ARGS((popserver server, int message, int lines,
71 extern int pop_top_next _ARGS((popserver server, char **line));
72 extern int pop_top_flush _ARGS((popserver server));
73 extern int pop_multi_first _ARGS((popserver server, cha
[all...]
H A Dpop.c1 /* pop.c: client routines for talking to a POP3-protocol post-office server
152 * Purpose: Establishes a connection with a post-office server, and
156 * host The server host with which the connection should be
158 * heuristics will be used to determine the server host,
185 popserver server; local
244 strcpy (pop_error, "Could not determine POP server");
277 server = (popserver) malloc (sizeof (struct _popserver));
278 if (! server)
283 server->buffer = (char *) malloc (GETLINE_MIN);
284 if (! server
1025 krb5_principal client, server; local
[all...]
/macosx-10.10.1/CPANInternal-159.1/JSON-RPC-0.96/ex/
H A Dserver.cgi8 my $server = JSON::RPC::Server::CGI->new;
10 $server->dispatch_to({'/API' => 'MyApp', '/API/Subclass' => 'MyApp::Subclass'})->handle();
H A Dserverd.pl7 my $server = JSON::RPC::Server::Daemon->new(LocalPort => 8080);
9 $server->dispatch_to({'/jsonrpc/API' => 'MyApp', '/jsonrpc/API/Subclass' => 'MyApp::Subclass'})->handle();
/macosx-10.10.1/bind9-45.101/bind9/bin/tests/virtual-time/
H A Dstop.pl20 # Based on the type of server specified, signal the server to stop, wait
22 # If a server is specified, stop it. Otherwise, stop all servers for test.
28 # [--use-rndc] test [server]
31 # server - name of the server directory
33 my $usage = "usage: $0 [--use-rndc] test-directory [server-directory]";
46 my $server = $ARGV[1];
52 die "No server directory: \"$server\"\
[all...]
H A Dstart.pl20 # Based on the type of server specified, check for port availability, remove
21 # temporary files, start the server, and verify that the server is running.
22 # If a server is specified, start it. Otherwise, start all servers for test.
29 # --noclean test [server [options]]
31 # --noclean - Do not cleanup files in server directory
33 # server - name of the server directory
34 # options - alternate options for the server
36 my $usage = "usage: $0 [--noclean] test-directory [server
[all...]
/macosx-10.10.1/tcl-105/tcl_ext/tcllib/tcllib/examples/tie/
H A Dserver.tcl5 # Array server ...
13 global server
14 puts *\ \[[join $args "\] \["]\]\ ([dictsort [array get server]])
27 array set server {}
28 trace add variable server {write unset} Track
/macosx-10.10.1/emacs-93/emacs/lisp/gnus/
H A Dnnnil.el34 (defun nnnil-retrieve-headers (articles &optional group server fetch-old)
36 (set-buffer nntp-server-buffer)
40 (defun nnnil-open-server (server &optional definitions)
43 (defun nnnil-close-server (&optional server)
49 (defun nnnil-server-opened (&optional server)
52 (defun nnnil-status-message (&optional server)
55 (defun nnnil-request-article (article &optional group server t
[all...]
H A Dnnagent.el64 (defun nnagent-server (server)
65 (and server (format "%s+%s" (car gnus-command-method) server)))
67 (deffoo nnagent-open-server (server &optional defs)
73 (nnoo-change-server 'nnagent
74 (nnagent-server server)
82 (nnagent-close-server)
[all...]
/macosx-10.10.1/bind9-45.101/bind9/bin/tests/system/
H A Dstop.pl21 # Based on the type of server specified, signal the server to stop, wait
23 # If a server is specified, stop it. Otherwise, stop all servers for test.
29 # [--use-rndc] test [server]
32 # server - name of the server directory
34 my $usage = "usage: $0 [--use-rndc] test-directory [server-directory]";
47 my $server = $ARGV[1];
53 die "No server directory: \"$server\"\
[all...]
H A Dstart.pl21 # Based on the type of server specified, check for port availability, remove
22 # temporary files, start the server, and verify that the server is running.
23 # If a server is specified, start it. Otherwise, start all servers for test.
31 # --noclean test [server [options]]
33 # --noclean - Do not cleanup files in server directory
35 # server - name of the server directory
36 # options - alternate options for the server
46 my $usage = "usage: $0 [--noclean] [--restart] test-directory [server
[all...]
/macosx-10.10.1/CPANInternal-159.1/SOAP-Lite-1.11/examples/server/
H A Dsoap.pop38 my $server = SOAP::Transport::POP3::Server
9 -> new('pop://pop.mail.server')
11 # -> new('pop://user:password@pop.mail.server')
12 # or, if you have server that supports MD5 protected passwords
13 # -> new('pop://user:password;AUTH=+APOP@pop.mail.server')
20 $server->login('user' => 'password') or die "Can't authenticate to POP3 server\n";
24 do { $server->handle } while sleep 10;
26 # you may also call $server->quit explicitly to purge deleted messages
/macosx-10.10.1/ruby-106/ruby/lib/drb/
H A Dextserv.rb14 def initialize(there, name, server=nil)
16 @server = server || DRb::primary_server
20 @invoker = ro.regist(name, DRbObject.new(self, @server.uri))
23 attr_reader :server
26 DRbObject.new(nil, @server.uri)
32 server = @server
33 @server = nil
34 server
[all...]
/macosx-10.10.1/bootp-298/bootplib/
H A Dipconfig_ext.h33 ipconfig_server_port(mach_port_t * server) argument
35 return (bootstrap_look_up(bootstrap_port, IPCONFIG_SERVER, server));
/macosx-10.10.1/postfix-255/postfix/src/xsasl/
H A Dxsasl_dovecot_server.c5 /* Dovecot SASL server-side plug-in
11 /* This module implements the Dovecot SASL server-side authentication
19 /* The location of the Dovecot authentication server's UNIX-domain
184 /* xsasl_dovecot_server_mech_append - append server mechanism entry */
202 /* xsasl_dovecot_server_mech_free - destroy server mechanism list */
216 /* xsasl_dovecot_server_mech_filter - filter server mechanism list */
229 * Match Postfix properties against Dovecot server properties.
248 /* xsasl_dovecot_server_connect - initial auth server handshake */
353 /* xsasl_dovecot_server_disconnect - dispose of server connection state */
395 /* xsasl_dovecot_server_create - create server instanc
401 XSASL_DOVECOT_SERVER *server; local
457 XSASL_DOVECOT_SERVER *server = (XSASL_DOVECOT_SERVER *) xp; local
477 XSASL_DOVECOT_SERVER *server = (XSASL_DOVECOT_SERVER *) xp; local
494 xsasl_dovecot_parse_reply(XSASL_DOVECOT_SERVER *server, char **line) argument
512 xsasl_dovecot_parse_reply_args(XSASL_DOVECOT_SERVER *server, char *line, VSTRING *reply, int success) argument
543 xsasl_dovecot_handle_reply(XSASL_DOVECOT_SERVER *server, VSTRING *reply) argument
610 XSASL_DOVECOT_SERVER *server = (XSASL_DOVECOT_SERVER *) xp; local
688 XSASL_DOVECOT_SERVER *server = (XSASL_DOVECOT_SERVER *) xp; local
708 XSASL_DOVECOT_SERVER *server = (XSASL_DOVECOT_SERVER *) xp; local
[all...]
H A Dxsasl.h22 * Generic server object. Specific instances extend this with their own
33 #define xsasl_server_free(server) (server)->free(server)
34 #define xsasl_server_first(server, method, init_resp, reply) \
35 (server)->first((server), (method), (init_resp), (reply))
36 #define xsasl_server_next(server, request, reply) \
37 (server)->next((server), (reques
[all...]
/macosx-10.10.1/bind9-45.101/bind9/bin/named/include/named/
H A Dstatschannel.h24 * The statistics channels built-in the name server.
36 ns_statschannels_configure(ns_server_t *server, const cfg_obj_t *config,
44 * If the IP address or port has changed, destroy the old server
50 ns_statschannels_shutdown(ns_server_t *server);
56 ns_stats_dump(ns_server_t *server, FILE *fp);
58 * Dump statistics counters managed by the server to the file fp.
H A Dserver.h18 /* $Id: server.h,v 1.110 2010/08/16 23:46:52 tbox Exp $ */
42 * Name server state. Better here than in lots of separate global variables.
64 /*% Use hostname for server id */
66 char * server_id; /*%< User-specified server id */
174 * Create a server object with default settings.
182 * Destroy a server object, freeing its memory.
186 ns_server_reloadwanted(ns_server_t *server);
188 * Inform a server that a reload is wanted. This function
189 * may be called asynchronously, from outside the server's task.
195 ns_server_flushonshutdown(ns_server_t *server, isc_boolean_
[all...]
/macosx-10.10.1/emacs-93/emacs/lisp/erc/
H A Derc-join.el47 (add-hook 'erc-server-JOIN-functions 'erc-autojoin-add)
48 (add-hook 'erc-server-PART-functions 'erc-autojoin-remove))
50 (remove-hook 'erc-server-JOIN-functions 'erc-autojoin-add)
51 (remove-hook 'erc-server-PART-functions 'erc-autojoin-remove)))
56 SERVER is a regexp matching the server, and channels is the
72 "Truncate host name to the domain name when joining a server.
73 If non-nil, and a channel on the server a.b.c is joined, then
74 only b.c is used as the server for `erc-autojoin-channels-alist'.
80 (defun erc-autojoin-channels (server nick)
83 (when (string-match (car l) server)
[all...]
/macosx-10.10.1/SecurityTokend-55108/lib/
H A DSecTokend.cpp25 #include "server.h"
41 return &server->startupReaderState();
46 return server->tokenUid();
103 server = new Server();
104 if (!server)
106 secdebug("tokenlib", "can't create server object");
111 server->callbacks() = *callbacks;
116 return (*server)(argc, argv, callbacks->flags);
118 secdebug("tokenlib", "server aborted with exception");
/macosx-10.10.1/SecurityTokend-55108/security_tokend_client/
H A DSecTokend.cpp25 #include "server.h"
41 return &server->startupReaderState();
46 return server->tokenUid();
103 server = new Server();
104 if (!server)
106 secdebug("tokenlib", "can't create server object");
111 server->callbacks() = *callbacks;
116 return (*server)(argc, argv, callbacks->flags);
118 secdebug("tokenlib", "server aborted with exception");
/macosx-10.10.1/BerkeleyDB-21/db/docs_src/ref/rpc/
H A DMakefile3 BUILD= client.html faq.html intro.html server.html

Completed in 319 milliseconds

1234567891011>>