Home
last modified time | relevance | path

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

123

/plugin/authgoogle/google/io/
H A DGoogle_CurlIO.php166 if (stripos($respData, parent::CONNECTION_ESTABLISHED) !== 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/scrape/
H A DphpQuery-onefile.php
/plugin/removeold/
H A Dadmin.php163 if(stripos($file,"#")===0) { $comments++; continue; }
/plugin/badbehaviour/bad-behavior/
H A Dcommon_tests.inc.php9 …if (array_key_exists('Expect', $package['headers_mixed']) && stripos($package['headers_mixed']['Ex…
81 … (stripos($package['headers_mixed']['Via'], "pinappleproxy") !== FALSE || stripos($package['header…
H A Dcore.inc.php166 …if (stripos($ua, "bingbot") !== FALSE || stripos($ua, "msnbot") !== FALSE || stripos($ua, "MS Sear…
171 …} elseif (stripos($ua, "Googlebot") !== FALSE || stripos($ua, "Mediapartners-Google") !== FALSE ||…
176 …} elseif (stripos($ua, "Yahoo! Slurp") !== FALSE || stripos($ua, "Yahoo! SearchMonkey") !== FALSE)…
183 if (stripos($ua, "MSIE") !== FALSE) {
185 if (stripos($ua, "Opera") !== FALSE) {
192 } elseif (stripos($ua, "Konqueror") !== FALSE) {
196 } elseif (stripos($ua, "Opera") !== FALSE) {
200 } elseif (stripos($ua, "Safari") !== FALSE) {
204 } elseif (stripos($ua, "Lynx") !== FALSE) {
208 } elseif (stripos($ua, "MovableType") !== FALSE) {
[all …]
H A Dfunctions.inc.php7 function stripos($haystack,$needle,$offset = 0) { function
H A Dkonqueror.inc.php9 …if (stripos($package['headers_mixed']['User-Agent'], "YahooSeeker/CafeKelsa") === FALSE || match_c…
H A Dpost.inc.php11 if (stripos($package['headers_mixed']['User-Agent'], "MovableType") !== FALSE) {
33 …ite_forms'] && array_key_exists('Referer', $package['headers_mixed']) && stripos($package['headers…
/plugin/orphanmedia/
H A Dsyntax.php101 if((DEBUG_MODE_ACTIVE != false) || (stripos($data[0],"perf") !== false)) {
115 if((DEBUG_MODE_ACTIVE != false) || (stripos($data[0],"perf") !== false)) {
123 if((DEBUG_MODE_ACTIVE != false) || (stripos($data[0],"perf") !== false)) {
150 …if((stripos($perPage_MediaLinks[$i],":\\")===false) && stripos($perPage_MediaLinks[$i],"://")===fa…
166 if (stripos($data[2],"relativ")===false) {
182 if (stripos($data[2],"extern")===false) {
200 if((DEBUG_MODE_ACTIVE != false) || (stripos($data[0],"perf") !== false)) {
255 if((DEBUG_MODE_ACTIVE != false) || (stripos($data[0],"perf") !== false)) {
322 if((DEBUG_MODE_ACTIVE != false) || (stripos($data[0],"perf") !== false)) {
452 if(stripos($dir."/".$sub,$data[1])>0) {
[all …]
/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)){
H A Dsyntax.php142 … if((stripos($record, $delete_record)!==false) && (stripos($record, $delete_anchor)!==false)) {
901 if((stripos($token,'tleft') !== false) ||
902 (stripos($token,'tright') !== false) ||
903 (stripos($token,'tcenter') !== false) ||
904 (stripos($token,'tjustify') !== false) ||
905 (stripos($token,'tinherit') !== false)) {
908 if(stripos($token,'tright')!== false) {
918 if((stripos($token,'fleft') !== false) ||
919 (stripos($token,'fright') !== false) ||
920 (stripos($token,'fnone') !== false) ||
[all …]
/plugin/subjectindex/inc/
H A Dcommon.php291 $delim = stripos($entry, '|');
/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/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/geonav/tpl/startermap/
H A Dmain.php17 if (stripos ($ID, ":earth") === FALSE) $showSidebar = FALSE;
/plugin/semanticdata/
H A Daction.php153 stripos($id, cleanID($search)) === false &&
154 stripos($title, $search) === false) {

123