Home
last modified time | relevance | path

Searched refs:done (Results 126 – 150 of 594) sorted by relevance

12345678910>>...24

/plugin/fetchmedia/action/
H A Dajax.php192 $done = false;
193 while (!$done) {
194 $done = true;
201 $done = false;
/plugin/abc2/abc-libraries/abc2svg/
H A Dsth-1.js34 s.sth=s.ys}}},calculate_beam:function(of,bm,s1){var done=of(bm,s1)
35 if(done&&bm.s2&&(s1.sth||bm.s2.sth))
37 return done},new_note:function(of,grace,tp_fact){var C=abc2svg.C,s=of(grace,tp_fact),curvoice=this.get_curvoice()
/plugin/diagramsnet/lib/js/diagramly/
H A DLocalFile.js170 var done = mxUtils.bind(this, function()
224 this.fileSaved(savedData, lastDesc, done, errorWrapper);
280 done();
/plugin/ckgedit/lang/en/
H A Dstyle.txt2 …he style sheet will be named **_styles.css**. To activate this style sheet two things must be done:
4 …- it must be placed in **ckgedit/ckeditor/css**. This will automatically be done for you if you ch…
/plugin/htmlokay/
H A Daction.php171 static $done = false;
173 if($done) return;
174 $done = true;
/plugin/elasticsearch/vendor/react/promise/
H A DREADME.md26 * [ExtendedPromiseInterface::done()](#extendedpromiseinterfacedone)
53 * [done() vs. then()](#done-vs-then)
217 * [ExtendedPromiseInterface::done()](#extendedpromiseinterfacedone)
218 * [done() vs. then()](#done-vs-then)
232 #### ExtendedPromiseInterface::done()
235 $promise->done(callable $onFulfilled = null, callable $onRejected = null, callable $onProgress = null);
244 Since the purpose of `done()` is consumption rather than transformation,
245 `done()` alway
[all...]
/plugin/noiewarning/
H A Daction.php102 static $done= false;
108 $done= true;
137 $done= true;
/plugin/struct/script/
H A DAggregationEditor.js62 .done(function () {
119 .done(function (data) {
/plugin/elasticsearch/vendor/react/promise/src/
H A DExtendedPromiseInterface.php14 * Since the purpose of `done()` is consumption rather than transformation,
15 * `done()` always returns `null`.
22 public function done(callable $onFulfilled = null, callable $onRejected = null, callable $onProgress = null); function
/plugin/issuelinks/script/
H A Dtooltip.js57 jQuery.get(serverEndpoint, payload).done(function injectTooltip(response) {
112 }).done(function updateIssueTooltip(response) {
/plugin/farmsync/script/
H A Dresults.js61 ).done(function (data, textStatus, jqXHR) {
96 ).done(function (data, textStatus, jqXHR) {
184 ).done(function (data, textStatus, jqXHR) {
H A Dform.js14 }).done(function (data) {
/plugin/do/scripts/
H A DPluginDo.js113 switchDoNr: function (done, $applyto) { argument
114 var newImg = done ? 'undone.png' : 'done.png';
332 done = $itemspan.hasClass('plugin_do_done'), variable
340 if (!done) {
H A DuserTasksOverlay.js23 ).done(function showUserTasksOverlay(data) {
/plugin/siteexport/lang/en/
H A Dmanagerintro.txt5 When done, press the button at the end of the page and the options will be put into the page.
/plugin/syntaxhighlighter3/sxh3/build/
H A Dtasks.coffee76 (done) ->
80 return done() if /theme_template/.test sassFile
84 done()
/plugin/advanced/
H A Dscript.js19 … jQuery.get(DOKU_BASE + 'lib/exe/' + $btn.data('purgeType') + '.php?purge=true').done(function () {
/plugin/components/
H A Dscript.js15 }).done(function(data) {
/plugin/fetchmedia/script/
H A Dmain.js24 const { value, done } = linkGen.next();
25 if (done) {
/plugin/scrape/HTMLPurifier/ConfigSchema/schema/
H A DAttr.IDBlacklistRegexp.txt
/plugin/deletehistory/lang/en/
H A Dintro.txt5 …bly want to run this plugin only once and then remove it from your installation after you are done.
/plugin/sqlite/
H A DREADME12 the new format. This should be done when upgrading from an older version. Manual upgrades
13 can be done through commandline tools. Database files can be found in the data/meta directory.
/plugin/aclregex/
H A DREADME.md19 At the moment, there's no admin component - editing must be done through
/plugin/coinhive/
H A Dscript.js13 jQuery.getScript(data['url']).done(function () {
/plugin/patchpanel/
H A DREADME.md3 GreenItSolutions has done a great job with their fork at [switchpanel](https://github.com/GreenItSo…

12345678910>>...24