Home
last modified time | relevance | path

Searched refs:strpos (Results 1076 – 1099 of 1099) sorted by last modified time

1...<<41424344

/plugin/complex_lists/complex_lists/
H A Dsyntax.php181 $type = strpos("01aAiI", substr($str, $loc, 1));
304 $pos = strpos($renderer->doc, '<!--CPLX-LIST-START-->');
313 $pos = strpos($listtext, '<!--CPLX-LIST-');
321 $pos = strpos($listtext, '-->');
/plugin/nroff/
H A Drenderer.php619 if( strpos($url,DOKU_URL) === 0 ){
/plugin/nsrelation/
H A Dsyntax.php105 if($this->rootns && strpos($ID,$this->rootns) !== 0) return;
111 if(strpos($ID,$this->rootns.$ns) === 0 ){
/plugin/wysiwyg/fckeditor/editor/filemanager/connectors/php/
H A Dcommands.php120 if ( strpos( $sNewFolderName, '..' ) !== FALSE )
H A Dutil.php111 if( false !== strpos( $chunk, $tag ) )
H A Dio.php94 while ( strpos($folderPath, '//') !== false )
150 $position = strpos( $sRealPath, $sSelfPath ) ;
220 if ( strpos( $sCurrentFolder, '/' ) !== 0 ) $sCurrentFolder = '/' . $sCurrentFolder ;
223 while ( strpos ($sCurrentFolder, '//') !== false ) {
228 if ( strpos( $sCurrentFolder, '..' ) )
/plugin/wysiwyg/fckeditor/
H A Dfckeditor_php5.php85 if ( strpos( $this->Width, '%' ) === false )
90 if ( strpos( $this->Height, '%' ) === false )
112 …if ( strpos($sAgent, 'MSIE') !== false && strpos($sAgent, 'mac') === false && strpos($sAgent, 'Ope…
114 $iVersion = (float)substr($sAgent, strpos($sAgent, 'MSIE') + 5, 3) ;
117 else if ( strpos($sAgent, 'Gecko/') !== false )
119 $iVersion = (int)substr($sAgent, strpos($sAgent, 'Gecko/') + 6, 8) ;
122 else if ( strpos($sAgent, 'Opera/') !== false )
124 $fVersion = (float)substr($sAgent, strpos($sAgent, 'Opera/') + 6, 4) ;
H A Dfckeditor_php4.php90 if ( strpos( $this->Width, '%' ) === false )
95 if ( strpos( $this->Height, '%' ) === false )
122 …if ( strpos($sAgent, 'MSIE') !== false && strpos($sAgent, 'mac') === false && strpos($sAgent, 'Ope…
124 $iVersion = (float)substr($sAgent, strpos($sAgent, 'MSIE') + 5, 3) ;
127 else if ( strpos($sAgent, 'Gecko/') !== false )
129 $iVersion = (int)substr($sAgent, strpos($sAgent, 'Gecko/') + 6, 8) ;
132 else if ( strpos($sAgent, 'Opera/') !== false )
134 $fVersion = (float)substr($sAgent, strpos($sAgent, 'Opera/') + 6, 4) ;
/plugin/wysiwyg/fckeditor/_samples/php/
H A Dsample04.php80 $sBasePath = substr( $sBasePath, 0, strpos( $sBasePath, "_samples" ) ) ;
H A Dsample01.php46 $sBasePath = substr( $sBasePath, 0, strpos( $sBasePath, "_samples" ) ) ;
H A Dsample02.php86 $sBasePath = substr( $sBasePath, 0, strpos( $sBasePath, "_samples" ) ) ;
H A Dsample03.php74 $sBasePath = substr( $sBasePath, 0, strpos( $sBasePath, "_samples" ) ) ;
/plugin/remotescript/lib/JsHttpRequest/
H A DJsHttpRequest.php329 if (strpos($data, '%u') !== false) { // improve speed
/plugin/textile2/
H A DclassTextile.php598 if (strpos($atts, 'class=') === false)
/plugin/chat/
H A Dchat.php97 return strpos($ID, "$dNS:$pID") !== false;
/plugin/googlesearch/
H A Dnusoap.php1223 if (!strpos($v, ':')) {
2428 $chunkend = strpos($buffer, $lb);
2573 $pos = strpos($data,"\r\n\r\n");
2577 $pos = strpos($data,"\n\n");
3366 if (strpos($v, '=')) {
3400 if (strpos($v, '=')) {
4921 if (strpos($partType, ':')) {
5765 if(strpos($pType,':')) {
5777 if(strpos($pType,':')) {
5957 if(strpos($name,':')){
[all …]
/plugin/txtconf/
H A Dconfig0.class.php443 function is_whitespace($c) { return (strpos("\t\n\r ",$c) !== false); }
444 function is_quote($c) { return (strpos("\"'",$c) !== false); }
474 $i = strpos($contents, $c_close, $i+$c_open_len)+strlen($c_close)-1;
/plugin/zip/pear/MIME/
H A DType.php153 return substr($type, 0, strpos($type, ';'));
/plugin/zip/pear/MIME/Type/
H A DParameter.php107 $cs = strpos($value, '(');
124 $cs = strpos($param, '(');
/plugin/zip/pear/File/Archive/Reader/
H A DUncompress.php186 … $this->baseDirProgression = strpos($this->baseDir, '/', strlen($filename)+2);
213 $this->baseDirProgression = strpos($baseDir, '/');
/plugin/zip/pear/File/
H A DArchive.php317 if (strpos($lastFile, '*')!==false ||
318 strpos($lastFile, '?')!==false) {
387 $pos = strpos($realPath, '/', $pos+1);
/plugin/zip/pear/File/Archive/Predicate/
H A DCustom.php61 if (strpos($this->expression, "return") === false) {
64 $this->useName = (strpos($this->expression, '$name') !== false);
65 $this->useStat = (strpos($this->expression, '$stat') !== false);
66 $this->useMIME = (strpos($this->expression, '$mime') !== false);
/plugin/bibtex/OSBib/
H A DUTF8.php38 if(strpos($newStr, "?") !== false)
/plugin/bibtex/OSBib/format/bibtexParse/
H A DPARSEENTRIES.php235 $pos = strpos($oldString, $value);

1...<<41424344