Home
last modified time | relevance | path

Searched refs:search (Results 51 – 75 of 1061) sorted by last modified time

12345678910>>...43

/plugin/tagging/
H A Dplugin.info.txt6 desc Allow users to annotate pages with tags, search for tags and show useful tag clouds.
H A Dscript.js3 /* DOKUWIKI:include script/search.js */
118 search: function () {
H A DREADME4 the search.
/plugin/tagging/action/
H A Dmain.php157 $search = $INPUT->str('term');
158 $tags = $hlp->findItems(array('tag' => '*' . $hlp->getDB()->escape_string($search) . '*'), 'tag');
/plugin/tagging/script/
H A Dsearch.js3 * Add tag search parameter to all links in the advanced search tools
6 * with a DokuWiki event, which does not exist yet, but should handle extending search tools.
8 const $advancedOptions = jQuery('.search-results-form .advancedOptions');
21 location.search.substr(1)
58 // when tag search has no results, build the filter dropdown anyway but from tags in query
113 * Returns query from the main search form, ignoring quicksearch.
122 * Returns an array of all tags found in search form input
156 * Restore tags in search links
186 // tags in other search filter
[all...]
/plugin/confmanager/lang/en/
H A Dinterwiki.txt9 [[google>Wiki]] links to a Google search,
13 …all>TourBusStop]] links to the MeatBall wiki TourBusStop, [[google>Wiki]] links to a Google search.
/plugin/confmanager/lang/ja/
H A Dinterwiki.txt10 [[google>Wiki]] Google search へのリンク、
14 …a へのリンク、[[Meatball>TourBusStop]] MeatBall wiki InterWiki へのリンク、[[google>Wiki]] Google search へのリンク、
/plugin/confmanager/lang/ko/
H A Dinterwiki.txt9 [[google>Wiki]] links to a Google search,
/plugin/xlsx2dw/packages/exceljs/
H A Dexceljs.js25762 var hasEscapeCharacters = preparedField.search(this.ESCAPE_REGEXP) !== -1;
27030 if (lineFromCursor.search(regex) === -1) {
52287 filter: function filter(search) {
52290 if (search(relativePath, entry)) {
71365 function startsWith(str, search, pos) {
71366 return str.substr(!pos || pos < 0 ? 0 : +pos, search.length) === search;
71370 function endsWith(str, search, this_len) {
71375 return str.substring(this_len - search.length, this_len) === search;
71379 function includes(str, search, start) {
71384 if (start + search.length > str.length) {
[all …]
/plugin/xlsx2dw/packages/jszip/
H A Djszip.js1538 filter: function(search) { argument
1541 if (search(relativePath, entry)) { // the file matches the function
/plugin/xlsx2dw/packages/xlsx/
H A Dxlsx.mjs19437 /* TODO: search for correct name */
23059 …sh(' <table:calculation-settings table:case-sensitive="false" table:search-criteria-must-appl…
23141 function u8contains(body, search) { argument
23142 var L = body.indexOf(search[0]);
23146 for (; L <= body.length - search.length; ++L) {
23147 for (var j = 0; j < search.length; ++j)
23148 if (body[L + j] != search[j])
/plugin/xlsx2dw/packages/xmltojson/
H A Dxmltojson.js1 …b.__gwt_scriptsLoaded={}}function wb(){var b=false;try{var c=kb.location.search;return (c.indexOf(…
/plugin/gallery/swipebox/js/
H A Djquery.swipebox.js
/plugin/gallery/
H A Dsyntax.php
/plugin/button/
H A Dsyntax.php366 function internallink(&$xhtml, $id, $name = NULL, $search = NULL, $returnonly = false, $linktype = 'content')
435 //add search string
436 if ($search) {
438 if (is_array($search)) {
439 $search = array_map('rawurlencode', $search);
440 $link['url'] .= 's[]=' . join('&amp;s[]=', $search);
442 $link['url'] .= 's=' . rawurlencode($search);
328 internallink(& $xhtml, $id, $name = NULL, $search = NULL, $returnonly = false, $linktype = 'content') global() argument
/plugin/tag/syntax/
H A Dsearchtags.php3 * Syntax plugin part for displaying a tag search form with results.
11 * Tagsearch syntax, displays a tag search form with results similar to the topic syntax
86 // print the search form
106 // display the actual search results
122 * Return the search form for the namespace and the tag selection
124 * @return string the HTML code of the search form
132 search($namespaces,$conf['datadir'],'search_namespaces', []);
134 // build the list in the form value => label from the namespace search result
241 * Returns the tag search string from the selected tags
242 * @return string|null the tag search o
[all...]
/plugin/translation/
H A Dadmin.php119 search($pages, $dir, 'search_allpages', []);
/plugin/todo/syntax/
H A Dlist.php178 // search(&$data, $base, $func, $opts,$dir='',$lvl=1,$sort='natural')
179 search($todopages, $conf['datadir'], array($this, 'search_todos'), $opts); //browse wiki pages with callback to search_pattern
205 * Custom search callback
223 * @param array $opts - option array as given to search()
232 //only search txt files
/plugin/bureaucracy/
H A Daction.php38 $search = $_REQUEST['search'];
44 if ($search === '' || // No search
45 stripos($username, $search) === 0 || // Username (prefix)
46 stripos($data['name'], $search) !== false) { // Full name
54 if (count($users) === 1 && key($users) === $search) {
/plugin/bureaucracy/helper/
H A Dactiontemplate.php205search($template_pages, $conf['datadir'], 'search_universal', $opts, str_replace(':', '/', getNS($…
/plugin/bureaucracy/script/
H A Duser.js19 search: getterm(request)
69 search: function () {
/plugin/addnewpage/
H A Dsyntax.php256 search($searchdata, $conf['datadir'], 'search_namespaces', array(), $topns);
/plugin/dw2pdf/vendor/mpdf/mpdf/src/
H A DMpdf.php27132 function OverWrite($file_in, $search, $replacement, $dest = Destination::DOWNLOAD, $file_out = "mpdf")
27136 if (!is_array($search)) {
27137 $x = $search;
27138 $search = [$x];
27146 foreach ($search as $k => $val) {
27147 $search[$k] = $this->writer->utf8ToUtf16BigEndian($search[$k], false);
27148 $search[$k] = $this->writer->escape($search[$k]);
27195 foreach ($search a
27060 OverWrite($file_in, $search, $replacement, $dest = Destination DOWNLOAD, $file_out = 'mpdf') global() argument
[all...]
/plugin/dw2pdf/vendor/composer/
H A DClassLoader.php502 $search = $subPath . '\\';
503 if (isset($this->prefixDirsPsr4[$search])) {
505 foreach ($this->prefixDirsPsr4[$search] as $dir) {
/plugin/dw2pdf/vendor/mpdf/mpdf/
H A DCHANGELOG.md167 - `FontFileFinder` class allowing to specify multiple paths to search for fonts
719 NB If you want to know if a font file is suitable, you can open a .ttf file in a text editor and search for "uni067C.med" - if it exists, it may work!

12345678910>>...43