Home
last modified time | relevance | path

Searched refs:stripos (Results 26 – 50 of 68) sorted by relevance

123

/plugin/dw2pdf/vendor/mpdf/mpdf/src/
H A DGradient.php157 if ($type && stripos($type, 'L') === 0) {
159 } elseif ($type && stripos($type, 'R') === 0) {
665 if (stripos($bgr[0], 'left') !== false) {
667 } elseif (stripos($bgr[0], 'right') !== false) {
670 if (stripos($bgr[0], 'top') !== false) {
672 } elseif (stripos($bgr[0], 'bottom') !== false) {
790 if (stripos($pos_angle, 'left') !== false) {
792 } elseif (stripos($pos_angle, 'right') !== false) {
795 if (stripos($pos_angle, 'top') !== false) {
797 } elseif (stripos(
[all...]
/plugin/dw2pdf/vendor/mpdf/mpdf/src/File/
H A DStreamWrapperChecker.php32 if (stripos($filename, $wrapper . '://') === 0) {
/plugin/simpleindex/
H A Dsyntax.php66 if (stripos($value['id'],$del)!==0)
/plugin/anewssystem/
H A Daction.php67 if(stripos($_GET['archive'],'archive')!== false) $ans_conf['param'] = $_GET['archive'];
157 … if(($tag!==false) && (stripos($archive_options['tag'],trim($tag))!==false)){
/plugin/geonav/tpl/startermap/
H A Dmain.php17 if (stripos ($ID, ":earth") === FALSE) $showSidebar = FALSE;
/plugin/random_page/
H A Daction.php45 return stripos($value, $INFO['namespace']) === 0 ? true : false;
/plugin/jplayer/vendor/kriswallsmith/assetic/src/Assetic/Asset/
H A DHttpAsset.php71 if (0 === stripos($header, 'Last-Modified: ')) {
/plugin/badbehaviour/bad-behavior/
H A Dfunctions.inc.php7 function stripos($haystack,$needle,$offset = 0) { function
/plugin/wrap/
H A Dhelper.php313 if ( stripos ($class, 'wrap_noprint') !== false ) {
316 if ( stripos ($class, 'wrap_onlyprint') !== false ) {
662 if ( stripos ($class, 'wrap_noprint') !== false ) {
665 if ( stripos ($class, 'wrap_onlyprint') !== false ) {
/plugin/evesso/phpoauthlib/src/OAuth/Common/Service/
H A DAbstractService.php53 } elseif (stripos($path, 'http://') === 0 || stripos($path, 'https://') === 0) {
/plugin/oauth/vendor/lusitanian/oauth/src/OAuth/Common/Service/
H A DAbstractService.php53 } elseif (stripos($path, 'http://') === 0 || stripos($path, 'https://') === 0) {
/plugin/findologicxmlexport/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/
H A DDocLexer.php141 return (strpos($value, '.') !== false || stripos($value, 'e') !== false)
/plugin/mapillary/
H A Dsyntax.php82 $space = stripos($match, ' ');
/plugin/webdav/vendor/sabre/dav/lib/DAV/Locks/
H A DPlugin.php374 if (stripos($header, 'second-') === 0) $header = (int)(substr($header, 7));
375 elseif (stripos($header, 'infinite') === 0) $header = LockInfo::TIMEOUT_INFINITE;
/plugin/davcal/vendor/sabre/dav/lib/DAV/Locks/
H A DPlugin.php374 if (stripos($header, 'second-') === 0) $header = (int)(substr($header, 7));
375 elseif (stripos($header, 'infinite') === 0) $header = LockInfo::TIMEOUT_INFINITE;
/plugin/jplayer/vendor/symfony/process/Pipes/
H A DAbstractPipes.php66 return null !== $lastError && false !== stripos($lastError, 'interrupted system call');
/plugin/combo/vendor/symfony/process/Pipes/
H A DAbstractPipes.php66 return null !== $lastError && false !== stripos($lastError, 'interrupted system call');
/plugin/findologicxmlexport/vendor/jms/serializer/src/
H A DXmlDeserializationVisitor.php76 if (false !== stripos($data, '<!doctype')) {
399 $startPos = $endPos = stripos($data, '<!doctype');
/plugin/authgoogle/google/io/
H A DGoogle_CurlIO.php166 if (stripos($respData, parent::CONNECTION_ESTABLISHED) !== false) {
/plugin/sqlraw/
H A Dsyntax.php571 $tdPosOpen = stripos($tableIn, '<td', $pos);
572 $tdPosClose = stripos($tableIn, '</td>',$tdPosOpen+4);
573 $tdPosOpenNext = stripos($tableIn, '<td', $tdPosOpen+4);
/plugin/removeold/
H A Dadmin.php163 if(stripos($file,"#")===0) { $comments++; continue; }
/plugin/shell/
H A DP0wnyShell.php93 return stripos(PHP_OS, "WIN") === 0;
/plugin/filterrss/
H A Dsyntax.php53 if(stripos($sort, 'desc') !== false)
/plugin/epub/scripts/
H A Debook.php101 if(stripos($m[0],'javascript:') !== false) {
/plugin/authgooglesheets/vendor/google/apiclient/src/Http/
H A DBatch.php230 if (stripos($respData, $established_header) !== false) {

123