Home
last modified time | relevance | path

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

1...<<11121314151617181920>>...44

/plugin/ckgedit/fckeditor/editor/filemanager/connectors/php/
H A Dio.php97 while ( strpos($folderPath, '//') !== false )
168 $position = strpos( $sRealPath, $sSelfPath ) ;
238 if ( strpos( $sCurrentFolder, '/' ) !== 0 )
242 while ( strpos ($sCurrentFolder, '//') !== false ) {
H A Dutf8.php536 * @see strpos()
548 $pos = strpos($haystack, $needle, $offset + $comp);
H A Dutil.php148 if( false !== strpos( $chunk, $tag ) )
H A Dcommands.php354 if ( strpos( $sNewFolderName, '..' ) !== FALSE )
/plugin/ckgedit/action/
H A Dmeta.php317 $pos = strpos($this->wiki_text, 'MULTI_PLUGIN_OPEN');
421 $pos = strpos($_SERVER['HTTP_USER_AGENT'], 'MSIE');
/plugin/epub/
H A Drenderer.php120 if(strpos($mtype[1],'image') !== false) {
123 else if(strpos($mtype[1],'audio') !== false) {
134 else if(strpos($mtype[1],'video') !== false) {
176 if(strpos($link['class'],'media') === false) {
219 elseif(strpos($link['name'],'<img') !== false) {
221 if(strpos($link['name'],'fetch.php') !== false) {
224 if(strpos($link['name'],'alt=""') !==false) {
229 elseif(strpos($link['url'],'fetch.php') !== false) {
243 elseif($link['class'] == 'media' && strpos($link['name'],'<img') !== false) {
248 if((strpos($link['class'],'wikilink') !== false ) && $type!='media') { //internal link
[all …]
H A Daction.php69 if(strpos($INFO['id'],'epub') === false) return;
/plugin/epub/scripts/
H A Depub_utils.php28 if(strpos($info_data[$i],'date') !== false) {
281 if(strpos($url, 'cover.png') !== false) {
530 if(strpos($xhtml,"ditaa/img.php") === false) return;
H A Debook.php77 if(strpos($result, 'usemap') !== false) {
82 if(strpos( $matches[1],'?') !== false) {
97 …if(strpos($matches[0], 'http') !== false) return $matches[0]; //External link, no conversioon ne…
167 $epub_user_title = strpos($epub_pages[0], 'title') !== false ? true: false;
/plugin/tagfilter/
H A Daction.php29 return strpos($value, "tf") === 0;
127 || ($ns && strpos(':' . getNS($page_lookup) . ':', ':' . $ns . ':') === 0)
222 return strpos($val, "_template") === false && @file_exists(wikiFN($val));
H A Dhelper.php451 if (($ns == '.' && getNS($matchedPage) === false) || strpos(':' . getNS($matchedPage) . ':', ':' . $ns . ':') === 0 || $ns === '') {
479 if (strpos($column, '*')) {
550 return $ns === '' || strpos(':' . getNS($pageid) . ':', ':' . $ns . ':') === 0;
/plugin/tagfilter/helper/
H A Dsyntax.php62 if (strpos($val, '_template') !== false) {
67 if (strpos($val, $excludeNs) === 0) {
347 if (strpos($file, str_replace(':', '/', $excludeNs)) === 0) {
/plugin/tagfilter/_test/
H A Dajax.test.php98 $this->assertFalse(strpos($response['text'], 'id=test:plugin_tagfilter:tags:tagpage1') !== false);
121 $this->assertFalse(strpos($response['text'], 'id=test:plugin_tagfilter:tags:tagpage1') !== false);
/plugin/sectiontoggle/
H A DMobile_Detect.php752 if (strpos($header, '_') === false) {
1054 if (strpos($this->httpHeaders[$mobileHeader], $_match) !== false) {
/plugin/dwedit/
H A Daction.php60 if(!isset($USERINFO) && strpos($conf['disableactions'], 'source') !== false) return;
/plugin/discussion/
H A Daction.php1641 if (strpos($text, $phrase) !== false) {
H A Dconvert.php104 if (strpos($comment, '<sub>') !== false) {
H A Dhelper.php236 if (($ns) && (strpos($recent['id'].':', $ns.':') !== 0)) return false;
/plugin/evesso/phpoauthlib/src/OAuth/Common/
H A DAutoLoader.php45 if (strpos($class, $this->namespace) === 0) {
/plugin/evesso/phpoauthlib/src/OAuth/Common/Http/Uri/
H A DUri.php130 $colonPos = strpos($rawUserInfo, ':');
H A DUriFactory.php105 $queryStr = strpos($uri, '?');
/plugin/evesso/phpoauthlib/src/OAuth/Common/Service/
H A DAbstractService.php63 if (false !== strpos($path, '?')) {
/plugin/evesso/
H A Daction.php268 $pos = strpos($haystack, $needle);
/plugin/changes/
H A Dsyntax.php367 if ((strpos($id, $ns . ':') === 0)) return true;
/plugin/publish/_test/
H A Dpublish.test.php49 strpos($response->getContent(), '<div class="approval approved_no">') !== false,
63 strpos($response->getContent(), '<div class="approval approved_yes">') !== false,
81 strpos($response->getContent(), '<div class="approval') === false,

1...<<11121314151617181920>>...44