Home
last modified time | relevance | path

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

1...<<21222324252627282930>>...44

/plugin/editor/
H A Dhelper.php132 if (($ns) && (strpos($recent['id'], $ns.':') !== 0)) return false;
/plugin/imagereference/syntax/
H A Dimgcaption.php198 if(strpos($data['classes'], 'left') !== false) {
200 } elseif(strpos($data['classes'], 'right') !== false) {
316 (strpos($data['classes'], 'center') == false ? '':' center') //needed for tabcaptionbox
/plugin/loglog/
H A Dadmin.php124 if (strpos($line['msg'], 'logged off') !== false) {
126 } elseif (strpos($line['msg'], 'logged in permanently') !== false) {
128 } elseif (strpos($line['msg'], 'logged in') !== false) {
130 } elseif (strpos($line['msg'], 'failed') !== false) {
/plugin/loglog/helper/
H A Dlogging.php159 $carry = $carry + (int)(strpos($line['msg'], $msgNeedle) !== false);
H A Dreport.php98 strpos(
106 strpos(
112 } elseif (strpos($line['msg'], 'admin') !== false) {
H A Dmain.php48 } elseif (strpos($msg, 'admin') === 0) {
/plugin/jplayer/vendor/mustache/mustache/src/Mustache/Loader/
H A DFilesystemLoader.php52 if (strpos($this->baseDir, '://') === false) {
133 return strpos($this->baseDir, '://') === false || strpos($this->baseDir, 'file://') === 0;
/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) {
H A Dgetid3.php344 } elseif (strpos(realpath($helperappsdir), ' ') !== false) {
348 if (strpos($value, ' ') !== false) {
H A Dmodule.audio-video.riff.php1578 } elseif (strpos($FirstFourBytes, getid3_ac3::syncword) === 0) {
H A Dmodule.audio.ogg.php352 if ($LastOggSpostion = strpos($LastChunkOfOgg, 'SggO')) {
H A Dmodule.graphic.jpg.php169 if (strpos($key, ':')) {
H A Dmodule.archive.szip.php55 while (strpos($BHheaderdata, "\x00", $BHheaderoffset) > 0) {
H A Dmodule.audio-video.matroska.php424 $vorbis_offset = strpos($trackarray['CodecPrivate'], 'vorbis', 1);
500 if (strpos($entry['FileMimeType'], 'image/') === 0 && !empty($entry['FileData'])) {
H A Dmodule.archive.zip.php50 $EOCDposition = strpos($EOCDsearchData, 'PK'."\x05\x06");
/plugin/jplayer/vendor/kriswallsmith/assetic/src/Assetic/Asset/
H A DFileAsset.php45 if (0 !== strpos($source, $sourceRoot)) {
H A DHttpAsset.php39 if (0 === strpos($sourceUrl, '//')) {
41 } elseif (false === strpos($sourceUrl, '://')) {
/plugin/jplayer/vendor/kriswallsmith/assetic/src/Assetic/Filter/
H A DCssCacheBustingFilter.php53 if (0 === strpos($matches['url'], 'data:')) {
/plugin/jplayer/vendor/mustache/mustache/src/Mustache/Logger/
H A DStreamLogger.php181 if (strpos($message, '{') === false) {
/plugin/jplayer/vendor/kriswallsmith/assetic/src/Assetic/Asset/Iterator/
H A DAssetCollectionIterator.php121 if (false !== strpos($name, $var) && false !== strpos($this->output, $var)) {
/plugin/jplayer/vendor/kriswallsmith/assetic/src/Assetic/Util/
H A DVarUtils.php36 if (false === strpos($template, '{'.$var.'}')) {
/plugin/jplayer/vendor/robloach/component-installer/src/ComponentInstaller/Process/
H A DProcess.php157 if (strpos($prettyName, '/') !== false) {
/plugin/jplayer/vendor/robloach/component-installer/src/ComponentInstaller/Util/
H A DFilesystem.php39 if (strpos($pattern, '**') !== FALSE) {
/plugin/jplayer/vendor/symfony/process/
H A DProcess.php1457 return self::$sigchild = false !== strpos(ob_get_clean(), '--enable-sigchild');
1648 if (false !== strpos($value = $m[1], "\0")) {
1717 if (false !== strpos($argument, "\0")) {
/plugin/jplayer/vendor/symfony/process/Tests/
H A DProcessTest.php40 self::$sigchild = false !== strpos(ob_get_clean(), '--enable-sigchild');
117 while (false === strpos($p->getOutput(), 'received')) {
379 while (false === strpos($p->$getOutput(), $s)) {
828 while (false === strpos($process->getOutput(), 'foo')) {
893 while (false === strpos($process->getOutput(), 'Caught')) {

1...<<21222324252627282930>>...44