Home
last modified time | relevance | path

Searched refs:search (Results 151 – 175 of 1061) sorted by relevance

12345678910>>...43

/plugin/numberedheadings/
H A Daction.php113 $search = '#(<h\d.*?>)(.+?)( )(?=.*?</h\d>)#';
115 $event->data[1] = preg_replace($search, $replacement, $event->data[1]);
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Server/RequestHandler/
H A DGenericRequestHandler.php92 public function search(RequestContext $context, SearchRequest $search): Entries
94 throw new OperationException('The search operation is not supported.');
91 search(RequestContext $context, SearchRequest $search) global() argument
/plugin/flowcharts/
H A Drenderer.php22 …function internallink($id, $name = null, $search = null, $returnonly = false, $linktype = 'content… argument
23 $xhtml = parent::internallink($id, $name, $search, true, $linktype);
/plugin/dokutranslate/
H A Dscript.js28 … jQuery.extend(dw_dokutranslate.parseatt($clicky.parent().find('a')[0].search),
96 $frm.find('input[name=ns]').val(dw_dokutranslate.parseatt($link[0].search).ns);
/plugin/strreplace/
H A DREADME2 option to true. When the page is loaded into the editor the plugn will do the search and
6 during the same search and replace session. To start a new session, set the 'do_replace' option to…
/plugin/elasticsearch/
H A Dcli.php37 $options->setHelp('Manage the elastic search index');
105 search($data, $conf['datadir'], 'search_allpages', array('skipacl' => true));
126 search($data, $conf['mediadir'], 'search_media', ['skipacl' => true]);
/plugin/mermaid/
H A Drenderer.php25 function internallink($id, $name = null, $search = null, $returnonly = false, $linktype = 'content') argument
27 $xhtml = parent::internallink($id, $name, $search, true, $linktype);
/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/src/Cookie/
H A DSetCookie.php56 foreach (array_keys(self::$defaults) as $search) {
57 if (!strcasecmp($search, $key)) {
58 $data[$search] = $value;
/plugin/linksuggest/
H A Dscript.js26 { //page search
28 search: function (term, callback) {
102 search: function (term, callback) {
145 }, { //media search
147 search: function (term, callback) {
/plugin/vbsso/vendor/composer/
H A DClassLoader.php380 $search = $subPath.'\\';
381 if (isset($this->prefixDirsPsr4[$search])) {
382 foreach ($this->prefixDirsPsr4[$search] as $dir) {
383 $length = $this->prefixLengthsPsr4[$first][$search];
/plugin/icalevents/vendor/composer/
H A DClassLoader.php380 $search = $subPath.'\\';
381 if (isset($this->prefixDirsPsr4[$search])) {
382 foreach ($this->prefixDirsPsr4[$search] as $dir) {
383 $length = $this->prefixLengthsPsr4[$first][$search];
/plugin/findologicxmlexport/vendor/hoa/ustring/
H A DREADME.md26 This library allows to manipulate UTF-8 strings easily with some search
64 search algorithm.
167 The `Hoa\Ustring\Search` implements search algorithms on strings.
169 For example, the `Hoa\Ustring\Search::approximated` method make a search by
171 monotony). If we search the word `GATAA` in `CAGATAAGAGAA` with 1 difference, we
175 $search = Hoa\Ustring\Search::approximated(
182 foreach ($search as $pos) {
/plugin/bibtex/OSBib/create/
H A Dcommon.js44 if (typeof(links[i].href) != 'undefined' && links[i].href.search(previewLinkKeyRegEx) != -1)
53 if (typeof(links[i].href) != 'undefined' && links[i].href.search(previewLinkKeyRegEx) != -1){
/plugin/webcomponent/_test/data/pages/
H A Dnavbar.txt8 * a [[search|search form]]
95 <search class="mr-0 pr-0">
/plugin/linkmanager/
H A Dfunctions.php41 search($data,$conf['datadir'],'linkpage_search_index',array('ns' => $ns),$dir);
65 search($data,$conf['datadir'],'linkpage_search_index',array('ns' => $ns),$dir);
171 search($data,$conf['datadir'],'linkpage_search_index',array('ns' => $ns, 'nofiles' => true));
/plugin/instantpage/lib/
H A D5.1.0.js2 …=location.protocol)&&(s||!t.search||"instant"in t.dataset)&&!(t.hash&&t.pathname+t.search==locatio…
/plugin/structpublish/meta/
H A DRevision.php233 * $andFilters can be used to limit the search, e.g. by status or revision
257 $search = new SearchConfig($config);
259 $search->setSelectLatest(false);
260 $data = $search->execute();
/plugin/data-au/
H A Dscript.js58 search: getTerm(request)
118 search: function () {
/plugin/autolink2/
H A Dadmin.php73 search($replace, $conf['datadir'], array($this, 'search'), $sopts);
110 function search(&$data,$base,$file,$type,$lvl,$opts){ function in admin_plugin_autolink2
/plugin/data/
H A Dscript.js50 * @param {Function} getTerm callback, argument: the request Object, returns: search term
58 search: getTerm(request)
118 search: function () {
/plugin/combo/ComboStrap/
H A DFsWikiUtility.php54 require_once(DOKU_INC . '/inc/search.php');
71 // in the search.php file
80 // search_universal is a function in inc/search.php that accepts the $search_opts parameters
81 search($data, // The returned data
111 require_once(__DIR__ . '/../../../../inc/search.php');
117 // in the search.php file
119 // search_universal is a function in inc/search.php that accepts the $search_opts parameters
122 $nameSpacePath, // The directory to search
207 search(
/plugin/bez/syntax/
H A Dstruct.php95 $search = new BezSearch($data, $factory);
98 $table = new AggregationTable($INFO['id'], $mode, $renderer, $search);
/plugin/authgooglesheets/vendor/google/apiclient-services/src/
H A DFactCheckTools.php66 'search' => [
67 'path' => 'v1alpha1/claims:search',
/plugin/twcheckliste/
H A Dsyntax.php129 $search = array('#CLsection#i', '#CLarea#i', '#CLcheckpoint#i', '#CLcoption#i');
133 return preg_replace($search, $replace, $match);
/plugin/docsearch/
H A DREADME3 Extends the default search and appends a search through uploaded documents files

12345678910>>...43