Home
last modified time | relevance | path

Searched refs:priority (Results 51 – 75 of 230) sorted by relevance

12345678910

/plugin/fksnewsfeed/db/
H A Dupdate0002.sql30 CREATE TABLE `priority`
35 `priority` INTEGER NOT NULL DEFAULT 0,
/plugin/authgooglesheets/vendor/google/apiclient-services/src/TagManager/
H A DTag.php361 public function setPriority(Parameter $priority) argument
363 $this->priority = $priority;
370 return $this->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/quickstats/scripts/
H A Dextended_data.php27 $priority = ""; variable
31 $priority = $INPUT->str('priority'); variable
32 if($priority == 'country' && isset($_POST['user_agent'])) {
33 $priority = 'agent'; variable
37 switch ($priority) {
466 $priority = false;
486 $priority = $value;
503 if($ip_set && $priority != 'ip') {
/plugin/fksnewsfeed/inc/renderer/
H A DVyfukRenderer.php103 $priority = $this->helper->servicePriority->findByNewsAndStream($id, $stream->streamId);
106 $priorityValue->attr('class', 'form-control')->val($priority->getPriorityValue());
112 $priorityFromElement->val($priority->priorityFrom ?: date('Y-m-d\TH:i:s', time()))
119 $priorityToElement->val($priority->priorityTo ?: date('Y-m-d\TH:i:s', time()))
H A DFykosRenderer.php87 $priority = $this->helper->servicePriority->findByNewsAndStream($id, $stream->streamId);
90 $priorityValue->attr('class', 'form-control')->val($priority->getPriorityValue());
96 $priorityFromElement->val($priority->priorityFrom ?: date('Y-m-d\TH:i:s', time()))
103 $priorityToElement->val($priority->priorityTo ?: date('Y-m-d\TH:i:s', time()))
/plugin/swiftmail/Swift/
H A DMessage.php431 public function setPriority($priority) argument
433 $priority = (int) $priority;
434 if ($priority > self::PRIORITY_LOW) $priority = self::PRIORITY_LOW;
435 if ($priority < self::PRIORITY_HIGH) $priority = self::PRIORITY_HIGH;
437 $this->headers->set("X-Priority", $priority);
438 $this->headers->set("X-MSMail-Priority", $label[$priority]);
/plugin/bez/db/
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,
H A Dupdate0011.sql12 (SELECT MAX(priority) FROM task_view WHERE task_view.thread_id = thread.id) AS priority,
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,
/plugin/issuelinks/classes/
H A DIssue.php25 private $priority = ''; variable in dokuwiki\\plugin\\issuelinks\\classes\\Issue
98 $this->priority = $issue['priority'];
330 return $this->priority;
334 * @param string $priority
338 public function setPriority($priority) argument
340 $this->priority = $priority;
/plugin/bugzillaint/
H A Dscript.js182 e.attr('title', 'priority: ' + bug.priority);
183 e.append( bug.priority );
297 if ( !bug.resolution && bug.priority ) {
301 var p = parseInt(bug.priority.split('P')[1]);
305 bug.warnings.priority = { color:'red', property:'priority' }; class in bug.warnings
307 bug.warnings.priority = { color:'orange', property:'priority' }; class in bug.warnings
/plugin/fksnewsfeed/inc/ORM/
H A DModelStream.php29 $priority = ModelPriority::createFromArray($this->sqlite, $ar);
32 $feed->setPriority($priority);
/plugin/davcal/vendor/sabre/event/
H A DCHANGELOG.md14 * Fixed: `$priority` was ignored in `EventEmitter::once` method.
27 sorted by priority.
/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/redissue/
H A Dsyntax.php258 $priority = $issue['issue']['priority'];
259 $color_prio = $redmine->getPriorityColor($priority['id']);
265 … $renderer->doc .= ' <span class="badge-prio color-'.$color_prio.'">'.$priority['name'].'</span>';
278 … $renderer->doc .= ' <span class="label label-'.$color_prio.'">'.$priority['name'].'</span>';
/plugin/jirainfo/
H A Dscript.js308 html += obj.priority ? '<img src="' + obj.priority.iconUrl + '" class="ji-issuetype" title="' +
309 obj.priority.name + '">' : "";
/plugin/fksnewsfeed/
H A Daction.php195 …$priority = $this->helper->servicePriority->findByNewsAndStream($INPUT->param('news')['id'], $stre…
197 $this->helper->servicePriority->update($priority, [
209 …$priority = $this->helper->servicePriority->findByNewsAndStream($INPUT->param('news')['id'], $stre…
210 $priority->delete();
/plugin/bez/tpl/cron/
H A Dweekly-message-tasks.php10 switch($task->priority) {
H A Dweekly-message.php44 switch($issue->priority) {
/plugin/task/
H A Daction.php69 $priority = $_REQUEST['priority'];
77 'priority' => $priority,
/plugin/webdav/vendor/sabre/event/
H A DCHANGELOG.md41 * Fixed: `$priority` was ignored in `EventEmitter::once` method.
54 sorted by priority.
/plugin/findologicxmlexport/vendor/jms/serializer/doc/
H A Devent_system.rst26 'priority' => 0, // optional priority

12345678910