Home
last modified time | relevance | path

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

123456

/plugin/authgooglesheets/vendor/google/apiclient-services/src/Logging/
H A 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/
H A Dscript.js71 finished();
75 var finished = function() { function
132 finished();
/plugin/autotranslation/lang/en/
H A Dtotranslate.txt1 …e help completing the translation.**\\ //(remove this paragraph once the translation is finished)//
/plugin/translation/lang/en/
H A Dtotranslate.txt1 FIXME **This page is not fully translated, yet. Please help completing the translation.**\\ //(remove this paragraph once the translation is finished)/
/plugin/popupviewer/
H A Dscript.js204 finished: function() {
262 var finished = false;
267 finished = true;
301 if (!finished) {
594 finishedCallback = arguments[0].finished;
/plugin/supa/
H A Dchangelog.txt12 Better support Internet Explorer when detecting if applet has finished loading
/plugin/dokukiwix/lang/en/
H A Dintro.txt7 …n of your dokuwiki takes a long time. You need to let the page open until the process has finished.
/plugin/math2/phpmathpublisher/
H A DCHANGELOG3 - WARNING : the $dirfonts and $dirimg parameters should not be finished any more by /.
/plugin/epub/lang/en/
H A Dremove.txt2 When you are finished with this book, however, you should remove its id from the list of book creat…
/plugin/searchindex/lang/en/
H A Dintro.txt9 until the indexing has finished.
/plugin/imageflow/
H A Dscript.js284 var finished = Math.round((completed/total)*100);
285 if ( finished >= 100 ) { finished = 100; }
287 this.loadingbarloader.width(finished+'%');
292 return finished;
/plugin/sketchcanvas/phplib/
H A Dspyc.php698 $finished = true;
701 $finished = false; break;
704 $finished = false; break;
707 $finished = false; break;
710 if ($finished) break;
/plugin/directorylist/
H A Dreadme.md7 **Information #1:** This is still under development and not finished or secured.
/plugin/diagramsnet/lib/resources/
H A 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
H A 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
H A 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
H A Ddia_ja.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
H A 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
H A 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
H A 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
H A 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
H A Ddia_ar.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/
H A 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
/plugin/dw2pdf/vendor/mpdf/mpdf/src/Tag/
H A DTable.php880 $finished = false;
881 while (!$finished) {
882 list($finished, $r, $c, $p, $y, $y0) = $this->mpdf->_tableWrite($this->mpdf->table[1][1], true, $r, $c, $p, $y);
883 if (!$finished) {
/plugin/chat/
H A Dreadme.txt5 Finally I finished the [[:dokuwiki|DokuWiki]] Chat plugin. After some painstaking polishing it

123456