Home
last modified time | relevance | path

Searched refs:newElements (Results 1 – 2 of 2) sorted by relevance

/plugin/findologicxmlexport/vendor/phpunit/php-code-coverage/src/Report/Html/Renderer/Template/js/
H A Dhtml5shiv.min.js91 function addElements(newElements, ownerDocument) { argument
96 if(typeof newElements != 'string'){
97 newElements = newElements.join(' ');
99 html5.elements = elements +' '+ newElements;
/plugin/bpmnioeditor/vendor/bpmnio-js/
H A Dbpmn-modeler.development.js43417 ReplaceElementBehaviour.prototype.replaceElements = function(elements, newElements) { argument
43422 forEach(newElements, function(replacement) {
43434 if (newElements) {