/plugin/combo/vendor/dragonmantank/cron-expression/src/Cron/ |
H A D | HoursField.php | 18 public function increment(DateTime $date, $invert = false, $parts = null) argument 26 if ($invert) { 33 $date->setTime($date->format('H'), $invert ? 59 : 0); 44 $position = $invert ? count($hours) - 1 : 0; 47 if ((!$invert && $current_hour >= $hours[$i] && $current_hour < $hours[$i + 1]) || 48 ($invert && $current_hour > $hours[$i] && $current_hour <= $hours[$i + 1])) { 49 $position = $invert ? $i : $i + 1; 56 if ((!$invert && $date->format('H') >= $hour) || ($invert && $date->format('H') <= $hour)) { 57 $date->modify(($invert [all...] |
H A D | MinutesField.php | 18 public function increment(DateTime $date, $invert = false, $parts = null) argument 21 if ($invert) { 36 $position = $invert ? count($minutes) - 1 : 0; 39 if ((!$invert && $current_minute >= $minutes[$i] && $current_minute < $minutes[$i + 1]) || 40 ($invert && $current_minute > $minutes[$i] && $current_minute <= $minutes[$i + 1])) { 41 $position = $invert ? $i : $i + 1; 47 if ((!$invert && $current_minute >= $minutes[$position]) || ($invert && $current_minute <= $minutes[$position])) { 48 $date->modify(($invert ? '-' : '+') . '1 hour'); 49 $date->setTime($date->format('H'), $invert [all...] |
H A D | CronExpression.php | 221 * @param bool $invert Set to TRUE to retrieve previous dates 227 public function getMultipleRunDates($total, $currentTime = 'now', $invert = false, $allowCurrentDate = false) argument 232 $matches[] = $this->getRunDate($currentTime, $i, $invert, $allowCurrentDate); 315 * @param bool $invert Set to TRUE to go backwards in time 322 protected function getRunDate($currentTime = null, $nth = 0, $invert = false, $allowCurrentDate = false) argument 371 $field->increment($nextRun, $invert, $part); 378 $this->fieldFactory->getField(0)->increment($nextRun, $invert, isset($parts[0]) ? $parts[0] : null);
|
H A D | FieldInterface.php | 26 * @param bool $invert (optional) Set to TRUE to decrement 30 public function increment(DateTime $date, $invert = false); argument
|
H A D | MonthField.php | 27 public function increment(DateTime $date, $invert = false) argument 29 if ($invert) {
|
H A D | YearField.php | 18 public function increment(DateTime $date, $invert = false) argument 20 if ($invert) {
|
H A D | DayOfMonthField.php | 88 public function increment(DateTime $date, $invert = false) argument 90 if ($invert) {
|
H A D | DayOfWeekField.php | 107 public function increment(DateTime $date, $invert = false) argument 109 if ($invert) {
|
/plugin/findologicxmlexport/vendor/twig/extensions/lib/Twig/Extensions/Extension/ |
H A D | Date.php | 76 return $this->getPluralizedInterval($count, $diff->invert, $unit); 83 protected function getPluralizedInterval($count, $invert, $unit) argument 86 $id = sprintf('diff.%s.%s', $invert ? 'in' : 'ago', $unit); 95 return $invert ? "in $count $unit" : "$count $unit ago";
|
/plugin/davcard/vendor/sabre/vobject/lib/ |
H A D | DateTimeParser.php | 97 $invert = false; 99 $invert = true; 143 if ($invert) $iv->invert = true;
|
/plugin/webdavclient/vendor/sabre/vobject/lib/ |
H A D | DateTimeParser.php | 97 $invert = false; 99 $invert = true; 143 if ($invert) $iv->invert = true;
|
/plugin/davcal/vendor/sabre/vobject/lib/ |
H A D | DateTimeParser.php | 97 $invert = false; 99 $invert = true; 143 if ($invert) $iv->invert = true;
|
/plugin/webdav/vendor/sabre/vobject/lib/ |
H A D | DateTimeParser.php | 105 $invert = false; 108 $invert = true; 158 if ($invert) { 159 $iv->invert = true;
|
/plugin/icalevents/vendor/sabre/vobject/lib/ |
H A D | DateTimeParser.php | 108 $invert = false; 111 $invert = true; 163 if ($invert) { 164 $iv->invert = true;
|
/plugin/countdown/ |
H A D | syntax.php | 73 $dt_days = $dt_diff->days * ($dt_diff->invert ? -1 : 1); 98 $TextArray[]= ($dt_diff->invert ? $this->getLang('since') : $this->getLang('until'));
|
/plugin/sincetil/ |
H A D | syntax.php | 73 if ($diff -> invert) {
|
/plugin/davcard/vendor/sabre/vobject/tests/VObject/ |
H A D | DateTimeParserTest.php | 30 $expected->invert = true;
|
/plugin/webdavclient/vendor/sabre/vobject/tests/VObject/ |
H A D | DateTimeParserTest.php | 30 $expected->invert = true;
|
/plugin/davcal/vendor/sabre/vobject/tests/VObject/ |
H A D | DateTimeParserTest.php | 30 $expected->invert = true;
|
/plugin/yuriigantt/3rd/dhtmlxgantt/sources/ext/ |
H A D | dhtmlxgantt_undo.js | 596 invert: function (action) { method in AnonymousFunction4dce81d40100.AnonymousFunction4dce81d42100.Undo.Undo.action 601 var command = revert.commands[i] = commands.invert(revert.commands[i]); 622 invert: function (command) { method in AnonymousFunction4dce81d40100.AnonymousFunction4dce81d42100.Undo.Undo.command 676 this._applyAction(this.action.invert(action));
|
/plugin/yuriigantt/3rd/dhtmlxgantt/ext/ |
H A D | dhtmlxgantt_undo.js | 13 …invert:function(n){for(var e,o=gantt.copy(n),a=t.command,i=0;i<n.commands.length;i++){var s=o.comm… method in AnonymousFunction70481f410400.a.t.action
|
/plugin/icalevents/vendor/sabre/vobject/tests/VObject/ |
H A D | DateTimeParserTest.php | 30 $expected->invert = true;
|
/plugin/dwtimeline/ |
H A D | style.less | 77 /* invert color on timeline point on hover */ 262 /* invert color on timeline point on hover */
|
/plugin/findologicxmlexport/vendor/phpunit/php-code-coverage/src/Report/Html/Renderer/Template/js/ |
H A D | d3.min.js | 2 …invert((n[0]-l)/h,(c-n[1])/h),n&&[n[0]*Zo,n[1]*Zo]}function r(){a=Ct(o=se(y,M,x),u);var n=u(v,d);r… function 3 …invert=function(t){return io(n.invert(t))},r.domain=function(t){return arguments.length?(n.domain(… 4 …invert=function(n){var t=u.scale(),e=u.translate(),r=(n[0]-e[0])/t,i=(n[1]-e[1])/t;return(i>=.12&&… function 5 …invert&&(e=c(e),r=c(r)),e>r&&(l=e,e=r,r=l),e==s[0]&&r==s[1]||(s=[e,r])),f&&(i=t[0],u=t[1],c&&(i=i[…
|
/plugin/dw2pdf/vendor/mpdf/mpdf/src/Color/ |
H A D | ColorConverter.php | 127 public function invert($c) 144 throw new \Mpdf\MpdfException('Trying to invert non-RGB color'); 111 public function invert($c) global() function in Mpdf\\Color\\ColorConverter
|