| /plugin/copypage/ |
| D | script.js | 3 var oldId = JSINFO.id; 5 var newId = prompt(LANG.plugins.copypage.enter_page_id, oldId); 8 if (newId === oldId) { 14 '&do=edit©from=' + encodeURIComponent(oldId);
|
| /plugin/yuriigantt/3rd/dhtmlxgantt/sources/ext/ |
| D | dhtmlxgantt_undo.js | 163 function updTask(task, oldId, newId) { argument 167 if (task.id === oldId) { 170 if (task.parent === oldId) { 174 function changeTaskCommandId(command, oldId, newId) { argument 175 updTask(command.value, oldId, newId); 176 updTask(command.oldValue, oldId, newId); 189 function changeLinkCommandId(command, oldId, newId) { argument 190 updLink(command.value, oldId, newId); 191 updLink(command.oldValue, oldId, newId); 193 function updateTasksIds(log, oldId, newId) { argument [all …]
|
| D | dhtmlxgantt_keyboard_navigation.js | 328 gantt.attachEvent("onTaskIdChange", function(oldId, newId){ argument 332 if(dispatcher.isTaskFocused(oldId)){
|
| /plugin/yuriigantt/3rd/dhtmlxgantt/ext/ |
| D | dhtmlxgantt_undo.js.map | 1 …oldId","newId","changeTaskCommandId","updLink","oldTaskId","newTaskId","source","changeLinkCommand…
|
| D | dhtmlxgantt_keyboard_navigation.js.map | 1 …oldId","newId","interval","setInterval","getSelection","_locate_css","getScope","scopes","headerCe…
|
| /plugin/dokullm/ |
| H A D | script.js | 224 var oldId = JSINFO.id; 226 var newId = prompt('Enter the new page ID:', oldId); 229 if (newId === oldId) { 234 '&do=edit©from=' + encodeURIComponent(oldId);
|
| /plugin/yuriigantt/3rd/dhtmlxgantt/sources/ |
| D | dhtmlxgantt.js | 9289 … this._dataProcessorHandlers.push(gantt.attachEvent("onTaskIdChange", function (oldId, newId) { argument 9445 gantt._change_id = function (oldId, newId) { argument 9447 this.changeLinkId(oldId, newId); 9450 this.changeTaskId(oldId, newId); 9698 _changeIdInner: function(oldId, newId){ argument 9699 if(this.pull[oldId]) 9700 this.pull[newId] = this.pull[oldId]; 9702 var visibleOrder = this._searchVisibleOrder[oldId]; 9705 this[this.$find(oldId)] = newId; 9708 delete this._searchVisibleOrder[oldId]; [all …]
|
| /plugin/diagramsnet/lib/js/diagramly/ |
| D | EditorUi.js | 7020 var oldId = diagrams[i].getAttribute('id') 7024 mapping[oldId] = diagrams[i].getAttribute('id'); 7161 var oldId = action.open.substring(action.open.indexOf(',') + 1); 7162 var newId = mapping[oldId]; 7168 else if (this.getPageById(oldId) == null)
|
| /plugin/s5reloaded/ui/effects_support/ |
| D | prototype.js | 3294 var oldId = root.id, id = $(root).identify(); variable 3300 root.id = oldId;
|
| /plugin/yuriigantt/3rd/dhtmlxgantt/ |
| D | dhtmlxgantt.js.map | 1 …oldId","newId","changeId","_moveInner","sindex","tindex","getIdByIndex","move","clearAll","arraysE…
|
| /plugin/sequencediagram/bower_components/lodash/test/ |
| D | test.js | 19920 var oldId = Number(_.uniqueId()), 19923 assert.ok(_.uniqueId() > oldId); 19927 assert.ok(id < oldId);
|
| /plugin/dirtylittlehelper/mermaid/editor/docs/ |
| D | bundle.js.map | 1 …rn ret;\n }\n registerCommandAlias(oldId, newId) {\n return CommandsRegistry.register…
|