Home
last modified time | relevance | path

Searched refs:strpos (Results 426 – 450 of 1099) sorted by relevance

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

/plugin/findologicxmlexport/vendor/phpunit/php-code-coverage/src/Driver/
H A DXdebug.php83 if (strpos($file, 'xdebug://debug-eval') !== 0 && file_exists($file)) {
/plugin/authfacebook/lib/Http/
H A DGraphRawResponse.php129 if (strpos($line, ': ') === false) {
/plugin/reqlang/
H A Daction.php65 $split = strpos($lang, '-');
/plugin/structgroup/helper/
H A Dauthgroup.php61 return strpos($group, $filter) === 0;
/plugin/jplayer/vendor/kriswallsmith/assetic/src/Assetic/Filter/
H A DJpegoptimFilter.php72 if (false !== strpos($proc->getOutput(), 'ERROR')) {
/plugin/gtime/gtlib/asn1/gt/
H A DGTCertTokenResponse.php135 $code = strpos($this->status->getFailInfo(), '1');
/plugin/findologicxmlexport/vendor/phpspec/prophecy/src/Prophecy/Doubler/ClassPatch/
H A DMagicCallPatch.php55 return 0 !== strpos($interface, 'Prophecy\\');
/plugin/randomtables/table-roller/src/Generator/
H A DBaseGenerator.php40 if (false !== strpos($tableName, '|')) {
/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/authorlist/
H A Daction.php40 if(strpos($event->data, '~~AUTHORS:off~~') != false) return false; //Disabled manually
/plugin/namespacesearch/
H A Dhelper.php42 … $searchForm = substr_replace($searchForm, $namespaceSelect, strpos($searchForm, '<input'), 0);
/plugin/iptrust/
H A Daction.php58 if (strpos($ip, $net) === 0) {
/plugin/backlinks2/_test/
H A Dsyntax_include.test.php81strpos($response->getContent(), 'Backlinks to what Bob Ross says (including only)') !== false,
/plugin/textmodule/
H A Daction.php45 $n = strpos($m[$c],":");
/plugin/whyspam/
H A Dadmin.php86 $pos = strpos($text,$matches[0]);
/plugin/mediasyntax/syntax/
H A Dlistblock.php80 $pos=strpos($match,"*");
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/src/Elasticsearch/Serializers/
H A DSmartSerializer.php57 if (strpos($headers['content_type'], 'json') !== false) {
/plugin/ajaxpeon/
H A Dhelper.php36 if(strpos($fname,".changes")){
75 $file_array["files"][] = substr($fname,0,strpos($fname,"."));
/plugin/mdpage/vendor/cebe/markdown/
H A DParser.php298 if (strpos($text, $marker) !== false) {
333 $pos = strpos($text, $found);
/plugin/translationbuddy/
H A Dsyntax.php215 $pos = strpos((string)$id,':');
223 $pos = strpos((string)$id,':');
/plugin/davcard/vendor/composer/
H A DClassLoader.php352 if (0 === strpos($class, $prefix)) {
381 if (0 === strpos($class, $prefix)) {
/plugin/webdavclient/vendor/composer/
H A DClassLoader.php352 if (0 === strpos($class, $prefix)) {
381 if (0 === strpos($class, $prefix)) {
/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/src/Cookie/
H A DCookieJar.php240 if (0 !== strpos($sc->getPath(), '/')) {
262 if (0 !== strpos($uriPath, '/')) {
/plugin/davcal/vendor/composer/
H A DClassLoader.php352 if (0 === strpos($class, $prefix)) {
381 if (0 === strpos($class, $prefix)) {
/plugin/userhomepage/
H A Dhelper.php34 if (strpos($this->getConf('public_pages_ns'),':%NAME%:%START%') !== false) {
249 if (strpos($this->getConf('public_pages_ns'),':%NAME%:%START%') !== false) {

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