Home
last modified time | relevance | path

Searched refs:display (Results 226 – 250 of 2077) sorted by last modified time

12345678910>>...84

/plugin/combo/resources/theme/default/components/css/
H A Dregister.css15 display: block!important;
H A Dsubscribe.css2 display: flex;
H A Dtoc.css14 display: inline-block;
H A Dtoggle.css2 display: none;
5 display: none;
H A Dwebcode.css13 display: inline-block;
44 display: none!important;
53 display: none!important;
/plugin/combo/resources/theme/default/pages/templates/
H A Dapp-diff.css92 display: inline-block;
96 display: none;
106 display: inline-block;
H A Dapp-edit.css49 display: inline-block;
H A Dholy-medium.css14 display: grid;
H A Dholy.css9 display: grid;
36 display: grid;
H A Dindex.css8 display: grid;
20 display: grid;
/plugin/combo/syntax/
H A Dcode.php141 * and display = none
153 * because it's possible to not display a code with the display attributes = none
198 $display = $attributes->getValue("display");
199 if ($display != "none") {
/plugin/combo/ComboStrap/
H A DMediaMarkup.php186 $display = $callStackArray[Display::DISPLAY] ?? null;
187 if ($display === Display::DISPLAY_NONE_VALUE) {
H A DOutline.php348 $display = $actualCall->getDisplay();
349 if ($display === Call::BlOCK_DISPLAY) {
H A DPluginUtility.php46 const DISPLAY = "display";
839 $display = $tagAttributes->getValueAndRemoveIfPresent(Display::DISPLAY);
840 if ($display === "none") {
H A DDisplay.php10 public const DISPLAY = "display";
17 $display = $tagAttributes->getValueAndRemove(self::DISPLAY);
18 if ($display !== null) {
19 $value = strtolower($display);
22 $tagAttributes->addStyleDeclarationIfNotSet("display", "none");
31 $css = "#$id:empty { display: none; }";
34 ->attachCssInternalStyleSheet("display-none-if-empty-$id", $css);
H A DPrism.php205 $display = $attributes->getValueAndRemove("display");
206 if ($display != null) {
207 if ($display == "none") {
397 $display = $attributes->getValueAndRemove("display");
398 if ($display != null) {
399 if ($display == "none") {
/plugin/combo/resources/firebug/
H A Dfirebug-lite-1.2-compressed.js21 el.firebugIcon=new lib.element("div").attribute.set('firebugIgnore',true).attribute.set("id","firebugIconDiv").attribute.set("title",iconTitle).attribute.set("alt",iconTitle).event.addListener("mousedown",win.iconClicked).insert(document.body);el.content={};el.mainiframe=new lib.element("IFRAME").attribute.set("id","FirebugIFrame").attribute.set('firebugIgnore',true).environment.addStyle({"display":"none","width":lib.util.GetViewport().width+"px"}).insert(document.body);el.main=new lib.element("DIV").attribute.set("id","Firebug").attribute.set('firebugIgnore',true).environment.addStyle({"display":"none","width":lib.util.GetViewport().width+"px"}).insert(document.body);if(!internal.isPopup){el.resizer=new lib.element("DIV").attribute.addClass("Resizer").event.addListener("mousedown",win.resizer.start).insert(el.main);}
27 if(env.showIconWhenHidden){if(!internal.popupWin){el.firebugIcon.environment.addStyle({"display":env.debug&&'none'||'block'});}}
29 win.setHeight(env.height);if(env.openInPopup&&!internal.isPopup){win.newWindow();}else{el.main.environment.addStyle({"display":env.debug&&'block'||'none'});el.mainiframe.environment.addStyle({"display":env.debug&&'block'||'none'});}}},inspect:function(){return firebug.d.html.inspect.apply(window,arguments);},watchXHR:function(){with(firebug){d.xhr.addObject.apply(window,arguments);if(env.dIndex!="xhr"){d.navigate("xhr");}}},settings:{isVisible:false,show:function(){with(firebug){var posXY=lib.util.Element.getPosition(firebug.el.nav.options.element);settings.refreshForm();el.settings.container.environment.addStyle({"display":"block","left":(posXY.offsetLeft-107)+"px"});el.settings.progressDiv.environment.addStyle({"display":"none"});firebug.settings.isVisible=true;}},hide:function(){with(firebug){firebug.el.settings.container.environment.addStyle({"display":"none"});firebug.settings.isVisible=false;}},toggle:function(){with(firebug){settings[!settings.isVisible&&'show'||'hide']();}},saveClicked:function(){firebug.el.settings.progressDiv.environment.addStyle({"display":"block"});setTimeout(firebug.settings.formToSettings,0);},formToSettings:function(){var fe=firebug.env,ofe,elSet=firebug.el.settings,exdate;fe.debug=elSet.cbxDebug.element.checked;fe.detectFirebug=elSet.cbxDetectFirebug.element.checked;fe.hideDOMFunctions=elSet.cbxHideDOMFunctions.element.checked;fe.override=elSet.cbxOverride.element.checked;fe.showIconWhenHidden=elSet.cbxShowIcon.element.checked;fe.openInPopup=elSet.cbxOpenInPopup.element.checked;if(isFinite(elSet.textNodeChars.element.value)&&elSet.textNodeChars.element.value>0){fe.textNodeChars=elSet.textNodeChars.element.value;}else{fe.textNodeChars=0;}
33 values+='height:'+(parseInt(firebug.internal.targetWindow.firebug.el.main.element.style.height.replace(/px/,''),10)-38);exdate=new Date();exdate.setDate(exdate.getDate()+365);firebug.internal.targetWindow.document.cookie='FBLiteSettings='+values+';expires='+exdate.toGMTString();}},refreshForm:function(){var fe=firebug.env,elSet=firebug.el.settings;elSet.cbxDebug.element.checked=fe.debug;elSet.cbxDetectFirebug.element.checked=fe.detectFirebug;elSet.cbxHideDOMFunctions.element.checked=fe.hideDOMFunctions;elSet.cbxOverride.element.checked=fe.override;elSet.cbxShowIcon.element.checked=fe.showIconWhenHidden;elSet.cbxOpenInPopup.element.checked=fe.openInPopup;elSet.textNodeChars.element.value=fe.textNodeChars;}},win:{hide:function(){with(firebug){el.main.environment.addStyle({"display"
96 break;}}},cssSelectbox:function(){with(firebug){d.css.open(el.button.css.selectbox.environment.getElement().selectedIndex);}},domTextbox:function(_event){with(firebug){if(_event.ke global() variable
[all...]
H A Dfirebug-lite-1.2.js133 el.mainiframe = new lib.element("IFRAME").attribute.set("id","FirebugIFrame").attribute.set('firebugIgnore',true).environment.addStyle({ "display":"none", "width":lib.util.GetViewport().width+"px" }).insert(document.body);
134 el.main = new lib.element("DIV").attribute.set("id","Firebug").attribute.set('firebugIgnore',true).environment.addStyle({ "display":"none", "width":lib.util.GetViewport().width+"px" }).insert(document.body);
387 el.firebugIcon.environment.addStyle({ "display": env.debug&&'none'||'block' });
406 el.main.environment.addStyle({ "display":env.debug&&'block'||'none' });
407 el.mainiframe.environment.addStyle({ "display":env.debug&&'block'||'none' });
430 "display": "block",
434 "display": "none"
442 "display": "none"
454 "display": "block"
617 "display"
1851 var display = el.borderInspector.environment.getStyle("display"); global() variable
[all...]
/plugin/combo/
H A DLICENSE105 interactive use in the most ordinary way, to print or display an
/plugin/combo/vendor/salesforce/handlebars-php/
H A DREADME.md366 You can optionally provide an {{else}} section which will display only when the list is empty.
/plugin/combo/vendor/symfony/yaml/Command/
H A DLintCommand.php113 return $this->display($io, [$this->validate(file_get_contents('php://stdin'), $flags)]);
133 return $this->display($io, $filesInfo);
157 private function display(SymfonyStyle $io, array $files): int function in Symfony\\Component\\Yaml\\Command\\LintCommand
/plugin/structodt/
H A Dstyle.less2 display: none;
/plugin/data/
H A Dstyle.css15 display: block;
20 display: block;
45 display: none;
98 display: none;
103 display: block;
/plugin/adhoctags/
H A DLICENSE105 interactive use in the most ordinary way, to print or display an
/plugin/lastpages/
H A DREADME.md13 * **2021-06-16**: Don't display deleted pages.

12345678910>>...84