Home
last modified time | relevance | path

Searched refs:element (Results 301 – 325 of 796) sorted by relevance

1...<<11121314151617181920>>...32

/plugin/icalevents/vendor/sabre/xml/
H A DCHANGELOG.md18 * repeatingElements deserializer now still parses if a bare element name
20 * `$elementMap` in the Reader now also supports bare element names.
21 * `Service::expect()` can now also work with bare element names.
105 * #40: An element with an empty namespace (xmlns="") is not allowed to have a
129 parsing rules within an element.
178 * Added: `CData` element.
209 should (because we're still parsing an element).
/plugin/webdav/vendor/sabre/xml/
H A DCHANGELOG.md24 * repeatingElements deserializer now still parses if a bare element name
26 * `$elementMap` in the Reader now also supports bare element names.
27 * `Service::expect()` can now also work with bare element names.
111 * #40: An element with an empty namespace (xmlns="") is not allowed to have a
135 parsing rules within an element.
184 * Added: `CData` element.
215 should (because we're still parsing an element).
/plugin/dirtylittlehelper/script/
H A Djquery-ui-touch-punch-cmpr.js11element.bind({touchstart:b.proxy(g,"_touchStart"),touchmove:b.proxy(g,"_touchMove"),touchend:b.pro…
H A Djquery-ui-touch-punch.js152 self.element.bind({
170 self.element.unbind({
/plugin/overlay/script/
H A Djquery-ui-touch-punch.js152 self.element.bind({
170 self.element.unbind({
H A Djquery-ui-touch-punch-cmpr.js11element.bind({touchstart:b.proxy(g,"_touchStart"),touchmove:b.proxy(g,"_touchMove"),touchend:b.pro…
/plugin/wrap/syntax/
H A Dspan.php91 $element = array_pop ($type_stack);
93 $wrap->renderODTElementClose ($renderer, $element);
/plugin/bootswrapper/exe/help/
H A Dlabel.txt6 …* The //lowercase// version ''<nowiki><label></nowiki>'' create a __inline__ element (''<nowiki><s…
7 …* The //uppercase// version ''<nowiki><LABEL></nowiki>'' create a __block__ element (''<nowiki><di…
/plugin/photogallery/lightGallery/js/
H A Dlg-hash.js29 var Hash = function(element) { argument
31 this.core = $(element).data('lightGallery');
H A Dlg-autoplay.js39 var Autoplay = function(element) { argument
41 this.core = $(element).data('lightGallery');
43 this.$el = $(element);
/plugin/issuetracker/
H A Dtablekit.js345 var cell = Event.element(e);
645 var cell = Event.element(e);
651 var cell = Event.element(e);
663 var cell = Event.element(e);
671 var cell = Event.element(e);
809 element : 'input',
834 switch(op.element) {
851 if(op.element === 'textarea') {
914 element : 'input',
922 element : 'textarea',
[all …]
/plugin/editsections2/
H A Dscript.js102 function isHeading(element) { argument
103 return element.tagName && /^H[1-6]/i.test(element.tagName);
/plugin/ckgdoku/ckeditor/adapters/
H A Djquery.js6 …lse if(f)c.once("instanceReady",function(){setTimeout(function(){c.element?(c.element.$==h&&g&&g.a…
7 …on("instanceReady",function(d){var e=d.editor;setTimeout(function(){if(e.element){d.removeListener…
/plugin/tindexmenu/
H A Dscript.js93 var element = 'tool__bar';
95 if (typeof element == 'string')
96 toolbar = document.getElementById(element);
/plugin/davcal/vendor/sabre/dav/lib/DAV/
H A DClient.php210 $element = $dom->createElement('d:' . $elementName);
212 $element = $dom->createElementNS($namespace, 'x:' . $elementName);
215 $prop->appendChild($element);
/plugin/ckgedit/ckeditor/adapters/
H A Djquery.js6 …lse if(f)c.once("instanceReady",function(){setTimeout(function(){c.element?(c.element.$==h&&g&&g.a…
7 …on("instanceReady",function(d){var e=d.editor;setTimeout(function(){if(e.element){d.removeListener…
/plugin/dw2pdf/vendor/myclabs/deep-copy/src/DeepCopy/
H A DDeepCopy.php280 * Returns first element that matches predicate, `null` if no such element found.
283 * @param callable $predicate Predicate arguments are: element.
290 foreach ($elements as $element) {
291 if (call_user_func($predicate, $element)) {
292 return $element;
/plugin/data-au/
H A Dscript.js90 getAliastype(this.element)
115 getAliastype(this.element)
/plugin/scrape/HTMLPurifier/ConfigSchema/schema/
H A DHTML.AllowedElements.txt
/plugin/data/
H A Dscript.js90 getAliastype(this.element)
115 getAliastype(this.element)
/plugin/rigrr/lib/svg-pan-zoom/
H A Dsvg-pan-zoom.js959 , setCTM: function(element, matrix) {
961 element.setAttribute('transform', s);
1105 var element
1114 if (!element) {
1124 element = elementOrSelector
1127 if (element.tagName.toLowerCase() === 'svg') {
1128 svg = element;
1130 if (element.tagName.toLowerCase() === 'object') {
1131 svg = element.contentDocument.documentElement;
1133 if (element.tagName.toLowerCase() === 'embed') {
[all …]
/plugin/ckgdoku/ckeditor/plugins/clipboard/dialogs/
H A Dpaste.js6 9:this.changeFocus(1),b=1}b&&a.preventDefault()},this);c.fire("ariaWidget",new CKEDITOR.dom.element
10 '})())"':"",d=CKEDITOR.dom.element.createFromHtml('\x3ciframe class\x3d"cke_pasteframe" frameborder…
11 a.append(d);if(CKEDITOR.env.ie&&!CKEDITOR.env.edge){var e=CKEDITOR.dom.element.createFromHtml('\x3c…
/plugin/ckgedit/ckeditor/plugins/clipboard/dialogs/
H A Dpaste.js6 9:this.changeFocus(1),b=1}b&&a.preventDefault()},this);c.fire("ariaWidget",new CKEDITOR.dom.element
9 …ITOR.tools.fixDomain+")();document.close();")+'})())"':"",d=CKEDITOR.dom.element.createFromHtml('\…
10 …);a.append(d);if(CKEDITOR.env.ie&&!CKEDITOR.env.edge){var e=CKEDITOR.dom.element.createFromHtml('\…
/plugin/sequencediagram/bower_components/raphael/dev/
H A Draphael.vml.js696 elproto.insertAfter = function (element) { argument
700 if (element.constructor == R.st.constructor) {
701 element = element[element.length - 1];
703 if (element.node.nextSibling) {
704 element.node.parentNode.insertBefore(this.node, element.node.nextSibling);
708 R._insertafter(this, element, this.paper);
711 elproto.insertBefore = function (element) { argument
715 if (element.constructor == R.st.constructor) {
716 element = element[0];
718 element.node.parentNode.insertBefore(this.node, element.node);
[all …]
/plugin/mdpage/vendor/cebe/markdown/
H A DREADME.md199 The most basic block element is a paragraph (`<p>`).
208 The markdown is parsed line by line to identify each non-empty line as one of the block element typ…
237 Parsing of a block element is done in two steps:
244 the element, all other array elements can be freely defined by yourself.
277 2. **Rendering** the element. After all blocks have been consumed, they are being rendered using the
295 An inline element is identified by a marker that marks the beginning of an inline element (e.g. `[`…
321 …// return the parsed tag as an element of the abstract syntax tree and call `parseInline()` to all…
333 protected function renderStrike($element)
335 return '<del>' . $this->renderAbsy($element[1]) . '</del>';
367 // include block element parsing using traits
[all …]

1...<<11121314151617181920>>...32