Searched +full:search +(+path:plugin +path:statistics) -(+path:plugin +path:statistics +path:lang) (Results 1 – 7 of 7) sorted by relevance
/plugin/statistics/inc/ |
H A D | searchengines.php | 3 * Defines regular expressions for the most common search engines 7 'dokuwiki' => array('DokuWiki Internal Search', wl()), 15 'babylon' => array('Babylon', 'http://search.babylon.com'), 16 'aol' => array('AOL Search', 'http://search.aol.com'), 27 '^search\.naver\.com$' => array('naver', 'query'), 30 '^search\.avg\.com$' => array('google', 'q'), 32 '^(\w+\.)*search-results\.com$' => array('ask', 'ask', 'q', 'searchfor'), 33 '^search\.babylon\.com$' => array('babylon', 'q'), 35 '^(\w+\.)*(aol)?((search|recherche [all...] |
H A D | StatisticsLogger.class.php | 116 * Log external search queries 118 * Will not write anything if the referer isn't a search engine 137 // check domain against common search engines 140 $type = 'search'; 152 // try some generic search engin parameters 153 if($type != 'search') foreach(array('search', 'query', 'q', 'keywords', 'keyword') as $k) { 156 // we seem to have found some generic search, generate name from domain 160 $type = 'search'; 165 if($type != 'search') retur [all...] |
H A D | StatisticsQuery.class.php | 24 if($row['ref_type'] == 'search') $data['search'] = $row['cnt']; 208 FROM " . $this->hlp->prefix . "search as A 225 FROM " . $this->hlp->prefix . "search as A 243 FROM " . $this->hlp->prefix . "search as A,
|
H A D | Browscap.php | 696 $search = array('\\' . self::REGEX_DELIMITER, '\\.', '\\\\', '\\+', '\\[', '\\^', '\\]', '\\$', '\\(', '\\)', '\\{', '\\}', '\\=', '\\!', '\\<', '\\>', '\\|', '\\:', '\\-', '.*', '.', '\\?'); 699 $result = substr(str_replace($search, $replace, $pattern), 2, -2);
|
/plugin/statistics/ |
H A D | admin.php | 58 'search' => array( 396 $all = $result['search'] + $result['external'] + $result['direct']; 402 $result['search'], (100 * $result['search'] / $all), $result['external'], 516 echo '<a href="' . wl('', array('id' => $v, 'do' => 'search')) . '">Search</a>'; 518 echo '<a href="http://www.google.com/search?q=' . rawurlencode($v) . '">'; 519 echo '<img src="' . DOKU_BASE . 'lib/plugins/statistics/ico/search/google.png" alt="Google" border="0" />'; 522 echo '<a href="http://search.yahoo.com/search [all...] |
H A D | action.php | 100 * Log internal search
|
/plugin/statistics/inc/pchart/ |
H A D | pChart.php | 2470 /* Search for the max value */ 2676 /* Search for the max value */ 2745 /* Search for the max value */
|