Home
last modified time | relevance | path

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

123

/plugin/wysiwyg/fckeditor/editor/_source/internals/
H A 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 ;
H A Dfck.js945 Elements : new Array(), property in FCKTempBin
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 ;
H A Dfckstyles.js164 var pathElements = path.Elements ;
181 pathElements = path.Elements ;
/plugin/orphanmedia/
H A Dstyle.css1 /** * Design Elements - additional CSS for the orphanmedia plugin
3 /* ----- General Elements ---------- */
/plugin/davcal/vendor/sabre/dav/lib/CalDAV/Xml/Property/
H A DScheduleCalendarTransp.php8 use Sabre\Xml\Element\Elements; alias
119 $elems = Elements::xmlDeserialize($reader);
/plugin/orphanmedia2/
H A Dstyle.css1 /** * Design Elements - additional CSS for the orphanmedia plugin
3 /* ----- General Elements ---------- */
/plugin/removeold/
H A Dstyle.css1 /* ----- General Elements ---------- */
26 /* ----- Input Elements ---------- */
/plugin/xssnipper/
H A Dstyle.css1 /** * Design Elements - additional CSS for the xsSnipper plugin *
3 /* ----- General Elements ---------- */
/plugin/icalevents/vendor/sabre/xml/lib/Element/
H A DElements.php36 class Elements implements Xml\Element { class
/plugin/webdav/vendor/sabre/xml/lib/Element/
H A DElements.php36 class Elements implements Xml\Element { class
/plugin/wysiwyg/fckeditor/editor/_source/classes/
H A Dfckelementpath.js67 this.Elements = aElements ;
H A 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/scrape/HTMLPurifier/ConfigSchema/schema/
H A DAutoFormat.RemoveEmpty.txt
/plugin/davcal/vendor/sabre/xml/lib/Element/
H A DElements.php34 class Elements implements Xml\Element { class
/plugin/wysiwyg/fckeditor/editor/_source/commandclasses/
H A Dfckblockquotecommand.js187 for ( var i = 0 ; i < path.Elements.length ; i++ )
189 if ( path.Elements[i].nodeName.IEquals( 'blockquote' ) )
/plugin/rater/
H A Dstyle.css1 /** * Design Elements - additional CSS for the rater plugin * * @author Taggic <taggic@t-online.de…
2 /* ----- General Elements ---------- */
/plugin/webdav/vendor/sabre/dav/lib/DAV/Xml/Property/
H A DResourceType.php21 class ResourceType extends Element\Elements implements HtmlOutput {
/plugin/davcal/vendor/sabre/dav/lib/DAV/Xml/Property/
H A DResourceType.php21 class ResourceType extends Element\Elements implements HtmlOutput {
/plugin/issuetracker/
H A Dprint.css2 * Design Elements - additional CSS for the IssueTracker plugin *
4 /* ----- General Elements ---------- */
55 /* ----- Report Elements ------------ */
95 /* ----- Issue List Elements ------- */
185 /* ----- Issue Detail Elements ----- */
H A 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/
H A DParsedown.php969 $Elements = array();
995 $Elements []= $Element;
1001 'text' => $Elements,
1028 # Inline Elements
1539 protected function elements(array $Elements) argument
1543 foreach ($Elements as $Element)
/plugin/serverinfos/serverinfos/
H A Dadmin.php65 $elements = new Elements();
/plugin/icalevents/vendor/sabre/xml/
H A DCHANGELOG.md60 `Element\Elements`.
206 * Fixed: Both the Elements and KeyValue parsers had severe issues with
215 * Added: Elements parser.
/plugin/webdav/vendor/sabre/xml/
H A DCHANGELOG.md66 `Element\Elements`.
212 * Fixed: Both the Elements and KeyValue parsers had severe issues with
221 * Added: Elements parser.
/plugin/davcal/vendor/sabre/xml/
H A DCHANGELOG.md145 * Fixed: Both the Elements and KeyValue parsers had severe issues with
154 * Added: Elements parser.

123