/plugin/wysiwyg/fckeditor/_samples/html/ |
H A D | sample14.config.js | 57 Element : 'span', property in FCKConfig.CoreStyles.FontFace 68 Element : 'span', property in FCKConfig.CoreStyles.Size 80 Element : 'span', property in FCKConfig.CoreStyles.Color 87 Element : 'span', property in FCKConfig.CoreStyles.BackColor 109 'Emphasis' : { Element : 'em' }, property in FCKConfig.CustomStyles.Emphasis 113 'Sample Text' : { Element : 'samp' }, property in FCKConfig.CustomStyles.Sample Text 114 'Variable' : { Element : 'var' }, property in FCKConfig.CustomStyles.Variable 116 'Deleted Text' : { Element : 'del' }, property in FCKConfig.CustomStyles.Deleted Text 117 'Inserted Text' : { Element : 'ins' }, property in FCKConfig.CustomStyles.Inserted Text 119 'Cited Work' : { Element : 'cite' }, property in FCKConfig.CustomStyles.Cited Work [all …]
|
/plugin/commonmark/vendor/league/commonmark/ |
H A D | .phpstorm.meta.php | 16 expectedArguments(\League\CommonMark\Block\Element\Heading::__construct(), 0, 1, 2, 3, 4, 5, 6); 17 expectedReturnValues(\League\CommonMark\Block\Element\Heading::getLevel(), 1, 2, 3, 4, 5, 6); 19 …Element\HtmlBlock::TYPE_1_CODE_CONTAINER, \League\CommonMark\Block\Element\HtmlBlock::TYPE_2_COMME… 20 …expectedArguments(\League\CommonMark\Block\Element\HtmlBlock::__construct(), 0, argumentsSet('leag… 21 …expectedArguments(\League\CommonMark\Block\Element\HtmlBlock::setType(), 0, argumentsSet('league_c… 22 …expectedReturnValues(\League\CommonMark\Block\Element\HtmlBlock::getType(), argumentsSet('league_c… 26 …ark_newline_types', \League\CommonMark\Inline\Element\Newline::HARDBREAK, \League\CommonMark\Inlin… 27 …expectedArguments(\League\CommonMark\Inline\Element\Newline::__construct(), 0, argumentsSet('leagu… 28 …expectedReturnValues(\League\CommonMark\Inline\Element\Newline::getType(), argumentsSet('league_co…
|
/plugin/wysiwyg/fckeditor/ |
H A D | fckconfig.js | 224 'p' : { Element : 'p' }, property in FCKConfig.CoreStyles.p 225 'div' : { Element : 'div' }, property in FCKConfig.CoreStyles.div 228 'h1' : { Element : 'h1' }, property in FCKConfig.CoreStyles.h1 229 'h2' : { Element : 'h2' }, property in FCKConfig.CoreStyles.h2 230 'h3' : { Element : 'h3' }, property in FCKConfig.CoreStyles.h3 231 'h4' : { Element : 'h4' }, property in FCKConfig.CoreStyles.h4 232 'h5' : { Element : 'h5' }, property in FCKConfig.CoreStyles.h5 233 'h6' : { Element : 'h6' }, property in FCKConfig.CoreStyles.h6 238 Element : 'span', property in FCKConfig.CoreStyles.FontFace 245 Element : 'span', property in FCKConfig.CoreStyles.Size [all …]
|
/plugin/fckg/fckeditor/ |
H A D | fckconfig.js | 304 'p' : { Element : 'p' }, property in FCKConfig.CoreStyles.p 305 'div' : { Element : 'div' }, property in FCKConfig.CoreStyles.div 308 'h1' : { Element : 'h1' }, property in FCKConfig.CoreStyles.h1 309 'h2' : { Element : 'h2' }, property in FCKConfig.CoreStyles.h2 310 'h3' : { Element : 'h3' }, property in FCKConfig.CoreStyles.h3 311 'h4' : { Element : 'h4' }, property in FCKConfig.CoreStyles.h4 312 'h5' : { Element : 'h5' }, property in FCKConfig.CoreStyles.h5 313 'h6' : { Element : 'h6' }, property in FCKConfig.CoreStyles.h6 319 Element : 'span', property in FCKConfig.CoreStyles.FontFace 326 Element : 'span', property in FCKConfig.CoreStyles.Size [all …]
|
/plugin/jdraw/src/com/mxgraph/examples/swing/ |
H A D | UserObject.java | 12 import org.w3c.dom.Element; 50 Element person1 = doc.createElement("Person"); in UserObject() 54 Element person2 = doc.createElement("Person"); in UserObject() 58 Element relation = doc.createElement("Knows"); in UserObject() 76 if (value instanceof Element) in UserObject() 78 Element elt = (Element) value; in UserObject() 115 Element elt = (Element) value; in UserObject() 127 elt = (Element) elt.cloneNode(true); in UserObject() 171 if (value instanceof Element) in UserObject() 173 Element elt = (Element) value; in UserObject()
|
H A D | UserObject.java.bak | 8 import org.w3c.dom.Element; 44 Element person1 = doc.createElement("Person"); 48 Element person2 = doc.createElement("Person"); 52 Element relation = doc.createElement("Knows"); 70 if (value instanceof Element) 72 Element elt = (Element) value; 109 Element elt = (Element) value; 121 elt = (Element) elt.cloneNode(true); 165 if (value instanceof Element) 167 Element elt = (Element) value;
|
/plugin/s5reloaded/ui/effects_support/ |
H A D | prototype.js | 1790 Element.Methods = { 1797 Element[Element.visible(element) ? 'hide' : 'show'](element); 2147 return Element[Element.hasClassName(element, className) ? 2455 Element.Methods.getStyle = Element.Methods.getStyle.wrap( 2510 Element.Methods[method] = Element.Methods[method].wrap( 2868 Object.extend(Element, Element.Methods); 2966 Object.extend(Form.Element, Form.Element.Methods); 3045 Object.extend(Element, Element.Methods); 3048 if (Element.extend.refresh) Element.extend.refresh(); 4037 Form.Element = { class in Form [all …]
|
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Fixtures/tags/inheritance/ |
H A D | block_expr.test | 7 Element: 30 Element:<div>Element:<div></div>Element:<div></div></div>
|
H A D | block_expr2.test | 7 Element: 32 Element:<div>Element:<div></div>Element:<div></div></div>
|
/plugin/openlayersmap/javascript/OpenLayersMap/Control/ |
H A D | LayerSwitcher.js | 111 OpenLayers.Element.addClass(this.layersDiv, 'layersDiv'); 115 OpenLayers.Element.addClass(this.baseLbl, 'baseLbl'); 119 OpenLayers.Element.addClass(this.baseLayersDiv, 'baseLayersDiv'); 123 OpenLayers.Element.addClass(this.dataLbl, 'dataLbl'); 126 OpenLayers.Element.addClass(this.dataLayersDiv, 'dataLayersDiv'); 146 OpenLayers.Element.addClass(this.maximizeDiv, 157 OpenLayers.Element.addClass(this.minimizeDiv,
|
/plugin/issuetracker/ |
H A D | prototype.js | 1918 Element.Methods = { 1925 Element[Element.visible(element) ? 'hide' : 'show'](element); 2324 return Element[Element.hasClassName(element, className) ? 2501 Element.Methods.getStyle = Element.Methods.getStyle.wrap( 2870 Object.extend(Element, Element.Methods); 2964 Element.hasAttribute = Element.Methods.Simulated.hasAttribute; 2972 Object.extend(Form.Element, Form.Element.Methods); 3053 Object.extend(Element, Element.Methods); 3056 if (Element.extend.refresh) Element.extend.refresh(); 5094 Form.Element = { class in Form [all …]
|
/plugin/sequencediagram/bower_components/snap.svg/ |
H A D | history.md | 8 * Added `Element.align()` and `Element.getAlign()` methods 15 * Added methods `Element.children()` and `Element.toJSON()` 36 * Added `Element.appendTo()` and `Element.prependTo()` 41 * Fix `Element.animate()`
|
/plugin/commonmark/vendor/league/commonmark/src/Extension/InlinesOnly/ |
H A D | ChildRenderer.php | 14 use League\CommonMark\Block\Element\AbstractBlock; 15 use League\CommonMark\Block\Element\Document; 16 use League\CommonMark\Block\Element\InlineContainerInterface; 19 use League\CommonMark\Inline\Element\AbstractInline;
|
/plugin/freechat/phpfreechat/data/public/js/ |
H A D | prototype.js | 1565 Element.Methods = { 1572 Element[Element.visible(element) ? 'hide' : 'show'](element); 2173 Element.Methods.getStyle = Element.Methods.getStyle.wrap( 2207 Element.Methods.readAttribute = Element.Methods.readAttribute.wrap( 2231 Element.Methods[method] = Element.Methods[method].wrap( 2530 Object.extend(Element, Element.Methods); 2588 Object.extend(Form.Element, Form.Element.Methods); 2663 Object.extend(Element, Element.Methods); 2666 if (Element.extend.refresh) Element.extend.refresh(); 3489 Form.Element = { class in Form [all …]
|
/plugin/commonmark/vendor/league/commonmark/src/Extension/TableOfContents/ |
H A D | TableOfContentsGenerator.php | 14 use League\CommonMark\Block\Element\Document; 15 use League\CommonMark\Block\Element\Heading; 16 use League\CommonMark\Block\Element\ListBlock; 17 use League\CommonMark\Block\Element\ListData; 18 use League\CommonMark\Block\Element\ListItem; 19 use League\CommonMark\Block\Element\Paragraph; 27 use League\CommonMark\Inline\Element\AbstractStringContainer; 28 use League\CommonMark\Inline\Element\Link;
|
/plugin/webdav/vendor/sabre/xml/lib/Element/ |
H A D | XmlFragment.php | 3 namespace Sabre\Xml\Element; 5 use Sabre\Xml\Element; alias 23 class XmlFragment implements Element {
|
/plugin/icalevents/vendor/sabre/xml/lib/Element/ |
H A D | XmlFragment.php | 3 namespace Sabre\Xml\Element; 5 use Sabre\Xml\Element; alias 23 class XmlFragment implements Element {
|
/plugin/davcal/vendor/sabre/xml/lib/Element/ |
H A D | XmlFragment.php | 3 namespace Sabre\Xml\Element; 7 use Sabre\Xml\Element; alias 23 class XmlFragment implements Element {
|
/plugin/commonmark/vendor/league/commonmark/src/Extension/Table/ |
H A D | TableSection.php | 18 use League\CommonMark\Block\Element\AbstractBlock; 19 use League\CommonMark\Block\Element\AbstractStringContainerBlock; 20 use League\CommonMark\Block\Element\InlineContainerInterface;
|
H A D | TableCell.php | 18 use League\CommonMark\Block\Element\AbstractBlock; 19 use League\CommonMark\Block\Element\AbstractStringContainerBlock; 20 use League\CommonMark\Block\Element\InlineContainerInterface;
|
/plugin/commonmark/vendor/league/commonmark/src/Extension/SmartPunct/ |
H A D | SmartPunctExtension.php | 17 use League\CommonMark\Block\Element\Document; 18 use League\CommonMark\Block\Element\Paragraph; 22 use League\CommonMark\Inline\Element\Text;
|
/plugin/commonmark/vendor/league/commonmark/src/Block/Renderer/ |
H A D | ListItemRenderer.php | 17 use League\CommonMark\Block\Element\AbstractBlock; 18 use League\CommonMark\Block\Element\ListItem; 19 use League\CommonMark\Block\Element\Paragraph;
|
/plugin/commonmark/src/Dokuwiki/Plugin/Commonmark/Extension/Renderer/Block/ |
H A D | ListItemRenderer.php | 18 use League\CommonMark\Block\Element\AbstractBlock; 19 use League\CommonMark\Block\Element\ListItem; 20 use League\CommonMark\Block\Element\Paragraph;
|
/plugin/commonmark/vendor/league/commonmark/src/Extension/Attributes/Event/ |
H A D | AttributesListener.php | 17 use League\CommonMark\Block\Element\AbstractBlock; 18 use League\CommonMark\Block\Element\FencedCode; 19 use League\CommonMark\Block\Element\ListBlock; 20 use League\CommonMark\Block\Element\ListItem; 25 use League\CommonMark\Inline\Element\AbstractInline;
|
/plugin/davcal/vendor/sabre/dav/lib/CalDAV/Xml/Property/ |
H A D | ScheduleCalendarTransp.php | 5 use Sabre\Xml\Element; alias 8 use Sabre\Xml\Element\Elements; 27 class ScheduleCalendarTransp implements Element {
|