Home
last modified time | relevance | path

Searched refs:priority (Results 76 – 100 of 230) sorted by relevance

12345678910

/plugin/docsearchsitemap/
H A Daction.php61 $item = new SitemapItem(ml($id, '', true, '', true), $date, $changefreq, $priority);
/plugin/diagramsnet/lib/plugins/
H A Dtickets.js145 var priority = deskPriority[ticket.priority];
152 cell.style = mxUtils.setStyle(cell.style, 'issuePriority', priority);
/plugin/ifauthex/lib/
H A Dparser.php241 public function priority() { return $this->_priority; } function in AST\\ElementDefinition
245 public function __construct($name, $fixing, $tokenDefs, $priority, $arity=null, $nested=null) { argument
276 $this->_priority = $priority;
637 usort($elmDefs, function ($a, $b) { return $a->priority() - $b->priority(); });
/plugin/bez/mdl/
H A DTask.php36 protected $task_program_name, $priority, $coordinator;
80 } elseif($property == 'priority' || $property == 'coordinator' || $property == 'task_program_name') {
235 $this->priority = '';
241 $this->priority = '0';
243 $this->priority = '1';
245 $this->priority = '2';
/plugin/datatables/assets/datatables.net-responsive/js/
H A DdataTables.responsive.min.js
/plugin/bez/tpl/
H A Dthread_report.php28 <?php $class = 'pr' . $tpl->get('thread')->priority ?>
H A Dthread_box.php6 echo 'priority_' . $tpl->get('thread')->priority;
H A Dtask.php6 echo 'priority_' . $tpl->get('task')->thread->priority;
H A Dtask_box.php7 echo 'priority_' . $tpl->get('task')->priority;
H A Dthreads.php159 echo 'priority_' . $thread->priority;
H A Dtasks.php176 <tr class="<?php if ($task->state == 'opened') echo 'priority_' . $task->priority ?>" data-bez-row-id="<?php echo $task->id ?>">
/plugin/issuelinks/db/
H A Dupdate0001.sql14 priority TEXT, field
/plugin/authgoogle/google/contrib/
H A DGoogle_MirrorService.php560 public $priority; variable in Google_Contact
609 public function setPriority( $priority) { argument
610 $this->priority = $priority;
613 return $this->priority;
H A DGoogle_BigqueryService.php1120 public $priority; variable in Google_JobConfigurationQuery
1160 public function setPriority( $priority) { argument
1161 $this->priority = $priority;
1164 return $this->priority;
/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/authgooglesheets/vendor/google/apiclient-services/src/
H A DRemoteBuildExecution.php121 'resultsCachePolicy.priority' => [
/plugin/task/
H A Dhelper.php241 function priorityLabel($priority) { argument
242 switch ($priority) {
/plugin/webdav/vendor/sabre/vobject/resources/schema/
H A Dxcal.rng437 property-priority? &
483 property-priority? &
776 property-priority = element priority {
/plugin/icalevents/vendor/sabre/vobject/resources/schema/
H A Dxcal.rng437 property-priority? &
483 property-priority? &
776 property-priority = element priority {
/plugin/dokucrypt2/
H A DREADME.md15 …replace a password manager or peer reviewed cryptography tools for high-priority use. Do not store…
/plugin/issuelinks/services/
H A DJira.service.php243 $issue->setPriority($issueData['fields']['priority']['name']);
/plugin/wysiwyg/fckeditor/editor/filemanager/connectors/lasso/
H A Dupload.lasso67 -priority='replace',
/plugin/diagramsnet/lib/math/
H A DMathJax.js19priority){if(priority==null){priority=10}if(!ISCALLBACK(hook)){hook=USING(hook)}hook.priority=prio… argument
/plugin/jirainfo/
H A Dstyle.less70 img.ji-priority,
/plugin/jplayer/components/jplayer/
H A Djplayer-built.js960 $.each(this.formats, function(priority, format) { argument
1026 $.each(this.formats, function(priority, format) { argument
1056 $.each(this.formats, function(priority, format) { argument
2925 $.each(this.formats, function(priority, format) { argument
3101 $.each(this.formats, function(priority, format) { argument
3194 $.each(this.formats, function(priority, format) { argument
3225 $.each(this.formats, function(priority, format) { argument

12345678910