Home
last modified time | relevance | path

Searched refs:query (Results 776 – 800 of 964) sorted by last modified time

1...<<313233343536373839

/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/findologicxmlexport/vendor/phpunit/phpunit/tests/Regression/GitHub/1351/
H A DIssue1351Test.php46 $connection->query("DELETE FROM php_wtf WHERE exception_code = 'STRING'");
/plugin/findologicxmlexport/vendor/twig/twig/
H A DCHANGELOG462 * added support for encoding an array as query string in the url_encode filter
/plugin/findologicxmlexport/vendor/phpunit/phpunit/
H A DChangeLog-5.7.md80 …astianbergmann/phpunit/issues/2573): `getMockFromWsdl()` does not handle URLs with query parameters
/plugin/linkfix/
H A Dadmin.php107 $query = $this->changefrom . '*';
108 $data = idx_get_indexer()->lookupKey('relation_media', $query);
110 $query = $this->changefrom . '*';
111 $data = idx_get_indexer()->lookupKey('relation_references', $query);
/plugin/cnmap/
H A Dsyntax.php130 list($provider, $query) = explode('?', $match, 2);
133 parse_str($query, $args);
/plugin/404manager/
H A DREADME.md118 The query performed is an explode of the page asked.
123 * The query asked : namespace1+namespace2+pre+pagename
H A DCHANGES.md5 * Redirections are now real redirections passing variable via the query string
H A Dadmin.php332 $res = $this->sqlite->query('delete from redirections where source = ?', $sourcePageId);
364 $res = $this->sqlite->query("SELECT * FROM redirections");
447 $res = $this->sqlite->query($statement, $sourcePageId);
457 $res = $this->sqlite->query($statement, $entry);
561 … $res = $this->sqlite->query("select target from redirections where source = ?", $sourcePageId);
744 $res = $this->sqlite->query("delete from redirections");
774 $res = $this->sqlite->query("select count(1) from redirections");
807 $res = $this->sqlite->query("select * from redirections");
H A Daction.php648 $query = str_replace($replacementPart, ' ', $ID);
652 "q" => $query,
/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/timetrack/
H A Dhelper.php260 $res = $sqlite->query("SELECT
275 $res = $sqlite->query("SELECT
311 $res = $sqlite->query("SELECT
328 $res = $sqlite->query("SELECT
358 $res = $sqlite->query('SELECT
466 $res = $sqlite->query("SELECT
506 $res = $sqlite->query("SELECT
579 $res = $sqlite->query("SELECT
606 $res = $sqlite->query("SELECT
634 $res = $sqlite->query("SELECT
[all …]
/plugin/pdb/
H A Dsyntax.php49 list($state, $query) = $data;
50 list($cmd,$pdbid) = $query;
/plugin/ckgdoku/ckeditor/plugins/link/dialogs/
H A Dlink.js.unc43 AdvancedTabPrompt: 'Use the advanced tab to create page anchors and query strings',
749 …nslateItem('AdvancedTabPrompt'), //'Use the advanced tab to create page anchors and query strings',
/plugin/ckgdoku/ckeditor/
H A Dconfig.js.unc372 AdvancedTabPrompt: 'Use the advanced tab to create page anchors and query strings',
H A DCHANGES.md663 …or.com/ticket/12215): Fixed: Basepath resolution does not recognize semicolon as a query separator.
/plugin/ckgdoku/scripts/
H A Dparse_wiki.js.unc664 /* previously saved internal link with query string
773 /* catch query strings attached to internal links for .htacess nice urls */
/plugin/ckgdoku/ckeditor/lang/
H A Den.js.beautified718 AdvancedTabPrompt: "Use the advanced tab to create page anchors and query strings",
H A Den.js.ckgedit61 AdvancedTabPrompt: 'Use the advanced tab to create page anchors and query strings',
H A Den.js.unc67 AdvancedTabPrompt: 'Use the advanced tab to create page anchors and query strings',
H A Dlang_array.txt716 AdvancedTabPrompt: 'Use the advanced tab to create page anchors and query strings',
/plugin/sqljson/
H A Dplugin.info.txt6 desc Processing query to mysql database and insert results as a json.
H A DREADME3 Processing query to mysql database and insert results as a json.
H A DREADME.md2 A dokuwiki plugin for processing query to MySQL databases and insert results as a json.
/plugin/backlinks2/_test/
H A Dsyntax.test.php79 $query = array('ross');
91 idx_lookup($query)

1...<<313233343536373839