Searched refs:yday (Results 1 – 4 of 4) sorted by relevance
| /plugin/tindexmenu/ |
| D | indexmenu-full.js | 394 var now, yday; 396 yday = new Date(now.getTime() - 1000 * 60 * 60 * 24); 397 this.setCookie('co' + this.obj, 'cookieValue', yday); 398 this.setCookie('cs' + this.obj, 'cookieValue', yday);
|
| /plugin/indexmenu/scripts/ |
| D | indexmenu.js | 526 let now, yday; 528 yday = new Date(now.getTime() - 1000 * 60 * 60 * 24); 529 this.setCookie('co' + this.treeName, 'cookieValue', yday); 530 this.setCookie('cs' + this.treeName, 'cookieValue', yday);
|
| /plugin/asciidocjs/node_modules/@asciidoctor/opal-runtime/src/ |
| D | index.mjs | 20689 …ound,/,-,copy_instance_variables,initialize_dup,is_a?,zero?,wday,utc?,mon,yday,hour,min,sec,rjust,… 21057 $def(self, '$yday', function $$yday() { 21264 result += self.$yday(); 21464 …lf.$hour(), self.$day(), self.$month(), self.$year(), self.$wday(), self.$yday(), self.$isdst(), s… 21493 } } week = $rb_divide($rb_plus(self.$yday(), offset), 7.0).$ceil();
|
| D | index.cjs | 20698 …ound,/,-,copy_instance_variables,initialize_dup,is_a?,zero?,wday,utc?,mon,yday,hour,min,sec,rjust,… 21066 $def(self, '$yday', function $$yday() { 21273 result += self.$yday(); 21473 …lf.$hour(), self.$day(), self.$month(), self.$year(), self.$wday(), self.$yday(), self.$isdst(), s… 21502 } } week = $rb_divide($rb_plus(self.$yday(), offset), 7.0).$ceil();
|