Searched refs:Server (Results 176 - 200 of 330) sorted by relevance

1234567891011>>

/macosx-10.9.5/CPANInternal-140/DBIx-Class/lib/DBIx/Class/Storage/DBI/Sybase/
H A DMicrosoft_SQL_Server.pm63 SQL Server via DBD::Sybase
/macosx-10.9.5/CPANInternal-140/SOAP-Lite-0.69/lib/OldDocs/SOAP/Transport/
H A DHTTP.pm15 SOAP::Transport::HTTP - Server/Client side HTTP support for SOAP::Lite
139 can provide for Server component to handle request.
144 you can access to get results from Server component after request was
204 application. The Server will respond with an encoded message only if
228 =item Server
246 Server will accept the compressed message if the module Compress::Zlib
370 =item CGI scripts are not running under Microsoft Internet Information Server (IIS)
379 SOAP::Lite, URI for SOAP::Transport::HTTP::Server
/macosx-10.9.5/CPANInternal-140/SOAP-Lite_new/lib/OldDocs/SOAP/Transport/
H A DHTTP.pm15 SOAP::Transport::HTTP - Server/Client side HTTP support for SOAP::Lite
139 can provide for Server component to handle request.
144 you can access to get results from Server component after request was
204 application. The Server will respond with an encoded message only if
228 =item Server
246 Server will accept the compressed message if the module Compress::Zlib
370 =item CGI scripts are not running under Microsoft Internet Information Server (IIS)
379 SOAP::Lite, URI for SOAP::Transport::HTTP::Server
/macosx-10.9.5/CPANInternal-140/SQL-Abstract-Limit-0.141/t/
H A D02.syntax.t24 Top SQL/Server, MS Access
/macosx-10.9.5/Heimdal-323.92.1/appl/telnet/libtelnet/
H A Dauth.c97 static int Server = 0; variable
192 Server = server;
372 if (Server) {
562 if (Server && !authenticating)
H A Dencrypt.c91 static int Server = 0; variable
183 Server = server;
206 (*ep->init)(Server);
437 if (!Server && autodecrypt)
537 type = ep->start ? (*ep->start)(DIR_ENCRYPT, Server) : 0;
723 if (Server)
841 i = (*ep->start)(DIR_ENCRYPT, Server);
/macosx-10.9.5/SmartCardServices-55111/src/PCSC/
H A Dhotplug_macosx.cpp94 PCSCD::Server myserv("hotplug");
/macosx-10.9.5/securityd-55199.3/src/
H A Dagentquery.h53 SecurityAgentConnection(const AuthHostType type = securityAgent, Session &session = Server::session());
76 SecurityAgentXPCConnection(const AuthHostType type = securityAgent, Session &session = Server::session());
107 SecurityAgentQuery(const AuthHostType type = securityAgent, Session &session = Server::session());
138 SecurityAgentXPCQuery(const AuthHostType type = securityAgent, Session &session = Server::session());
H A Dauthority.cpp61 mCreatorPid(Server::process().pid()),
74 Process &thisProcess = Server::process();
84 Server::active().random(mHandle);
H A Dcodesigdb.cpp183 uid_t user = Server::process().uid();
209 uid_t user = Server::process().uid();
241 Server::active().longTermActivity();
302 Server::active().longTermActivity();
352 Server::active().longTermActivity();
H A Dagentquery.cpp122 mConnection(&Server::connection()),
123 mAuditToken(Server::connection().auditToken())
126 Server::active().longTermActivity();
143 MachPlusPlus::Bootstrap processBootstrap = Server::process().taskPort().bootstrap();
244 mConnection(&Server::connection()),
245 mAuditToken(Server::connection().auditToken())
248 Server::active().longTermActivity();
620 uid_t targetUid = Server::process().uid();
634 MachPlusPlus::Bootstrap processBootstrap = Server::process().taskPort().bootstrap();
1147 this->inferHints(Server
[all...]
/macosx-10.9.5/tcl-102/tcl_ext/tcllib/tcllib/modules/devtools/
H A Ddialog.tcl2 # Dialog - Dialog Demon (Server, or Client)
181 proc Server {} { procedure
218 proc Server {} { procedure
242 set port [coserv::run $id {Server}]
/macosx-10.9.5/libtelnet-13/
H A Dencrypt.c103 static int Server = 0; variable
198 Server = server;
218 (*ep->init)(Server);
434 if (!Server && autodecrypt)
515 type = ep->start ? (*ep->start)(DIR_ENCRYPT, Server) : 0;
701 if (Server)
825 i = (*ep->start)(DIR_ENCRYPT, Server);
H A Dauth.c108 static int Server = 0; variable
211 Server = server;
391 if (Server) {
574 if (Server && !authenticating)
/macosx-10.9.5/bind9-45.100/bind9/bin/win32/BINDInstall/
H A DAccountInfo.cpp273 PLSA_UNICODE_STRING Server = NULL; local
285 Server = &ServerString;
291 return (LsaOpenPolicy(Server, &ObjectAttributes, DesiredAccess,
/macosx-10.9.5/vim-53/runtime/syntax/
H A Dxf86conf.vim66 syn region xf86confSection matchgroup=xf86confSectionDelim start="^\s*Section\s\+\"\(Files\|Server[_ ]*Flags\|Input[_ ]*Device\|Device\|Video[_ ]*Adaptor\|Server[_ ]*Layout\|DRI\|Extensions\|Vendor\|Keyboard\|Pointer\)\"" end="^\s*EndSection\>" skip="#.*$\|\"[^\"]*\"" contains=xf86confComment,xf86confOption,xf86confKeyword,xf86confSectionError
75 syn region xf86confSection matchgroup=xf86confSectionDelim start="^\s*Section\s\+\"\(Files\|Server[_ ]*Flags\|Device\|Keyboard\|Pointer\)\"" end="^\s*EndSection\>" skip="#.*$\|\"[^\"]*\"" contains=xf86confComment,xf86confOptionName,xf86confOption,xf86confKeyword
168 syn sync match xf86confSyncSection grouphere xf86confSection "^\s*Section\s\+\"\(Files\|Server[_ ]*Flags\|Input[_ ]*Device\|Device\|Video[_ ]*Adaptor\|Server[_ ]*Layout\|DRI\|Extensions\|Vendor\|Keyboard\|Pointer\)\""
172 syn sync match xf86confSyncSection grouphere xf86confSection "^\s*Section\s\+\"\(Files\|Server[_ ]*Flags\|Device\|Keyboard\|Pointer\)\""
/macosx-10.9.5/CPANInternal-140/Log-Dispatch-2.34/lib/Log/Dispatch/
H A DApacheLog.pm100 An object of either the L<Apache> or L<Apache::Server> classes. Required.
/macosx-10.9.5/CPANInternal-140/Log-Dispatch-2.34/lib/Log/Dispatch/Email/
H A DMailSend.pm87 use Mail::Mailer 'smtp', Server => 'foo.example.com';
/macosx-10.9.5/CPANInternal-140/Net-DNS/lib/Net/DNS/RR/
H A DNS.pm77 Class for DNS Name Server (NS) resource records.
/macosx-10.9.5/CPANInternal-140/Perl-Ldap/contrib/
H A Dsimple-proxy.pl134 suggest to have a look at Net::LDAP::Server on CPAN.
/macosx-10.9.5/ruby-104/ruby/lib/rubygems/commands/
H A Dserver_command.rb82 Gem::Server.run options
/macosx-10.9.5/CPANInternal-140/Perl-Ldap/lib/Net/LDAP/Control/
H A DSort.pm114 Net::LDAP::Control::Sort - Server Side Sort (SSS) control object
135 for manipulating the LDAP Server Side Sort (SSS) request control
H A DSortResult.pm55 Net::LDAP::Control::SortResult - Server Side Sort (SSS) result control object
83 print "Server does not support sorting\n";
94 a search with a Server Side Sort control. If a sort result control is
/macosx-10.9.5/CPANInternal-140/SOAP-Lite-0.69/lib/SOAP/
H A DDeserializer.pm27 This provides access to the calling context of C<SOAP::Deserializer>. In a client side context the often means a reference to an instance of SOAP::Lite. In a server side context this means a reference to a SOAP::Server instance.
H A DTrace.pm47 =item dispatch I<Server only>
51 =item result I<Server only>
55 =item parameters I<Server only>
59 =item headers I<Server only>

Completed in 202 milliseconds

1234567891011>>