Home
last modified time | relevance | path

Searched +full:search -(+path:inc +path:lang) -(+path:lib +path:plugins +path:lang) -(+path:lib +path:tpl +path:dokuwiki +path:lang) (Results 76 – 100 of 114) sorted by relevance

12345

/dokuwiki/inc/Subscriptions/
H A DSubscriberManager.php151 * Recursively search for matching subscriptions
/dokuwiki/vendor/geshi/geshi/src/geshi/
H A Dactionscript3.php143 'secondsUTC', 'seconds', 'search', 'scrollV', 'scrollRect',
455 5 => 'http://www.google.com/search?q={FNAMEL}%20inurl:http://livedocs.adobe.com/flex/201/langref/%20inurl:{FNAMEL}.html',
H A Dnewlisp.php90 'rotate','round','save','search','seed','seek','select','semaphore',
H A Dcsharp.php234 3 => 'http://www.google.com/search?q={FNAMEL}+msdn.microsoft.com',
H A Dpli.php131 'scale', 'search', 'searchr', 'secs', 'secstodate', 'secstodays',
H A Dcadlisp.php129 'vl-string-search','vl-string-subst','vl-string-translate','vl-string-trim',
H A Dgnuplot.php273 2 => 'http://www.google.com/search?q=%22set+{FNAME}%22+site%3Ahttp%3A%2F%2Fwww.gnuplot.info%2Fdocs%2F&btnI=lucky',
H A Drsplus.php171 'search', 'searchpaths', 'seek', 'seek.connection', 'seq', 'seq_along', 'seq_len', 'seq.Date', 'seq.default',
374 'getS3method', 'getTxtProgressBar', 'glob2rx', 'head', 'head.matrix', 'help', 'help.request', 'help.search',
375 'help.start', 'history', 'index.search', 'install.packages', 'installed.packages', 'is.relistable',
H A Dc_winapi.php854 5 => 'http://www.google.com/search?q={FNAMEL}+msdn.microsoft.com',
855 6 => 'http://www.google.com/search?q={FNAMEL}+msdn.microsoft.com'
H A Dcpp-winapi.php814 5 => 'http://www.google.com/search?q={FNAMEL}+msdn.microsoft.com',
815 6 => 'http://www.google.com/search?q={FNAMEL}+msdn.microsoft.com'
H A Dvim.php346 'rename', 'repeat', 'resolve', 'reverse', 'round', 'search',
H A Dgo.php361 5 => 'http://golang.org/search?q={FNAME}'
H A Dasymptote.php994 'search',
/dokuwiki/lib/tpl/dokuwiki/css/
H A Dcontent.less185 .dokuwiki form.search div.ajax_qsearch {
H A D_media_fullscreen.css6 * their site width) are the 4 min-width's (search for @change).
/dokuwiki/lib/plugins/acl/
H A Dadmin.php271 * @param string $limit limit the search to this folder
280 search($data, $conf['datadir'], 'search_index', ['ns' => $folder], $limit);
282 search($media, $conf['mediadir'], 'search_index', ['ns' => $folder, 'nofiles' => true], $limit);
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Crypt/
H A DRandom.php180 // (do a search for "ANS X9.31 A.2.4")
/dokuwiki/inc/Parsing/Lexer/
H A DLexer.php47 * Adds a token search pattern for a particular parsing mode.
/dokuwiki/lib/exe/
H A Djs.php58 DOKU_INC . 'lib/scripts/search.js',
/dokuwiki/inc/
H A Dio.php752 * Search a file for matching lines
758 * @param string $file The file to search
/dokuwiki/lib/plugins/authad/
H A Dauth.php363 * Create a Search-String useable by adLDAPUsers::all($includeDescription = false, $search = "*", $sorted = true)
/dokuwiki/lib/plugins/config/settings/
H A Dconfig.metadata.php159 'search',
/dokuwiki/vendor/geshi/geshi/
H A DCHANGELOG496 * Cache Symbol Search Regexp and make Symbol Highlighting faster (milian)
687 - Fixed java documentation search for keywords to actually go to the
775 - Added (dubious) fix for google "I'm feeling lucky" search for java keywords
/dokuwiki/vendor/geshi/geshi/src/
H A Dgeshi.php131 /** The key of the regex array defining what to search for */
134 matched search to use as a replacement */
139 matched search to put before the replacement */
142 matched search to put after the replacement */
2026 //Now we need to rewrite our array to get a search string that
3320 $search = array();
3323 $search[] = '\\' . $k;
3326 $before = str_replace($search, $matches, $before);
3327 $after = str_replace($search, $matches, $after);
3328 $replace = str_replace($search,
[all...]
/dokuwiki/inc/Ui/
H A DPageDiff.php539 // search the diff html string for both:

12345