Searched refs:new_id (Results 1 – 8 of 8) sorted by relevance
/plugin/openas/ |
H A D | action.php | 89 function update_relative_links($new_id, $orig_id) { argument 93 $current_wikifn=wikiFN($new_id); 131 function resolve_ids($new_id, $orig_id, $curid) { argument 140 ltrim($new_id,':'); 141 $new_page_id = ':' . $new_id; 207 function save_locked($new_id,$orig_id,$back_link) { argument 208 $this->locked_array[$back_link] = array($new_id,$orig_id); 225 $new_id = $locked_array[$ID][0]; 227 $this->resolve_ids($new_id, $orig_id, $ID);
|
/plugin/move/helper/ |
H A D | handler.php | 285 $new_id = $this->resolveMoves($id, 'page'); 286 $new_id = $this->relativeLink($id, $new_id, 'page'); 288 if($id == $new_id) { 292 $new_id .= '?' . $params; 296 $new_id .= '#' . $hash; 300 $new_id .= '|' . $link[1]; 303 $this->calls .= '[[' . $new_id . ']]';
|
/plugin/yuriigantt/3rd/dhtmlxgantt/sources/ext/ |
H A D | dhtmlxgantt_multiselect.js | 383 gantt.attachEvent("onTaskIdChange", function (id, new_id) { argument 389 multiselect.select(new_id, null);
|
/plugin/yuriigantt/3rd/dhtmlxgantt/ |
H A D | dhtmlxgantt.d.ts | 1337 changeLinkId(id: string|number, new_id: string|number): void; 1344 changeTaskId(id: string|number, new_id: string|number): void;
|
H A D | dhtmlxgantt.js.map | 1 …new_id","newbranch","criteria","original_criteria","temp","getLinkCount","getTaskCount","getVisibl…
|
/plugin/yuriigantt/3rd/dhtmlxgantt/ext/ |
H A D | dhtmlxgantt_multiselect.js.map | 1 …new_id","item","task_id","state"],"mappings":";;;;;;;;;;;;CAAA,SAAAA,EAAAC,GACA,iBAAAC,SAAA,iBAAAC…
|
/plugin/advrack/ |
H A D | jquery.qtip.js | 396 new_id = NAMESPACE + '-' + id; variable 398 if(id !== FALSE && id.length > 0 && !$('#'+new_id).length) { 399 this._id = new_id;
|
/plugin/yuriigantt/3rd/dhtmlxgantt/sources/ |
H A D | dhtmlxgantt.js | 10954 _replace_branch_child: function(node, old_id, new_id){ argument 10961 else if (new_id) 10962 newbranch.push(new_id);
|