Home
last modified time | relevance | path

Searched refs:ua (Results 1 – 25 of 91) sorted by relevance

1234

/plugin/badbehaviour/bad-behavior/
H A Dcore.inc.php164 @$ua = $headers_mixed['User-Agent'];
166 …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) {
[all …]
H A Dcommon_tests.inc.php36 @$ua = $package['headers_mixed']['User-Agent'];
38 if (!strcmp($package['request_method'], "POST") && empty($ua)) {
59 …if (strncmp($ua, "MovableType", 11) && strncmp($ua, "URI::Fetch", 10) && strncmp($ua, "php-openid/…
75 strpos($ua,'CoralWebPrx') === FALSE) {
H A Dblacklist.inc.php101 @$ua = $package['headers_mixed']['User-Agent'];
104 $pos = strpos($ua, $spambot);
111 if (strpos($ua, $spambot) !== FALSE) {
117 if (preg_match($spambot, $ua)) {
/plugin/preservefilenames/
H A Dcommon.php62 $ua = isset($_SERVER['HTTP_USER_AGENT']) ? $_SERVER['HTTP_USER_AGENT'] : '';
69 } elseif (preg_match('/(?:Gecko\/|Opera\/| Opera )/', $ua)) {
74 && strpos($ua, 'Safari/') !== false
75 && strpos($ua, 'Chrome/') === false
76 && preg_match('/Version\/[4-9]/', $ua)
77 && !preg_match('/Mac OS X 10_[1-4]_/', $ua)
85 && strpos($ua, 'Safari/') !== false
86 && strpos($ua, 'Chrome/') === false
/plugin/formatplus2/
H A Dscript.js7 jQuery.uaMatch = function( ua ) { argument
8 ua = ua.toLowerCase();
9 var match = /(chrome)[ \/]([\w.]+)/.exec( ua ) ||
10 /(webkit)[ \/]([\w.]+)/.exec( ua ) ||
11 /(opera)(?:.*version|)[ \/]([\w.]+)/.exec( ua ) ||
12 /(msie) ([\w.]+)/.exec( ua ) ||
13 ua.indexOf("compatible") < 0 && /(mozilla)(?:.*? rv:([\w.]+)|)/.exec( ua ) || [];
/plugin/farm/install/animaltemplate/conf/
H A Dwordblock.conf1427 https?:\/\/([^\/]*\.)?bzxs\.org\.ua
2102 https?:\/\/([^\/]*\.)?dcx\.org\.ua
2388 https?:\/\/([^\/]*\.)?ed2k\.net\.ua
2393 https?:\/\/([^\/]*\.)?edonline\.ua\.edu
3047 https?:\/\/([^\/]*\.)?frt3\.org\.ua
3789 https?:\/\/([^\/]*\.)?invest1\.org\.ua
5035 https?:\/\/([^\/]*\.)?oip\.org\.ua
5762 https?:\/\/([^\/]*\.)?qsc7\.org\.ua
6756 https?:\/\/([^\/]*\.)?thg\.org\.ua
6835 https?:\/\/([^\/]*\.)?tipw\.org\.ua
[all …]
/plugin/statdisplay/helper/
H A Dlog.php222 $ua = trim(join(' ', array_slice($parts, 11)), '" ');
223 if ($ua) {
224 $ua = $this->ua($ua);
225 $this->logdata[$month]['useragent'][$ua] =
226 isset($this->logdata[$month]['useragent'][$ua]) ?
227 $this->logdata[$month]['useragent'][$ua] + 1 :
299 private function ua($useragent) function in helper_plugin_statdisplay_log
301 $ua = new Browser($useragent);
302 list($version) = explode('.', $ua->getVersion());
305 return trim($ua->getBrowser() . ' ' . $version);
/plugin/quickstats/
H A Daction.php457 if(!$this->ua) $this->ua = array();
458 if(!isset($this->ua['counts'])) {
459 $this->ua['counts'] = array();
462 if(!isset($this->ua['counts'][$browser])) {
463 $this->ua['counts'][$browser]=1;
465 else $this->ua['counts'][$browser]++;
467 if(!isset($this->ua[$ip])) {
468 $this->ua[$ip] = array($country['code']);
471 $this->ua[$ip][]=$browser;
473 io_saveFile($this->ua_file,serialize($this->ua));
[all …]
H A Dstyle.css14 div.quickstats.basics span.title, div.quickstats.ip span.title, div.quickstats.ua span.title,
54 …iv.quickstats.page span.title, div.quickstats.countries span.title, div.quickstats.ua span.title {}
58 div.quickstats.ua {}
H A Dstyle.wide.css14 div.quickstats.basics span.title, div.quickstats.ip span.title, div.quickstats.ua span.title,
55 …iv.quickstats.page span.title, div.quickstats.countries span.title, div.quickstats.ua span.title {}
59 div.quickstats.ua {}
H A Dscript.js160 var ua =document.getElementById('user_agent');
161 var option = ua.options[ua.selectedIndex];
H A Dadmin.php358 foreach($this->user_agents as $ua) {
359 ptln("<option value='$ua'> $ua" . NL);
H A DHOW-TO75 ~~QUICKSTATS:ua<;;depth>~~
84 ~~QUICKSTATS:<month_year>&ua<;;depth>~~
109 ua:
/plugin/statistics/inc/
H A DStatisticsLogger.class.php24 $ua = $bc->getBrowser($this->ua_agent);
25 $this->ua_name = $ua->Browser;
27 if($ua->Crawler) $this->ua_type = 'robot';
28 if($ua->isSyndicationReader) $this->ua_type = 'feedreader';
29 $this->ua_version = $ua->Version;
30 $this->ua_platform = $ua->Platform;
325 $ua = addslashes($this->ua_agent);
346 ua = '$ua',
398 $ua
[all...]
H A DBrowscap.php1029 $ua = str_replace('%v', self::VERSION, $this->userAgent);
1030 $ua = str_replace('%m', $this->_getUpdateMethod(), $ua);
1032 return $ua;
/plugin/issuelinks/classes/
H A DServiceProvider.php59 $ua = $className::WEBHOOK_UA;
61 $userAgents[$ua] = $className;
/plugin/feedaggregator/
H A Daction.php53 $ua = 'Mozilla/4.0 (compatible; DokuWiki feedaggregator plugin '.wl('', '', true).')';
54 $simplepie->set_useragent($ua);
/plugin/database2/
H A Dsyntax.php166 $ua = explode(',',trim($this->getConf('develusers')));
167 … if (in_array($INFO['user'], $ua) && is_file(dirname(__FILE__) . '/database2.dev.php')) {
/plugin/galleryv1.5/
H A Dscript.js108 var ua = navigator.userAgent;
110 this.isGecko = ua.match(/Gecko\//);
111 this.isSafari = ua.match(/AppleWebKit/);
114 this.isWinIE = ua.match(/Win/);
115 this.isMacIE = ua.match(/Mac/);
116 this.isNewIE = (ua.match(/MSIE 5\.5/) || ua.match(/MSIE 6\.0/));
/plugin/webdav/core/Backend/
H A DLocksFile.php27 $lockInfo->ua = @$_SERVER['HTTP_USER_AGENT'];
/plugin/statistics/
H A Ddb.sql8 `ua` VARCHAR(255)
219 `ua` VARCHAR(255) NOT NULL,
/plugin/fckg/action/
H A Dedit.php132 $ua = strtolower ($_SERVER['HTTP_USER_AGENT']);
133 if(strpos($ua, 'msie') !== false) {
2757 $ua = strtolower ($_SERVER['HTTP_USER_AGENT']);
2758 if(strpos($ua,'chrome') !== false) {
/plugin/codemirror/dist/modes/
H A Djavascript.min.js1ua)}if(b=="|"||b=="&")return C(qa);if(a=="string"||a=="number"||a=="atom")return C(ua);if(a=="[")r… function
/plugin/webdav/
H A Dadmin.php154 echo "<td>{$lock->ua}</td>";
/plugin/ckgdoku/action/
H A Dedit.php126 $ua = strtolower ($_SERVER['HTTP_USER_AGENT']);
127 if(strpos($ua, 'msie') !== false) {
1237 $ua = strtolower ($_SERVER['HTTP_USER_AGENT']);
1238 if(strpos($ua,'chrome') !== false) {

1234