Home
last modified time | relevance | path

Searched refs:finished (Results 1 – 25 of 154) sorted by relevance

1234567

/plugin/authgooglesheets/vendor/google/apiclient-services/src/Logging/
DRequestLog.php39 public $finished; variable in Google\\Service\\Logging\\RequestLog
202 public function setFinished($finished) argument
204 $this->finished = $finished;
211 return $this->finished;
/plugin/searchindex/
DSearchIndexManager.js98 this.#finished();
105 #finished() {
163 this.#finished();
/plugin/translation/lang/en/
Dtotranslate.txt1 …e help completing the translation.**\\ //(remove this paragraph once the translation is finished)//
/plugin/autotranslation/lang/en/
Dtotranslate.txt1 …e help completing the translation.**\\ //(remove this paragraph once the translation is finished)//
/plugin/popupviewer/
Dscript.js203 finished: function() { method
261 var finished = false;
266 finished = true;
300 if (!finished) {
592 finishedCallback = arguments[0].finished;
/plugin/asciidocjs/node_modules/nunjucks/src/
Druntime.js256 var finished = 0;
260 finished++;
262 if (finished === len) {
/plugin/math2/phpmathpublisher/
DCHANGELOG3 - WARNING : the $dirfonts and $dirimg parameters should not be finished any more by /.
/plugin/supa/
Dchangelog.txt12 Better support Internet Explorer when detecting if applet has finished loading
/plugin/epub/lang/en/
Dremove.txt2 When you are finished with this book, however, you should remove its id from the list of book creat…
/plugin/dokukiwix/lang/en/
Dintro.txt7 …n of your dokuwiki takes a long time. You need to let the page open until the process has finished.
/plugin/searchindex/lang/en/
Dintro.txt9 until the indexing has finished.
/plugin/statistics/vendor/mustangostang/spyc/php4/
Dspyc.php4682 $finished = true;
685 $finished = false; break;
688 $finished = false; break;
691 $finished = false; break;
694 if ($finished) break;
/plugin/imageflow/
Dscript.js284 var finished = Math.round((completed/total)*100);
285 if ( finished >= 100 ) { finished = 100; }
287 this.loadingbarloader.width(finished+'%');
292 return finished;
/plugin/statistics/vendor/mustangostang/spyc/
DSpyc.php823 $finished = true;
826 $finished = false; break;
829 $finished = false; break;
832 $finished = false; break;
835 $finished = false; break;
838 if ($finished) break;
/plugin/sketchcanvas/phplib/
Dspyc.php698 $finished = true;
701 $finished = false; break;
704 $finished = false; break;
707 $finished = false; break;
710 if ($finished) break;
/plugin/asciidocjs/node_modules/async/dist/
Dasync.mjs467 * `iteratee` functions have finished, or an error occurs. Invoked with (err).
526 * `iteratee` functions have finished, or an error occurs. Invoked with (err).
628 * and a callback for when it has finished processing. Each of these callbacks
653 * functions have finished, or an error occurs. Results is an Array of the
803 * functions have finished, or an error occurs. Invoked with (err).
826 * functions have finished, or an error occurs. Results is an array of the
900 * * a `callback(err, result)` function, which must be called when finished,
1260 * when finished, passing an `error` (which can be `null`) and the result of
1734 * when the worker is finished.
1762 * console.log('finished processing foo');
[all …]
/plugin/directorylist/
Dreadme.md7 **Information #1:** This is still under development and not finished or secured.
/plugin/diagramsnet/lib/resources/
Ddia_zh.txt934 confAAllDiagDone=All {1} diagrams processed. Process finished.
941 confANoDiagFound=No {1} diagrams found. Process finished.
1009 confAPageIdsImpDone=Page IDs Import finished
1014 confAPrcsDiagInPageDone=Processing draw.io diagrams in page "{1}" finished
Ddia_uk.txt934 confAAllDiagDone=All {1} diagrams processed. Process finished.
941 confANoDiagFound=No {1} diagrams found. Process finished.
1009 confAPageIdsImpDone=Page IDs Import finished
1014 confAPrcsDiagInPageDone=Processing draw.io diagrams in page "{1}" finished
Ddia_ko.txt934 confAAllDiagDone=All {1} diagrams processed. Process finished.
941 confANoDiagFound=No {1} diagrams found. Process finished.
1009 confAPageIdsImpDone=Page IDs Import finished
1014 confAPrcsDiagInPageDone=Processing draw.io diagrams in page "{1}" finished
Ddia_zh-tw.txt934 confAAllDiagDone=All {1} diagrams processed. Process finished.
941 confANoDiagFound=No {1} diagrams found. Process finished.
1009 confAPageIdsImpDone=Page IDs Import finished
1014 confAPrcsDiagInPageDone=Processing draw.io diagrams in page "{1}" finished
Ddia_th.txt934 confAAllDiagDone=All {1} diagrams processed. Process finished.
941 confANoDiagFound=No {1} diagrams found. Process finished.
1009 confAPageIdsImpDone=Page IDs Import finished
1014 confAPrcsDiagInPageDone=Processing draw.io diagrams in page "{1}" finished
Ddia_fa.txt934 confAAllDiagDone=All {1} diagrams processed. Process finished.
941 confANoDiagFound=No {1} diagrams found. Process finished.
1009 confAPageIdsImpDone=Page IDs Import finished
1014 confAPrcsDiagInPageDone=Processing draw.io diagrams in page "{1}" finished
Ddia_he.txt934 confAAllDiagDone=All {1} diagrams processed. Process finished.
941 confANoDiagFound=No {1} diagrams found. Process finished.
1009 confAPageIdsImpDone=Page IDs Import finished
1014 confAPrcsDiagInPageDone=Processing draw.io diagrams in page "{1}" finished
/plugin/pgn4web/pgn4web/
DREADME.txt123 …default false) endlessFlag (if true, keeps polling for new moves even after all games are finished)
254 are finished (default false)
260 By default, polling for new moves stops once all games are finished; a game is
261 deemed finished when the Result header tag is different from "*"); when

1234567