Home
last modified time | relevance | path

Searched refs:deadline (Results 1 – 25 of 26) sorted by last modified time

12

/plugin/authgooglesheets/vendor/google/apiclient-services/src/ServiceConsumerManagement/
H A DBackendRule.php26 public $deadline; variable in Google\\Service\\ServiceConsumerManagement\\BackendRule
63 public function setDeadline($deadline) argument
65 $this->deadline = $deadline;
69 return $this->deadline;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ServiceNetworking/
H A DBackendRule.php26 public $deadline; variable in Google\\Service\\ServiceNetworking\\BackendRule
63 public function setDeadline($deadline) argument
65 $this->deadline = $deadline;
69 return $this->deadline;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ServiceUsage/
H A DBackendRule.php26 public $deadline; variable in Google\\Service\\ServiceUsage\\BackendRule
63 public function setDeadline($deadline) argument
65 $this->deadline = $deadline;
69 return $this->deadline;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ServiceManagement/
H A DBackendRule.php26 public $deadline; variable in Google\\Service\\ServiceManagement\\BackendRule
63 public function setDeadline($deadline) argument
65 $this->deadline = $deadline;
69 return $this->deadline;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Genomics/
H A DCheckInResponse.php25 public $deadline; variable in Google\\Service\\Genomics\\CheckInResponse
38 public function setDeadline($deadline) argument
40 $this->deadline = $deadline;
47 return $this->deadline;
/plugin/diagramsnet/lib/WEB-INF/lib/
H A Dhttpcore-4.4.9.jarMETA-INF/MANIFEST.MF META-INF/ org/ org/apache/ org/ ...
H A Dhttpclient-4.5.5.jarMETA-INF/MANIFEST.MF META-INF/ org/ org/apache/ org/ ...
/plugin/diagramsnet/lib/js/dropbox/
H A DDropbox-sdk.min.js9 …eTimeout=0,this;for(var t in e)switch(t){case"deadline":this._timeout=e.deadline;break;case"respon…
/plugin/fkstimer/
H A Dplugin.info.txt6 desc display time to deadline
H A Dscript.js67 const deadline = (new Date(span.getAttribute('data-date'))).getTime();
68 const delta = deadline - current;
/plugin/issuetracker/
H A Daction.php1840 …if($issue[$issue_id]['dev_deadline']!="") $deadline = date('d.M.Y',strtotime($issue[$issue_id]['d…
1858 … type="text" class="itdtls_txt" name="dev_deadline" id="dev_deadline" value="'.$deadline.'" /></td>
1922 …if($issue[$issue_id]['dev_deadline']!="") $deadline = date('d.M.Y',strtotime($issue[$issue_id]['d…
1946 <td class="itd__col3">'.$deadline.'</td>
/plugin/bugzillaint/conf/
H A Ddefault.php9 $conf['link_default_extras'] = 'dependencies,deadline';
10 $conf['tree_default_extras'] = 'deadline';
11 $conf['list_default_extras'] = 'dependencies,deadline';
/plugin/bugzillaint/docs/
H A Dbugzillaint.txt103 …n settings. Please not that the fields ''priority'', ''severity'' and ''deadline'' are automatical…
112 …* ''deadline'' - show deadline if present and uses a warning color from the plugin settings - show…
131 * warning thresholds for priority, severity and deadline
/plugin/bugzillaint/
H A Dscript.js174 if ( extra == 'deadline' && bug.deadline ) {
176 e.attr('title', 'deadline: ' + bug.deadline);
177 e.append( 'DL ' + bug.deadline );
311 if ( !bug.resolution && bug.deadline ) {
315 var p = bug.deadline.split('-');
319 bug.warnings.deadline = { color:'red', property:'deadline' }; class in bug.warnings
321 bug.warnings.deadline = { color:'orange', property:'deadline' }; class in bug.warnings
/plugin/tuxquote/
H A Dquotes.txt505 A dream is just a dream. A goal is a dream with a plan and a deadline. <BR> -- Harvey Mackay
/plugin/jcapture/lib/
H A Dhttpclient-4.0.1.jarMETA-INF/MANIFEST.MF META-INF/HAMMURAP.SF META-INF/HAMMURAP ...
/plugin/jdraw/lib/
H A Dhttpclient-4.0.1.jarMETA-INF/MANIFEST.MF META-INF/HAMMURAP.SF META-INF/HAMMURAP ...
/plugin/bugzillaxmlrpc/
H A Dsyntax.php172 …tCode, $id, $summary, $dependson, $product, $creation_ts, $bug_status, $deadline) = $this->myGetBu…
180 'creation_ts' => $creation_ts, 'bug_status' => $bug_status, 'deadline' => $deadline);
183 …tCode, $id, $summary, $dependson, $product, $creation_ts, $bug_status, $deadline) = $this->myGetBu…
186 … 'creation_ts' => $creation_ts, 'bug_status' => $bug_status, 'deadline' => $deadline);
/plugin/noticeboard/
H A Dsyntax.php221 $out .= ">".$this->getLang('deadline')."</option>";
329 …$out .= "<tr><td class='left'><strong>".$this->getLang('deadline').":</strong></td><td colspan='2'…
H A Daction.php25 private $deadline; // deadline of event variable in action_plugin_noticeboard
380 …$out .= "<tr><td class='left'><strong>".$this->getLang('deadline').":</strong></td><td colspan='2'…
/plugin/noticeboard/noticeboard/
H A Dsyntax.php221 $out .= ">".$this->getLang('deadline')."</option>";
329 …$out .= "<tr><td class='left'><strong>".$this->getLang('deadline').":</strong></td><td colspan='2'…
H A Daction.php25 private $deadline; // deadline of event variable in action_plugin_noticeboard
380 …$out .= "<tr><td class='left'><strong>".$this->getLang('deadline').":</strong></td><td colspan='2'…
/plugin/noticeboard/classes/
H A DEditForm.php29 private $deadline; variable in helper_plugin_noticeboard_EditForm
83 $this->deadline = date("d.m.Y",$notice->getDeadline());
121 $this->deadline = $_REQUEST['noticeboard_deadline'];
190 …'text' id='noticeboard_deadline' name='noticeboard_deadline' value='".$this->deadline."' /><br />";
H A DNotice.php30 private $deadline; variable in helper_plugin_noticeboard_Notice
100 $this->deadline = $date;
104 return $this->deadline;
/plugin/noticeboard/noticeboard/classes/
H A DEditForm.php29 private $deadline; variable in helper_plugin_noticeboard_EditForm
83 $this->deadline = date("d.m.Y",$notice->getDeadline());
121 $this->deadline = $_REQUEST['noticeboard_deadline'];
190 …'text' id='noticeboard_deadline' name='noticeboard_deadline' value='".$this->deadline."' /><br />";

12