Home
last modified time | relevance | path

Searched refs:priority (Results 26 – 50 of 230) sorted by path

12345678910

/plugin/authgooglesheets/vendor/google/apiclient-services/src/FirebaseCloudMessaging/
H A DAndroidConfig.php41 public $priority; variable in Google\\Service\\FirebaseCloudMessaging\\AndroidConfig
124 public function setPriority($priority) argument
126 $this->priority = $priority;
133 return $this->priority;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/NetworkManagement/
H A DFirewallInfo.php50 public $priority; variable in Google\\Service\\NetworkManagement\\FirewallInfo
151 public function setPriority($priority) argument
153 $this->priority = $priority;
160 return $this->priority;
H A DRouteInfo.php50 public $priority; variable in Google\\Service\\NetworkManagement\\RouteInfo
147 public function setPriority($priority) argument
149 $this->priority = $priority;
156 return $this->priority;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Recommender/
H A DGoogleCloudRecommenderV1Recommendation.php50 public $priority; variable in Google\\Service\\Recommender\\GoogleCloudRecommenderV1Recommendation
177 public function setPriority($priority) argument
179 $this->priority = $priority;
186 return $this->priority;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/
H A DRemoteBuildExecution.php121 'resultsCachePolicy.priority' => [
/plugin/authgooglesheets/vendor/google/apiclient-services/src/RemoteBuildExecution/
H A DBuildBazelRemoteExecutionV2ExecutionPolicy.php22 public $priority; variable in Google\\Service\\RemoteBuildExecution\\BuildBazelRemoteExecutionV2ExecutionPolicy
24 public function setPriority($priority) argument
26 $this->priority = $priority;
30 return $this->priority;
H A DBuildBazelRemoteExecutionV2ResultsCachePolicy.php22 public $priority; variable in Google\\Service\\RemoteBuildExecution\\BuildBazelRemoteExecutionV2ResultsCachePolicy
24 public function setPriority($priority) argument
26 $this->priority = $priority;
30 return $this->priority;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Spanner/
H A DRequestOptions.php25 public $priority; variable in Google\\Service\\Spanner\\RequestOptions
38 public function setPriority($priority) argument
40 $this->priority = $priority;
47 return $this->priority;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/TagManager/
H A DClient.php60 public $priority; variable in Google\\Service\\TagManager\\Client
203 public function setPriority($priority) argument
205 $this->priority = $priority;
212 return $this->priority;
H A DTag.php361 public function setPriority(Parameter $priority) argument
363 $this->priority = $priority;
370 return $this->priority;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ToolResults/
H A DSuggestionProto.php31 public $priority; variable in Google\\Service\\ToolResults\\SuggestionProto
85 public function setPriority($priority) argument
87 $this->priority = $priority;
94 return $this->priority;
/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/
H A DCHANGELOG.md597 associative array contains the "fn", "priority", and "once" keys.
/plugin/authgooglesheets/vendor/monolog/monolog/
H A DCHANGELOG.md463 …* Fixed RavenHandler batch processing so it takes the message from the record with highest priority
/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/Handler/
H A DSyslogUdpHandler.php110 $priority = $severity + $this->facility;
126 return "<$priority>" .
134 return "<$priority>1 " .
/plugin/authshibboleth/plugin/authshibboleth/
H A Dauth.php920 * @param integer $priority
922 protected function log($message, $priority = self::LOG_INFO) argument
924 $message = $this->logFormatMessage($message, $priority);
926 …if ($this->getConf(self::CONF_LOG_ENABLED) && $priority <= $this->getConf(self::CONF_LOG_PRIORITY)…
957 * @param integer $priority
960 protected function logFormatMessage($message, $priority) argument
970 …return sprintf("(%d) [%s/%s] %s [%s]", $priority, $userId, $_SERVER['REMOTE_ADDR'], $message, $_SE…
/plugin/avtaskbox/
H A Dsyntax.php96 …$priority =(!empty($matches[1]) && strlen(trim($matches[1]))>0) ? 'Priority: '.trim($matches[1]) :…
125 …:right;font-size:0.9em;">('.$progress.'%'.$estimate.') '.$progbar.'</span>'.$priority.'</td></tr>';
/plugin/bez/cron/
H A Dfunctions.php61 'priority' => array('OR', array('2', '1'))
77 'priority' => array('OR', array('2', '1'))
90 if ($task->priority == '1') {
/plugin/bez/db/
H A Dupdate0001.sql367 ELSE '0' END AS priority
381 (SELECT MIN(priority) FROM task_view WHERE task_view.thread_id = thread.id) AS priority,
H A Dupdate0002.sql15 ELSE '2' END AS priority
29 (SELECT MAX(priority) FROM task_view WHERE task_view.thread_id = thread.id) AS priority,
H A Dupdate0011.sql12 (SELECT MAX(priority) FROM task_view WHERE task_view.thread_id = thread.id) AS priority,
H A Dupdate0013.sql14 (SELECT MAX(priority) FROM task_view WHERE task_view.thread_id = thread.id) AS priority,
H A Dupdate0014.sql12 (SELECT MAX(priority) FROM task_view WHERE task_view.thread_id = thread.id) AS priority,
/plugin/bez/mdl/
H A DTask.php37 protected $task_program_name, $priority, $coordinator;
81 } elseif($property == 'priority' || $property == 'coordinator' || $property == 'task_program_name') {
236 $this->priority = '';
242 $this->priority = '0';
244 $this->priority = '1';
246 $this->priority = '2';
/plugin/bez/tpl/cron/
H A Dweekly-message-tasks.php10 switch($task->priority) {
H A Dweekly-message.php44 switch($issue->priority) {

12345678910