/plugin/wysiwyg/fckeditor/editor/_source/internals/ |
H A D | fckselection_gecko.js | 97 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 D | fck.js | 945 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 D | fckstyles.js | 164 var pathElements = path.Elements ; 181 pathElements = path.Elements ;
|
/plugin/orphanmedia/ |
H A D | style.css | 1 /** * Design Elements - additional CSS for the orphanmedia plugin 3 /* ----- General Elements ---------- */
|
/plugin/davcal/vendor/sabre/dav/lib/CalDAV/Xml/Property/ |
H A D | ScheduleCalendarTransp.php | 8 use Sabre\Xml\Element\Elements; alias 119 $elems = Elements::xmlDeserialize($reader);
|
/plugin/orphanmedia2/ |
H A D | style.css | 1 /** * Design Elements - additional CSS for the orphanmedia plugin 3 /* ----- General Elements ---------- */
|
/plugin/removeold/ |
H A D | style.css | 1 /* ----- General Elements ---------- */ 26 /* ----- Input Elements ---------- */
|
/plugin/xssnipper/ |
H A D | style.css | 1 /** * Design Elements - additional CSS for the xsSnipper plugin * 3 /* ----- General Elements ---------- */
|
/plugin/icalevents/vendor/sabre/xml/lib/Element/ |
H A D | Elements.php | 36 class Elements implements Xml\Element { class
|
/plugin/webdav/vendor/sabre/xml/lib/Element/ |
H A D | Elements.php | 36 class Elements implements Xml\Element { class
|
/plugin/wysiwyg/fckeditor/editor/_source/classes/ |
H A D | fckelementpath.js | 67 this.Elements = aElements ;
|
H A D | fckstyle.js | 180 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 D | AutoFormat.RemoveEmpty.txt |
|
/plugin/davcal/vendor/sabre/xml/lib/Element/ |
H A D | Elements.php | 34 class Elements implements Xml\Element { class
|
/plugin/wysiwyg/fckeditor/editor/_source/commandclasses/ |
H A D | fckblockquotecommand.js | 187 for ( var i = 0 ; i < path.Elements.length ; i++ ) 189 if ( path.Elements[i].nodeName.IEquals( 'blockquote' ) )
|
/plugin/rater/ |
H A D | style.css | 1 /** * 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 D | ResourceType.php | 21 class ResourceType extends Element\Elements implements HtmlOutput {
|
/plugin/davcal/vendor/sabre/dav/lib/DAV/Xml/Property/ |
H A D | ResourceType.php | 21 class ResourceType extends Element\Elements implements HtmlOutput {
|
/plugin/issuetracker/ |
H A D | print.css | 2 * Design Elements - additional CSS for the IssueTracker plugin * 4 /* ----- General Elements ---------- */ 55 /* ----- Report Elements ------------ */ 95 /* ----- Issue List Elements ------- */ 185 /* ----- Issue Detail Elements ----- */
|
H A D | style.css | 2 * 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 D | Parsedown.php | 969 $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 D | admin.php | 65 $elements = new Elements();
|
/plugin/icalevents/vendor/sabre/xml/ |
H A D | CHANGELOG.md | 60 `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 D | CHANGELOG.md | 66 `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 D | CHANGELOG.md | 145 * Fixed: Both the Elements and KeyValue parsers had severe issues with 154 * Added: Elements parser.
|