Searched refs:get_time (Results 1 – 6 of 6) sorted by relevance
| /plugin/abc2/abc-libraries/abc2svg/ |
| D | snd-1.js | 274 if(po.conf.new_speed){d=po.get_time(po) 323 st=(t-po.get_time(po))*1000 328 setTimeout(po.onend,(t-po.get_time(po)+d)*1000,po.repv) 338 po.timouts.push(setTimeout(play_cont,(t-po.get_time(po))*1000 349 po.stim=po.get_time(po)+.3 428 function get_time(po){return po.ac.currentTime} function 473 …e:conf.onnote||empty,s_end:i_end,s_cur:i_start,repv:i_lvl||0,tgen:2,get_time:get_time,midi_ctrl:mi… property 521 function get_time(po){return window.performance.now()/1000} function 554 …e:conf.onnote||empty,s_end:i_end,s_cur:i_start,repv:i_lvl||0,tgen:2,get_time:get_time,midi_ctrl:mi… property
|
| /plugin/asciidocjs/node_modules/@asciidoctor/opal-runtime/src/ |
| D | opal.js | 5603 var get_time = Opal.global.performance ? 5607 var t = get_time(); 5608 while (get_time() - t <= seconds * 1000);
|
| D | index.mjs | 5418 var get_time = Opal.global.performance ? 5422 var t = get_time(); 5423 while (get_time() - t <= seconds * 1000);
|
| D | index.cjs | 5427 var get_time = Opal.global.performance ? 5431 var t = get_time(); 5432 while (get_time() - t <= seconds * 1000);
|
| /plugin/asciidocjs/node_modules/@asciidoctor/core/dist/graalvm/ |
| D | asciidoctor.js | 5603 var get_time = Opal.global.performance ? 5607 var t = get_time(); 5608 while (get_time() - t <= seconds * 1000);
|
| /plugin/asciidocjs/node_modules/@asciidoctor/core/dist/browser/ |
| D | asciidoctor.js | 5606 var get_time = Opal.global.performance ? 5610 var t = get_time(); 5611 while (get_time() - t <= seconds * 1000);
|