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.php8 * The user agent.
15 * Headers that contain a user agent.
29 * List of strings to remove from the user agent before running the crawler regex
74 * Array of regular expressions to match against the user agent.
155 'ips-agent',
342 * Return user agent headers.
352 * Set the user agent.
373 * Build the user agent regex.
393 * Check user agent string against the regex.
401 $agent
[all...]
/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.php33 $priority = 'agent';
60 case 'agent':
97 $table .= qs_header(array('month','access','country','agent'));
105 $table .= qs_header(array('month','access','page','country','agent','search','ns','name','val'));
223 $thds = array('ip'=>'IP', 'month'=>'Month', 'access'=>'Accesses', 'page'=>'Pages','country'=>'Country', 'agent'=>'UserAgent', 'search'=>'Search Terms',
262 function get_page_row($ip, $date, $p_brief=false,$agent=false) { argument
265 $result = ip_row(array('ip','ua'), $ip,$date,true,true,$agent);
271 $result = ip_row(array('ip','page_users','ua', 'qs_data'), $ip,$date,true,false,$agent);
274 $table .= qs_header(array('month','access','page','country','agent','search','ns','name','val'));
289 $agent
421 qs_process_agents($agent = null) global() argument
[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 correspondra aux trois champs
16 - **Recherche d'agent utilisateur** :\\ Cette recherche est utile si un agent utilisateur particulier ne se trouve pas dans la liste déroulante. Ceci peut se produire si une chaîne d'agent utilisateur apparaît dans une chaine de sousversion mais pas dans celle de la version principale. Une recherche fructueuse ajoutera le résultat au sommet de la liste déroulante de telle sorte qu'il soit sélectionnable.
52 - L'agent utilisateur sera le nom d'un navigateur ou d'un robot de moteur de recherche ou autre araignée.
/plugin/quickstats/lang/nl/
H A Dquery.txt7 - Pagina voorrang met zowel user agent en land ingesteld stemt overeen met alle drie velden.
15 - **UserAgent Zoeken:** Deze zoekmethode is bruikbaar als een bepaalde user agent niet wordt getoond in de keuzelijst. Dit kan gebeuren wanneer een user agent tekenreeks wel in een subversie wordt getoond maar niet in de hoofdversie. Bij een succesvolle zoekopdracht zal dat wat wordt gevonden worden toegevoegd aan de lijst.
/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 - **UserAgent Search:** This search is useful if a particular user agent does not show up on the drop-down menu. This can happen if a user agent string appears in a subversion but not in the major version string. A successful search will add whatever is found to the top of the drop-down menu so that you can then select it.
/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