Home
last modified time | relevance | path

Searched refs:strpos (Results 901 – 925 of 1099) sorted by relevance

1...<<31323334353637383940>>...44

/plugin/tagging/action/
H A Dsearch.php156 if (strpos($QUERY, '#') === false) {
/plugin/data-au/syntax/
H A Dtable.php375 if(strpos($filter['compare'], 'LIKE') !== false) {
376 if(strpos($filter['compare'], 'NOT') !== false) {
/plugin/upgrade/vendor/splitbrain/php-archive/src/
H A DTar.php701 if(strpos($magic, "\x42\x5a") === 0) return Archive::COMPRESS_BZIP;
702 if(strpos($magic, "\x1f\x8b") === 0) return Archive::COMPRESS_GZIP;
/plugin/data/syntax/
H A Dtable.php387 if (strpos($filter['compare'], 'LIKE') !== false) {
388 if (strpos($filter['compare'], 'NOT') !== false) {
/plugin/combo/vendor/carica/phpcss/src/PhpCss/Ast/Visitor/
H A DXpath.php245 $hasDoubleQuote = FALSE !== strpos($literal, '"');
247 $hasSingleQuote = FALSE !== strpos($literal, "'");
/plugin/combo/ComboStrap/Web/
H A DUrl.php205 if (strpos($key, "amp;") === 0) {
304 if (strpos($path, "/./") === 0) {
/plugin/jukebox/id3/
H A Dmodule.audio.mp3.php1120 $framelength1 = strpos($MPEGaudioData, $SyncPattern1, 4);
1121 $framelength2 = strpos($MPEGaudioData, $SyncPattern2, 4);
1131 $framelength1 = strpos($MPEGaudioData, substr($SyncPattern1, 0, 3), 4);
1132 $framelength2 = strpos($MPEGaudioData, substr($SyncPattern2, 0, 3), 4);
/plugin/jplayer/vendor/james-heinrich/getid3/getid3/
H A Dgetid3.lib.php153 if (strpos($binarypointnumber, '.') === false) {
164 $pointpos = strpos($binarypointnumber, '.');
589 $offset = strpos($reversedfilename, '.', $offset + 1);
668 if (($pos = strpos($ArrayPath, $Separator)) !== false) {
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Framework/
H A DTestCase.php2032 $pos = strpos($passedKeys[$i], ' with data set');
2044 if (strpos($dependency, 'clone ') === 0) {
2047 } elseif (strpos($dependency, '!clone ') === 0) {
2052 if (strpos($dependency, '::') === false) {
/plugin/mdpage/vendor/composer/
H A DClassLoader.php411 if (0 === strpos($class, $prefix)) {
/plugin/findologicxmlexport/vendor/hoa/stream/
H A DStream.php535 if (false === $pos = strpos($this->getStreamName(), '://')) {
/plugin/findologicxmlexport/vendor/composer/
H A DClassLoader.php411 if (0 === strpos($class, $prefix)) {
/plugin/webdav/vendor/composer/
H A DClassLoader.php411 if (0 === strpos($class, $prefix)) {
/plugin/vbsso/vendor/composer/
H A DClassLoader.php411 if (0 === strpos($class, $prefix)) {
/plugin/icalevents/vendor/composer/
H A DClassLoader.php411 if (0 === strpos($class, $prefix)) {
/plugin/pdb/
H A Dsyntax.php169 $ss = (strpos("|",$LigCode)===false)?
/plugin/condition/
H A Dbase_tester.php.orig.php285 return (strpos($ip, $b['value']) !== false); break;
/plugin/jplayer/vendor/composer/
H A DClassLoader.php411 if (0 === strpos($class, $prefix)) {
/plugin/purplenumbers/
H A Drenderer.php304 $curRootNS = substr($ID, 0, strpos($ID,':'));
/plugin/quickstats/GEOIP/vendor/composer/
H A DClassLoader.php411 if (0 === strpos($class, $prefix)) {
/plugin/approve/
H A Dhelper.php157 if (strpos($noNS, ':') === FALSE &&
/plugin/bez/mdl/
H A DThreadFactory.php18 $first = (int) substr($date, 0, strpos($date, '-'));
/plugin/dw2pdf/vendor/mpdf/mpdf/src/Writer/
H A DBackgroundWriter.php65 if (false !== strpos($x_pos, '%')) {
78 if (false !== strpos($y_pos, '%')) {
/plugin/photogallery/phpThumb/
H A Dphpthumb.functions.php164 if (strpos($line, $key) === 0) {
523 $isbundled = (strpos($gd_info['GD Version'], 'bundled') !== false);
974 if (strpos($line, $key) === 0) {
/plugin/yearbox/
H A Dsyntax.php96 $opt['ns'] = (strpos($value, ':') === false) ? ':' . $value : $value;

1...<<31323334353637383940>>...44