Home
last modified time | relevance | path

Searched refs:containment (Results 1 – 5 of 5) sorted by relevance

/plugin/s5reloaded/ui/effects_support/
H A Ddragdrop.js27 if(options.containment) {
29 var containment = options.containment;
30 if(Object.isArray(containment)) {
31 containment.each( function(c) { options._containers.push($(c)) });
33 options._containers.push($(containment));
634 containment: element, // also takes array of elements (or id's); or false
690 containment: options.containment, property in Sortable.create.options_for_droppable
699 containment: options.containment, property in Sortable.create.options_for_tree
/plugin/dirtylittlehelper/mermaid/editor/docs/
H A D65.65.js.map1 …|matches)(\\s+)/, ['operators.twig', '']],\n // operators - containment\n [/…
H A D2.2.js.map1containment for the element.\"\n },\n {\n \"name\…
/plugin/findologicxmlexport/vendor/twig/twig/doc/
H A Dtemplates.rst718 The ``in`` operator performs containment test.
732 You can use this filter to perform a containment test on strings, arrays,
/plugin/bpmnioeditor/vendor/bpmnio-js/
H A Dbpmn-modeler.development.js48531 var containment,
48556 containment = 'lanes';
48577 containment = 'flowElements';
48596 containment = 'artifacts';
48600 containment = 'messageFlows';
48605 containment = 'participants';
48629 containment = 'dataOutputAssociations';
48633 containment = 'dataInputAssociations';
48636 if (!containment) {
48660 children = newParent.get(containment);
[all …]