Home
last modified time | relevance | path

Searched refs:agent (Results 1 – 25 of 61) sorted by relevance

123

/plugin/authgooglesheets/vendor/google/apiclient-services/src/Dialogflow/
H A DGoogleCloudDialogflowCxV3CalculateCoverageResponse.php25 public $agent; variable in Google\\Service\\Dialogflow\\GoogleCloudDialogflowCxV3CalculateCoverageResponse
36 public function setAgent($agent) argument
38 $this->agent = $agent;
45 return $this->agent;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Document/
H A DGoogleCloudDocumentaiV1beta1DocumentRevision.php26 public $agent; variable in Google\\Service\\Document\\GoogleCloudDocumentaiV1beta1DocumentRevision
53 public function setAgent($agent) argument
55 $this->agent = $agent;
62 return $this->agent;
H A DGoogleCloudDocumentaiV1DocumentRevision.php26 public $agent; variable in Google\\Service\\Document\\GoogleCloudDocumentaiV1DocumentRevision
53 public function setAgent($agent) argument
55 $this->agent = $agent;
62 return $this->agent;
H A DGoogleCloudDocumentaiV1beta2DocumentRevision.php26 public $agent; variable in Google\\Service\\Document\\GoogleCloudDocumentaiV1beta2DocumentRevision
53 public function setAgent($agent) argument
55 $this->agent = $agent;
62 return $this->agent;
/plugin/top/
H A DCrawlerDetect.php401 $agent = is_null($userAgent) ? $this->userAgent : $userAgent;
403 $agent = preg_replace('/'.$this->getIgnored().'/i', '', $agent);
405 $result = preg_match('/'.$this->getRegex().'/i', $agent, $matches);
/plugin/rating/
H A DCrawlerDetect.php401 $agent = is_null($userAgent) ? $this->userAgent : $userAgent;
403 $agent = preg_replace('/'.$this->getIgnored().'/i', '', $agent);
405 $result = preg_match('/'.$this->getRegex().'/i', $agent, $matches);
/plugin/quickstats/scripts/
H A Dextended_data.php262 function get_page_row($ip, $date, $p_brief=false,$agent=false) { argument
265 $result = ip_row(array('ip','ua'), $ip,$date,true,true,$agent);
289 $agent = $_POST['user_agent'];
291 else $agent = false;
303 $ipdata = get_page_row($ip, $month, isset($_POST['p_brief']),$agent) ;
321 $ipdata = get_page_row($ip, $month, isset($_POST['p_brief']),$agent) ;
421 function qs_process_agents($agent=null) { argument
422 if(!$agent) return;
424 echo rawurlencode(cell($agent,'caption') ."\n");
428 $agents = qs_agent_search_i ($agent,$date);
[all …]
/plugin/directions/
H A Daction.php183 * "<referer>" "<agent>"\n
208 $agent = isset($_SERVER['HTTP_USER_AGENT']) ? $_SERVER['HTTP_USER_AGENT'] : "";
216 if (stristr($agent, $agents_banned) !== false)
270 …//$logline = "$host - $user $timestamp \"$method $page $protocol\" $status \"$referer\" \"$agent\"…
/plugin/combo/
H A Dyarn.lock15 agent-base@6:
17 resolved "https://registry.yarnpkg.com/agent-base/-/agent-base-6.0.2.tgz#49fff58577cfee3f37176feab4c22e00f86d7f77"
95 http-proxy-agent@^5.0.0:
97 resolved "https://registry.yarnpkg.com/http-proxy-agent/-/http-proxy-agent-5.0.0.tgz#5129800203520d434f142bc78ff3c170800f2b43"
101 agent-base "6"
104 https-proxy-agent@^5.0.1:
106 resolved "https://registry.yarnpkg.com/https-proxy-agent/-/https-proxy-agent
[all...]
/plugin/logstats/
H A Daction.php128 $agent = isset($_SERVER['HTTP_USER_AGENT']) ? $_SERVER['HTTP_USER_AGENT'] : "";
134 if(stristr($agent, $agents_banned) !== false) {
172 …e = "$host - $user $timestamp \"$method $page $protocol\" $status $size \"$referer\" \"$agent\"\n";
/plugin/ghissues/helper/
H A DapiCacheInterface.php104 …$http->agent = substr($http->agent,0,-1).' via ghissue plugin from user '.$this->getConf('ghissueu…
241 …$http->agent = substr($http->agent,0,-1).' via ghissue plugin from user '.$this->getConf('ghissueu…
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Dialogflow/Resource/
H A DProjectsLocationsAgentsTestCases.php78 * @param string $agent Required. The agent to calculate coverage for. Format:
85 public function calculateCoverage($agent, $optParams = []) argument
87 $params = ['agent' => $agent];
/plugin/log404/
H A Dhelper.php73 $agent = isset($_SERVER['HTTP_USER_AGENT']) ? $_SERVER['HTTP_USER_AGENT'] : '';
74 $logline = $datetime.','.$page.','.$ipAddress.',"'.$referer.'","'.$agent.'"'.PHP_EOL;
/plugin/logger/
H A Dplugin.info.txt6 … request of DokuWiki. It logs the date, time, ip, username, host name, query string and user agent.
H A DREADME.md4 It logs the date, time, ip, username, host name, query string and user agent.
/plugin/highlight2wiki/
H A Daction.php123 $agent = 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.102 Safari/537.36';
124 curl_setopt($ch, CURLOPT_USERAGENT, $agent);// Return Page contents.
/plugin/quickstats/lang/fr/
H A Dquery.txt7 …- la priorité donnée aux pages avec à la fois l'agent utilisateur et le pays sélectionnés correspo…
16agent utilisateur** :\\ Cette recherche est utile si un agent utilisateur particulier ne se trouve…
52 …- L'agent utilisateur sera le nom d'un navigateur ou d'un robot de moteur de recherche ou autre ar…
/plugin/quickstats/lang/nl/
H A Dquery.txt7 - Pagina voorrang met zowel user agent en land ingesteld stemt overeen met alle drie velden.
15 …is bruikbaar als een bepaalde user agent niet wordt getoond in de keuzelijst. Dit kan gebeuren wan…
/plugin/linkback/action/
H A Dakismet.php125 $http->agent = 'DokuWiki/' . getVersion() . ' | ' . $info['name'] . '/' . $info['date'];
/plugin/quickstats/lang/en/
H A Dquery.txt7 - Page priority with both user agent and country set will match all three fields.
17 …search is useful if a particular user agent does not show up on the drop-down menu. This can happe…
/plugin/dirtylittlehelper/mermaid/editor/docs/
H A D12.12.js.map1agent*',\n '*allow-unresolved-vars*',\n '*assert*',\n '*clojure-version*',\n …
/plugin/vimeo/
H A Dsyntax.php157 $http->agent = 'DokuWiki HTTP Client (Vimeo Plugin)';
/plugin/siteexport/inc/
H A Dhttpproxy.php79 $this->agent = $_SERVER['HTTP_USER_AGENT'] . ' DokuWiki/SiteExport';
/plugin/wikipediasnippet/
H A Dsyntax.php79 $http->agent .= ' (DokuWiki WikipediaSnippet Plugin)';
/plugin/upgrade/HTTP/
H A DHTTPClient.php22 public $agent; // User agent variable in dokuwiki\\plugin\\upgrade\\HTTP\\HTTPClient
69 $this->agent = 'Mozilla/4.0 (compatible; DokuWiki HTTP Client; '.PHP_OS.')';
217 $headers['User-Agent'] = $this->agent;

123