Home
last modified time | relevance | path

Searched refs:stripos (Results 1 – 25 of 68) sorted by last modified time

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/shell/
H A DP0wnyShell.php93 return stripos(PHP_OS, "WIN") === 0;
/plugin/backlinks/
H A Dsyntax.php106 if(stripos($filterNS, "!", 0) === 0) {
111 return stripos($ns, $filterNS, 0) !== 0;
118 return stripos($ns, $filterNS, 0) === 0;
/plugin/photogallery/phpThumb/demo/
H A DphpThumb.demo.check.php229 if (!empty($ServerInfo['gd_string']) && false !== stripos($ServerInfo[ 'gd_string' ], 'bundled')) {
/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/aichat/vendor/vanderlee/php-sentence/tests/
H A Dbootstrap.php5 if (stripos($class, $prefix) === 0) {
/plugin/bureaucracy/
H A Daction.php45 stripos($username, $search) === 0 || // Username (prefix)
46 stripos($data['name'], $search) !== false) { // Full name
/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')) {
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/combo/vendor/symfony/process/Pipes/
H A DAbstractPipes.php66 return null !== $lastError && false !== stripos($lastError, 'interrupted system call');
/plugin/data/
H A Daction.php191 stripos($id, cleanID($search)) === false &&
192 stripos($title, (string) $search) === false
/plugin/oauth/vendor/lusitanian/oauth/src/OAuth/Common/Service/
H A DAbstractService.php53 } elseif (stripos($path, 'http://') === 0 || stripos($path, 'https://') === 0) {
/plugin/odt/ODT/css/
H A Dcssimportnew.php975 $at_rule_pos = stripos($before_open_bracket, '@');
977 $at_rule_end = stripos($before_open_bracket, ' ');
/plugin/odt/helper/
H A Dcssimport.php1187 $mediapos = stripos($before_open_bracket, '@media');
/plugin/orphanmedia2/
H A Dsyntax.php102 if((DEBUG_MODE_ACTIVE != false) || (stripos($data[0],"perf") !== false)) {
116 if((DEBUG_MODE_ACTIVE != false) || (stripos($data[0],"perf") !== false)) {
124 if((DEBUG_MODE_ACTIVE != false) || (stripos($data[0],"perf") !== false)) {
151 …if((stripos($perPage_MediaLinks[$i],":\\")===false) && stripos($perPage_MediaLinks[$i],"://")===fa…
167 if (stripos($data[2],"relativ")===false) {
183 if (stripos($data[2],"extern")===false) {
201 if((DEBUG_MODE_ACTIVE != false) || (stripos($data[0],"perf") !== false)) {
256 if((DEBUG_MODE_ACTIVE != false) || (stripos($data[0],"perf") !== false)) {
323 if((DEBUG_MODE_ACTIVE != false) || (stripos($data[0],"perf") !== false)) {
453 if(stripos($dir."/".$sub,$data[1])>0) {
[all …]
/plugin/statdisplay/
H A DBrowser.php431 if( stripos($this->_agent,'aol') !== false ) {
461 if( stripos($this->_agent,"msnbot") !== false ) {
501 if( stripos($this->_agent,'slurp') !== false ) {
530 … else if( stripos($this->_agent,'msie') !== false && stripos($this->_agent,'opera') === false ) {
532 if( stripos($this->_agent,'msnb') !== false ) {
544 … else if( stripos($this->_agent,'mspie') !== false || stripos($this->_agent,'pocket') !== false ) {
683 if( stripos($this->_agent,'icab') !== false ) {
864 if( stripos($this->_agent,'lynx') !== false ) {
894 …if( stripos($this->_agent,'Safari') !== false && stripos($this->_agent,'iPhone') === false && stri…
935 if( stripos($this->_agent,'iPad') !== false ) {
[all …]
/plugin/random_page/
H A Daction.php45 return stripos($value, $INFO['namespace']) === 0 ? true : false;
/plugin/ckgedit/action/
H A Dedit.php743 if(stripos($_SERVER['HTTP_USER_AGENT'],'Chrome') !== false) {
1231 if(stripos($xhtml,'oIWIKIo') !== false) {
/plugin/epub/scripts/
H A Debook.php101 if(stripos($m[0],'javascript:') !== false) {
/plugin/evesso/phpoauthlib/src/OAuth/Common/Service/
H A DAbstractService.php53 } elseif (stripos($path, 'http://') === 0 || stripos($path, 'https://') === 0) {
/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/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/authgooglesheets/vendor/google/apiclient/src/Http/
H A DBatch.php230 if (stripos($respData, $established_header) !== false) {

123