Home
last modified time | relevance | path

Searched refs:query (Results 451 – 475 of 964) sorted by relevance

1...<<11121314151617181920>>...39

/plugin/blogtng/helper/
H A Dlinkback.php59 $query = 'SELECT web, source
63 $resid = $sqlitehelper->getDB()->query($query, $comment->getPid());
/plugin/bez/struct/
H A DBezType.php48 $res = $sqlite->query("SELECT thread_id FROM thread_comment WHERE id=?", $id);
62 $res = $sqlite->query("SELECT task_id FROM task_comment WHERE id=?", $id);
96 $res = $sqlite->query("SELECT COUNT(*) FROM $table WHERE id=?", $id);
141 $res = $sqlite->query($sql, $id . '%');
/plugin/dbquery/
H A Dhelper.php63 * @param string $query
68 public function executeQuery($query) argument
70 if (!preg_match('/^select /i', trim($query))) {
76 $sth = $this->prepareStatement($pdo, $query, $params);
/plugin/googleanalytics/
H A Daction.php124 $query = http_build_query($params, '', '&');
125 if ($query) {
126 $view .= '?' . $query;
/plugin/authshibboleth/plugin/authshibboleth/
H A Daction.php90 $query = array();
91 parse_str($urlParts['query'], $query);
93 return $this->mkUrl($host, $urlParts['path'], $query, $ssl);
/plugin/authgooglesheets/vendor/google/apiclient-services/src/
H A DCloudBillingBudget.php109 'location' => 'query',
113 'location' => 'query',
127 'location' => 'query',
H A DAndroidEnterprise.php195 'location' => 'query',
214 'location' => 'query',
223 'location' => 'query',
227 'location' => 'query',
246 'location' => 'query',
256 'location' => 'query',
280 'location' => 'query',
299 'location' => 'query',
309 'location' => 'query',
438 'location' => 'query',
[all …]
H A DGamesConfiguration.php108 'location' => 'query',
112 'location' => 'query',
201 'location' => 'query',
205 'location' => 'query',
H A DServiceNetworking.php116 'location' => 'query',
120 'location' => 'query',
124 'location' => 'query',
228 'location' => 'query',
242 'location' => 'query',
246 'location' => 'query',
H A DSQLAdmin.php147 'location' => 'query',
151 'location' => 'query',
195 'location' => 'query',
334 'location' => 'query',
488 'location' => 'query',
492 'location' => 'query',
496 'location' => 'query',
700 'location' => 'query',
704 'location' => 'query',
708 'location' => 'query',
[all …]
/plugin/404manager/_test/
H A Dmanager.test.php92 parse_str($components['query'], $queryKeys);
133 parse_str($components['query'], $queryKeys);
177 parse_str($components['query'], $queryKeys);
226 parse_str($components['query'], $queryKeys);
277 parse_str($components['query'], $queryKeys);
327 parse_str($components['query'], $queryKeys);
/plugin/zotero/
H A DFeedZoteroRepository.php36 $r = $this->xpath->query('//atom:feed/atom:entry');
72 $item = $this->xpath->query("./zapi:itemType", $node)->item(0);
82 $item = $this->xpath->query("./zapi:key", $node)->item(0);
92 $item = $this->xpath->query("./atom:content", $node)->item(0);
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/examples/
H A Dd4b4cefba4318caeba7480187faf2b13.asciidoc1 // query-dsl/term-query.asciidoc:113
H A D2a1de18774f9c68cafa169847832b2bc.asciidoc1 // query-dsl/term-query.asciidoc:94
H A Df29a28fffa7ec604a33a838f48f7ea79.asciidoc1 // query-dsl/query_filter_context.asciidoc:62
7 'query' => [
/plugin/elasticsearch/vendor/ruflin/elastica/src/Query/
H A DMultiMatch.php12 * @see https://www.elastic.co/guide/en/elasticsearch/reference/current/query-dsl-multi-match-query.html
31 * Sets the query.
33 * @param string $query Query
37 public function setQuery(string $query = ''): self argument
39 return $this->setParam('query', $query);
43 * Sets Fields to be used in the query.
55 * Sets use dis max indicating to either create a dis_max query or a bool query
[all...]
/plugin/git/
H A Dhelper.php118 $this->sqlite->query($sql);
128 $res = $this->sqlite->query("SELECT status FROM git WHERE repo = 'local'");
144 $this->sqlite->query($sql);
459 $res = $this->sqlite->query($sql);
478 $res = $this->sqlite->query($sql);
494 $res = $this->sqlite->query($sql);
512 $res = $this->sqlite->query($sql);
548 $this->sqlite->query($sql);
553 $this->sqlite->query($sql);
/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAV/Locks/Backend/
H A DPDOMySQLTest.php14 $pdo->query('DROP TABLE IF EXISTS locks;');
15 $pdo->query("
/plugin/elasticsearch/vendor/ruflin/elastica/src/
H A DMapping.php161 * @param array $query Query string parameters to send with mapping
165 public function send(Index $index, array $query = []): Response argument
170 $endpoint->setParams($query);
/plugin/crossdbsqlclient/syntax/
H A Dcrossdbsqlclient.php103 $query='';
105 $query = trim ( $_GET ['q'] );
107 $queryEsc = strtr ( $query, array (
148 $db->executeQuery($query);
/plugin/telleveryone/
H A Dadmin.php70 $sqlite->query('DELETE FROM log WHERE id=?', $log['id']);
77 …$sqlite->query('UPDATE log SET message=?, message_html=? WHERE id=?', $message, $message_html, $lo…
101 $res = $sqlite->query("SELECT value FROM config WHERE key='token'");
107 …$res = $sqlite->query('SELECT id, timestamp, message, message_html FROM log ORDER BY timestamp DES…
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Bigquery/
H A DJobStatistics.php191 public function setQuery(JobStatistics2 $query) argument
193 $this->query = $query;
200 return $this->query;
/plugin/bez/mdl/
H A DFactory.php223 $this->model->sqlite->query('BEGIN TRANSACTION');
227 $this->model->sqlite->query('COMMIT TRANSACTION');
231 $this->model->sqlite->query('ROLLBACK');
254 $query = 'INSERT INTO '.$this->get_table_name().'
258 $sth = $this->model->db->prepare($query);
286 $query = 'UPDATE ' . $this->get_table_name() .
290 $sth = $this->model->db->prepare($query);
/plugin/evesso/phpoauthlib/src/OAuth/Common/Http/Uri/
H A DUriFactoryInterface.php36 * @param string $query
41 …public function createFromParts($scheme, $userInfo, $host, $port, $path = '', $query = '', $fragme… argument
/plugin/oauth/vendor/lusitanian/oauth/src/OAuth/Common/Http/Uri/
H A DUriFactoryInterface.php36 * @param string $query
41 public function createFromParts($scheme, $userInfo, $host, $port, $path = '', $query = '', $fragment = ''); argument

1...<<11121314151617181920>>...39