Home
last modified time | relevance | path

Searched refs:loading (Results 26 – 50 of 230) sorted by relevance

12345678910

/plugin/aceeditor/
H A DNEWS28 * Fixed SSL alert when loading jQuery (pre-Angua)
47 * Fixed loading of editor randomly failed
48 * Fixed scrolling glitch when loading editor
/plugin/qna/style/
H A DWARNING.txt6 way of checking without file loading and inspection.
/plugin/tagging/less/
H A Deditable.less45 .editableform-loading {
46 background: url(../plugins/tagging/less/editable-images/loading.gif) center center no-repeat;
/plugin/tabinclude/
H A Dstyle.css90 div#dwpl-ti-container div.dwpl-ti-loading{
91 background-image:url('img/loading.gif');
/plugin/jokuwiki/
H A DREADME.md59 …efer/async tags or be loaded via AJAX. In short, the page is not blocked loading javascript conten…
69 …itional functionality jokuwiki was designed to support (much faster page loading, better security)…
71 PJAX page loading and Content Security Policy support requires changes to the template - and Jokuwi…
107 Since the loading of a new content via PJAX will not trigger a onload event for the window, you sho…
111 To accommodate the asynchronous loading (and potentially out-of-sequence loading) of additional cod…
/plugin/imagecarousel/
H A Dscreen.less5 #swipebox-slider .slide-loading {
/plugin/gallery/
H A Dall.less
/plugin/bugzillaint/
H A Dstyle.css82 div.dokuwiki .bugzillalist.loading li.placeholder {
118 div.dokuwiki .bugzillatree.loading li.placeholder {
/plugin/galleryv1.5/
H A Dscript.js406 var loading = document.getElementById('gallery__loadingImage');
411 if (loading) loading.style.display = 'inline';
424 if (loading) loading.style.display = 'none';
/plugin/scrapbook/
H A Dscript.js58 $picker.html('<div>' + LANG.plugins.scrapbook.loading + '</div>');
/plugin/supa/
H A Dchangelog.txt12 Better support Internet Explorer when detecting if applet has finished loading
/plugin/nsexport/
H A Dscript.js68 const $msg = jQuery('<div>').addClass('level1').html('<p>' + LANG.plugins.nsexport.loading
/plugin/advanced/lang/en/config/
H A Duserstyle.txt5 … replacement, [[doku>devel:less|LESS]] preprocessing and optimizing. The loading of the stylesheet…
/plugin/picasawebalbum/orig/
H A Djquery.pwi.js273 function show(loading, data) { argument
274 if (loading) {
322 loading: "PWI fetching data...", property in $.fn.pwi.defaults.labels
H A Djquery.slimbox2.css22 background: #fff url(loading.gif) no-repeat center;
/plugin/picasawebalbum/
H A Djquery.pwi.js273 function show(loading, data) { argument
274 if (loading) {
322 loading: "PWI fetching data...", property in $.fn.pwi.defaults.labels
H A Djquery.slimbox2.css22 background: #fff url(/lib/plugins/jquery_picasawebalbum/img/loading.gif) no-repeat center;
/plugin/indexmenu2/cms/modifiers/
H A Dajaxum.js14 …um.error.callback);return}try{showmsg('ajaxum_loading',mo.ajaxum.message.loading);mo.ajaxum.fetche…
/plugin/findologicxmlexport/vendor/twig/twig/src/
H A DEnvironment.php86 private $loading = []; variable in Twig\\Environment
510 if (isset($this->loading[$cls])) {
511 …for Twig template "%s", path: %s.', $name, implode(' -> ', array_merge($this->loading, [$name]))));
514 $this->loading[$cls] = $name;
518 unset($this->loading[$cls]);
520 unset($this->loading[$cls]);
/plugin/likeit/
H A Dstyle.css77 .plugin_likeit.container.loading .plugin_likeit.count {
/plugin/multiorphan/
H A DREADME3 … of orphaned or wanted pages and media. This works using AJAX instead of loading everything into o…
/plugin/combo/resources/theme/default/components/css/
H A Dbackground.css27 /* background-color: #464646; /* the color while the image is loading or the transparent-color if any */
/plugin/abc2/
H A Dstyle.css98 .abcjs-inline-midi .abcjs-midi-start.abcjs-loading {
103 .abcjs-inline-midi .abcjs-midi-start.abcjs-loading:before {
/plugin/tagging/script/
H A Deditable.js83 //loading div
84 loading: '<div class="editableform-loading"></div>', property in EditableForm
96 this.$loading = $(this.loading);
97 this.$div.empty().append(this.$loading);
143 //set loading size equal to form
148 this.$loading.width(w);
151 this.$loading.height(h);
155 this.$loading
[all...]
/plugin/ckgdoku/ckeditor/plugins/smiley/dialogs/
H A Dsmiley.js.unc124 // IE BUG: Below is a workaround to an IE image loading bug to ensure the image sizes are correct.
159 // IE BUG: Below is a workaround to an IE image loading bug to ensure the image sizes are correct.
189 // IE BUG: Below is a workaround to an IE image loading bug to ensure the image sizes are correct.

12345678910