Home
last modified time | relevance | path

Searched refs:oldId (Results 1 – 12 of 12) sorted by relevance

/plugin/copypage/
Dscript.js3 var oldId = JSINFO.id;
5 var newId = prompt(LANG.plugins.copypage.enter_page_id, oldId);
8 if (newId === oldId) {
14 '&do=edit&copyfrom=' + encodeURIComponent(oldId);
/plugin/yuriigantt/3rd/dhtmlxgantt/sources/ext/
Ddhtmlxgantt_undo.js163 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 …]
Ddhtmlxgantt_keyboard_navigation.js328 gantt.attachEvent("onTaskIdChange", function(oldId, newId){ argument
332 if(dispatcher.isTaskFocused(oldId)){
/plugin/yuriigantt/3rd/dhtmlxgantt/ext/
Ddhtmlxgantt_undo.js.map1oldId","newId","changeTaskCommandId","updLink","oldTaskId","newTaskId","source","changeLinkCommand…
Ddhtmlxgantt_keyboard_navigation.js.map1oldId","newId","interval","setInterval","getSelection","_locate_css","getScope","scopes","headerCe…
/plugin/dokullm/
H A Dscript.js224 var oldId = JSINFO.id;
226 var newId = prompt('Enter the new page ID:', oldId);
229 if (newId === oldId) {
234 '&do=edit&copyfrom=' + encodeURIComponent(oldId);
/plugin/yuriigantt/3rd/dhtmlxgantt/sources/
Ddhtmlxgantt.js9289 … 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/
DEditorUi.js7020 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/
Dprototype.js3294 var oldId = root.id, id = $(root).identify(); variable
3300 root.id = oldId;
/plugin/yuriigantt/3rd/dhtmlxgantt/
Ddhtmlxgantt.js.map1oldId","newId","changeId","_moveInner","sindex","tindex","getIdByIndex","move","clearAll","arraysE…
/plugin/sequencediagram/bower_components/lodash/test/
Dtest.js19920 var oldId = Number(_.uniqueId()),
19923 assert.ok(_.uniqueId() > oldId);
19927 assert.ok(id < oldId);
/plugin/dirtylittlehelper/mermaid/editor/docs/
Dbundle.js.map1 …rn ret;\n }\n registerCommandAlias(oldId, newId) {\n return CommandsRegistry.register…