Home
last modified time | relevance | path

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

1...<<414243

/plugin/linkmanager/exe/
H A Dajax.php59 search($data,$conf['datadir'],'search_index',array('nofiles' => true),$dir);
/plugin/wysiwyg/fckeditor/editor/dialog/fck_spellerpages/spellerpages/
H A DwordWindow.js246 if( letter.search( this.wordChar ) == -1 ) {
/plugin/wysiwyg/fckeditor/editor/_source/internals/
H A Dfckurlparams.js30 var aParams = document.location.search.substr(1).split('&') ;
/plugin/flowplay/flowplayer/
H A Dswfobject.js109 var q=document.location.search||document.location.hash;
/plugin/googlesearch/lang/en/
H A Dresult.txt1 ====== Your search results ======
H A Dnoresult.txt1 ====== No search results ======
3 Sorry, but your search did not return any results. Maybe the pages you're looking for
H A Derror.txt3 Google returned an error for your search. This may be a temporary problem and you can
4 try your search again, by reloading the page. If the error persist try searching
/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){
H A DADMINSTYLE.php916 $search = join('|', $this->map->$type);
926 preg_match("/(.*)(?<!`|[a-zA-Z])($search)(?!`|[a-zA-Z])(.*)/", $subject, $array);
/plugin/bibtex/OSBib/format/
H A DPARSESTYLE.php28 $search = join('|', $this->map->$type);
38 preg_match("/(.*)(?<!`|[a-zA-Z])($search)(?!`|[a-zA-Z])(.*)/", $subject, $array);
H A DREADME.txt120 …s is useful when the bibliography to be displayed is the result of a SQL search. Default is FALSE…

1...<<414243