Home
last modified time | relevance | path

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

12345678910

/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/commonmark/vendor/league/commonmark/src/
H A DEnvironment.php
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Compute/
H A DFirewallPolicyRule.php52 public $priority; variable in Google\\Service\\Compute\\FirewallPolicyRule
173 public function setPriority($priority) argument
175 $this->priority = $priority;
182 return $this->priority;
H A DPacketMirroring.php57 public $priority; variable in Google\\Service\\Compute\\PacketMirroring
210 public function setPriority($priority) argument
212 $this->priority = $priority;
219 return $this->priority;
H A DFirewall.php68 public $priority; variable in Google\\Service\\Compute\\Firewall
265 public function setPriority($priority) argument
267 $this->priority = $priority;
274 return $this->priority;
H A DRoute.php84 public $priority; variable in Google\\Service\\Compute\\Route
317 public function setPriority($priority) argument
319 $this->priority = $priority;
326 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;
/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/CloudSupport/
H A DCloudsupportCase.php50 public $priority; variable in Google\\Service\\CloudSupport\\CloudsupportCase
177 public function setPriority($priority) argument
179 $this->priority = $priority;
186 return $this->priority;
/plugin/combo/ComboStrap/
H A DPageRules.php106 * @param $priority
109 function addRule($sourcePageId, $targetPageId, $priority): ?int argument
112 return $this->addRuleWithDate($sourcePageId, $targetPageId, $priority, $currentDate);
121 * @param $priority
125 function addRuleWithDate($matcher, $target, $priority, $creationDate): ?int argument
132 'priority' => $priority
153 function updateRule($id, $matcher, $target, $priority) argument
160 $priority,
165 $statement = 'update PAGE_RULES set matcher = ?, target = ?, priority
[all...]
/plugin/fksnewsfeed/inc/ORM/
H A DModelNews.php31 private ModelPriority $priority; variable in FYKOS\\dokuwiki\\Extension\\PluginNewsFeed\\Model\\ModelNews
34 return $this->priority;
108 public function setPriority(ModelPriority $priority): void { argument
109 $this->priority = $priority;
/plugin/sphinxsearch-was/
H A DSphinxSearch.php252 public function setTitlePriority($priority) argument
254 $this->_titlePriority = $priority;
257 public function setBodyPriority($priority) argument
259 $this->_bodyPriority = $priority;
262 public function setNamespacePriority($priority) argument
264 $this->_namespacePriority = $priority;
267 public function setPagenamePriority($priority) argument
269 $this->_pagenamePriority = $priority;
/plugin/sphinxsearch/
H A DSphinxSearch.php248 public function setTitlePriority($priority) argument
250 $this->_titlePriority = $priority;
253 public function setBodyPriority($priority) argument
255 $this->_bodyPriority = $priority;
258 public function setNamespacePriority($priority) argument
260 $this->_namespacePriority = $priority;
263 public function setPagenamePriority($priority) argument
265 $this->_pagenamePriority = $priority;
/plugin/combo/admin/
H A Dpagerules.php112 $priority = $_POST[PageRules::PRIORITY_NAME] ?? null;
130 $this->pageRuleManager->addRule($matcher, $target, $priority);
136 $this->pageRuleManager->updateRule($id, $matcher, $target, $priority);
171 $priority = 1;
179 $priority = $rule[PageRules::PRIORITY_NAME];
203 ptln('<p><input type="text" id="' . PageRules::PRIORITY_NAME . '." style="width: 100%;" required="required" placeholder="priority" name="' . PageRules::PRIORITY_NAME . '" value="' . $priority . '" class="edit" /></p>');
258 $priority = $row[PageRules::PRIORITY_NAME];
281 ptln(' <td>' . $priority . '</td>');
/plugin/commonmark/vendor/league/commonmark/src/Util/
H A DPrioritizedList.php44 public function add($item, int $priority): void
46 $this->list[$priority][] = $item;
42 add($item, int $priority) global() argument
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Dialogflow/
H A DGoogleCloudDialogflowV2Intent.php78 public $priority; variable in Google\\Service\\Dialogflow\\GoogleCloudDialogflowV2Intent
307 public function setPriority($priority) argument
309 $this->priority = $priority;
316 return $this->priority;
H A DGoogleCloudDialogflowV2beta1Intent.php82 public $priority; variable in Google\\Service\\Dialogflow\\GoogleCloudDialogflowV2beta1Intent
325 public function setPriority($priority) argument
327 $this->priority = $priority;
334 return $this->priority;
/plugin/bugzillahttp/
H A DBzBug.php25 private $priority; variable in BzBug
50 return $this->priority;
78 return $this->priority = $p;
102 $b->setPriority((string)$bug->priority);
/plugin/task/syntax/
H A Dtask.php30 $priority = strspn(strstr($match, '!'), '!');
40 'priority' => $priority
48 …]['name'] != $user) || ($current['date']['due'] != $date) || ($current['priority'] != $priority)) {
55 return array($user, $date, $priority);
61 list($user, $date, $priority) = $data;
84 if ($priority) $class .= ' priority' . $priority;
/plugin/mantisreporter/
H A Dsyntax.php140 foreach($priorities as $priority) {
142 if($priority->id == 30) {
145 $html .= 'value="'.$priority->id.'">'.$priority->name.'</option>';
361 $newIssue->priority = new stdClass();
362 $newIssue->priority->id = (int) $_POST['priority'];
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Bigquery/
H A DJobConfigurationQuery.php68 public $priority; variable in Google\\Service\\Bigquery\\JobConfigurationQuery
285 public function setPriority($priority) argument
287 $this->priority = $priority;
294 return $this->priority;
/plugin/quickstats/lang/en/
H A Dquery.txt5 Queries are governed by the dominant or **priority** field.
6 - Any priority with country set will match the priority field plus the country.
7 - Page priority with both user agent and country set will match all three fields.
8 …- IP queries (i.e. ip priority) ignore all other fields and if an IP is included in a query where …
10 You can choose to ignore all fields other than the priority field and then only the priority field …
22 …s within the same year. You can select multiple dates except for page priority. However, the pa…
23 field can be included in a multi-date query where one of the other fields has priority.
42 column will appear in tables with ''User Agent'' and ''Country'' priority.
/plugin/bez/db/
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,
/plugin/actickets/
H A Dscript.js87 if (ticket.priority == 1) {
90 } else if (ticket.priority == 2) {
93 } else if (ticket.priority == -1) {
96 } else if (ticket.priority == -2) {
/plugin/bugzillaint/docs/
H A Dbugzillaint.txt27 priority Bugs.
69 * Bug 125 <priority,status,assigned_to>
78 <Bugtree 123 depth:3 showResolved extras:priority,assigned_to>
87 <Buglist OPEN summary:Foo group_by:status extras:assigned_to,priority>
99 next to a Bug, or the ''priority'', and many others.
103 defined in the plugin settings. Please not that the fields ''priority'', ''severity'' and ''deadlin…
115 …* ''priority'' - show Bug priority, using colors from the plugin settings - shows automatically if…
131 * warning thresholds for priority, severity and deadline

12345678910