Home
last modified time | relevance | path

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

123

/plugin/openlayersmap/syntax/
H A Dolmap.php110 if (stripos($gmap ['baselyr'], 'google') !== false) {
114 } elseif (stripos($gmap ['baselyr'], 'bing') !== false) {
128 /* elseif (stripos ( $gmap ['baselyr'], 'mapquest' ) !== false) {
/plugin/subjectindex/inc/
H A Dcommon.php291 $delim = stripos($entry, '|');
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Util/Log/
H A DTeamCity.php192 if (stripos(ini_get('disable_functions'), 'getmypid') === false) {
/plugin/ckgdoku/action/
H A Dedit.php684 if(stripos($_SERVER['HTTP_USER_AGENT'],'Chrome') !== false) {
1180 if(stripos($xhtml,'oIWIKIo') !== false) {
/plugin/fckg/action/
H A Dmeta.php501 if(stripos($lines[$i+1], 'upgrade') !== false) {
/plugin/findologicxmlexport/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/
H A DDocParser.php974 $classPos = stripos($identifier, '::class');
1190 if (0 === stripos(rtrim($name, '\\') . '\\', $ignoredAnnotationNamespace)) {
/plugin/photogallery/phpThumb/demo/
H A DphpThumb.demo.check.php229 if (!empty($ServerInfo['gd_string']) && false !== stripos($ServerInfo[ 'gd_string' ], 'bundled')) {
/plugin/ckgedit/action/
H A Dedit.php743 if(stripos($_SERVER['HTTP_USER_AGENT'],'Chrome') !== false) {
1231 if(stripos($xhtml,'oIWIKIo') !== false) {
/plugin/odt/ODT/css/
H A Dcssimportnew.php975 $at_rule_pos = stripos($before_open_bracket, '@');
977 $at_rule_end = stripos($before_open_bracket, ' ');
/plugin/dw2pdf/vendor/mpdf/mpdf/src/
H A DCssManager.php295 if ((strtoupper($property) === 'BACKGROUND-IMAGE' || strtoupper($property) === 'BACKGROUND') && false !== stripos($value, '-webkit-gradient')) {
522 if ((strtoupper($properties[$i]) === 'BACKGROUND-IMAGE' || strtoupper($properties[$i]) === 'BACKGROUND') && false !== stripos($values[$i], '-webkit-gradient')) {
663 if (false !== stripos($s, 'bold')) {
669 if (false !== stripos($s, 'small-caps')) {
1084 if (false !== stripos($s, 'inset')) {
/plugin/photogallery/phpThumb/
H A Dphpthumb.filters.php1253 $x_TL = false !== stripos($fillextend, 'x') ? 0 : min($x1, $x2);
1254 $y_TL = false !== stripos($fillextend, 'y') ? 0 : min($y1, $y2);
1255 $x_BR = false !== stripos($fillextend, 'x') ? imagesx($gdimg) : max($x1, $x2);
1256 $y_BR = false !== stripos($fillextend, 'y') ? imagesy($gdimg) : max($y1, $y2);
H A Dphpthumb.functions.php703 if (!0 === stripos($url, "http") ) {
/plugin/issuetracker/
H A Dedit.php385 if (stripos($conf['status_special'],$value) === false) {
/plugin/database2/
H A Ddatabase2.php1543 if ( stripos( $query, ' WHERE ' ) !== false )
1654 if ( stripos( $query, ' WHERE ' ) !== false )
4125 if ( stripos( $e->getMessage(), 'no such table' ) !== false )
4129 if ( stripos( $e->getMessage(), 'no such column' ) !== false )
/plugin/scrape/
H A DphpQuery-onefile.php
/plugin/odt/helper/
H A Dcssimport.php1187 $mediapos = stripos($before_open_bracket, '@media');
/plugin/jplayer/vendor/james-heinrich/getid3/getid3/
H A Dgetid3.php14 define('GETID3_OS_ISWINDOWS', (stripos(PHP_OS, 'WIN') === 0));
/plugin/syntaxhighlighter4/dist/
H A Dsyntaxhighlighter.js.map1 … strchr strcmp strcoll strcspn strftime strip_tags stripcslashes ' +\n 'stripos stripslashes stri…

123