Home
last modified time | relevance | path

Searched refs:query (Results 576 – 600 of 964) sorted by relevance

1...<<21222324252627282930>>...39

/plugin/combo/ComboStrap/Xml/
H A DXmlDocument.php429 $DOMNodeList = $xpath->query("namespace::*", $this->getDomDocument()->ownerDocument);
444 * We can't query with the library {@link XmlDocument::xpath()} function because
452 $DOMNodeList = $xpath->query('namespace::*', $this->getDomDocument()->ownerDocument);
467 * A wrapper that register namespace for the query
471 * @param $query
477 * @throws ExceptionBadSyntax - if the query is invalid
480 function xpath($query, DOMElement $contextNode = null): DOMNodeList argument
508 $domList = $this->domXpath->query($query, $contextNode);
510 throw new ExceptionBadSyntax("The query expressio
[all...]
/plugin/pgn4web/pgn4web/libs/jscolor/
H A Djscolor.js60 srcAbs.query = null;
223 this.query = null;
231 this.query = m[9] ? m[10] : null;
241 if(this.query !== null) { result = result + '?' + this.query; }
261 t.query = r.query;
266 t.query = r.query;
270 if(r.query !== null) {
271 t.query = r.query;
273 t.query = base.query;
286 t.query = r.query;
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/
H A Dcommunity.asciidoc10 Introducing {es} DSL library to provide objective query builder for {es} bundle
11 and elasticsearch-php client. You can easily build any {es} query and transform
31 https://github.com/gskema/elasticsearch-query-dsl-php[Link: ElasticSearchQueryDSL]
35 Feature complete, object oriented, composable, extendable {es} query DSL builder
63 - Provides nestable and DSL query builder to be executed by type repository
/plugin/webcode/_test/
H A Ddokuwiki.test.php83 $query = 'testvalue';
84 … $this->assertEquals(array($this->cleanPageId), $indexer->lookupKey($indexMetaWebCodeKey, $query));
/plugin/authgooglesheets/vendor/google/apiclient-services/src/
H A DMyBusinessVerifications.php127 'location' => 'query',
131 'location' => 'query',
H A DTesting.php110 'location' => 'query',
149 'location' => 'query',
H A DSlides.php148 'location' => 'query',
152 'location' => 'query',
H A DIdentityToolkit.php97 'location' => 'query',
101 'location' => 'query',
/plugin/davcal/vendor/sabre/dav/bin/
H A Dmigrateto30.php84 $result = $pdo->query('SELECT * FROM propertystorage LIMIT 1');
154 $result = $pdo->query('SELECT id, uri, vcardurl FROM principals WHERE vcardurl IS NOT NULL');
/plugin/strata/syntax/
H A Dselect.php12 * Select syntax for basic query handling.
89 $tree = $this->helper->constructTree($lines,'query');
120 // parse the query itself
121 list($result['query'], $variables) = $this->helper->constructQuery($tree, $typemap, $projection);
245 * query has been parsed, but before the typemap is applied to determine
251 * @param variables array of variables used in query
260 * the query for use.
262 * @param query array the query tree
263 * @return the query tre argument
[all...]
/plugin/findologicxmlexport/vendor/twig/twig/doc/filters/
H A Durl_encode.rst5 Support for encoding an array as query string was added in Twig 1.12.3.
12 or an array as query string:
/plugin/structnotification/
H A Dadmin.php65 $ok = $sqlite->query('DELETE FROM predicate WHERE id=?', $predicate['id']);
78 $ok = $sqlite->query("UPDATE predicate SET $set WHERE id=?", $predicate);
116 $res = $sqlite->query($q);
/plugin/elasticsearch/vendor/ruflin/elastica/src/Transport/
H A DGuzzle.php187 $query = $request->getQuery();
189 if (!empty($query)) {
191 $this->sanityzeQueryStringBool($query)
H A DHttp.php70 $query = $request->getQuery();
72 if (!empty($query)) {
74 $this->sanityzeQueryStringBool($query)
/plugin/approve/
H A Dadmin.php48 $sqlite->query('DELETE FROM maintainer WHERE id=?', $assignment['id']);
86 $res = $sqlite->query('SELECT * FROM maintainer ORDER BY namespace');
/plugin/simplemysqlclient/syntax/
H A Dsimplemysqlclient.php93 $query='';
95 $query = trim ( $_GET ['q'] );
97 $queryEsc = strtr ( $query, array (
140 if ($query !== '') {
154 if ($db->multi_query ( $query )) {
/plugin/datatemplate/syntax/inc/
H A Dcache.php55 $res = $sqlite->query($sqlcc);
74 $res = $sqlite->query($sql);
/plugin/struct/meta/
H A DAccessTableGlobal.php28 $this->sqlite->query($sql, $this->rid);
30 $this->sqlite->query($sql, $this->rid);
134 * Add an optional query to clear any previous multi values if the first one is empty.
/plugin/combo/ComboStrap/
H A DIFetcherAbs.php96 $query = $url->getQueryProperties();
97 $tagAttributes = TagAttributes::createFromCallStackArray($query);
/plugin/fedauth/Auth/OpenID/
H A DTrustRoot.php313 $query = @$url_parsed['query'];
314 $qplus = substr($query, 0, strlen($base_query) + 1);
317 ($base_query != $query && $qplus != $bqplus)) {
H A DMDB2Store.php106 return !PEAR::isError($this->connection->query(
404 $this->connection->query(sprintf("DELETE FROM %s",
407 $this->connection->query(sprintf("DELETE FROM %s",
/plugin/aichat/
H A DEmbeddings.php239 * @param string $query The question
244 public function getSimilarChunks($query, $lang = '')
247 $vector = $this->embedModel->getEmbedding($query);
183 getSimilarChunks($query) global() argument
/plugin/openid/Auth/OpenID/
H A DMDB2Store.php106 return !@PEAR::isError($this->connection->query(
404 $this->connection->query(sprintf("DELETE FROM %s",
407 $this->connection->query(sprintf("DELETE FROM %s",
H A DTrustRoot.php313 $query = @$url_parsed['query'];
314 $qplus = substr($query, 0, strlen($base_query) + 1);
317 ($base_query != $query && $qplus != $bqplus)) {
/plugin/adfs/phpsaml/lib/Saml2/
H A DLogoutRequest.php208 … $encryptedEntries = OneLogin_Saml2_Utils::query($dom, '/samlp:LogoutRequest/saml:EncryptedID');
227 $entries = OneLogin_Saml2_Utils::query($dom, '/samlp:LogoutRequest/saml:NameID');
286 $issuerNodes = OneLogin_Saml2_Utils::query($dom, '/samlp:LogoutRequest/saml:Issuer');
315 … $sessionIndexNodes = OneLogin_Saml2_Utils::query($dom, '/samlp:LogoutRequest/samlp:SessionIndex');

1...<<21222324252627282930>>...39