Home
last modified time | relevance | path

Searched refs:css (Results 426 – 450 of 852) sorted by path

1...<<11121314151617181920>>...35

/plugin/indexmenu/
H A Dscript.js297 jQuery('#nojs_' + id.substring(6)).css("display", "none");
499 .css({position: 'absolute'})
H A Dstyle.css303 /* copied from tpl/dokuwiki/css/basic.css */
/plugin/indexmenu/scripts/
H A Dindexmenu.js233 jQuery('#nojs_' + this.treeName).css("display", "none"); //using .hide(); let's crash opera
658 .css({width: 'auto'})
920 * Load custom css for theme
924 oLink.href = this.config.plugbase + '/images/' + this.config.theme + '/style.css';
926 oLink.type = "text/css";
978 * @param {int} hasstyle has an additional css style sheet
H A Dtoolbarindexwizard.js100 .css({
154 .parent().css({display: 'inline-block', width: '40px'}); //enlarge clickable area of label
186 .css({background: 'url(' + icoUrl + ') no-repeat center'});
343 if (indexmenu_wiz.$wiz.css('display') === 'none') {
/plugin/indexmenu2/cms/modifiers/
H A Dajaxum.js14 …\s*)|(\s*$)/g,"");i.innerHTML="";i.title=""}},openhandler:function(el,keys,css,mo){el=el[keys.subm…
/plugin/indexmenu2/cms/templates/
H A Dskins.txt1 This is the place for menu skins - server-side scripts, javascript, css, images, etc.
/plugin/inlinejs/syntax/
H A Dpreloader.php154 $css = substr($match, 7, -8);
155 if (!empty($css)) {
156 $this->_add_entry('style', $css);
/plugin/inlinetoc/
H A DREADME.md20 css is in inlinetoc/all.css file). The 2 is here to not enter in conflict with
/plugin/issuelinks/script/
H A Dadmin_repo.js123 $reposDiv.html(jQuery('<span>').addClass('pulse').css('padding', '5px'));
154 .css('background-color', '#ff9')
/plugin/issuetracker/
H A Daction.php60 $css=DOKU_URL."lib/plugins/issuetracker/datepick/jsDatePick_ltr.css";
69 "href" => $css
H A Dprototype.js2371 var css = document.defaultView.getComputedStyle(element, null);
2372 value = css ? css[style] : null;
3409 var css = {};
3416 if (value != null) css[cssNameFor(key)] = value + 'px';
3418 return css;
H A Dtablekit.js285 var css = ((i+1)%2 === 0 ? op[0] : op[1]);
292 newCn.push(css);
/plugin/jorgchart/
H A Djquery.jOrgChart.js142 $this.css('cursor','n-resize');
144 $tr.nextAll("tr").css('visibility', '');
150 $this.css('cursor','s-resize');
152 $tr.nextAll("tr").css('visibility', 'hidden');
165 $nodeDiv.css('cursor','n-resize');
213 $nodeRow.nextAll('tr').css('visibility', 'hidden');
216 $nodeDiv.css('cursor','s-resize');
H A Dscript.js7 jQuery(this).css({display: 'none'});
10 $orgChartContainer.css({'overflow': 'auto', 'padding-top': '5px', 'padding-bottom': '5px'});
/plugin/jplayer/components/jplayer/dist/jplayer/
H A Djquery.jplayer.js860 this.css = {};
1821 if(this.css.jq.play.length && this.css.jq.pause.length) {
1823 this.css.jq.play.hide();
1826 this.css.jq.play.show();
1830 if(this.css.jq.restoreScreen.length && this.css.jq.fullScreen.length) {
1842 if(this.css.jq.repeat.length && this.css.jq.repeatOff.length) {
2254 if(this.css.jq.mute.length && this.css.jq.unmute.length) {
2256 this.css.jq.mute.hide();
2381 if(this.css.jq[fn] && this.css.jq[fn].length) {
2388 this.css.jq[fn] = $(this.css.cs[fn]);
[all …]
/plugin/jplayer/components/jplayer/
H A Djplayer-built.js860 this.css = {};
1821 if(this.css.jq.play.length && this.css.jq.pause.length) {
1823 this.css.jq.play.hide();
1826 this.css.jq.play.show();
1830 if(this.css.jq.restoreScreen.length && this.css.jq.fullScreen.length) {
1842 if(this.css.jq.repeat.length && this.css.jq.repeatOff.length) {
2254 if(this.css.jq.mute.length && this.css.jq.unmute.length) {
2256 this.css.jq.mute.hide();
2381 if(this.css.jq[fn] && this.css.jq[fn].length) {
2388 this.css.jq[fn] = $(this.css.cs[fn]);
[all …]
/plugin/jplayer/components/
H A Drequire-built.js2905 this.css = {};
3866 if(this.css.jq.play.length && this.css.jq.pause.length) {
3868 this.css.jq.play.hide();
3871 this.css.jq.play.show();
3875 if(this.css.jq.restoreScreen.length && this.css.jq.fullScreen.length) {
3887 if(this.css.jq.repeat.length && this.css.jq.repeatOff.length) {
4299 if(this.css.jq.mute.length && this.css.jq.unmute.length) {
4301 this.css.jq.mute.hide();
4426 if(this.css.jq[fn] && this.css.jq[fn].length) {
4433 this.css.jq[fn] = $(this.css.cs[fn]);
[all …]
/plugin/jplayer/vendor/happyworm/jplayer/dist/add-on/
H A Djquery.jplayer.inspector.js138 config.eventJq[e.type].css("background-color","#ff9");
140 config.eventJq[e.type].css("background-color","#9f9");
146 config.eventJq[e.type].css("background-color","#fff");
181 config.eventJq[eventType].css("background-color","#eee");
H A Djquery.jplayer.inspector.min.js2css("background-color","#ff9"):d.eventJq[a.type].css("background-color","#9f9"),d.eventJq[a.type].…
/plugin/jplayer/vendor/happyworm/jplayer/dist/jplayer/
H A Djquery.jplayer.js860 this.css = {};
1821 if(this.css.jq.play.length && this.css.jq.pause.length) {
1823 this.css.jq.play.hide();
1826 this.css.jq.play.show();
1830 if(this.css.jq.restoreScreen.length && this.css.jq.fullScreen.length) {
1842 if(this.css.jq.repeat.length && this.css.jq.repeatOff.length) {
2254 if(this.css.jq.mute.length && this.css.jq.unmute.length) {
2256 this.css.jq.mute.hide();
2381 if(this.css.jq[fn] && this.css.jq[fn].length) {
2388 this.css.jq[fn] = $(this.css.cs[fn]);
[all …]
H A Djquery.jplayer.min.js2css={},this.css.cs={},this.css.jq={},this.ancestorJq=[],this.options.volume=this._limitValue(this.…
3css.jq.videoPlay.length&&c.css.jq.videoPlay.show(),c.status.video=!0):(i?(c.html.audio.gate=!0,c._…
/plugin/jplayer/vendor/happyworm/jplayer/lib/circle-player/js/
H A Dcircle.player.js151 this.jq.progress1.css({'transform': 'rotate(0deg)'});
152 this.jq.progress2.css({'transform': 'rotate(0deg)'}).hide();
155 this.jq.progress1.css('background-position', '0 ' + this.spritePitch + 'px');
182 this.jq.progress1.css({'transform': 'rotate(' + degs + ')'});
185 this.jq.progress1.css('background-position', '0 '+spriteOffset+'px');
190 this.jq.progress1.css({'transform': 'rotate(180deg)'});
191 this.jq.progress2.css({'transform': 'rotate(' + degs + ')'});
194 this.jq.progress1.css('background-position', '0 '+spriteOffset+'px');
204 this.jq.buffer1.css({'transform': 'rotate(' + degs + ')'});
208 this.jq.buffer1.css({'transform': 'rotate(180deg)'});
[all …]
H A Djquery.transform2d.js79 $.css( elem, supportProperty ).split("px").join(""):
98 $.css( elem, supportProperty.replace(/^ms/, "Ms") ):
196 propertyGet = propertyHook && propertyHook.get || $.css;
/plugin/jplayer/vendor/happyworm/jplayer/lib/
H A Djquery.min.js3css(a,"display")||!m.contains(a.ownerDocument,a)},V=m.access=function(a,b,c,d,e,f,g){var h=0,i=a.l…
4css(a.elem,a.prop,""),b&&"auto"!==b?b:0):a.elem[a.prop]},set:function(a){m.fx.step[a.prop]?m.fx.st…
/plugin/jplayer/vendor/happyworm/jplayer/src/javascript/add-on/
H A Djquery.jplayer.inspector.js138 config.eventJq[e.type].css("background-color","#ff9");
140 config.eventJq[e.type].css("background-color","#9f9");
146 config.eventJq[e.type].css("background-color","#fff");
181 config.eventJq[eventType].css("background-color","#eee");

1...<<11121314151617181920>>...35