Searched refs:query (Results 276 - 300 of 912) sorted by relevance

<<11121314151617181920>>

/macosx-10.9.5/CPANInternal-140/SOAP-Lite-0.69/lib/SOAP/Transport/
H A DJABBER.pm116 parenttype => 'query',
136 # Create a Jabber info/query message
142 my $query = $iq->NewQuery($NAMESPACE);
143 $query->SetPayload($envelope);
198 my($query) = $iq->GetQuery($NAMESPACE); # expect only one
199 my $request = $query->GetPayload();
218 parenttype => 'query',
/macosx-10.9.5/CPANInternal-140/SOAP-Lite_new/lib/SOAP/Transport/
H A DJABBER.pm116 parenttype => 'query',
136 # Create a Jabber info/query message
142 my $query = $iq->NewQuery($NAMESPACE);
143 $query->SetPayload($envelope);
198 my($query) = $iq->GetQuery($NAMESPACE); # expect only one
199 my $request = $query->GetPayload();
218 parenttype => 'query',
/macosx-10.9.5/CPANInternal-140/URI/URI/
H A DQueryParam.pm99 URI::QueryParam - Additional query methods for URIs
108 print $u->query; # prints foo=1&foo=2&foo=3
117 URIs that support query methods. These methods provide an alternative
179 query form's key/value pairs. If a key occurs multiple times, then the hash
/macosx-10.9.5/CPANInternal-140/XML-XPath/examples/
H A Dxpath8 $0 [filename] query
/macosx-10.9.5/Security-55471.14.18/include/security_cdsa_client/
H A Dmdsclient.h47 // import query sublanguage classes into MDSClient namespace
69 CSSM_HANDLE dlGetFirst(const CSSM_QUERY &query,
/macosx-10.9.5/Security-55471.14.18/libsecurity_cdsa_client/lib/
H A Dmdsclient.h47 // import query sublanguage classes into MDSClient namespace
69 CSSM_HANDLE dlGetFirst(const CSSM_QUERY &query,
/macosx-10.9.5/Security-55471.14.18/sec/ipc/
H A Dserver.c326 CFDictionaryRef query = SecXPCDictionaryCopyDictionary(event, kSecXPCKeyQuery, &error); local
327 if (query) {
329 if (_SecItemAdd(query, accessGroups, &result, &error) && result) {
333 CFRelease(query);
339 CFDictionaryRef query = SecXPCDictionaryCopyDictionary(event, kSecXPCKeyQuery, &error); local
340 if (query) {
342 if (_SecItemCopyMatching(query, accessGroups, &result, &error) && result) {
346 CFRelease(query);
352 CFDictionaryRef query = SecXPCDictionaryCopyDictionary(event, kSecXPCKeyQuery, &error); local
353 if (query) {
366 CFDictionaryRef query = SecXPCDictionaryCopyDictionary(event, kSecXPCKeyQuery, &error); local
[all...]
/macosx-10.9.5/WebCore-7537.78.1/css/
H A DMediaQueryMatcher.h38 // whenever it is needed and to call the listeners if the corresponding query has changed.
65 MediaQueryList* query() { return m_query.get(); } function in class:WebCore::MediaQueryMatcher::Listener
81 // that a media query result change is notified exactly once.
/macosx-10.9.5/WebCore-7537.78.1/inspector/
H A DInspectorDatabaseAgent.h69 virtual void executeSQL(ErrorString*, const String& databaseId, const String& query, PassRefPtr<ExecuteSQLCallback>);
/macosx-10.9.5/WebCore-7537.78.1/inspector/front-end/
H A DScriptsSearchScope.js69 uiSourceCode.searchInContent(searchConfig.query, !searchConfig.ignoreCase, searchConfig.isRegex, searchCallbackWrapper.bind(this, this._searchId, uiSourceCode));
/macosx-10.9.5/WebCore-7537.78.1/platform/sql/
H A DSQLiteStatement.h60 // prepares, steps, and finalizes the query.
95 const String& query() const { return m_query; } function in class:WebCore::SQLiteStatement
/macosx-10.9.5/adv_cmds-153/whois/
H A Dwhois.c181 * from the query. If the TLD is a number, query ARIN. Otherwise, use
276 whois(const char *query, const char *hostname, int flags) argument
302 fprintf(sfo, "-T dn,ace -C US-ASCII %s\r\n", query);
304 fprintf(sfo, "%s\r\n", query);
351 whois(query, nhost, 0);
/macosx-10.9.5/apache-786.1/httpd/srclib/apr-util/include/
H A Dapr_uri.h101 char *query; member in struct:apr_uri_t
153 * path, query info repeatedly in the modules.
/macosx-10.9.5/apr-30/apr-util/apr-util/include/
H A Dapr_uri.h101 char *query; member in struct:apr_uri_t
153 * path, query info repeatedly in the modules.
/macosx-10.9.5/bind9-45.100/bind9/bin/tests/system/autosign/ns1/
H A Dnamed.conf24 query-source address 10.53.0.1;
50 allow-query { any; };
/macosx-10.9.5/bind9-45.100/bind9/bin/tests/system/nsupdate/ns1/
H A Dnamed.conf23 query-source address 10.53.0.1;
61 allow-query-on { 127.0.0.1; };
/macosx-10.9.5/bind9-45.100/bind9/bin/tests/virtual-time/autosign-ksk/ns1/
H A Dnamed.conf22 query-source address 10.53.0.1;
53 allow-query { any; };
/macosx-10.9.5/bind9-45.100/bind9/bin/tests/virtual-time/autosign-zsk/ns1/
H A Dnamed.conf22 query-source address 10.53.0.1;
53 allow-query { any; };
/macosx-10.9.5/emacs-92/emacs/lisp/net/
H A Deudcb-ph.el39 (eudc-protocol-set 'eudc-query-function 'eudc-ph-query-internal 'ph)
41 (eudc-protocol-set 'eudc-protocol-has-default-query-attributes t 'ph)
49 (defun eudc-ph-query-internal (query &optional return-fields)
63 (concat "query "
64 (if (stringp query)
65 query
69 query
75 (eudc-ph-parse-query
[all...]
/macosx-10.9.5/libsecurity_ldap_dl-55002/lib/
H A DTableRelation.h63 virtual Query* MakeQuery (const CSSM_QUERY* query);
88 // a query for a TableRelation
/macosx-10.9.5/libxml2-26/libxml2/include/libxml/
H A Duri.h27 * Note: query is a deprecated field which is incorrectly unescaped.
28 * query_raw takes precedence over query if the former is set.
41 char *query; /* the query string (deprecated - use with caution) */ member in struct:_xmlURI
44 char *query_raw; /* the query string (as it appears in the URI) */
/macosx-10.9.5/llvmCore-3425.0.33/lib/CodeGen/
H A DLiveRegMatrix.h138 /// valid until the next query() call.
139 LiveIntervalUnion::Query &query(LiveInterval &VirtReg, unsigned RegUnit);
/macosx-10.9.5/objc4-551.1/test/
H A Dunload.m32 static BOOL hasName(const char * const *names, const char *query)
36 if (strstr(name, query)) return YES;
/macosx-10.9.5/pyobjc-42/pyobjc/pyobjc-core/libxml2-src/include/libxml/
H A Duri.h27 * Note: query is a deprecated field which is incorrectly unescaped.
28 * query_raw takes precedence over query if the former is set.
41 char *query; /* the query string (deprecated - use with caution) */ member in struct:_xmlURI
44 char *query_raw; /* the query string (as it appears in the URI) */
/macosx-10.9.5/syslog-217.1.4/syslogd.tproj/
H A Dremote.c85 extern uint32_t db_query(aslresponse query, aslresponse *res, uint64_t startid, int count, int flags, uint64_t *lastid, int32_t ruid, int32_t rgid, int raccess);
136 asl_msg_t *query; local
168 query = NULL;
479 if (query != NULL) free(query);
480 query = NULL;
518 * global.lockdown_session_fds to allow this query to complete before
519 * dbserver starts sending. To prevent a race between this query and
546 if (query != NULL) free(query);
[all...]

Completed in 376 milliseconds

<<11121314151617181920>>