Home
last modified time | relevance | path

Searched refs:search (Results 1001 – 1025 of 1061) sorted by last modified time

1...<<414243

/plugin/autlogin/
H A Dscript.js75 ajax.runAJAX(link.search.substr(1));
99 if(e.target.className.search(/wikilink1/) > -1){
101 frm.elements['id'].value = acl.hsc(acl.parseatt(e.target.search)['id']);
102 }else if(e.target.className.search(/idx_dir/) > -1){
103 frm.elements['ns'].value = acl.hsc(acl.parseatt(e.target.search)['ns']);
107 if(e.target.className.search(/wikilink1/) > -1){
109 frm2.elements['id'].value = acl.hsc(acl.parseatt(e.target.search)['id']);
110 }else if(e.target.className.search(/idx_dir/) > -1){
111 frm2.elements['ns'].value = acl.hsc(acl.parseatt(e.target.search)['ns']);
115 if(e.target.className.search(/wikilink1/) > -1){
[all …]
/plugin/tline/timeline_ajax/
H A Dsimile-ajax-bundle.js2001 }try{SimileAjax.History._iframe.contentWindow.location.search="?"+SimileAjax.History._currentIndex;
2009 …._handleIFrameOnLoad=function(){try{var B=SimileAjax.History._iframe.contentWindow.location.search;
2014 SimileAjax.History._iframe.contentWindow.location.search="?"+F;
/plugin/tline/timeline_js/
H A Dtimeline-api.js57 if (document.location.search.length > 0) {
58 var params = document.location.search.substr(1).split("&");
/plugin/jsonrpc/
H A Djsonrpc.php204 search($data, $conf['datadir'], 'search_allpages', $opts, $dir);
221 search($data, $conf['mediadir'], 'search_media', $options, $dir);
237 public function search($searchString) function in dokuwiki_jsonrpc_server
/plugin/linkbonus/syntax/
H A Dinterwiki.txt209 $url = 'http://www.google.com/search?q={URL}&amp;btnI=lucky';
/plugin/processing/
H A Dscript.js4207 var pos = str.search(tokens);
4217 pos = str.search(tokens);
/plugin/farm/install/animaltemplate/data/pages/wiki/
H A Ddokuwiki.txt38 * [[http://search.dokuwiki.org|Search for DokuWiki help and documentation]]
/plugin/nstoc/
H A Dsyntax.php656 search($ids, $conf['datadir'], $this->_callback,
660 search($ids, $conf['datadir'], $this->_callback,
/plugin/jmol2/jmol/
H A DJmol.js107 if(allowJMOLJAR && document.location.search.indexOf("JMOLJAR=")>=0) {
108 var f = document.location.search.split("JMOLJAR=")[1].split("&")[0];
1557 if(document.location.search.indexOf("NOAPPLET")>=0){
H A DCHANGES.txt469 # TODO script editor -- search? argh... I knew this would be a can of worms...
813 # natural language search language.
/plugin/nftr/
H A Dplugin.info.txt6 desc Used to hide some namespaces and wikipages from the search engines (set robots to "noindex,…
/plugin/farm/install/animaltemplate/conf/
H A Dinterwiki.conf21 google.de http://www.google.de/search?q=
24 go http://www.google.com/search?q={URL}&amp;btnI=lucky
44 Cache http://www.google.com/search?q=cache:
64 Google http://www.google.com/search?q=
H A Dwordblock.conf2256 https?:\/\/([^\/]*\.)?don-search\.com
7123 https?:\/\/([^\/]*\.)?umax-search-ppc-se-board\.com
7124 https?:\/\/([^\/]*\.)?umax-search-se\.com
7125 https?:\/\/([^\/]*\.)?umax-search\.net
7129 https?:\/\/([^\/]*\.)?umaxsearch-search-engine\.com
/plugin/swfobject/
H A Dscript.js4 …dEvent:K,addLoadEvent:s,getQueryParamValue:function(aa){var Z=j.location.search||j.location.hash;i…
/plugin/phpbblinks/
H A Daction.php83 $search = array();
173 $search[] = '/(\s)?'.str_replace('/','\\/',preg_quote($org)).'(\s)?/';
183 $search[] = '/(\s)?'.str_replace('/','\\/',preg_quote($org)).'(\s)?/';
188 ksort($search);
190 $TEXT = preg_replace($search,$replace,$TEXT);
/plugin/autosearch/
H A Daction.php51 if($this->getConf('search'))
52 $e->data = 'search';
/plugin/jalbum/syntax/
H A Dslideshow.php141 search($files,$this->getConf('albumdir'),'search_media',array(),$dir."/thumbs");
/plugin/freesync/
H A Dhelper.php187 search($lfiles, $conf['mediadir'], 'search_media', array('recursive' => true), $dir);
/plugin/offline/
H A Drenderer.php252 function internallink($id, $name = NULL, $search=NULL,$returnonly=false) { argument
291 if($search){
293 if(is_array($search)){
294 $search = array_map('rawurlencode',$search);
295 $link['url'] .= 's[]='.join('&amp;s[]=',$search);
297 $link['url'] .= 's='.rawurlencode($search);
/plugin/listeabo/
H A Dadmin.php61 print '<script>document.location.search="do=listeabo&admin=true";</script>';
/plugin/superacl/
H A Dscript.js123 ajax.runAJAX(link.search.substr(1)+'&ajax=tree');
145 if(e.target.className.search(/wikilink1/) > -1){
147 frm.elements['id'].value = superacl.hsc(superacl.parseatt(e.target.search)['id']);
148 }else if(e.target.className.search(/idx_dir/) > -1){
149 frm.elements['ns'].value = superacl.hsc(superacl.parseatt(e.target.search)['ns']);
H A Dadmin.php228 search($data,$conf['datadir'],'search_index',array('ns' => $ns));
H A Dajax.php49 search($data,$conf['datadir'],'search_index',array('ns' => $ns),$ns);
/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/flowplay2/flowplayer/
H A DREADME.txt384 - Andrew Rice: Faster seeking with lighttpd by using a binary search to find the keyframes.

1...<<414243