Searched refs:input_mtime (Results 1 – 4 of 4) sorted by relevance
| /plugin/asciidocjs/node_modules/@asciidoctor/core/dist/node/ |
| D | asciidoctor.js | 16936 …n $def(self, '$fill_datetime_attributes', function $$fill_datetime_attributes(attrs, input_mtime) { argument 17012 input_mtime = source_date_epoch 17013 } else if ($truthy(input_mtime)) { 17014 utc_offset = -input_mtime.getTimezoneOffset() / 60 17016 input_mtime = now 17023 var mtime_year = getYear(input_mtime, utc_offset).toString() 17024 var mtime_month = ('0' + (getMonth(input_mtime, utc_offset) + 1)).slice(-2) 17025 var mtime_day = ('0' + (getDay(input_mtime, utc_offset))).slice(-2) 17034 var mtime_hours = ('0' + (getHours(input_mtime, utc_offset))).slice(-2) 17035 var mtime_minutes = ('0' + (input_mtime.getMinutes())).slice(-2) [all …]
|
| D | asciidoctor.cjs | 5620 …pe = nil, initialize_extensions = nil, to_file = nil, safe_mode = nil, input_mtime = nil, standalo… 5696 } input_mtime = options.$delete("input_mtime"); 5818 } self.$fill_datetime_attributes(attrs, input_mtime); 6610 … $def(self, '$fill_datetime_attributes', function $$fill_datetime_attributes(attrs, input_mtime) { 6627 …} input_mtime = ($truthy(($ret_or_1 = ($truthy(($ret_or_2 = source_date_epoch)) ? ($ret_or_… 6634 …docdate = ($a = ["docdate", input_mtime.$strftime("%F")], $send(attrs, '[]=', $a), $a[$a.length - … 6636 attrs['$[]=']("docyear", input_mtime.$year().$to_s()); 6637 …]']("doctime"))) ? ($ret_or_1) : (($a = ["doctime", input_mtime.$strftime("%T " + (($eqeq(input_mt… 12208 …options['$[]=']("input_mtime", ($eqeq($$('RUBY_ENGINE'), "jruby") ? ($$$('Time').$at(input.$mtime(… 15483 …n $def(self, '$fill_datetime_attributes', function $$fill_datetime_attributes(attrs, input_mtime) { [all …]
|
| /plugin/asciidocjs/node_modules/@asciidoctor/core/dist/graalvm/ |
| D | asciidoctor.js | 41301 …n $def(self, '$fill_datetime_attributes', function $$fill_datetime_attributes(attrs, input_mtime) { argument 41377 input_mtime = source_date_epoch 41378 } else if ($truthy(input_mtime)) { 41379 utc_offset = -input_mtime.getTimezoneOffset() / 60 41381 input_mtime = now 41388 var mtime_year = getYear(input_mtime, utc_offset).toString() 41389 var mtime_month = ('0' + (getMonth(input_mtime, utc_offset) + 1)).slice(-2) 41390 var mtime_day = ('0' + (getDay(input_mtime, utc_offset))).slice(-2) 41399 var mtime_hours = ('0' + (getHours(input_mtime, utc_offset))).slice(-2) 41400 var mtime_minutes = ('0' + (input_mtime.getMinutes())).slice(-2) [all …]
|
| /plugin/asciidocjs/node_modules/@asciidoctor/core/dist/browser/ |
| D | asciidoctor.js | 41553 …n $def(self, '$fill_datetime_attributes', function $$fill_datetime_attributes(attrs, input_mtime) { argument 41629 input_mtime = source_date_epoch 41630 } else if ($truthy(input_mtime)) { 41631 utc_offset = -input_mtime.getTimezoneOffset() / 60 41633 input_mtime = now 41640 var mtime_year = getYear(input_mtime, utc_offset).toString() 41641 var mtime_month = ('0' + (getMonth(input_mtime, utc_offset) + 1)).slice(-2) 41642 var mtime_day = ('0' + (getDay(input_mtime, utc_offset))).slice(-2) 41651 var mtime_hours = ('0' + (getHours(input_mtime, utc_offset))).slice(-2) 41652 var mtime_minutes = ('0' + (input_mtime.getMinutes())).slice(-2) [all …]
|