Home
last modified time | relevance | path

Searched refs:valid (Results 826 – 849 of 849) sorted by path

1...<<31323334

/plugin/webdavclient/vendor/sabre/vobject/lib/Recur/
H A DEventIterator.php198 if (!$this->valid()) {
239 if (!$this->valid()) {
308 public function valid() { function in Sabre\\VObject\\Recur\\EventIterator
356 if (!$this->recurIterator->valid()) {
402 while($this->valid() && $this->getDtEnd() < $dateTime ) {
H A DRDateIterator.php44 if (!$this->valid()) return null;
66 public function valid() { function in Sabre\\VObject\\Recur\\RDateIterator
92 if (!$this->valid()) return;
123 while($this->valid() && $this->currentDate < $dt ) {
H A DRRuleIterator.php45 if (!$this->valid()) return null;
68 public function valid() { function in Sabre\\VObject\\Recur\\RRuleIterator
149 while($this->valid() && $this->currentDate < $dt ) {
/plugin/webdavclient/vendor/sabre/vobject/tests/VObject/Recur/EventIterator/
H A DFifthTuesdayProblemTest.php43 while($it->valid()) {
H A DInfiniteLoopProblemTest.php60 while($it->valid()) {
H A DMainTest.php1212 while($it->valid()) {
1277 while($it->valid()) {
1338 while($it->valid() && $it->getDTSTart() < new DateTime('2012-02-06 23:00:00')) {
/plugin/webdavclient/vendor/sabre/vobject/tests/VObject/Recur/
H A DRDateIteratorTest.php38 while($it->valid()) {
H A DRRuleIteratorTest.php694 while($parser->valid()) {
/plugin/webmaster/
H A DLICENSE142 b) Accompany it with a written offer, valid for at least three
/plugin/wideredit/
H A DLICENSE142 b) Accompany it with a written offer, valid for at least three
/plugin/wikicalendar/
H A DCOPYING142 b) Accompany it with a written offer, valid for at least three
/plugin/wikistats/
H A DCOPYING142 b) Accompany it with a written offer, valid for at least three
/plugin/wrap/
H A DCOPYING144 b) Accompany it with a written offer, valid for at least three
H A Dexample.txt96 You can set any valid widths (but only on divs): ''%, px, em, rem, ex, ch, vw, vh, pt, pc, cm, mm, in'', but most of the time you'd only want either
/plugin/wysiwyg/fckeditor/editor/filemanager/connectors/lasso/
H A Dconfig.lasso27 valid username and password from Lasso admin for a group with file tags
/plugin/wysiwyg/fckeditor/
H A Dlicense.txt171 b) Accompany it with a written offer, valid for at least three
620 c) Accompany the work with a written offer, valid for at
/plugin/xlsx2dw/packages/exceljs/
H A Dexceljs.js20705 var valid = false;
20710 valid = true;
20721 this.model = valid ? model : null;
80699 var valid = true;
80711 valid = false;
80714 return valid;
/plugin/xlsx2dw/packages/xlsx/
H A Dxlsx.mjs3699 /* note: xsd:boolean valid values: true / 1 / false / 0 */
8699 /* Excel defaults to SYLK but warns if data is not valid */
9686 /* NOTE: QP valid range A1:IV1000000 */
9950 // TODO: is whitespace actually valid here?
10152 var valid = false;
10155 case 0x6801: valid = (o.Flags == 0x04); break;
10159 if(!valid) throw new Error("Encryption Flags/AlgID mismatch");
10357 out.valid = o.verificationBytes === o.verifier;
10358 if(out.valid) out.insitu = crypto_MakeXorDecryptor(opts.password);
19380 if(!val.valid) throw new Error("Password is incorrect");
[all …]
/plugin/yalist/
H A DLICENSE142 b) Accompany it with a written offer, valid for at least three
/plugin/yourip/
H A DLICENSE142 b) Accompany it with a written offer, valid for at least three
/plugin/youtracklinks/
H A DLICENSE142 b) Accompany it with a written offer, valid for at least three
/plugin/yuriigantt/3rd/dhtmlxgantt/
H A Ddhtmlxgantt.js.map1valid","_forEachUpdatedRow","_sendData","_getAllData","pattern","defineAction","_uActions","afterU…
/plugin/yuriigantt/3rd/dhtmlxgantt/sources/
H A Ddhtmlxgantt.js8493 var valid = true;
8495 valid = valid && this.checkBeforeUpdate(rowId);
8497 if (!valid && !this.callEvent("onValidationError", ["", this.messages])) {
/plugin/yuriigantt/
H A DLICENSE259 written offer, valid for at least three years and valid for as
349 that they are valid under applicable law. If additional permissions
511 country that you have reason to believe are valid.

1...<<31323334