/plugin/authfacebook/ |
H A D | action.php | 22 $event->data->replaceElement(2, $elem); 26 $event->data->replaceElement(3, $elem); 28 $event->data->replaceElement(10, null); 29 $event->data->replaceElement(9, null); 30 $event->data->replaceElement(8, null); 31 $event->data->replaceElement(7, null); 32 $event->data->replaceElement(6, null); 33 $event->data->replaceElement(5, null); 34 $event->data->replaceElement(4, null);
|
/plugin/authgoogle/ |
H A D | action.php | 25 $event->data->replaceElement(2, $elem); 29 $event->data->replaceElement(3, $elem); 31 $event->data->replaceElement(10, null); 32 $event->data->replaceElement(9, null); 33 $event->data->replaceElement(8, null); 34 $event->data->replaceElement(7, null); 35 $event->data->replaceElement(6, null); 36 $event->data->replaceElement(5, null); 37 $event->data->replaceElement(4, null);
|
/plugin/authhttp/ |
H A D | action.php | 126 $form->replaceElement($pos, $elem); 137 $form->replaceElement($pos, NULL); 158 $form->replaceElement($elem, $pos); 169 $form->replaceElement(NULL, $pos);
|
/plugin/authphpbb3/ |
H A D | action.php | 65 $event->data->replaceElement($pos, null); 77 $event->data->replaceElement($pos, null); 90 $event->data->replaceElement($pos, null); 108 $event->data->replaceElement($pos, null);
|
/plugin/authloginapi/ |
H A D | action.php | 58 $form->replaceElement($field, null); 64 $form->replaceElement($buttonPos, $button);
|
/plugin/ssocas/ |
H A D | action.php | 86 $event->data->replaceElement ($formPosition, NULL); 111 …$event->data->replaceElement(4,'<fieldset id="normalLogin" style="display: block;"><legend>'.$this… 113 $event->data->replaceElement(3,'<fieldset><legend>'.$this->getConf('localname').'</legend>');
|
/plugin/combo/action/ |
H A D | login.php | 279 $form->replaceElement($newUserField, $userPosition); 305 $form->replaceElement($newPwdField, $pwdPosition); 324 $form->replaceElement($newRememberField, $rememberPosition);
|
/plugin/authgoogle2fa/ |
H A D | action.php | 27 $event->data->replaceElement($pos-1, $twofa_form);
|
/plugin/conflictmerger/ |
H A D | action.php | 192 $event->data->replaceElement($position, $wikitext);
|
/plugin/combo/ComboStrap/ |
H A D | IdentityFormsHelper.php | 59 $form->replaceElement($newInputField, $elementPosition);
|
/plugin/diagramsnet/lib/js/grapheditor/ |
H A D | Actions.js | 1263 graph.replaceElement(elt); 1275 graph.replaceElement(elt); 1287 graph.replaceElement(elt);
|
H A D | Menus.js | 74 graph.replaceElement(elt, 'div');
|
H A D | Graph.js | 8567 Graph.prototype.replaceElement = function(elt, tagName) method in Graph
|
/plugin/bpmnioeditor/vendor/bpmnio-js/ |
H A D | bpmn-modeler.development.js | 33894 Replace.prototype.replaceElement = function(oldElement, newElementData, options) { 34009 function replaceElement(element, target, hints) { function 34184 newElement = replace.replaceElement(element, newElement, hints); 34193 this.replaceElement = replaceElement; 35495 var replaceElement = this._bpmnReplace.replaceElement; 35498 return replaceElement(element, definition.target); 35684 var replaceElement = this._bpmnReplace.replaceElement; 35693 return replaceElement(element, { type: 'bpmn:SubProcess' }, { 35698 return replaceElement(element, { type: 'bpmn:AdHocSubProcess' }, { 40042 return this._bpmnReplace.replaceElement(shape, boundaryEvent, { layoutConnection: false }); [all …]
|
H A D | bpmn-modeler.production.min.js | 34 …replaceElement=function(e,t,n){if(e.waypoints)return null;var i=this._modeling,r=t.width||e.width,… method in up
|
/plugin/bpmnio/vendor/bpmn-js/ |
H A D | CHANGELOG.md | 69 * `FEAT`: add `replaceElement` editor action ([#1785](https://github.com/bpmn-io/bpmn-js/pull/1785))
|
/plugin/diagramsnet/lib/js/diagramly/ |
H A D | Menus.js | 4032 graph.replaceElement(elt, 'div');
|
/plugin/bpmnio/vendor/bpmn-js/dist/ |
H A D | bpmn-modeler.production.min.js | 194 …replaceElement=function(e,t,n){if(e.waypoints)return null;var i=this._modeling,r=this._eventBus;r.… method in fu
|
/plugin/bpmnio/vendor/dmn-js/dist/ |
H A D | dmn-modeler.production.min.js | 21 …replaceElement=function(e,t,n){if(e.waypoints)return null;var i=this._modeling,r=this._eventBus;r.… method in hd
|
/plugin/diagramsnet/lib/js/ |
H A D | viewer.min.js | 2552 …aceholders(b[d])&&this.view.invalidate(b[d],!1,!1)}};Graph.prototype.replaceElement=function(b,d){… 2994 …replaceElement(b)}):(d&mxConstants.FONT_ITALIC)==mxConstants.FONT_ITALIC?g.updateLabelElements(b,f…
|
H A D | app.min.js | 2801 …aceholders(a[b])&&this.view.invalidate(a[b],!1,!1)}};Graph.prototype.replaceElement=function(a,b){… 3539 …replaceElement(a)}):(b&mxConstants.FONT_ITALIC)==mxConstants.FONT_ITALIC?c.updateLabelElements(a,f… 3562 function(a){a.removeAttribute("face");a.style.fontFamily=null;"PRE"==a.nodeName&&b.replaceElement(a… 11924 …removeAttribute("face");b.style.fontFamily=null;"PRE"==b.nodeName&&n.replaceElement(b,"div")});"1"…
|
H A D | viewer-static.min.js | 2552 …aceholders(b[d])&&this.view.invalidate(b[d],!1,!1)}};Graph.prototype.replaceElement=function(b,d){… 2994 …replaceElement(b)}):(d&mxConstants.FONT_ITALIC)==mxConstants.FONT_ITALIC?g.updateLabelElements(b,f…
|