Home
last modified time | relevance | path

Searched refs:query (Results 826 – 850 of 964) sorted by last modified time

1...<<313233343536373839

/plugin/fetchmedia/script/
H A Dmain.js66 … const query = Object.entries(body).map(([k, v]) => `${k}=${encodeURIComponent(v)}`).join('&');
74 fetch(`${DOKU_BASE}lib/exe/ajax.php?${query}`, options)
/plugin/sqlcomp/
H A DREADME.md3 Dokuwiki plugin to query SQL databases and show result as tables.
H A Dplugin.info.txt6 desc Render result of SQL-query as table
H A Dsyntax.php505 $result = $dbHandle->query($Query);
/plugin/database2/
H A Dadmin.php231 if ( $query !== '' )
241 $result = $db->getLink()->query( $query );
H A Ddatabase2.php478 $this->db->query( 'SET NAMES UTF8' );
930 if ( $this->db->query( $sql ) === false )
1536 $query = "SELECT COUNT(*) FROM {$this->table}";
1543 if ( stripos( $query, ' WHERE ' ) !== false )
1550 $st = $this->db->prepare( $query . $filter );
1652 $query = $customQuery;
1654 if ( stripos( $query, ' WHERE ' ) !== false )
4111 $s = $this->db->query( $sql );
4156 if ( $this->db->query( <<<EOT
4274 if ( $this->db->query( <<<EOT
[all …]
/plugin/issuetracker/
H A Dprototype.js1832 var query = document.evaluate(expression, $(parentElement) || document,
1834 for (var i = 0, length = query.snapshotLength; i < length; i++)
1835 results.push(Element.extend(query.snapshotItem(i)));
4790 Sizzle = function(query, context, extra, seed){ argument
4795 return makeArray( context.querySelectorAll(query), extra );
4799 return oldSizzle(query, context, extra, seed);
/plugin/namespacesearch/
H A Dsyntax.php104 $query = array();
109 $query[] = $part;
112 $query = implode(' ', $query);
113 array_unshift($ns, $query);
120 $query = implode('@', $query2);
121 $data = ft_pageSearch($query,$regex);
/plugin/authgoogle/google/contrib/
H A DGoogle_BigqueryService.php883 public $query; variable in Google_JobConfiguration
915 $this->query = $query;
918 return $this->query;
1121 public $query; variable in Google_JobConfigurationQuery
1167 $this->query = $query;
1170 return $this->query;
1355 public $query; variable in Google_JobStatistics
1371 $this->query = $query;
1374 return $this->query;
1574 public $query; variable in Google_QueryRequest
[all …]
H A DGoogle_DfareportingService.php38 … public function query($profileId, Google_DimensionValueRequest $postBody, $optParams = array()) { function in Google_DimensionValuesServiceResource
265 public function query($profileId, Google_Report $postBody, $optParams = array()) { function in Google_ReportsCompatibleFieldsServiceResource
H A DGoogle_FusiontablesService.php624 public $query; variable in Google_FusiontablesService
640 …$this->query = new Google_QueryServiceResource($this, $this->serviceName, 'query', json_decode('{"…
H A DGoogle_PlusService.php68 * @param string $query Full-text search query string.
77 public function search($query, $optParams = array()) { argument
78 $params = array('query' => $query);
283 … * @param string $query Specify a query string for full text search of public text in all profiles.
291 public function search($query, $optParams = array()) { argument
292 $params = array('query' => $query);
H A DGoogle_YouTubeAnalyticsService.php45 public function query($ids, $start_date, $end_date, $metrics, $optParams = array()) { function in Google_ReportsServiceResource
H A DGoogle_CalendarService.php642 public function query(Google_FreeBusyRequest $postBody, $optParams = array()) { function in Google_FreebusyServiceResource
H A DGoogle_DatastoreService.php873 public $query; variable in Google_RunQueryRequest
883 public function setQuery(Google_Query $query) { argument
884 $this->query = $query;
887 return $this->query;
H A DGoogle_AnalyticsService.php1491 public $query; variable in Google_GaData
1545 public function setQuery(Google_GaDataQuery $query) { argument
1546 $this->query = $query;
1549 return $this->query;
2112 public $query; variable in Google_McfData
2168 public function setQuery(Google_McfDataQuery $query) { argument
2169 $this->query = $query;
2172 return $this->query;
2636 public $query; variable in Google_RealtimeData
2667 $this->query = $query;
[all …]
/plugin/top/
H A Dhelper.php69 $res = $sqlite->query($sql, $page, $page, $month, $lang, $month);
87 $res = $sqlite->query($sql, $num);
90 $res = $sqlite->query($sql, $lang, $num);
93 $res = $sqlite->query($sql, intval($month), $num);
96 $res = $sqlite->query($sql, $lang, intval($month), $num);
/plugin/top/_test/
H A Ddate.test.php21 $sqlite->query($sql,'wiki:start',3,'','201407');
22 $sqlite->query($sql,'wiki:start',2,'','201401');
23 $sqlite->query($sql,'wiki:start',6,'','201201');
24 $sqlite->query($sql,'wiki:start',1,'',null);
25 $sqlite->query($sql,'en:wiki:start',8,'en','201201');
26 $sqlite->query($sql,'en:wiki:start',1,'en','201303');
27 $sqlite->query($sql,'de:wiki:start',6,'de','201201');
/plugin/amcharts/assets/amcharts/plugins/export/libs/pdfmake/
H A Dpdfmake.min.js.map1query.\n\t * @param {Array} props The property names to get values for.\n\t * @returns {Ob…
/plugin/icalevents/vendor/sabre/uri/tests/
H A DParseTest.php53 'query' => 'foo=bar',
80 'query' => null,
94 'query' => 'foo=bar',
106 'query' => null,
170 'query' => null,
/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/authyubikey/lib/
H A DYubico.php318 $query = "https://";
320 $query = "http://";
322 $query .= $URLpart . "?" . $parameters;
325 $this->_lastquery .= $query;
327 $handle = curl_init($query);
/plugin/judge/
H A Daction.php214 … $query = 'UPDATE submissions SET status_code =1 WHERE submit_id = ' . $_POST['id'] . ';';
215 $db->exec($query);
216 …$query = 'UPDATE submission_test_case SET valid =' . $run_status . ' WHERE submit_id = ' . $_POST[…
217 $db->exec($query);
257 …$query = 'INSERT INTO submissions VALUES (NULL,"' . time() . '","' . $_POST['problem_name'] . '","…
260 $db->exec($query);
317 $query = 'SELECT submit_id FROM submissions ORDER BY submit_id DESC LIMIT 1';
318 $id = $db->exec($query);
/plugin/judge/helper/
H A Dcrud.php57 …db->query('SELECT language FROM submission_test_case WHERE submit_id = ' . $row["submit_id"] . ';'…
110 $query = array();
112 $query[] = 'problem_name = "' . $data["problem_name"] . '"';
115 $query[] = 'username = "' . $data["user"] . '"';
118 $query[] = 'type = "' . $data["type"] . '"';
122 $query = 'SELECT * FROM submissions ORDER BY "' . $sort . '" ASC ;';
124 …$query = 'SELECT * FROM submissions WHERE ' . join($query, " AND ") . ' ORDER BY "' . $sort . '" A…
130 $results = $this->db->query($query);
152 …$valid = $this->db->query('SELECT "valid" FROM submission_test_case WHERE submit_id = ' . $id . ';…
194 …$this->db->query('DELETE FROM submission_test_case WHERE submit_id ="' . $row["submit_id"] . '";');
[all …]
/plugin/authsqlite/
H A Dauth.php330 protected function _substituteAnimal($query) argument
333 $query = str_replace('%{animal}', addslashes($GLOBALS['FARMCORE']->getAnimal()), $query);
344 $query = str_replace('%{animal}', addslashes($animal), $query);
346 return $query;
361 protected function _queryDB($query) { argument
364 $query = $this->_substituteAnimal($query);
365 $result = $this->dbcon->query($query);
385 * @param string $query
388 protected function _modifyDB($query) { argument
390 $query = $this->_substituteAnimal($query);
[all …]

1...<<313233343536373839