Home
last modified time | relevance | path

Searched refs:invert (Results 1 – 25 of 135) sorted by relevance

123456

/plugin/combo/vendor/dragonmantank/cron-expression/src/Cron/
H A DHoursField.php18 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 DMinutesField.php18 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 DCronExpression.php221 * @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 DFieldInterface.php26 * @param bool $invert (optional) Set to TRUE to decrement
30 public function increment(DateTime $date, $invert = false); argument
H A DMonthField.php27 public function increment(DateTime $date, $invert = false) argument
29 if ($invert) {
H A DYearField.php18 public function increment(DateTime $date, $invert = false) argument
20 if ($invert) {
H A DDayOfMonthField.php88 public function increment(DateTime $date, $invert = false) argument
90 if ($invert) {
H A DDayOfWeekField.php107 public function increment(DateTime $date, $invert = false) argument
109 if ($invert) {
/plugin/findologicxmlexport/vendor/twig/extensions/lib/Twig/Extensions/Extension/
H A DDate.php76 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 DDateTimeParser.php97 $invert = false;
99 $invert = true;
143 if ($invert) $iv->invert = true;
/plugin/webdavclient/vendor/sabre/vobject/lib/
H A DDateTimeParser.php97 $invert = false;
99 $invert = true;
143 if ($invert) $iv->invert = true;
/plugin/davcal/vendor/sabre/vobject/lib/
H A DDateTimeParser.php97 $invert = false;
99 $invert = true;
143 if ($invert) $iv->invert = true;
/plugin/webdav/vendor/sabre/vobject/lib/
H A DDateTimeParser.php105 $invert = false;
108 $invert = true;
158 if ($invert) {
159 $iv->invert = true;
/plugin/icalevents/vendor/sabre/vobject/lib/
H A DDateTimeParser.php108 $invert = false;
111 $invert = true;
163 if ($invert) {
164 $iv->invert = true;
/plugin/countdown/
H A Dsyntax.php73 $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 Dsyntax.php73 if ($diff -> invert) {
/plugin/davcard/vendor/sabre/vobject/tests/VObject/
H A DDateTimeParserTest.php30 $expected->invert = true;
/plugin/webdavclient/vendor/sabre/vobject/tests/VObject/
H A DDateTimeParserTest.php30 $expected->invert = true;
/plugin/davcal/vendor/sabre/vobject/tests/VObject/
H A DDateTimeParserTest.php30 $expected->invert = true;
/plugin/yuriigantt/3rd/dhtmlxgantt/sources/ext/
H A Ddhtmlxgantt_undo.js596 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 Ddhtmlxgantt_undo.js13invert: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 DDateTimeParserTest.php30 $expected->invert = true;
/plugin/dwtimeline/
H A Dstyle.less77 /* 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 Dd3.min.js2invert((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
3invert=function(t){return io(n.invert(t))},r.domain=function(t){return arguments.length?(n.domain(…
4invert=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
5invert&&(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 DColorConverter.php127 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

123456