Home
last modified time | relevance | path

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

/plugin/copypage/
H A 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/
H A 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 …]
H A Ddhtmlxgantt_keyboard_navigation.js328 gantt.attachEvent("onTaskIdChange", function(oldId, newId){ argument
332 if(dispatcher.isTaskFocused(oldId)){
/plugin/yuriigantt/3rd/dhtmlxgantt/ext/
H A Ddhtmlxgantt_undo.js.map1oldId","newId","changeTaskCommandId","updLink","oldTaskId","newTaskId","source","changeLinkCommand…
H A Ddhtmlxgantt_keyboard_navigation.js.map1oldId","newId","interval","setInterval","getSelection","_locate_css","getScope","scopes","headerCe…
/plugin/yuriigantt/3rd/dhtmlxgantt/sources/
H A Ddhtmlxgantt.js9699 if(this.pull[oldId])
9700 this.pull[newId] = this.pull[oldId];
9705 this[this.$find(oldId)] = newId;
9711 delete this.pull[oldId];
9713 changeId: function(oldId, newId){ argument
9714 this._changeIdInner(oldId, newId);
9971 gantt._update_flags(oldId, newId);
10373 renders[i].change_id(oldId, newId);
10498 store.unselect(oldId);
10679 delete this._branches[oldId];
[all …]
/plugin/diagramsnet/lib/js/diagramly/
H A 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/
H A Dprototype.js3294 var oldId = root.id, id = $(root).identify();
3300 root.id = oldId;
/plugin/yuriigantt/3rd/dhtmlxgantt/
H A Ddhtmlxgantt.js.map1oldId","newId","changeId","_moveInner","sindex","tindex","getIdByIndex","move","clearAll","arraysE…
/plugin/sequencediagram/bower_components/lodash/test/
H A Dtest.js19920 var oldId = Number(_.uniqueId()),
19923 assert.ok(_.uniqueId() > oldId);
19927 assert.ok(id < oldId);
/plugin/dirtylittlehelper/mermaid/editor/docs/
H A Dbundle.js.map1 …rn ret;\n }\n registerCommandAlias(oldId, newId) {\n return CommandsRegistry.register…