Home
last modified time | relevance | path

Searched refs:show (Results 151 – 175 of 1134) sorted by relevance

12345678910>>...46

/plugin/jplayer/components/jplayer/dist/jplayer/
H A Djquery.jplayer.js1090 this.css.jq.noSolution.show();
1824 this.css.jq.pause.show();
1826 this.css.jq.play.show();
1838 this.css.jq.fullScreen.show();
1845 this.css.jq.repeatOff.show();
1847 this.css.jq.repeat.show();
2260 this.css.jq.unmute.show();
2262 this.css.jq.mute.show();
2335 this.css.jq.volumeBar.show();
2342 this.css.jq.volumeMax.show();
[all …]
/plugin/jplayer/vendor/happyworm/jplayer/dist/jplayer/
H A Djquery.jplayer.js1090 this.css.jq.noSolution.show();
1824 this.css.jq.pause.show();
1826 this.css.jq.play.show();
1838 this.css.jq.fullScreen.show();
1845 this.css.jq.repeatOff.show();
1847 this.css.jq.repeat.show();
2260 this.css.jq.unmute.show();
2262 this.css.jq.mute.show();
2335 this.css.jq.volumeBar.show();
2342 this.css.jq.volumeMax.show();
[all …]
H A Djquery.jplayer.min.js2show()},this.element.append(this.htmlElement.poster),this.internal.poster.jq=a("#"+this.internal.p…
3show(),c.status.video=!0):(i?(c.html.audio.gate=!0,c._html_setAudio(b),c.html.active=!0,a.jPlayer.…
/plugin/jplayer/vendor/happyworm/jplayer/src/javascript/jplayer/
H A Djquery.jplayer.js1090 this.css.jq.noSolution.show();
1824 this.css.jq.pause.show();
1826 this.css.jq.play.show();
1838 this.css.jq.fullScreen.show();
1845 this.css.jq.repeatOff.show();
1847 this.css.jq.repeat.show();
2260 this.css.jq.unmute.show();
2262 this.css.jq.mute.show();
2335 this.css.jq.volumeBar.show();
2342 this.css.jq.volumeMax.show();
[all …]
/plugin/metaeditor/
H A Dscript.js307 .show()
351 .show()
401 .show()
/plugin/indexmenu2/cms/extensions/dom/
H A Dautosuggest.js13show=function(){if(!o)return false;if(!o.parentNode||o.parentNode.nodeType==11){document.body.appe… method in Autosuggest
/plugin/redproject/
H A Dsyntax.php113 $proj = $client->api('project')->show($data['proj']);
122 $parent = $client->api('project')->show($parentId);
293 $mailCurrentUser = $client->api('user')->show($userId);
/plugin/gallery/script/
H A Dprosemirror.js316 thisView.form.show();
333 thisView.form.show();
400 form.show();
/plugin/sqlcomp/
H A DREADME.md3 Dokuwiki plugin to query SQL databases and show result as tables.
/plugin/accscounter/
H A Dplugin.info.txt6 …ied page in your wiki today, yesterday, or in whole period. You can also show the list of the pop…
H A Daction.php136 $show = utf8_decodeFN($islogfile);
139 echo $show . ' → ';
/plugin/combo/resources/snippet/js/
H A Dbacklink.js49 .show();
H A Dsubscribe.min.js1 !function(e){"use strict";let t="subscribe";const a=`.${t}-cs`,o=document.querySelectorAll(`${a} form`);Array.from(o).forEach((o=>{o.addEventListener("submit",(async r=>{if(r.preventDefault(),r.stopPropagation(),o.checkValidity()){let s=new URL(o.getAttribute("action")),n=new FormData(o),c=await fetch(s,{body:n,method:"post"}),i=e.Html.createRandomIdWithPrefix(t),l=e.Modal.getOrCreate(i);let d,u=r.target.closest(a);l.setPlacementBottomToElement(u);try{d=(await c.json()).message}catch(e){}if(200!==c.status)l.setHeader("Error"),void 0===d&&(d="Sorry. The server seems to be down.");else{let e=o.getAttribute("data-success-header");null===e&&(e="Hurray!"),l.setHeader(e),d=o.getAttribute("data-success-content"),null===d&&(d="A validation email has been send. <br>Check your mailbox and click on the validation link.<br>If you don't find our email, check your spambox.")}l.addBody(d).show()}}),!1)}))}(combo);
H A Dsubscribe.js53 .show();
/plugin/datatables/assets/datatables.net-buttons/js/
H A Dbuttons.colVis.min.js5 !function(t){var o,i;"function"==typeof define&&define.amd?define(["jquery","datatables.net","datatables.net-buttons"],function(n){return t(n,window,document)}):"object"==typeof exports?(o=require("jquery"),i=function(n,e){e.fn.dataTable||require("datatables.net")(n,e),e.fn.dataTable.Buttons||require("datatables.net-buttons")(n,e)},"undefined"==typeof window?module.exports=function(n,e){return n=n||window,e=e||o(n),i(n,e),t(e,0,n.document)}:(i(window,o),module.exports=t(o,window,window.document))):t(jQuery,window,document)}(function(n,e,t,l){"use strict";var o=n.fn.dataTable;return n.extend(o.ext.buttons,{colvis:function(o,i){var l=null,n={extend:"collection",init:function(n,e){l=e},text:function(n){return n.i18n("buttons.colvis","Column visibility")},className:"buttons-colvis",closeButton:!1,buttons:[{extend:"columnsToggle",columns:i.columns,columnText:i.columnText}]};return o.on("column-reorder.dt"+i.namespace,function(n,e,t){o.button(null,o.button(null,l).node()).collectionRebuild([{extend:"columnsToggle",columns:i.columns,columnText:i.columnText}])}),n},columnsToggle:function(n,e){return n.columns(e.columns).indexes().map(function(n){return{extend:"columnToggle",columns:n,columnText:e.columnText}}).toArray()},columnToggle:function(n,e){return{extend:"columnVisibility",columns:e.columns,columnText:e.columnText}},columnsVisibility:function(n,e){return n.columns(e.columns).indexes().map(function(n){return{extend:"columnVisibility",columns:n,visibility:e.visibility,columnText:e.columnText}}).toArray()},columnVisibility:{columns:l,text:function(n,e,t){return t._columnText(n,t)},className:"buttons-columnVisibility",action:function(n,e,t,o){var e=e.columns(o.columns),i=e.visible();e.visible(o.visibility!==l?o.visibility:!(i.length&&i[0]))},init:function(o,n,i){var l=this;n.attr("data-cv-idx",i.columns),o.on("column-visibility.dt"+i.namespace,function(n,e){e.bDestroying||e.nTable!=o.settings()[0].nTable||l.active(o.column(i.columns).visible())}).on("column-reorder.dt"+i.namespace,function(n,e,t){i.destroying||1===o.columns(i.columns).count()&&(l.text(i._columnText(o,i)),l.active(o.column(i.columns).visible()))}),this.active(o.column(i.columns).visible())},destroy:function(n,e,t){n.off("column-visibility.dt"+t.namespace).off("column-reorder.dt"+t.namespace)},_columnText:function(n,e){var t=n.column(e.columns).index(),o=n.settings()[0].aoColumns[t].sTitle;return o=(o=o||n.column(t).header().innerHTML).replace(/\n/g," ").replace(/<br\s*\/?>/gi," ").replace(/<select(.*?)<\/select>/g,"").replace(/<!\-\-.*?\-\->/g,"").replace(/<.*?>/g,"").replace(/^\s+|\s+$/g,""),e.columnText?e.columnText(n,t,o):o}},colvisRestore:{className:"buttons-colvisRestore",text:function(n){return n.i18n("buttons.colvisRestore","Restore visibility")},init:function(e,n,t){t._visOriginal=e.columns().indexes().map(function(n){return e.column(n).visible()}).toArray()},action:function(n,e,t,o){e.columns().every(function(n){n=e.colReorder&&e.colReorder.transpose?e.colReorder.transpose(n,"toOriginal"):n;this.visible(o._visOriginal[n])})}},colvisGroup:{className:"buttons-colvisGroup",action:function(n,e,t,o){e.columns(o.show).visible(!0,!1),e.columns(o.hide).visible(!1,!1),e.columns.adjust()},show:[],hide:[]}}),o})
/plugin/openlayersmap/lang/en/
H A Dhelp.txt9 * **retrieving information** the map may contain elements that contain more information, by clicking these a popup will show this information
13 Keyboard operation becomes available after activating the map using the tab key (the map will show a focus indicator ring).
/plugin/imagereference/
H A Dscript.js43 .children().show(); //display button
/plugin/combo/resources/theme/default/pages/templates/
H A Dlanding.css12 * for $ACT = show
/plugin/deniedpage/
H A DREADME.md4 This [Dokuwiki](https://www.dokuwiki.org) plugin show a specific page instead of denied message.
/plugin/stlviewer/
H A DREADME.md10 - manual: Do not render automatically, show a link to trigger it
/plugin/combo/resources/firebug/
H A DREADME.md6 This is a dependency used in webcode to show a console in JsFiddle.
/plugin/eclipseupdateurl/
H A DREADME.md14 …* __%OPTIONS%__ - either just a number (amount of lines to show) or the following keywords and val…
/plugin/webcode/_test/data/pages/
H A Dtwo.txt13 * The below snippet should show only one emoji and not the above emoji
/plugin/feedback/
H A Dscript.js3 .show()
/plugin/stale/
H A Dstale.js9 .show()

12345678910>>...46