Home
last modified time | relevance | path

Searched refs:Elements (Results 1 – 25 of 71) sorted by relevance

123

/plugin/wysiwyg/fckeditor/editor/_source/internals/
Dfckselection_gecko.js97 if ( anchorPath.Elements.length > focusPath.Elements.length )
99 deepPath = anchorPath.Elements ;
100 shallowPath = focusPath.Elements ;
104 deepPath = focusPath.Elements ;
105 shallowPath = anchorPath.Elements ;
Dfck.js945 Elements : new Array(), property
949 var iIndex = this.Elements.length ;
950 this.Elements[ iIndex ] = element ;
956 var e = this.Elements[ index ] ;
957 this.Elements[ index ] = null ;
964 while ( i < this.Elements.length )
965 this.Elements[ i++ ] = null ;
966 this.Elements.length = 0 ;
Dfckstyles.js164 var pathElements = path.Elements ;
181 pathElements = path.Elements ;
/plugin/orphanmedia/
Dstyle.css1 /** * Design Elements - additional CSS for the orphanmedia plugin
3 /* ----- General Elements ---------- */
/plugin/orphanmedia2/
Dstyle.css1 /** * Design Elements - additional CSS for the orphanmedia plugin
3 /* ----- General Elements ---------- */
/plugin/davcal/vendor/sabre/dav/lib/CalDAV/Xml/Property/
DScheduleCalendarTransp.php8 use Sabre\Xml\Element\Elements; alias
119 $elems = Elements::xmlDeserialize($reader);
/plugin/removeold/
Dstyle.css1 /* ----- General Elements ---------- */
26 /* ----- Input Elements ---------- */
/plugin/xssnipper/
Dstyle.css1 /** * Design Elements - additional CSS for the xsSnipper plugin *
3 /* ----- General Elements ---------- */
/plugin/webdav/vendor/sabre/xml/lib/Element/
DElements.php36 class Elements implements Xml\Element { class
/plugin/icalevents/vendor/sabre/xml/lib/Element/
DElements.php36 class Elements implements Xml\Element { class
/plugin/grensladawritezor/fckeditor/editor/_source/classes/
Dfckelementpath.js63 this.Elements = aElements ;
/plugin/scrape/vendor/ezyang/htmlpurifier/library/HTMLPurifier/ConfigSchema/schema/
DAutoFormat.RemoveEmpty.txt20 Elements with the <code>id</code> or <code>name</code> attribute,
33 Elements that contain only whitespace will be treated as empty. Non-breaking
/plugin/wysiwyg/fckeditor/editor/_source/classes/
Dfckelementpath.js67 this.Elements = aElements ;
Dfckstyle.js180 for ( var i = 0 ; i < path.Elements.length ; i++ )
182 var pathElement = path.Elements[i] ;
247 if ( lastBoundaryElement && ( !isBoundary || ( i == path.Elements.length - 1 ) ) )
305 var pathElements = path.Elements ;
322 pathElements = path.Elements ;
493 var elements = elementPath.Elements ;
/plugin/rater/
Dstyle.css1 /** * Design Elements - additional CSS for the rater plugin * * @author Taggic <taggic@t-online.de…
2 /* ----- General Elements ---------- */
/plugin/wysiwyg/fckeditor/editor/_source/commandclasses/
Dfckblockquotecommand.js187 for ( var i = 0 ; i < path.Elements.length ; i++ )
189 if ( path.Elements[i].nodeName.IEquals( 'blockquote' ) )
/plugin/davcal/vendor/sabre/xml/lib/Element/
DElements.php34 class Elements implements Xml\Element { class
/plugin/webdav/vendor/sabre/dav/lib/DAV/Xml/Property/
DResourceType.php21 class ResourceType extends Element\Elements implements HtmlOutput {
/plugin/davcal/vendor/sabre/dav/lib/DAV/Xml/Property/
DResourceType.php21 class ResourceType extends Element\Elements implements HtmlOutput {
/plugin/issuetracker/
Dprint.css2 * Design Elements - additional CSS for the IssueTracker plugin *
4 /* ----- General Elements ---------- */
55 /* ----- Report Elements ------------ */
95 /* ----- Issue List Elements ------- */
185 /* ----- Issue Detail Elements ----- */
Dstyle.css2 * Design Elements - additional CSS for the IssueTracker plugin *
4 /* ----- General Elements ---------- */
55 /* ----- Report Elements ------------ */
95 /* ----- Issue List Elements ------- */
185 /* ----- Issue Detail Elements ----- */
/plugin/aichat/vendor/erusev/parsedown/
DParsedown.php969 $Elements = array();
995 $Elements []= $Element;
1001 'text' => $Elements,
1539 protected function elements(array $Elements) argument
1543 foreach ($Elements as $Element)
/plugin/serverinfos/serverinfos/
Dadmin.php65 $elements = new Elements();
/plugin/webdav/vendor/sabre/xml/
DCHANGELOG.md66 `Element\Elements`.
212 * Fixed: Both the Elements and KeyValue parsers had severe issues with
221 * Added: Elements parser.
/plugin/icalevents/vendor/sabre/xml/
DCHANGELOG.md60 `Element\Elements`.
206 * Fixed: Both the Elements and KeyValue parsers had severe issues with
215 * Added: Elements parser.

123