/third_party/jerryscript/tests/jerry/ |
D | date-getters.js | 28 assert (d.getMinutes() == 13); 48 assert (d.getMinutes() == 43); 68 assert (d.getMinutes() == 0); 89 assert (isNaN (d.getMinutes())); 104 assert (new Date(-1, -1, -1, -1, -1, -1).getMinutes() === 58);
|
D | date-setters.js | 59 assert (d.getMinutes() == 1); 62 assert (d.getMinutes() == 1); 66 assert (d.getMinutes() == 1); 91 assert (d.getMinutes() == 1); 95 assert (d.getMinutes() == 1); 100 assert (d.getMinutes() == 1);
|
/third_party/boost/libs/icl/example/ |
D | toytime.hpp | 37 int getMinutes()const { return (m_time%(24*60))%60; } in getMinutes() function in boost::icl::Time 45 sprintf(repr, "%3s:%02d:%02d", getDayString().c_str(), getHours(), getMinutes()); in as_string()
|
/third_party/typescript/tests/baselines/reference/ |
D | library_DatePrototypeProperties.js | 24 Date.prototype.getMinutes(); method in Date 74 Date.prototype.getMinutes(); method in Date
|
D | library_DatePrototypeProperties.types | 155 Date.prototype.getMinutes(); 156 >Date.prototype.getMinutes() : number 157 >Date.prototype.getMinutes : () => number 161 >getMinutes : () => number
|
D | library_DatePrototypeProperties.symbols | 137 Date.prototype.getMinutes(); 138 >Date.prototype.getMinutes : Symbol(Date.getMinutes, Decl(lib.es5.d.ts, --, --)) 142 >getMinutes : Symbol(Date.getMinutes, Decl(lib.es5.d.ts, --, --))
|
D | 1.0lib-noErrors.js | 653 getMinutes(): number;
|
D | 1.0lib-noErrors.symbols | 1013 getMinutes(): number; 1014 >getMinutes : Symbol(Date.getMinutes, Decl(1.0lib-noErrors.ts, 649, 26))
|
D | 1.0lib-noErrors.types | 967 getMinutes(): number; 968 >getMinutes : () => number
|
/third_party/typescript/src/jsTyping/ |
D | shared.ts | 60 …return `${padLeft(d.getHours().toString(), 2, "0")}:${padLeft(d.getMinutes().toString(), 2, "0")}:…
|
/third_party/typescript/tests/cases/compiler/ |
D | library_DatePrototypeProperties.ts | 23 Date.prototype.getMinutes();
|
/third_party/node/lib/ |
D | util.js | 185 pad(d.getMinutes()),
|
/third_party/node/test/parallel/ |
D | test-fs-promises.js | 240 a_time.setMinutes(a_time.getMinutes() - 1);
|
/third_party/typescript/tests/cases/conformance/decorators/ |
D | 1.0lib-noErrors.ts | 653 getMinutes(): number; method
|
/third_party/jerryscript/jerry-core/lit/ |
D | lit-magic-strings.ini | 273 LIT_MAGIC_STRING_GET_MINUTES_UL = "getMinutes"
|
/third_party/jsframework/runtime/main/extend/systemplugin/napi/ |
D | ohos_notification.js | 146 getMinutes: function () { method
|
/third_party/node/deps/npm/node_modules/core-util-is/ |
D | float.patch | 462 - pad(d.getMinutes()),
|
/third_party/typescript/lib/ |
D | lib.es5.d.ts | 767 getMinutes(): number; method
|
D | typingsInstaller.js | 114936 …return ts.padLeft(d.getHours().toString(), 2, "0") + ":" + ts.padLeft(d.getMinutes().toString(), 2…
|
D | tsserver.js | 152275 …return ts.padLeft(d.getHours().toString(), 2, "0") + ":" + ts.padLeft(d.getMinutes().toString(), 2…
|
D | typescriptServices.js | 115141 …return ts.padLeft(d.getHours().toString(), 2, "0") + ":" + ts.padLeft(d.getMinutes().toString(), 2…
|
D | tsserverlibrary.js | 115141 …return ts.padLeft(d.getHours().toString(), 2, "0") + ":" + ts.padLeft(d.getMinutes().toString(), 2…
|
D | typescript.js | 115141 …return ts.padLeft(d.getHours().toString(), 2, "0") + ":" + ts.padLeft(d.getMinutes().toString(), 2…
|
/third_party/typescript/src/lib/ |
D | es5.d.ts | 747 getMinutes(): number; method
|
/third_party/typescript/tests/lib/ |
D | lib.d.ts | 687 getMinutes(): number; method
|