Home
last modified time | relevance | path

Searched refs:addStyle (Results 1 – 18 of 18) sorted by relevance

/plugin/webcode/vendor/
H A Dfirebug-lite-1.2.js605 el.main.environment.addStyle({
608 el.mainiframe.environment.addStyle({
612 el.firebugIcon.environment.addStyle({
620 el.main.environment.addStyle({
623 el.mainiframe.environment.addStyle({
627 el.firebugIcon.environment.addStyle({
743 el.main.environment.addStyle({
746 el.mainiframe.environment.addStyle({
766 el.main.environment.addStyle({
769 el.mainiframe.environment.addStyle({
[all …]
H A Dfirebug-lite-1.2-compressed.js10addStyle({"display":"none","width":lib.util.GetViewport().width+"px"}).insert(document.body);el.ma…
12 if(lib.env.ie||lib.env.webkit){el.button.container.environment.addStyle({"paddingTop":"12px"});}
16 if(env.showIconWhenHidden){if(!internal.popupWin){el.firebugIcon.environment.addStyle({"display":en…
18addStyle({"display":env.debug&&'block'||'none'});el.mainiframe.environment.addStyle({"display":env…
22addStyle({"display":"none"});el.mainiframe.environment.addStyle({"display":"none"});if(env.showIco…
23addStyle({"display":"block"});el.button.newWindow.environment.addStyle({"display":"none"});}}}};if…
24addStyle({"display":"none"});firebug.el.mainiframe.environment.addStyle({"display":"none"});}}else…
25addStyle({"height":win.resizer.y[2]+"px"});el.mainiframe.environment.addStyle({"height":win.resize…
26 …ib.util.GetViewport();el.main.environment.addStyle({"width":dim.width+"px"});el.mainiframe.environ…
52 if(_clear){internal.targetWindow.firebug.el.bgInspector.environment.addStyle({"display":"none"});re…
[all …]
/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);}
23 if(lib.env.ie||lib.env.webkit){el.button.container.environment.addStyle({"paddingTop":"12px"});}
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({"displa
112 return pi.util.Element.addStyle(_element,{"opacity":_value});_value*=100;pi.util.Element.addStyle(_element,{"filter":"alpha(opacity="+_value+")"});return this._parent_;},getPositio global() method in pi.util.Element
127 if(pi.util.IsHash(_object[name])){_branch[name]={};this.movePrivateMembers(_object[name],_branch[name]);}};};};pi.element=new pi.base;pi.element.init=function(_val){this.environmen global() method in pi.element.body
128 return this._parent_;},"addAfter":function(_element,_referenceElement){this.addBefore(_element.environment?_element.environment.getElement():_element,(_referenceElement.environment global() method in pi.element.body.environment
[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);
162 el.button.container.environment.addStyle({ "paddingTop":"12px" });
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' });
429 el.settings.container.environment.addStyle({
433 el.settings.progressDiv.environment.addStyle({
441 firebug.el.settings.container.environment.addStyle({
453 firebug.el.settings.progressDiv.environment.addStyle({
2120 addStyle:function(_element,_style){ global() method in pi.util.Element
2297 "addStyle":function(){ global() method in pi.element.body
2433 "addStyle":function(_styleObject){ global() method in pi.element.body.environment
[all...]
/plugin/googlefonts/
H A Daction.php37 ${addStyle.$i} = $this->getConf('addStyle'.$i);
41 if ( ${addStyle.$i} && !empty(${fontName.$i}) ) {
/plugin/odt/ODT/
H A DODTIndex.php184 $doc->addStyle($style_obj);
213 $doc->addStyle($style_obj);
240 $doc->addStyle($style_obj);
H A Dstyleset.php121 $this->addStyle($object, $overwrite);
165 public function addStyle(ODTStyle $new, $overwrite=false) { function in ODTStyleSet
H A DODTDocument.php1423 $this->addStyle($style_obj);
1445 $this->addStyle($style_obj);
1467 $this->addStyle($style_obj);
1489 $this->addStyle($style_obj);
1511 $this->addStyle($style_obj);
1533 $this->addStyle($style_obj);
2134 public function addStyle(ODTStyle $new) { function in ODTDocument
2135 return $this->styleset->addStyle($new);
H A DODTParagraph.php81 $params->document->addStyle($styleObj);
H A DODTList.php265 $params->document->addStyle($style_obj);
/plugin/odt/ODT/styles/
H A DODTTextStyle.php290 $doc->addStyle($style_obj);
H A DODTParagraphStyle.php406 $doc->addStyle($style_obj);
/plugin/refnotes/
H A Dcore.php434 public function addStyle($namespaceName, $style) {
414 public function addStyle($namespaceName, $style) { global() function in refnotes_action_core
H A Daction.php252 $this->core->addStyle($call->getRefnotesAttribute('ns'), $call->getPluginData(2));
/plugin/combo/ComboStrap/Xml/
H A DXmlElement.php270 public function addStyle(string $name, string $value): XmlElement function in ComboStrap\\Xml\\XmlElement
/plugin/diagramsnet/lib/js/diagramly/
H A DExtensions.js4632 addStyle(mxConstants.STYLE_FONTSIZE, style, properties, action, cell) +
4636 addStyle(mxConstants.STYLE_ALIGN, style, properties, action, cell) +
4643 addStyle(mxConstants.STYLE_SPACING, style, properties, action, cell) +
4646 addStyle(mxConstants.STYLE_OPACITY, style, properties, action, cell) +
4647 addStyle(mxConstants.STYLE_ROUNDED, style, properties, action, cell) +
4649 addStyle(mxConstants.STYLE_FLIPH, style, properties, action, cell) +
4650 addStyle(mxConstants.STYLE_FLIPV, style, properties, action, cell) +
4651 addStyle(mxConstants.STYLE_SHADOW, style, properties, action, cell) +
4653 addStyle(mxConstants.STYLE_DASHED, style, properties, action, cell) +
4655 addStyle(mxConstants.STYLE_IMAGE, style, properties, action, cell);
[all …]
/plugin/xlsx2dw/packages/exceljs/
H A Dexceljs.js22876 function addStyle(name, group, styleId) {
22886 addStyle('font', this.model.fonts, style.fontId);
22887 addStyle('border', this.model.borders, style.borderId);
22888addStyle('fill', this.model.fills, style.fillId); // ---------------------------------------------…
/plugin/dirtylittlehelper/mermaid/editor/docs/
H A Dbundle.js.map1addStyle(obj, options),\n references: 1\n });\n }\n\n identifiers.push(identifie…