| /plugin/indexmenu2/cms/extensions/ |
| D | dateextensions.js | 11 …getHours()).padLeft(2,I);case"I":return(l.getHours()>12?l.getHours()-12:l.getHours()).padLeft(2,I)…
|
| /plugin/virtualkeyboard/vk/extensions/ |
| D | dateextensions.js | 165 case "H" : return String(self.getHours()).padLeft(2,spacer); 166 case "I" : return (self.getHours()>12?self.getHours()-12:self.getHours()).padLeft(2,spacer); 171 case "p" : return (self.getHours()>12?"PM":"AM");
|
| /plugin/yuriigantt/3rd/dhtmlxgantt/sources/ext/ |
| D | dhtmlxgantt_csp.js | 141 …o_fixed((date.getUTCHours() + 11) % 12 + 1) : gantt.date.to_fixed((date.getHours() + 11) % 12 + 1); 142 … case "%g": return utc ? ((date.getUTCHours() + 11) % 12 + 1) : ((date.getHours() + 11) % 12 + 1); 143 case "%G": return utc ? date.getUTCHours() : date.getHours(); 144 … "%H": return utc ? gantt.date.to_fixed(date.getUTCHours()) : gantt.date.to_fixed(date.getHours()); 146 …case "%a": return utc ? (date.getUTCHours() > 11 ? "pm" : "am") : (date.getHours() > 11 ? "pm" : "… 147 …case "%A": return utc ? (date.getUTCHours() > 11 ? "PM" : "AM") : (date.getHours() > 11 ? "PM" : "…
|
| /plugin/yuriigantt/3rd/dhtmlxgantt/ext/ |
| D | dhtmlxgantt_csp.js | 13 …getHours()+11)%12+1);case"%g":return e?(a.getUTCHours()+11)%12+1:(a.getHours()+11)%12+1;case"%G":r…
|
| /plugin/clock/ |
| D | script.js | 28 get h() { return this.time_.getHours(); } 49 var Ahh= cT.getHours();
|
| /plugin/dokukiwix/ |
| D | script.js | 228 …if (currentDateTime.getHours()<10) currentHours = "0"+currentDateTime.getHours() ; else currentHou…
|
| /plugin/authgooglesheets/vendor/google/apiclient-services/src/HangoutsChat/ |
| D | TimeInput.php | 41 public function getHours() function in Google\\Service\\HangoutsChat\\TimeInput
|
| /plugin/authgooglesheets/vendor/google/apiclient-services/src/AdExchangeBuyerII/ |
| D | TimeOfDay.php | 49 public function getHours() function in Google\\Service\\AdExchangeBuyerII\\TimeOfDay
|
| /plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudRedis/ |
| D | TimeOfDay.php | 49 public function getHours() function in Google\\Service\\CloudRedis\\TimeOfDay
|
| /plugin/authgooglesheets/vendor/google/apiclient-services/src/DLP/ |
| D | GoogleTypeTimeOfDay.php | 49 public function getHours() function in Google\\Service\\DLP\\GoogleTypeTimeOfDay
|
| /plugin/authgooglesheets/vendor/google/apiclient-services/src/AuthorizedBuyersMarketplace/ |
| D | TimeOfDay.php | 49 public function getHours() function in Google\\Service\\AuthorizedBuyersMarketplace\\TimeOfDay
|
| /plugin/authgooglesheets/vendor/google/apiclient-services/src/Sheets/ |
| D | TimeOfDay.php | 49 public function getHours() function in Google\\Service\\Sheets\\TimeOfDay
|
| /plugin/authgooglesheets/vendor/google/apiclient-services/src/MyBusinessBusinessInformation/ |
| D | TimeOfDay.php | 49 public function getHours() function in Google\\Service\\MyBusinessBusinessInformation\\TimeOfDay
|
| /plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudFilestore/ |
| D | TimeOfDay.php | 49 public function getHours() function in Google\\Service\\CloudFilestore\\TimeOfDay
|
| /plugin/authgooglesheets/vendor/google/apiclient-services/src/Classroom/ |
| D | TimeOfDay.php | 49 public function getHours() function in Google\\Service\\Classroom\\TimeOfDay
|
| /plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudMemorystoreforMemcached/ |
| D | TimeOfDay.php | 49 public function getHours() function in Google\\Service\\CloudMemorystoreforMemcached\\TimeOfDay
|
| /plugin/authgooglesheets/vendor/google/apiclient-services/src/OSConfig/ |
| D | TimeOfDay.php | 49 public function getHours() function in Google\\Service\\OSConfig\\TimeOfDay
|
| /plugin/authgooglesheets/vendor/google/apiclient-services/src/MyBusinessLodging/ |
| D | TimeOfDay.php | 49 public function getHours() function in Google\\Service\\MyBusinessLodging\\TimeOfDay
|
| /plugin/authgooglesheets/vendor/google/apiclient-services/src/ManagedServiceforMicrosoftActiveDirectoryConsumerAPI/ |
| D | TimeOfDay.php | 49 public function getHours() function in Google\\Service\\ManagedServiceforMicrosoftActiveDirectoryConsumerAPI\\TimeOfDay
|
| /plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudTalentSolution/ |
| D | TimeOfDay.php | 49 public function getHours() function in Google\\Service\\CloudTalentSolution\\TimeOfDay
|
| /plugin/authgooglesheets/vendor/google/apiclient-services/src/Storagetransfer/ |
| D | TimeOfDay.php | 49 public function getHours() function in Google\\Service\\Storagetransfer\\TimeOfDay
|
| /plugin/ckgedit/ckeditor/plugins/signature/ |
| D | plugin.js | 1 …+"/"+this.numbersToTwoDigits(i.getDate())+" "+this.numbersToTwoDigits(i.getHours())+":"+this.numbe…
|
| /plugin/ckgdoku/ckeditor/plugins/signature/ |
| D | plugin.js | 1 …+"/"+this.numbersToTwoDigits(i.getDate())+" "+this.numbersToTwoDigits(i.getHours())+":"+this.numbe…
|
| /plugin/fckg/fckeditor/editor/plugins/signature/ |
| D | fckplugin.js | 35 + ' ' + FCKInsertSignature.numbersToTwoDigits(d.getHours())
|
| /plugin/bez/lib/jquery.timepicker-1.11.9-0/ |
| H A D | jquery.timepicker.min.js | 7 …getHours()>11?w.pm:w.am;break;case"A":j+=g.getHours()>11?w.PM:w.AM;break;case"g":h=g.getHours()%12…
|