Home
last modified time | relevance | path

Searched defs:Element (Results 1 – 25 of 92) sorted by relevance

1234

/plugin/wysiwyg/fckeditor/
Dfckconfig.js209 'Red Title' : { Element : 'h3', Styles : { 'color' : 'Red' } } property
216 'Bold' : { Element : 'b', Overrides : 'strong' }, property
217 'Italic' : { Element : 'i', Overrides : 'em' }, property
218 'Underline' : { Element : 'u' }, property
219 'StrikeThrough' : { Element : 'strike' }, property
220 'Subscript' : { Element : 'sub' }, property
221 'Superscript' : { Element : 'sup' }, property
224 'p' : { Element : 'p' }, property
225 'div' : { Element : 'div' }, property
226 'pre' : { Element : 'pre' }, property
[all …]
/plugin/wysiwyg/fckeditor/_samples/html/
Dsample14.config.js36 FCKConfig.CoreStyles.Bold = { Element : 'span', Attributes : { 'class' : 'Bold' } } ; property
37 FCKConfig.CoreStyles.Italic = { Element : 'span', Attributes : { 'class' : 'Italic' } } ; property
38 FCKConfig.CoreStyles.Underline = { Element : 'span', Attributes : { 'class' : 'Underline' } } ; property
39 FCKConfig.CoreStyles.StrikeThrough = { Element : 'span', Attributes : { 'class' : 'StrikeThrough' }… property
57 Element : 'span', property
59 Overrides : [ { Element : 'span', Attributes : { 'class' : /^Font(?:Comic|Courier|Times)$/ } } ] property
68 Element : 'span', property
70 …Overrides : [ { Element : 'span', Attributes : { 'class' : /^Font(?:Smaller|Larger|Small|Big|Doubl… property
80 Element : 'span', property
82 Overrides : [ { Element : 'span', Attributes : { 'class' : /^FontColor(?:1|2|3)$/ } } ] property
[all …]
/plugin/fckg/fckeditor/
Dfckconfig.js295 'Bold' : { Element : 'b', Overrides : 'strong' }, property
296 'Italic' : { Element : 'i', Overrides : 'em' }, property
297 'Underline' : { Element : 'u' }, property
298 'StrikeThrough' : { Element : 'strike' }, property
299 'Subscript' : { Element : 'sub' }, property
300 'Superscript' : { Element : 'sup' }, property
304 'p' : { Element : 'p' }, property
305 'div' : { Element : 'div' }, property
306 'pre' : { Element : 'pre' }, property
307 'address' : { Element : 'address' }, property
[all …]
/plugin/webdav/vendor/sabre/xml/lib/
DElement.php18 interface Element extends XmlSerializable, XmlDeserializable { interface
/plugin/icalevents/vendor/sabre/xml/lib/
DElement.php18 interface Element extends XmlSerializable, XmlDeserializable { interface
/plugin/davcal/vendor/sabre/xml/lib/
H A DElement.php18 interface Element extends XmlSerializable, XmlDeserializable { interface
/plugin/wysiwyg/fckeditor/editor/_source/internals/
Dfckstyles.js302 Element : element, property
335 Element : overrideNode.element property
/plugin/findologicxmlexport/vendor/hoa/visitor/Test/Unit/
DElement.php49 class Element extends Test\Unit\Suite class
/plugin/findologicxmlexport/vendor/phpdocumentor/reflection-common/src/
DElement.php17 interface Element interface
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/File/ASN1/
DElement.php28 class Element class
/plugin/scrape/vendor/scotteh/php-dom-wrapper/src/
DElement.php18 class Element extends \DOMElement class
/plugin/findologicxmlexport/vendor/hoa/visitor/
DElement.php47 interface Element interface
/plugin/webdav/vendor/sabre/dav/lib/CardDAV/Xml/Filter/
DParamFilter.php7 use Sabre\Xml\Element; alias
/plugin/davcal/vendor/sabre/dav/lib/CardDAV/Xml/Filter/
H A DParamFilter.php5 use Sabre\Xml\Element; alias
/plugin/webdav/vendor/sabre/dav/lib/DAV/Xml/Request/
DPropPatch.php5 use Sabre\Xml\Element; alias
/plugin/davcal/vendor/sabre/dav/lib/DAV/Xml/Request/
H A DPropPatch.php5 use Sabre\Xml\Element; alias
/plugin/webdav/vendor/sabre/xml/lib/Element/
DXmlFragment.php5 use Sabre\Xml\Element; alias
/plugin/davcal/vendor/sabre/xml/lib/Element/
H A DXmlFragment.php7 use Sabre\Xml\Element; alias
/plugin/icalevents/vendor/sabre/xml/lib/Element/
DXmlFragment.php5 use Sabre\Xml\Element; alias
/plugin/webdav/vendor/sabre/dav/lib/DAV/Xml/Property/
DShareAccess.php7 use Sabre\Xml\Element; alias
DGetLastModified.php8 use Sabre\Xml\Element; alias
/plugin/webdav/vendor/sabre/dav/lib/CalDAV/Xml/Property/
DSupportedCalendarComponentSet.php6 use Sabre\Xml\Element; alias
/plugin/davcal/vendor/sabre/dav/lib/CalDAV/Xml/Property/
H A DSupportedCalendarComponentSet.php5 use Sabre\Xml\Element; alias
/plugin/webdav/vendor/sabre/dav/lib/DAV/Xml/Response/
DMultiStatus.php5 use Sabre\Xml\Element; alias
/plugin/davcal/vendor/sabre/dav/lib/DAV/Xml/Response/
H A DMultiStatus.php5 use Sabre\Xml\Element; alias

1234