Home
last modified time | relevance | path

Searched refs:root_id (Results 1 – 10 of 10) sorted by relevance

/plugin/include/
H A Dhelper.php237 function _get_instructions($page, $sect, $mode, $lvl, $flags, $root_id = null, $included_pages = array()) { argument
241 // keep compatibility with other plugins that don't know the $root_id parameter
242 if (is_null($root_id)) {
244 $root_id = $ID;
275 $this->_convert_instructions($ins, $lvl, $page, $sect, $flags, $root_id, $included_pages);
293 function _convert_instructions(&$ins, $lvl, $page, $sect, $flags, $root_id, $included_pages = array()) { argument
464 $this->_editbtn($ins, $page, $sect, $sect_title, ($flags['redirect'] ? $root_id : false), $include_secid);
469 $ins[] = $this->_footer($page, $sect, $sect_title, $flags, $footer_lvl, $root_id);
508 function _footer($page, $sect, $sect_title, $flags, $footer_lvl, $root_id) { argument
511 $footer[1] = array('include_footer', array($page, $sect, $sect_title, $flags, $root_id,
520 _editbtn(& $ins, $page, $sect, $sect_title, $root_id, $hid = '') global() argument
[all...]
/plugin/include/syntax/
H A Dinclude.php96 $root_id = $page_stack[0];
150 $instructions = $this->helper->_get_instructions($id, $sect, $mode, $level, $flags, $root_id, $secids);
/plugin/randominc/
H A Dsyntax.php93 $root_id = $page_stack[0];
188 …tructions = $this->helper->_get_instructions($id, $sect, $mode, $level, $flags, $root_id, $secids);
/plugin/yuriigantt/3rd/dhtmlxgantt/
H A Ddhtmlxgantt.d.ts774 root_id: string|number; property
H A Ddhtmlxgantt.js13root_id,text:e.root_label||""}),n=function(e,i,n){var r=i.filter||function(){return!0};e=e.slice(0…
H A Ddhtmlxgantt.js.map1root_id","root_label","_filter","map_to","tmpDom","newOptions","onselect","replaceChild","Duration…
/plugin/yuriigantt/3rd/dhtmlxgantt/ext/
H A Ddhtmlxgantt_keyboard_navigation.js13root_id);o[0]&&(e=o[0])}this.taskId=e,this.columnIndex=n||0,t.isTaskExists(this.taskId)&&(this.ind…
H A Ddhtmlxgantt_keyboard_navigation.js.map1root_id","columnIndex","isTaskExists","getTaskIndex","_compose","_handlers","getGridColumns","resu…
/plugin/yuriigantt/3rd/dhtmlxgantt/sources/ext/
H A Ddhtmlxgantt_keyboard_navigation.js1113 var rootLevel = gantt.getChildren(gantt.config.root_id);
1261 var rootLevel = gantt.getChildren(gantt.config.root_id);
1405 var rootLevel = gantt.getChildren(gantt.config.root_id);
/plugin/yuriigantt/3rd/dhtmlxgantt/sources/
H A Ddhtmlxgantt.js6500 root_id: 0, property in module.exports.result
9927 rootId: function() { return gantt.config.root_id; },
10264 task.parent = this.config.root_id;
11413 if (!this.isTaskExists(parent)) parent = this.config.root_id;
14340 var id = firstTask ? firstTask.id : this.config.root_id;
14446 }, gantt.config.root_id, this);
15039 if (parent != gantt.config.root_id) {
15107 if (id != gantt.config.root_id && gantt.isTaskExists(id)) {
16721 var currentNode = gantt.config.root_id;
16759 }, gantt.config.root_id, this);
[all …]