Home
last modified time | relevance | path

Searched refs:dateValue (Results 1 – 13 of 13) sorted by path

/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudSearch/
H A DValue.php59 public function setDateValue(Date $dateValue) argument
61 $this->dateValue = $dateValue;
68 return $this->dateValue;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/DLP/
H A DGooglePrivacyDlpV2Value.php65 public function setDateValue(GoogleTypeDate $dateValue) argument
67 $this->dateValue = $dateValue;
74 return $this->dateValue;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Document/
H A DGoogleCloudDocumentaiV1DocumentEntityNormalizedValue.php78 public function setDateValue(GoogleTypeDate $dateValue) argument
80 $this->dateValue = $dateValue;
87 return $this->dateValue;
H A DGoogleCloudDocumentaiV1beta1DocumentEntityNormalizedValue.php78 public function setDateValue(GoogleTypeDate $dateValue) argument
80 $this->dateValue = $dateValue;
87 return $this->dateValue;
H A DGoogleCloudDocumentaiV1beta2DocumentEntityNormalizedValue.php78 public function setDateValue(GoogleTypeDate $dateValue) argument
80 $this->dateValue = $dateValue;
87 return $this->dateValue;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Script/
H A DValue.php33 public $dateValue; variable in Google\\Service\\Script\\Value
83 public function setDateValue($dateValue) argument
85 $this->dateValue = $dateValue;
92 return $this->dateValue;
/plugin/combo/vendor/dragonmantank/cron-expression/src/Cron/
H A DAbstractField.php13 * @param string $dateValue Date value to check
18 public function isSatisfied($dateValue, $value) argument
21 return $this->isInIncrementsOfRanges($dateValue, $value);
23 return $this->isInRange($dateValue, $value);
26 return $value == '*' || $dateValue == $value;
56 * @param string $dateValue Set date value
61 public function isInRange($dateValue, $value) argument
65 return $dateValue >= $parts[0] && $dateValue <= $parts[1];
71 * @param string $dateValue Se
76 isInIncrementsOfRanges($dateValue, $value) global() argument
[all...]
/plugin/diagramsnet/lib/WEB-INF/lib/
H A Dhttpclient-4.5.5.jarMETA-INF/MANIFEST.MF META-INF/ org/ org/apache/ org/ ...
/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/timetrack/
H A Dhelper.php875 $dateValue = $dbUserValues[$project_id][$task_id][$dateText]['value'];
881 $date_sum_user[$dateText] += $dateValue;
883 $date_sum_db[$dateText] += $dateValue;
884 $date_sum_user[$dateText] += $dateValue;
899 $el->val($dateValue);
/plugin/yuriigantt/3rd/dhtmlxgantt/
H A Ddhtmlxgantt.js.map1dateValue","columnIndexByDate","assert","wholeCells","partCell","pos","roundPos","_getNextVisibleC…
/plugin/yuriigantt/3rd/dhtmlxgantt/sources/
H A Ddhtmlxgantt.js26696 var dateValue = String(date.valueOf());
26698 if(this._posFromDateCache[dateValue] !== undefined){
26699 return this._posFromDateCache[dateValue];
26723 this._posFromDateCache[dateValue] = roundPos;