Home
last modified time | relevance | path

Searched refs:loaded (Results 1 – 7 of 7) sorted by relevance

/dokuwiki/lib/scripts/jquery/
H A Dversions1 # this is loaded from the update.sh script and our PHP code
/dokuwiki/inc/lang/en/
H A Deditrev.txt1 **You've loaded an old revision of the document!** If you save it, you will create a new version wi…
/dokuwiki/lib/exe/
H A Djs.php180 static $loaded = [];
189 if (array_key_exists($base, $loaded) && $loaded[$base] === true) {
193 $loaded[$base] = true;
/dokuwiki/lib/scripts/
H A Dfileuploaderextended.js17 onProgress: function(id, fileName, loaded, total){ argument
18 self._onProgress(id, fileName, loaded, total);
19 self._options.onProgress(id, fileName, loaded, total);
312 self._loaded[id] = e.loaded;
313 self._options.onProgress(id, name, e.loaded, e.total);
H A Dfileuploader.js269 onProgress: function(id, fileName, loaded, total){}, argument
329 onProgress: function(id, fileName, loaded, total){ argument
330 self._onProgress(id, fileName, loaded, total);
331 self._options.onProgress(id, fileName, loaded, total);
361 _onProgress: function(id, fileName, loaded, total){ argument
596 _onProgress: function(id, fileName, loaded, total){ argument
604 if (loaded != total){
605 text = Math.round(loaded / total * 100) + '% from ' + this._formatSize(total);
863 onProgress: function(id, fileName, loaded, total){}, argument
1186 self._loaded[id] = e.loaded;
[all …]
/dokuwiki/lib/tpl/dokuwiki/
H A Dstyle.ini11 ; defines for which output media the style should be loaded. Currently
/dokuwiki/_test/core/
H A DphpQuery-onefile.php192 $loaded = $this->loadMarkup($markup);
194 if ($loaded) {
211 $loaded = false;
219 $loaded = $this->loadMarkupHTML($markup, $charset);
224 $loaded = $this->loadMarkupXML($markup, $charset);
230 $loaded = $this->loadMarkupXML($markup, $charset);
238 $loaded = $this->loadMarkupXML($markup);
239 if (! $loaded && $this->isXHTML) {
241 $loaded = $this->loadMarkupHTML($markup);
245 $loaded = $this->loadMarkupHTML($markup);
[all …]