Home
last modified time | relevance | path

Searched refs:strpos (Results 1 – 25 of 1099) sorted by path

12345678910>>...44

/plugin/a2s/
H A DASCIIToSVG.php1918 if (strpos($opt, 'a2s:', 0) === 0) {
2544 if (strpos($opt, 'a2s:', 0) === 0) {
2691 if (strpos($opt, 'a2s:', 0) === 0) {
2787 if (strpos($opt, 'a2s:', 0) === 0) {
/plugin/abbr/syntax/
H A Dabbreviation.php56 } elseif (strpos($match,'|') !== false) {
/plugin/abc2/
H A Dsyntax.php370 $pos = strpos($haystack, $needle);
/plugin/ac/actions/
H A Dtickets.php7 $data[0] = substr($ID, strpos($ID, 'projekt:') + 8);
/plugin/ac/
H A Dcommon.php18 if (strpos($name, 'syntax_plugin_ac_action_') !== 0) {
/plugin/accscounter/
H A Dadmin.php112 …if ($_REQUEST['mode'] == 'search' and strpos($page, cleanID($_REQUEST['keyword'])) !== FALSE) $spe…
/plugin/accscounter/syntax/
H A Dpopularity.php97 if ((strpos($except, '|' . $page . '|') !== FALSE) ||
/plugin/acknowledge/
H A Dhelper.php116 if (strpos($pns, $ans) === 0) {
/plugin/aclauditor/
H A Dhelper.php95 if(strpos($a["what"], $b["what"]) === 0) return 1;
96 if(strpos($b["what"], $a["what"]) === 0) return -1;
187 if(($b == "") || strpos($a, $b) === 0) return 1;
188 if(($a == "") || strpos($b, $a) === 0) return -1;
/plugin/aclplusregex/
H A Daction.php335 return strpos($part, '(') !== false &&
336 strpos($part, ')') !== false;
/plugin/addnewpage/
H A Dsyntax.php135 if(strpos($ns, '@PAGE@') !== false) {
208 …while(!empty($ancestor_stack) && strpos($ns, $ancestor_stack[count($ancestor_stack) - 1] . ':') !=…
261 if( ! empty($exclude) && strpos($ns['id'], $exclude) === 0) {
/plugin/addressbook/
H A Dsyntax.php136 if (strpos($data,'departments') > 0) {
717 $params = substr($params,strpos($params,'?')+1);
721 if (strpos($o,'=') == 0) {$res[$o] = false;} else {
/plugin/adfs/phpsaml/
H A DCHANGELOG86 * [#183](https://github.com/onelogin/php-saml/pull/183) Fix strpos bug when decrypting assertions
/plugin/adfs/phpsaml/lib/Saml2/
H A DResponse.php321 if (!empty($recipient) && strpos($recipient, $currentURL) === false) {
H A DUtils.php246 if (strpos($key, '-----BEGIN PRIVATE KEY-----') !== false) {
253 } else if (strpos($key, '-----BEGIN RSA PRIVATE KEY-----') !== false) {
284 $ini = strpos($str, $start);
291 $len = strpos($str, $end, $ini) - $ini;
329 if (strpos($url, '?') === false) {
384 if (strpos($baseurl, 'https://') === false) {
726 $index = strpos($_SERVER['QUERY_STRING'], $name.'=');
728 $end = strpos($substring, '&');
729 return $end ? substr($substring, 0, strpos($substring, '&')) : $substring;
/plugin/adhoctags/syntax/
H A Dabstract.php84 $data = trim(substr($match,strpos($match,' '),-1)," \t\n/");
/plugin/aichat/vendor/composer/
H A DClassLoader.php533 if (0 === strpos($class, $prefix)) {
/plugin/aichat/vendor/erusev/parsedown/
H A DParsedown.php160 if (strpos($line, "\t") !== false)
860 if (strpos($Block['element']['text'], '|') !== false and chop($Line['text'], ' -:|') === '')
967 if ($Line['text'][0] === '|' or strpos($Line['text'], '|'))
1064 $markerPosition = strpos($text, $marker);
1159 if (strpos($Excerpt['text'], '>') !== false and preg_match('/^<((mailto:)?\S+?@\S+?)>/i', $Excerpt['text'], $matches))
1332 if ($this->markupEscaped or $this->safeMode or strpos($Excerpt['text'], '>') === false)
1432 if (strpos($Excerpt['text'], '>') !== false and preg_match('/^<(\w+:\/{2}[^ >]+)>/i', $Excerpt['text'], $matches))
1566 $position = strpos($markup, "</p>");
/plugin/airtable/
H A Dsyntax.php451 $type = substr($user_string, 0, strpos($user_string, " | "));
/plugin/ajaxloader/
H A Dcommon.php2 if (strpos($call, 'plugin_') === 0) {
/plugin/ajaxpeon/
H A Dhelper.php36 if(strpos($fname,".changes")){
75 $file_array["files"][] = substr($fname,0,strpos($fname,"."));
/plugin/alertbox/
H A Dsyntax.php27 if (strpos($match, 'warning') != false) {
29 } elseif (strpos($match, 'info') != false) {
31 } elseif (strpos($match, 'danger') != false) {
33 } elseif (strpos($match, 'success') != false) {
/plugin/anewssystem/
H A Dsyntax.php109 if( strpos($postkey, "news_input_") === 0 ) {
112 if( strpos(trim($postvalue), "\n") !== false ) {
119 if(strpos('anchor',$key)>0) {
649 elseif (strpos($ans_conf['param'], 'flash')!== false) {
846 elseif (strpos($ans_conf['param'], 'cloud')!== false) {
962 elseif ((strpos($ans_conf['param'], 'allnews')!== false)) {
1126 if ((strpos($ans_conf['param'], 'ho=off')!== false)) { $news_date =''; }
1169 elseif ((strpos($ans_conf['param'], 'archive')!== false)) {
/plugin/approve/
H A Dhelper.php157 if (strpos($noNS, ':') === FALSE &&
/plugin/archiveupload/
H A Daction.php162 if(strpos($ext, 'gz') !== false) $compress_type = COMPRESS_GZIP;

12345678910>>...44