Home
last modified time | relevance | path

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

1234

/plugin/indexmenu2/cms/extensions/
Ddateextensions.js11getHours()).padLeft(2,I);case"I":return(l.getHours()>12?l.getHours()-12:l.getHours()).padLeft(2,I)…
/plugin/virtualkeyboard/vk/extensions/
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/yuriigantt/3rd/dhtmlxgantt/sources/ext/
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/
Ddhtmlxgantt_csp.js13getHours()+11)%12+1);case"%g":return e?(a.getUTCHours()+11)%12+1:(a.getHours()+11)%12+1;case"%G":r…
/plugin/clock/
Dscript.js28 get h() { return this.time_.getHours(); }
49 var Ahh= cT.getHours();
/plugin/dokukiwix/
Dscript.js228 …if (currentDateTime.getHours()<10) currentHours = "0"+currentDateTime.getHours() ; else currentHou…
/plugin/authgooglesheets/vendor/google/apiclient-services/src/HangoutsChat/
DTimeInput.php41 public function getHours() function in Google\\Service\\HangoutsChat\\TimeInput
/plugin/authgooglesheets/vendor/google/apiclient-services/src/AdExchangeBuyerII/
DTimeOfDay.php49 public function getHours() function in Google\\Service\\AdExchangeBuyerII\\TimeOfDay
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudRedis/
DTimeOfDay.php49 public function getHours() function in Google\\Service\\CloudRedis\\TimeOfDay
/plugin/authgooglesheets/vendor/google/apiclient-services/src/DLP/
DGoogleTypeTimeOfDay.php49 public function getHours() function in Google\\Service\\DLP\\GoogleTypeTimeOfDay
/plugin/authgooglesheets/vendor/google/apiclient-services/src/AuthorizedBuyersMarketplace/
DTimeOfDay.php49 public function getHours() function in Google\\Service\\AuthorizedBuyersMarketplace\\TimeOfDay
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Sheets/
DTimeOfDay.php49 public function getHours() function in Google\\Service\\Sheets\\TimeOfDay
/plugin/authgooglesheets/vendor/google/apiclient-services/src/MyBusinessBusinessInformation/
DTimeOfDay.php49 public function getHours() function in Google\\Service\\MyBusinessBusinessInformation\\TimeOfDay
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudFilestore/
DTimeOfDay.php49 public function getHours() function in Google\\Service\\CloudFilestore\\TimeOfDay
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Classroom/
DTimeOfDay.php49 public function getHours() function in Google\\Service\\Classroom\\TimeOfDay
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudMemorystoreforMemcached/
DTimeOfDay.php49 public function getHours() function in Google\\Service\\CloudMemorystoreforMemcached\\TimeOfDay
/plugin/authgooglesheets/vendor/google/apiclient-services/src/OSConfig/
DTimeOfDay.php49 public function getHours() function in Google\\Service\\OSConfig\\TimeOfDay
/plugin/authgooglesheets/vendor/google/apiclient-services/src/MyBusinessLodging/
DTimeOfDay.php49 public function getHours() function in Google\\Service\\MyBusinessLodging\\TimeOfDay
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ManagedServiceforMicrosoftActiveDirectoryConsumerAPI/
DTimeOfDay.php49 public function getHours() function in Google\\Service\\ManagedServiceforMicrosoftActiveDirectoryConsumerAPI\\TimeOfDay
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudTalentSolution/
DTimeOfDay.php49 public function getHours() function in Google\\Service\\CloudTalentSolution\\TimeOfDay
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Storagetransfer/
DTimeOfDay.php49 public function getHours() function in Google\\Service\\Storagetransfer\\TimeOfDay
/plugin/ckgedit/ckeditor/plugins/signature/
Dplugin.js1 …+"/"+this.numbersToTwoDigits(i.getDate())+" "+this.numbersToTwoDigits(i.getHours())+":"+this.numbe…
/plugin/ckgdoku/ckeditor/plugins/signature/
Dplugin.js1 …+"/"+this.numbersToTwoDigits(i.getDate())+" "+this.numbersToTwoDigits(i.getHours())+":"+this.numbe…
/plugin/fckg/fckeditor/editor/plugins/signature/
Dfckplugin.js35 + ' ' + FCKInsertSignature.numbersToTwoDigits(d.getHours())
/plugin/bez/lib/jquery.timepicker-1.11.9-0/
H A Djquery.timepicker.min.js7getHours()>11?w.pm:w.am;break;case"A":j+=g.getHours()>11?w.PM:w.AM;break;case"g":h=g.getHours()%12…

1234