Home
last modified time | relevance | path

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

1234567

/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 ? '-' : '+') . '1 day');
58 $date->setTime($invert ? 23 : 0, $invert ? 59 : 0);
[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 <= $minute…
48 $date->modify(($invert ? '-' : '+') . '1 hour');
49 $date->setTime($date->format('H'), $invert ? 59 : 0);
H A DCronExpression.php221 * @param bool $invert Set to TRUE to retrieve previous dates
227 …public function getMultipleRunDates($total, $currentTime = 'now', $invert = false, $allowCurrentDa… 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 = … 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/
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/
DDateTimeParser.php97 $invert = false;
99 $invert = true;
143 if ($invert) $iv->invert = true;
/plugin/webdavclient/vendor/sabre/vobject/lib/
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/asciidocjs/node_modules/lodash/
Dinvert.js33 var invert = createInverter(function(result, value, key) { variable
42 module.exports = invert;
/plugin/webdav/vendor/sabre/vobject/lib/
DDateTimeParser.php105 $invert = false;
108 $invert = true;
158 if ($invert) {
159 $iv->invert = true;
/plugin/icalevents/vendor/sabre/vobject/lib/
DDateTimeParser.php108 $invert = false;
111 $invert = true;
163 if ($invert) {
164 $iv->invert = true;
/plugin/countdown/
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/
Dsyntax.php73 if ($diff -> invert) {
/plugin/webdavclient/vendor/sabre/vobject/tests/VObject/
DDateTimeParserTest.php30 $expected->invert = true;
/plugin/davcard/vendor/sabre/vobject/tests/VObject/
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/
Ddhtmlxgantt_undo.js596 invert: function (action) { method
601 var command = revert.commands[i] = commands.invert(revert.commands[i]);
622 invert: function (command) { method
676 this._applyAction(this.action.invert(action));
/plugin/yuriigantt/3rd/dhtmlxgantt/ext/
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
/plugin/icalevents/vendor/sabre/vobject/tests/VObject/
DDateTimeParserTest.php30 $expected->invert = true;
/plugin/asciidocjs/node_modules/nunjucks/src/
Dparser.js628 var invert = tok.type === lexer.TOKEN_SYMBOL && tok.value === 'not';
630 if (!invert) {
636 if (invert) {
641 if (invert) {
/plugin/dwtimeline/
H A Dstyle.less77 /* invert color on timeline point on hover */
263 /* invert color on timeline point on hover */

1234567