/plugin/virtualkeyboard/vk/extensions/ |
H A 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/indexmenu2/cms/extensions/ |
H A D | dateextensions.js | 11 …getHours()).padLeft(2,I);case"I":return(l.getHours()>12?l.getHours()-12:l.getHours()).padLeft(2,I)…
|
/plugin/yuriigantt/3rd/dhtmlxgantt/sources/ext/ |
H A 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/ |
H A 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/dokukiwix/ |
H A D | script.js | 228 …if (currentDateTime.getHours()<10) currentHours = "0"+currentDateTime.getHours() ; else currentHou…
|
/plugin/authgooglesheets/vendor/google/apiclient-services/src/HangoutsChat/ |
H A D | TimeInput.php | 41 public function getHours() function in Google\\Service\\HangoutsChat\\TimeInput
|
/plugin/authgooglesheets/vendor/google/apiclient-services/src/OSConfig/ |
H A D | TimeOfDay.php | 49 public function getHours() function in Google\\Service\\OSConfig\\TimeOfDay
|
/plugin/authgooglesheets/vendor/google/apiclient-services/src/AuthorizedBuyersMarketplace/ |
H A D | TimeOfDay.php | 49 public function getHours() function in Google\\Service\\AuthorizedBuyersMarketplace\\TimeOfDay
|
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Sheets/ |
H A D | TimeOfDay.php | 49 public function getHours() function in Google\\Service\\Sheets\\TimeOfDay
|
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Classroom/ |
H A D | TimeOfDay.php | 49 public function getHours() function in Google\\Service\\Classroom\\TimeOfDay
|
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudRedis/ |
H A D | TimeOfDay.php | 49 public function getHours() function in Google\\Service\\CloudRedis\\TimeOfDay
|
/plugin/authgooglesheets/vendor/google/apiclient-services/src/DLP/ |
H A D | GoogleTypeTimeOfDay.php | 49 public function getHours() function in Google\\Service\\DLP\\GoogleTypeTimeOfDay
|
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudMemorystoreforMemcached/ |
H A D | TimeOfDay.php | 49 public function getHours() function in Google\\Service\\CloudMemorystoreforMemcached\\TimeOfDay
|
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ManagedServiceforMicrosoftActiveDirectoryConsumerAPI/ |
H A D | TimeOfDay.php | 49 public function getHours() function in Google\\Service\\ManagedServiceforMicrosoftActiveDirectoryConsumerAPI\\TimeOfDay
|
/plugin/authgooglesheets/vendor/google/apiclient-services/src/MyBusinessBusinessInformation/ |
H A D | TimeOfDay.php | 49 public function getHours() function in Google\\Service\\MyBusinessBusinessInformation\\TimeOfDay
|
/plugin/authgooglesheets/vendor/google/apiclient-services/src/MyBusinessLodging/ |
H A D | TimeOfDay.php | 49 public function getHours() function in Google\\Service\\MyBusinessLodging\\TimeOfDay
|
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Storagetransfer/ |
H A D | TimeOfDay.php | 49 public function getHours() function in Google\\Service\\Storagetransfer\\TimeOfDay
|
/plugin/authgooglesheets/vendor/google/apiclient-services/src/AdExchangeBuyerII/ |
H A D | TimeOfDay.php | 49 public function getHours() function in Google\\Service\\AdExchangeBuyerII\\TimeOfDay
|
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudTalentSolution/ |
H A D | TimeOfDay.php | 49 public function getHours() function in Google\\Service\\CloudTalentSolution\\TimeOfDay
|
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudFilestore/ |
H A D | TimeOfDay.php | 49 public function getHours() function in Google\\Service\\CloudFilestore\\TimeOfDay
|
/plugin/clock/ |
H A D | script.js | 28 get h() { return this.time_.getHours(); } 49 var Ahh= cT.getHours();
|
/plugin/ckgdoku/ckeditor/plugins/signature/ |
H A D | plugin.js | 1 …+"/"+this.numbersToTwoDigits(i.getDate())+" "+this.numbersToTwoDigits(i.getHours())+":"+this.numbe…
|
/plugin/ckgedit/ckeditor/plugins/signature/ |
H A D | plugin.js | 1 …+"/"+this.numbersToTwoDigits(i.getDate())+" "+this.numbersToTwoDigits(i.getHours())+":"+this.numbe…
|
/plugin/fckg/fckeditor/editor/plugins/signature/ |
H A D | fckplugin.js | 35 + ' ' + FCKInsertSignature.numbersToTwoDigits(d.getHours())
|
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ShoppingContent/ |
H A D | DateTime.php | 81 public function getHours() function in Google\\Service\\ShoppingContent\\DateTime
|