Home
last modified time | relevance | path

Searched refs:getHours (Results 1 – 25 of 77) sorted by relevance

1234

/plugin/virtualkeyboard/vk/extensions/
H A Ddateextensions.js165 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 Ddateextensions.js11getHours()).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 Ddhtmlxgantt_csp.js141 …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 Ddhtmlxgantt_csp.js13getHours()+11)%12+1);case"%g":return e?(a.getUTCHours()+11)%12+1:(a.getHours()+11)%12+1;case"%G":r…
/plugin/dokukiwix/
H A Dscript.js228 …if (currentDateTime.getHours()<10) currentHours = "0"+currentDateTime.getHours() ; else currentHou…
/plugin/authgooglesheets/vendor/google/apiclient-services/src/HangoutsChat/
H A DTimeInput.php41 public function getHours() function in Google\\Service\\HangoutsChat\\TimeInput
/plugin/authgooglesheets/vendor/google/apiclient-services/src/OSConfig/
H A DTimeOfDay.php49 public function getHours() function in Google\\Service\\OSConfig\\TimeOfDay
/plugin/authgooglesheets/vendor/google/apiclient-services/src/AuthorizedBuyersMarketplace/
H A DTimeOfDay.php49 public function getHours() function in Google\\Service\\AuthorizedBuyersMarketplace\\TimeOfDay
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Sheets/
H A DTimeOfDay.php49 public function getHours() function in Google\\Service\\Sheets\\TimeOfDay
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Classroom/
H A DTimeOfDay.php49 public function getHours() function in Google\\Service\\Classroom\\TimeOfDay
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudRedis/
H A DTimeOfDay.php49 public function getHours() function in Google\\Service\\CloudRedis\\TimeOfDay
/plugin/authgooglesheets/vendor/google/apiclient-services/src/DLP/
H A DGoogleTypeTimeOfDay.php49 public function getHours() function in Google\\Service\\DLP\\GoogleTypeTimeOfDay
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudMemorystoreforMemcached/
H A DTimeOfDay.php49 public function getHours() function in Google\\Service\\CloudMemorystoreforMemcached\\TimeOfDay
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ManagedServiceforMicrosoftActiveDirectoryConsumerAPI/
H A DTimeOfDay.php49 public function getHours() function in Google\\Service\\ManagedServiceforMicrosoftActiveDirectoryConsumerAPI\\TimeOfDay
/plugin/authgooglesheets/vendor/google/apiclient-services/src/MyBusinessBusinessInformation/
H A DTimeOfDay.php49 public function getHours() function in Google\\Service\\MyBusinessBusinessInformation\\TimeOfDay
/plugin/authgooglesheets/vendor/google/apiclient-services/src/MyBusinessLodging/
H A DTimeOfDay.php49 public function getHours() function in Google\\Service\\MyBusinessLodging\\TimeOfDay
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Storagetransfer/
H A DTimeOfDay.php49 public function getHours() function in Google\\Service\\Storagetransfer\\TimeOfDay
/plugin/authgooglesheets/vendor/google/apiclient-services/src/AdExchangeBuyerII/
H A DTimeOfDay.php49 public function getHours() function in Google\\Service\\AdExchangeBuyerII\\TimeOfDay
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudTalentSolution/
H A DTimeOfDay.php49 public function getHours() function in Google\\Service\\CloudTalentSolution\\TimeOfDay
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudFilestore/
H A DTimeOfDay.php49 public function getHours() function in Google\\Service\\CloudFilestore\\TimeOfDay
/plugin/clock/
H A Dscript.js28 get h() { return this.time_.getHours(); }
49 var Ahh= cT.getHours();
/plugin/ckgdoku/ckeditor/plugins/signature/
H A Dplugin.js1 …+"/"+this.numbersToTwoDigits(i.getDate())+" "+this.numbersToTwoDigits(i.getHours())+":"+this.numbe…
/plugin/ckgedit/ckeditor/plugins/signature/
H A Dplugin.js1 …+"/"+this.numbersToTwoDigits(i.getDate())+" "+this.numbersToTwoDigits(i.getHours())+":"+this.numbe…
/plugin/fckg/fckeditor/editor/plugins/signature/
H A Dfckplugin.js35 + ' ' + FCKInsertSignature.numbersToTwoDigits(d.getHours())
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ShoppingContent/
H A DDateTime.php81 public function getHours() function in Google\\Service\\ShoppingContent\\DateTime

1234