Home
last modified time | relevance | path

Searched refs:query (Results 676 – 700 of 964) sorted by relevance

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

/plugin/approve/action/
H A Dmove.php40 $sqlite->query('UPDATE revision SET page=? WHERE page=?', $new, $old);
/plugin/pgn4web/pgn4web/images/igorsvg/
H A DREADME.txt1 Chess images from http://openclipart.org/search/?query=chess+symbols+set by
/plugin/logger/
H A Dplugin.info.txt6 …ery request of DokuWiki. It logs the date, time, ip, username, host name, query string and user ag…
/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/fedauth/Auth/Yadis/
H A DXML.php258 $result = @$this->xpath->query($xpath, $node);
260 $result = @$this->xpath->query($xpath);
/plugin/sql/
H A Dsyntax.php130 foreach ($data['sql'] as $query) {
132 $result =& $db->getAll($query);
/plugin/elasticsearch/vendor/ruflin/elastica/src/
H A DClient.php273 * @param array $options array of query params to use for query. For possible options check es api
526 * It's possible to make any REST query directly over this method
531 * @param array $query OPTIONAL Query params
538 public function request(string $path, string $method = Request::GET, $data = [], array $query = [], string $contentType = Request::DEFAULT_CONTENT_TYPE): Response
541 $request = $this->_lastRequest = new Request($path, $method, $data, $query, $connection, $contentType);
559 return $this->request($path, $method, $data, $query);
510 request(string $path, string $method = Request GET, $data = [], array $query = [], string $contentType = Request DEFAULT_CONTENT_TYPE) global() argument
/plugin/data-au/
H A Dplugin.info.txt6 desc Add and query structured data in your wiki - Forked from Structured Data release 2019-03-20…
/plugin/notification/helper/
H A Dcron.php25 $res = $this->sqlite->query('SELECT user from cron_check');
/plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/Regression/GitHub/1351/
H A DIssue1351Test.php46 $connection->query("DELETE FROM php_wtf WHERE exception_code = 'STRING'");
/plugin/authgooglesheets/vendor/google/apiclient-services/src/
H A DIndexing.php70 'location' => 'query',
H A DTexttospeech.php86 'location' => 'query',
H A DMyBusinessNotificationSettings.php85 'location' => 'query',
/plugin/docimporter/
H A D.action.php.swp26query('wiki.putAttachment', $entry, $image_data, $attrs);� $attrs = array('ow'…
/plugin/watchcycle/
H A Daction.php139 $res = $sqlite->query('SELECT * FROM watchcycle WHERE page=?', $page);
181 $sqlite->query("UPDATE watchcycle SET $set WHERE page=?", $toupdate);
187 $sqlite->query('DELETE FROM watchcycle WHERE page=?', $page);
/plugin/dokusioc/
H A Daction.php612 $query = $parts[1];
616 if (strpos($query, '&amp;') !== false) {
619 $attr = explode($sep, $query);
/plugin/strata/
H A Dmanual.txt3 The strata plugin allows you to add data to your pages and to query that data from your pages. This manual is split into two parts:
11 The quick guide will get you up and running with some examples of how to enter and query. More advanced uses are discussed in the reference guide.
61 Queries are written inside ''<table>'' or ''<list>'' tags. You query the data by describing what pattern the data should fit. A simple example that produces a table of all persons and their birthday would be described as follows:
79 **Types**: In a query, you can use [[#types]]. You can use types for fields and values, and you can use them in the opening tag. Types are 'sticky': if you put ''?p Birthday [date]: ?b'' the date type will automatically stick to the ''?b'' variable (you could have achieved the same with ''?p Birthday: ?b [date]'').
216 Querying data is done through the ''<table>'' and ''<list>'' syntax. A table or list block defines what data to query, and how to display it. This part of the reference is about querying the data. The [[#Query Results]] section discusses how to control the display of data (this includes sorting, grouping, and aggregation).
218 The following sections contain short samples, each of these samples is situated inside a table or list block. It is possible to enclose the whole of the query (not including sorting, grouping, or other [[#Query Results]] related blocks) in a ''query'' block as a convenience.
220 The query blocks are [[#optional]], [[#minus]], [[#union]].
247 Types are 'sticky'. This means that the first mentioned type for a certain variable will stick to the variable for the whole query. You can override a specific use, but without an explicit type a variable will be of the type first attached to it.
302 An optional block must contain at least a [[#patterns|pattern]]. Filters and other query block
[all...]
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/
H A Dhelpers.asciidoc32 'query' => [
69 'query' => [
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Playdeveloperreporting/Resource/
H A DVitalsCrashrate.php57 …public function query($name, GooglePlayDeveloperReportingV1beta1QueryCrashRateMetricSetRequest $po… function in Google\\Service\\Playdeveloperreporting\\Resource\\VitalsCrashrate
H A DVitalsAnrrate.php57 …public function query($name, GooglePlayDeveloperReportingV1beta1QueryAnrRateMetricSetRequest $post… function in Google\\Service\\Playdeveloperreporting\\Resource\\VitalsAnrrate
H A DVitalsExcessivewakeuprate.php57 …public function query($name, GooglePlayDeveloperReportingV1beta1QueryExcessiveWakeupRateMetricSetR… function in Google\\Service\\Playdeveloperreporting\\Resource\\VitalsExcessivewakeuprate
H A DVitalsStuckbackgroundwakelockrate.php57 …public function query($name, GooglePlayDeveloperReportingV1beta1QueryStuckBackgroundWakelockRateMe… function in Google\\Service\\Playdeveloperreporting\\Resource\\VitalsStuckbackgroundwakelockrate
/plugin/fedauth/Auth/OpenID/
H A DConsumer.php399 * @param array $query An array of the query parameters (key =>
410 function complete($current_url, $query=null) argument
420 if ($query === null) {
421 $query = Auth_OpenID::getQuery();
429 $message = Auth_OpenID_Message::fromPostArgs($query);
880 function _verifyReturnToArgs($query) argument
885 $message = Auth_OpenID_Message::fromPostArgs($query);
906 if (!array_key_exists($rt_key, $query)) {
910 $value = $query[$rt_key];
/plugin/eventum/
H A Dsyntax.php136 function query($id) { function in syntax_plugin_eventum
184 $data += $this->query($data['id']);
/plugin/sphinxsearch-was/
H A Dchangelog29 * Fixed search query escaping
38 * Fixed bug with search query

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