Home
last modified time | relevance | path

Searched refs:element (Results 476 – 500 of 796) sorted by relevance

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

/plugin/filelisting/
H A Dhelper.php76 foreach($rowElements as $element) {
77 $form->addElement($element);
/plugin/bpmnio/vendor/dmn-js/
H A DCHANGELOG.md110 * `FIX`: keep selection of a replaced element ([#667](https://github.com/bpmn-io/dmn-js/pull/667))
177 * table element now wrapped in an additional container which might affect your styles
281 * `FIX`: update association's refs on element id change([#397](https://github.com/bpmn-io/dmn-js/is…
298 * `FIX(drd)`: correctly handle source element ID change ([#467](https://github.com/bpmn-io/dmn-js/i…
307 * Renamed `updateProperties` command in `dmn-js-drd` to `element.updateProperties` to align with ot…
313 * `FIX`: update association's refs on element id change([#397](https://github.com/bpmn-io/dmn-js/is…
329 * `FIX(drd)`: correctly handle source element ID change ([#467](https://github.com/bpmn-io/dmn-js/i…
351 * `FEAT(drd)`: add element to element snapping
453 * `FIX`: update ChangeSupport id binding on <element.updateId> ([#367](https://github.com/bpmn-io/d…
498 * `FIX(drd)`: label editing now correctly activates on element creation ([#339](https://github.com/…
[all …]
/plugin/ckgdoku/ckeditor/
H A DCHANGES.md187 …link, WebKit] Fixed: Active widget element is not cached when it is losing focus and it is inside …
315 …13680): Fixed: The parser should allow the `<h1-6>` element to be a child of the `<summary>` eleme…
426 * [#13128](http://dev.ckeditor.com/ticket/13128): Fixed: Various issues with cloning element IDs:
515element.addClass()`](http://docs.ckeditor.com/#!/api/CKEDITOR.dom.element-method-addClass), [`dom.
521 …keditor.com/ticket/12148): Fixed: [`dom.element.getChild()`](http://docs.ckeditor.com/#!/api/CKEDI…
544 …m/ticket/13232): [Safari] Fixed: The [`element.appendText()`](http://docs.ckeditor.com/#!/api/CKED…
726 …972): Fixed: Feature detection in the [`element.setText()`](http://docs.ckeditor.com/#!/api/CKEDIT…
752element.addClass()`](http://docs.ckeditor.com/#!/api/CKEDITOR.dom.element-method-addClass) chainab…
836element.renameNode()`](http://docs.ckeditor.com/#!/api/CKEDITOR.dom.element-method-renameNode) not…
936 …ckeditor.com/ticket/11042): Fixed: Selection made on an element containing a non-editable element
[all …]
/plugin/syntaxhighlighter3/sxh3/pkg/scripts/
H A DshCore.js1525 findElements: function(globalParams, element) argument
1527 var elements = element ? [element] : toArray(document.getElementsByTagName(sh.config.tagName)),
1567 highlight: function(globalParams, element) argument
1569 var elements = this.findElements(globalParams, element),
1580 var element = elements[i],
1581 target = element.target,
1582 params = element.params,
1618 element = highlighter.getDiv(code);
1622 element.id = target.id;
1624 target.parentNode.replaceChild(element, target);
/plugin/freechat/phpfreechat/lib/json/
H A DJSON.php395 foreach($elements as $element) {
396 if(Services_JSON::isError($element)) {
397 return $element;
/plugin/bootswrapper/exe/help/
H A Dcollapse.txt27 | ''id'' | | | Target id of collapsed element |
/plugin/bpmnioeditor/vendor/bpmnio-js/
H A Dbpmn-modeler.production.min.js2 …n(["render.shape","render.connection"],t,(function(e,t){var i=e.type,r=t.element,o=t.gfx;if(n.canR…
7element:e,gfx:i.gfx,marker:t,add:!!n}))},yn.prototype.addMarker=function(e,t){this._updateMarker(e… property in AnonymousFunction238dff879400._elements
28element,n),me(a,t.element),ge(a,{id:e,viewBox:"0 0 20 20",refX:i.x,refY:i.y,markerWidth:20*o,marke… property in AnonymousFunction238dff8722500.n
33element=e.element,this.target=e.options.inputTarget,this.domHandler=function(t){b(e.options.enable…
34element)})),e.on("connection.remove",(function(e){var t=s(e.element);t&&Ce(t)})),e.on("element.mar… property in _current
/plugin/sequencediagram/bower_components/raphael/dev/
H A Draphael.core.js4252 var element = this;
4253 if (element.removed) {
4255 return element;
4259 runAnimation(a, element, a.percents[0], null, element.attr());
4266 return element;
4564 el: element,
4588 eve("raphael.anim.start." + element.id, element, anim);
4663 var element = this;
4666 return element;
4669 runAnimation(anim, element, anim.percents[0], null, element.attr());
[all …]
/plugin/farmsync/script/
H A Dresults.js112 var scrollToFirstConflict = function (element) { argument
113 var $elem = jQuery(element);
/plugin/bpmnio/vendor/bpmn-js/
H A DREADME.md40 You may attach or detach the viewer dynamically to any element on the page, too:
45 // attach it to some element
/plugin/combo/ComboStrap/
H A DOutlineVisitor.php82 return array_map(function (Call $element) {
83 return $element->getInstructionCall();
H A DFetcherSvg.php403 foreach ($elementNodeList as $element) {
404 /** @var DOMElement $element */
405 if (!$element->hasChildNodes()) {
406 $element->parentNode->removeChild($element);
1079 * Width and height element attribute are in reality css style properties.
1332 * Set the attributes to the root element
1361 $element = $svgPaths[$i];
1363 $element->addClass($stylingClass);
1699 throw new ExceptionBadSyntax("This is not a svg but a $localName element
[all...]
/plugin/dirtylittlehelper/mermaid/editor/docs/
H A D2.2.js.map1element’s parent, or 'stretch' if the element has no parent. On absolutely positioned elements, it…
/plugin/odt/ODT/
H A DODTHeading.php20 …static public function heading(ODTInternalParams $params, $text, $level, $element=NULL, $attribute… argument
/plugin/findologicxmlexport/vendor/jms/serializer/tests/Serializer/
H A DXmlSerializationTest.php88 …tInstanceOf('JMS\Serializer\Tests\Fixtures\AccessorSetterElement', $object->getElement()->element);
89 self::assertEquals('attribute-different', $object->getElement()->element->getAttribute());
90 self::assertEquals('element-different', $object->getElement()->element->getElement());
/plugin/schedule/
H A DscheduleRoot.class.php314 $element = $root->getElementsByTagName ($field);
315 if ($element)
316 $result [$field] = $element->item (0)->nodeValue;
/plugin/photogallery/lightGallery/js/
H A Dlg-thumbnail.js53 var Thumbnail = function(element) { argument
56 this.core = $(element).data('lightGallery');
61 this.$el = $(element);
/plugin/bpmnio/vendor/bpmn-js/dist/
H A Dbpmn-modeler.production.min.js2 …n(["render.shape","render.connection"],t,(function(e,t){var i=e.type,r=t.element,o=t.gfx,a=t.attrs…
7element:e,gfx:i.gfx,marker:t,add:!!n}))},wn.prototype.addMarker=function(e,t){this._updateMarker(e… property in AnonymousFunctionc4f831ab9200._elements
27element:o}=t,a=ke("marker",{id:e,viewBox:"0 0 20 20",refX:n.x,refY:n.y,markerWidth:20*i,markerHeig… property in AnonymousFunctionc4f831ab21d00.n
33element=e.element,this.target=e.options.inputTarget,this.domHandler=function(t){b(e.options.enable…
181 …)),t.on("element.changed",(e=>{const t=this.isOpen()&&this._current.element;e.element===t&&this._r…
194element:e,entries:r,headerEntries:o,container:this._createContainer({provider:t}),options:i},this.… property in AnonymousFunctionc4f831ab33700._current
/plugin/revealjs/plugin/zoom-js/
H A Dzoom.js221 if( !!options.element ) {
224 var bounds = options.element.getBoundingClientRect();
/plugin/codeprettify/code-prettify/
H A DREADME.md114 You may also use the [HTML 5][3] convention of embedding a `<code>` element
209 Prettify puts lines into an HTML list element so that line numbers aren't
236 [3]: http://dev.w3.org/html5/spec-author-view/the-code-element.html#the-code-element
/plugin/color/
H A DREADME.md18 - The resulting HTML is a `<span>` element containing `⟨text⟩`, colorized with the given foreground…
/plugin/icalevents/vendor/squizlabs/php_codesniffer/
H A DCodeSniffer.php1321 * @param SimpleXMLElement $element An object from a ruleset XML file.
1327 private function _shouldProcessElement($element, $depth=0) argument
1329 if (isset($element['phpcbf-only']) === false
1330 && isset($element['phpcs-only']) === false
1337 && isset($element['phpcbf-only']) === true
1338 && (string) $element['phpcbf-only'] === 'true'
1344 && isset($element['phpcs-only']) === true
1345 && (string) $element['phpcs-only'] === 'true'
/plugin/jwhelloworld/
H A DREADME.md15 The `say` element is required and appears inside the speech bubble. The `speaker` is optional and a…
/plugin/slider/
H A DREADME3 Add a slider element to any DokuWiki page
/plugin/editonlink/
H A DREADME.md18 * Popover button is a pseudo-element ::after.

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