Home
last modified time | relevance | path

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

123

/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/random_page/
H A Daction.php45 return stripos($value, $INFO['namespace']) === 0 ? true : false;
/plugin/rater/
H A Dsyntax.php884 $y_pos = stripos($page_filepath, $savedir."/pages");
905 … if ((stripos($link,"type=stat") === false) && (stripos($link,"type=localstat") === false)) {
909 if(stripos($param,"id=")!== false) { $rater_id = substr($param,4); }
910 elseif(stripos($param,"name=")!== false) {
915 elseif(stripos($param,"type=")!== false) { $type = substr($param,5); }
916 elseif(stripos($param,"img=")!== false) { $img = substr($param,4); }
922 … if(stripos($ratingFile,$this->sonderzeichen($rater_id.'_'.$name.'_'.$type))>0) {
933 if (stripos($ratingFile,'rate.rating')>0){
940 elseif (stripos($ratingFile,'vote.rating')>0){
/plugin/removeold/
H A Dadmin.php163 if(stripos($file,"#")===0) { $comments++; continue; }
/plugin/scrape/
H A DphpQuery-onefile.php
/plugin/semanticdata/
H A Daction.php153 stripos($id, cleanID($search)) === false &&
154 stripos($title, $search) === false) {
/plugin/sentry/
H A DBrowser.php519 if (stripos($this->_agent, 'aol') !== false) {
879 …if (stripos($this->_agent, 'Windows Phone') !== false || stripos($this->_agent, 'Android') !== fal…
909 … else if (stripos($this->_agent, 'msie') !== false && stripos($this->_agent, 'opera') === false) {
958 …else if (stripos($this->_agent, 'mspie') !== false || stripos($this->_agent, 'pocket') !== false) {
1144 if (stripos($this->_agent, 'icab') !== false) {
1348 if (stripos($this->_agent, 'lynx') !== false) {
1382 if (stripos($this->_agent, 'Safari') !== false
1384 && stripos($this->_agent, 'iPod') === false
1419 if (stripos($this->_agent, 'Silk') !== false) {
1661 … if (stripos($this->_agent, 'Portable)') !== false || stripos($this->_agent, 'Vita') !== false) {
[all …]
/plugin/shell/
H A DP0wnyShell.php93 return stripos(PHP_OS, "WIN") === 0;
/plugin/simpleindex/
H A Dsyntax.php66 if (stripos($value['id'],$del)!==0)
/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/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/subjectindex/inc/
H A Dcommon.php291 $delim = stripos($entry, '|');
/plugin/switchpanel/
H A Dsyntax.php83 $iPosFirstLine = stripos( $match, "\n" );
93 if( trim( $sKeyVal ) == '' || stripos( $sKeyVal, '=' ) === false ){
120 $iPosStop = stripos( $sOptions, '=' );
127 $iPosStop = stripos( $sOptions, ',' );
134 $iPosStop = stripos( $sOptions, '"', 1 );
174 $iPosSep = stripos( $sLine, ':' );
202 $iPosSep = stripos( $sLine, ':' );
/plugin/syntaxhighlighter4/dist/
H A Dsyntaxhighlighter.js.map1 … strchr strcmp strcoll strcspn strftime strip_tags stripcslashes ' +\n 'stripos stripslashes stri…
/plugin/twcheckliste/theme_twCheckliste/
H A Dtw_checklist.php99 if (stripos($daten['HL'], "ROLLE_PM")){
111 if (stripos($daten['HL'], "ROLLE_PM")){
153 if (stripos($daten['HL'], "ROLLE_PM")){
165 if (stripos($daten['HL'], "ROLLE_PM")){
178 if(stripos($listenpunkt,"EINGABEFELDLANG") || stripos($listenpunkt,"EINGABEFELD")){
184 if(stripos($listenpunkt,"EINGABEFELDLANG")>-1){
/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/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 ) {

123