Home
last modified time | relevance | path

Searched refs:Element (Results 251 – 275 of 452) sorted by relevance

1...<<111213141516171819

/plugin/combo/resources/firebug/
H A Dfirebug-lite-1.2-compressed.js29 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;}
74 var item=element.childNodes[i];if(item.nodeType==1&&!item.getAttribute('firebugIgnore')){var container=new lib.element().attribute.addClass("Block").insert(parent),link=new lib.element("A").attribute.addClass("Link").insert(container),spacer=new lib.element("SPAN").attribute.addClass("Spacer").update("&nbsp;").insert(link),html=new lib.element("SPAN").attribute.addClass("Content").update(d.highlight(item)).insert(link),subContainer=new lib.element("DIV").attribute.addClass("SubContainer").insert(container),view;view=lib.util.Element.getView(item);link.event.addListener("click",lib.util.Curry(d.html.openHtmlTree,window,item,subContainer,false));link.event.addListener("mouseover",lib.util.Curry(d.html.highlight,window,item,false));link.event.addListener("mouseout",lib.util.Curry(d.html.highlight,window,item,true));returnParentVal=returnParentEl==item?subContainer:returnParentVal;if(d.html.current==null&&item==document.body){link.attribute.addClass("Selected");link.attribute.addClass("Parent");d.html.current=[item,link];d.html.openHtmlTree(item,subContainer);}
78 el.right.html.content.update(str);break;case"dom":d.dom.open(node,el.right.html.content,lib.env.ie);break;}}}},inspector:{enabled:false,el:null,inspect:function(_element,_bgInspector){with(firebug){var pos=internal.targetWindow.firebug.lib.util.Element.getPosition(_element);internal.targetWindow.firebug.el[_bgInspector&&"bgInspector"||"borderInspector"].environment.addStyle({"width":_element.offsetWidth+"px","height":_element.offsetHeight+"px","top":pos.offsetTop-(_bgInspector?0:2)+"px","left":pos.offsetLeft-(_bgInspector?0:2)+"px","display":"block"});if(!_bgInspector){d.inspector.el=_element;}};},toggle:function(_absoluteValue,_event){with(firebug){if(_absoluteValue==d.inspector.enabled)
107 return true};},IsHash:function(_object){return _object&&typeof _object=="object"&&(_object==window||_object instanceof Object)&&!_object.nodeName&&!pi.util.IsArray(_object)},Init:[],AddEvent:function(_element,_eventName,_fn,_useCapture){_element[pi.env.ie?"attachEvent":"addEventListener"]((pi.env.ie?"on":"")+_eventName,_fn,_useCapture||false);return pi.util.Curry(pi.util.AddEvent,this,_element);},RemoveEvent:function(_element,_eventName,_fn,_useCapture){_element[pi.env.ie?"detachEvent":"removeEventListener"]((pi.env.ie?"on":"")+_eventName,_fn,_useCapture||false);return pi.util.Curry(pi.util.RemoveEvent,this,_element);},Element:{addClass:function(_element,_class){if(!pi.util.Element.hasClass(_element,_class)) class in pi.util
108 pi.util.Element.setClass(_element,pi.util.Element.getClass(_element)+" "+_class);},getClass:function(_element){return _element.getAttribute(pi.env.ie&&!pi.env.ie8?"className":"class")||"";},hasClass:function(_element,_class){return pi.util.Array.indexOf(pi.util.Element.getClass(_element).split(" "),_class)>-1;},removeClass:function(_element,_class){if(pi.util.Element.hasClass(_element,_class)){var names=pi.util.Element
[all...]
H A Dfirebug-lite-1.2.js426 var posXY=lib.util.Element.getPosition(firebug.el.nav.options.element);
1441 view = lib.util.Element.getView(item);
1510 var pos = internal.targetWindow.firebug.lib.util.Element.getPosition(_element);
2038 Element:{ class in pi.util
2040 if( !pi.util.Element.hasClass(_element,_class) )
2041 pi.util.Element.setClass(_element, pi.util.Element.getClass(_element) + " " + _class );
2047 return pi.util.Array.indexOf(pi.util.Element.getClass(_element).split(" "),_class)>-1;
2050 if( pi.util.Element.hasClass(_element,_class) ){
2051 var names = pi.util.Element
[all...]
/plugin/webdav/vendor/sabre/dav/lib/DAV/Xml/Property/
H A DComplex.php5 use Sabre\Xml\Element\XmlFragment;
/plugin/davcard/vendor/sabre/vobject/lib/
H A DElementList.php47 * @return Element
/plugin/webdavclient/vendor/sabre/vobject/lib/
H A DElementList.php47 * @return Element
/plugin/commonmark/vendor/league/commonmark/src/Inline/Parser/
H A DAutolinkParser.php
/plugin/commonmark/vendor/league/commonmark/src/Extension/DisallowedRawHtml/
H A DDisallowedRawHtmlInlineRenderer.php
H A DDisallowedRawHtmlBlockRenderer.php
/plugin/commonmark/src/Dokuwiki/Plugin/Commonmark/Extension/Renderer/Block/
H A DTableCellRenderer.php
H A DFootnoteRenderer.php
/plugin/davcal/vendor/sabre/dav/lib/DAV/Xml/Property/
H A DComplex.php5 use Sabre\Xml\Element\XmlFragment;
/plugin/davcal/vendor/sabre/vobject/lib/
H A DElementList.php47 * @return Element
/plugin/commonmark/vendor/league/commonmark/src/Extension/Strikethrough/
H A DStrikethroughDelimiterProcessor.php
/plugin/commonmark/vendor/league/commonmark/src/Block/Parser/
H A DATXHeadingParser.php
/plugin/commonmark/vendor/league/commonmark/src/Block/Element/
H A DHeading.php
H A DListItem.php
/plugin/icalevents/vendor/sabre/xml/tests/Sabre/Xml/Element/
H A DKeyValueTest.php3 namespace Sabre\Xml\Element;
/plugin/findologicxmlexport/vendor/hoa/compiler/Visitor/
H A DDump.php69 Visitor\Element $element,
/plugin/commonmark/vendor/league/commonmark/src/
H A DUnmatchedBlockCloser.php
/plugin/commonmark/vendor/league/commonmark/src/Extension/Attributes/Parser/
H A DAttributesInlineParser.php
/plugin/commonmark/vendor/league/commonmark/src/Extension/SmartPunct/
H A DPunctuationParser.php
/plugin/commonmark/vendor/league/commonmark/src/Extension/Footnote/Renderer/
H A DFootnoteBackrefRenderer.php
/plugin/davcal/vendor/sabre/xml/tests/Sabre/Xml/Element/
H A DKeyValueTest.php3 namespace Sabre\Xml\Element;
/plugin/commonmark/vendor/league/commonmark/src/Extension/Table/
H A DTableParser.php
/plugin/diagramsnet/lib/math/extensions/
H A DMathZoom.js19Element("span",{id:"MathJax_ZoomFrame"},[["span",{id:"MathJax_ZoomOverlay",onmousedown:this.Remove…

1...<<111213141516171819