Home
last modified time | relevance | path

Searched refs:applicationName (Results 1 – 9 of 9) sorted by relevance

/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/Formatter/
H A DLogstashFormatter.php32 protected $applicationName; variable in Monolog\\Formatter\\LogstashFormatter
45 …* @param string $applicationName The application that sends the data, used as the "type" fiel…
50 …public function __construct(string $applicationName, ?string $systemName = null, string $extraKey … argument
56 $this->applicationName = $applicationName;
89 if ($this->applicationName) {
90 $message['type'] = $this->applicationName;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Reports/Resource/
H A DActivities.php47 * @param string $applicationName Application name for which the events are to
137 public function listActivities($userKey, $applicationName, $optParams = []) argument
139 $params = ['userKey' => $userKey, 'applicationName' => $applicationName];
153 * @param string $applicationName Application name for which the events are to
244 public function watch($userKey, $applicationName, Channel $postBody, $optParams = []) argument
246 … $params = ['userKey' => $userKey, 'applicationName' => $applicationName, 'postBody' => $postBody];
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Reports/
H A DActivityId.php25 public $applicationName; variable in Google\\Service\\Reports\\ActivityId
42 public function setApplicationName($applicationName) argument
44 $this->applicationName = $applicationName;
51 return $this->applicationName;
/plugin/authgoogle/google/contrib/
H A DGoogle_ReportsService.php31 * @param string $applicationName Application name for which the events are to be retrieved.
43 public function listActivities($userKey, $applicationName, $optParams = array()) { argument
44 $params = array('userKey' => $userKey, 'applicationName' => $applicationName);
331 public $applicationName; variable in Google_ActivityId
335 public function setApplicationName( $applicationName) { argument
336 $this->applicationName = $applicationName;
339 return $this->applicationName;
/plugin/jiralinks/
H A Daction.php56 $applicationName = $conf['title'];
58 …$title = $applicationName . ' - ' . (empty($INFO['meta']['title']) ? $event->data[2] : $INFO['meta…
68 'name' => $applicationName,
/plugin/authgooglesheets/vendor/google/apiclient-services/src/
H A DReports.php75 'path' => 'admin/reports/v1/activity/users/{userKey}/applications/{applicationName}',
83 'applicationName' => [
130 … 'path' => 'admin/reports/v1/activity/users/{userKey}/applications/{applicationName}/watch',
138 'applicationName' => [
/plugin/combo/action/
H A Dmetacanonical.php155 $applicationName = Site::getName();
164 $appMobileWebAppTitle = array($metaNameKeyProperty => $applicationNameValue, "content" => $applicationName);;
/plugin/authgooglesheets/vendor/google/apiclient/src/
H A DClient.php684 * @param string $applicationName
686 public function setApplicationName($applicationName) argument
688 $this->config['application_name'] = $applicationName;
/plugin/highlightjs/highlight/
H A Dhighlight.pack.js1 …urveEditor:1,animDisplay:1,animView:1,annotate:1,appendStringArray:1,applicationName:1,applyAttrPr… property in hljs.LANGUAGES.mel.dM.k