Home
last modified time | relevance | path

Searched refs:search (Results 176 – 200 of 1061) sorted by last modified time

12345678910>>...43

/plugin/ireadit/action/
H A Dmigration.php68 search($data, $conf['datadir'], 'search_allpages', array('skipacl' => true));
/plugin/odt/ODT/
H A DODTSpan.php203 $search = &$parsed [$in];
204 if (isset($search ['tag-close']) &&
205 $found ['tag-open'] == $search ['tag-close'] &&
206 $search ['matched'] === false &&
210 $search ['matched'] = true;
H A DODTState.php195 for ($search = $this->size-1 ; $search > 0 ; $search--) {
196 if ($this->stack [$search]->getClass() == $clazz) {
197 return $this->stack [$search];
213 for ($search = $this->size-1 ; $search > 0 ; $search--) {
214 if ($this->stack [$search]->getClass() == $clazz) {
215 $index = $search;
216 return $this->stack [$search];
231 for ($search = 0 ; $search < $this->size ; $search++) {
246 for ($search = $this->size-1 ; $search > 0 ; $search--) {
261 for ($search = $this->size-1 ; $search > 0 ; $search--) {
[all …]
H A DODTUtility.php626 protected static function getLinkURL ($search) { argument
627 preg_match ('/href="[^"]*"/', $search, $matches);
890 $search = &$parsed [$in];
891 if (isset($search ['tag-close']) &&
892 $found ['tag-open'] == $search ['tag-close'] &&
893 $search ['matched'] === false &&
897 $search ['matched'] = true;
/plugin/odt/ODT/css/
H A Dcssimportnew.php323 foreach ($this->classes as $search) {
324 if (array_search($search, $comp) === false) {
346 foreach ($this->pseudo_classes as $search) {
347 if ($element->iECSSM_has_pseudo_class($search) == false) {
/plugin/odt/action/
H A Dexport.php259 search($result, $this->config->getParam('datadir'), 'search_allpages', $opts, $dir);
/plugin/blogtng/
H A Dstyle.css50 /* search form*/
/plugin/structautolink/
H A Drenderer.php88 $search = new SearchConfig([
92 $data = $search->execute();
/plugin/orphanmedia2/
H A Ddokuwiki-plugin-page.md13 tags : orphan, maintenance, links, listing, search, missing
/plugin/do/
H A Dhelper.php185 $search = $n;
190 $search = "lower($search)";
195 $where .= sprintf(' AND %s in (%s)', $search, $args[$n]);
/plugin/do/scripts/
H A DPluginDo.js335 do_page: decodeURIComponent(PluginDo.urlParam(me.search.substring(1), 'do_page')),
336 do_md5: decodeURIComponent(PluginDo.urlParam(me.search.substring(1), 'do_md5')),
/plugin/autoindex/
H A Dsyntax.php66 search($data, $conf['datadir'], 'search_universal', $opts, $ns, 1, '');
/plugin/semantic/
H A Dhelper.php33 'target' => DOKU_URL . DOKU_SCRIPT . '?do=search&amp;id={search_term_string}',
/plugin/odtsupport/
H A Ddokuwiki_plugin_page.wiki29 * [[text]] (optional: allows to use the search for generated pagecodes)
32 …ntax elements will give their results to be included within the dokuwiki search: //hash, pagehash,…
42 …g generated into the ODT file, this code can be used within the dokuwiki search as a helper to qui…
46 …e of a paper document, I added that 4-chars quickcode that can be entered into the dokuwiki search.
/plugin/barcodes/vendor/composer/
H A DClassLoader.php507 $search = $subPath . '\\';
508 if (isset($this->prefixDirsPsr4[$search])) {
510 foreach ($this->prefixDirsPsr4[$search] as $dir) {
/plugin/fastwiki/
H A Dscript.js70 var formActions = {search: 1}; property in plugin_fastwiki.fixActionLinks.formActions
73 // TODO: Support search: Hook search box, not just href. Note that supporting search changes doku behavior -- search results now have namespaces and origin pages.
74 // Because of this, search will have to be a separate config setting.
/plugin/edittable/lib/
H A Dhandsontable.full.js20314 search: false,
22137 return [function search(regexp) {
22279 var search = String(searchString);
22281 ? $endsWith.call(that, search, end)
22282 : that.slice(end - search.length, end) === search;
22388 var search = String(searchString);
22390 ? $startsWith.call(that, search, index)
22391 : that.slice(index, index + search.length) === search;
47275 …archResultClass = cellProperties.search !== null && _typeof(cellProperties.search) == 'object' && …
47297 instance.search = new Search(instance);
[all …]
/plugin/edittable/renderer/
H A Dinverse.php392 …function internallink($id, $name = null, $search = null, $returnonly = false, $linktype = 'content… argument
/plugin/blog/
H A Dhelper.php55 search($pages, $conf['datadir'], 'search_pagename', array('query' => '.txt'), $dir);
/plugin/pubmed2020/classes/
H A Dpubmed2020.php76 $search = "\"$doi\"&sort=date&size=100&format=pubmed";
77 $url = sprintf($this->pubmedSearchURL, $search);
100 function getAllSearchResult($search) { argument
101 $url = sprintf($this->pubmedSearchURL, urlencode($search));
/plugin/pubmed2020/site/
H A Ddescription.txt31 ^[[#search]] |link |Create a link to a search query over PubMed (you can use MeSH terms, wild…
52 ======search======
54 {{pubmed>search:"Empathy"[Mesh] AND "Communication"[Mesh] AND "Aged"[Mesh]}}
55 {{https://github.com/EricMaeker/dokuwiki-plugin-pubmed/raw/dokuwiki-web-site/site/search.png}}
/plugin/pubmed2020/tests/
H A Dtest.txt69 * <nowiki>{{pmid>search:maeker}}</nowiki>
70 * {{pmid>search:maeker}}
/plugin/simplenavi/
H A Dsyntax.php88 * @param string $ns the namespace to search in
104 // and will skip it by default in the search callback
116 // execute search using our own callback
117 search(
229 * Custom search callback
/plugin/advanced/admin/
H A Dexport.php110 search($namespaces, $conf['datadir'], 'search_namespaces', $options, '');
151 search($pages, $conf['datadir'], 'search_allpages', $options, $namespace);
H A Dimport.php201 search($namespaces, $conf['datadir'], 'search_namespaces', $options, '');

12345678910>>...43