Home
last modified time | relevance | path

Searched refs:hier_id (Results 1 – 25 of 138) sorted by relevance

123456

/dports/www/ilias/ILIAS-5.4.25/Services/COPage/classes/
H A Dclass.ilPageContentGUI.php30 public $hier_id; variable in ilPageContentGUI
75 $this->hier_id = $a_hier_id;
240 return $this->hier_id;
248 $this->hier_id = $a_hier_id;
378 if ($this->hier_id == substr($a_hid[0], 0, strlen($this->hier_id))) {
398 $this->hier_id,
432 if ($this->hier_id == substr($a_hid[0], 0, strlen($this->hier_id))) {
452 $this->hier_id,
480 $this->hier_id
505 $this->hier_id
[all …]
H A Dclass.ilMediaAliasItem.php24 public $hier_id; variable in ilMediaAliasItem
44 $this->hier_id,
184 $this->hier_id,
202 $this->hier_id,
219 $this->hier_id,
257 $this->hier_id,
290 $this->hier_id,
308 $this->hier_id,
325 $this->hier_id,
356 $this->hier_id,
[all …]
H A Dclass.ilPCTableDataGUI.php58 $this->ctrl->returnToParent($this, "jump" . $this->hier_id);
68 $this->ctrl->returnToParent($this, "jump" . $this->hier_id);
78 $this->ctrl->returnToParent($this, "jump" . $this->hier_id);
89 $this->ctrl->returnToParent($this, "jump" . $this->hier_id);
99 $this->ctrl->returnToParent($this, "jump" . $this->hier_id);
109 $this->ctrl->returnToParent($this, "jump" . $this->hier_id);
119 $this->ctrl->returnToParent($this, "jump" . $this->hier_id);
129 $this->ctrl->returnToParent($this, "jump" . $this->hier_id);
139 $this->ctrl->returnToParent($this, "jump" . $this->hier_id);
149 $this->ctrl->returnToParent($this, "jump" . $this->hier_id);
H A Dclass.ilPCPlaceHolderGUI.php24 public $hier_id; variable in ilPCPlaceHolderGUI
44 $this->hier_id = $a_hier_id;
63 …edia_gui = new ilPCMediaObjectGUI($this->pg_obj, $this->content_obj, $this->hier_id, $this->pc_id);
94 $this->content_obj->create($this->pg_obj, $this->hier_id, $this->pc_id);
99 $this->ctrl->returnToParent($this, "jump" . $this->hier_id);
203 $this->ctrl->returnToParent($this, "jump" . $this->hier_id);
284 $this->ctrl->setParameterByClass($ret_class, "pl_hier_id", $this->hier_id);
313 … $atable_gui = new ilPCTableGUI($this->pg_obj, $this->content_obj, $this->hier_id, $this->pc_id);
321 … $list_gui = new ilPCListGUI($this->pg_obj, $this->content_obj, $this->hier_id, $this->pc_id);
338 … $tabs_gui = new ilPCTabsGUI($this->pg_obj, $this->content_obj, $this->hier_id, $this->pc_id);
[all …]
H A Dclass.ilPCListItemGUI.php77 $this->ctrl->returnToParent($this, "jump" . $this->hier_id);
87 $this->ctrl->returnToParent($this, "jump" . $this->hier_id);
97 $this->ctrl->returnToParent($this, "jump" . $this->hier_id);
107 $this->ctrl->returnToParent($this, "jump" . $this->hier_id);
117 $this->ctrl->returnToParent($this, "jump" . $this->hier_id);
H A Dclass.ilPageEditorGUI.php165 $hier_id = $_GET["hier_id"];
168 $hier_id = $_POST["new_hier_id"];
185 $hier_id = implode($cmd, "_");
186 $cmd = $_POST["command" . $hier_id];
192 $first_hier_character = substr($hier_id, 0, 1);
197 $hier_id = substr($hier_id, 1);
222 $hier_id = $hid[$_GET["pl_pc_id"]];
300 $this->ctrl->setParameter($this, "hier_id", $hier_id);
403 $hier_id,
436 $ret = $this->pasteFromClipboard($hier_id);
[all …]
H A Dclass.ilPCTableData.php151 $hier_id = $this->getHierId();
152 $parts = explode("_", $hier_id);
192 $hier_id = $this->getHierId();
193 $parts = explode("_", $hier_id);
229 $hier_id = $this->getHierId();
230 $parts = explode("_", $hier_id);
288 $hier_id = $this->getHierId();
289 $parts = explode("_", $hier_id);
321 $hier_id = $this->getHierId();
322 $parts = explode("_", $hier_id);
H A Dclass.ilPCInteractiveImage.php284 $hier_id = $childs[$i]->get_attribute("HierId");
289 "pc_id" => $pc_id, "hier_id" => $hier_id);
305 $hier_id = $childs[$i]->get_attribute("HierId");
306 $k = $hier_id . ":" . $pc_id;
521 $tr_nodes = $this->getTriggerNodes($this->hier_id, $this->getPcId());
572 $tr_nodes = $this->getTriggerNodes($this->hier_id, $this->getPcId());
591 $tr_nodes = $this->getTriggerNodes($this->hier_id, $this->getPcId());
609 $tr_nodes = $this->getTriggerNodes($this->hier_id, $this->getPcId());
629 $tr_nodes = $this->getTriggerNodes($this->hier_id, $this->getPcId());
647 $tr_nodes = $this->getTriggerNodes($this->hier_id, $this->getPcId());
[all …]
H A Dclass.ilPCContentTemplate.php51 foreach ($hier_ids as $hier_id) {
53 if (!is_int(strpos($hier_id, "_"))) {
54 if ($hier_id != "pg") {
55 $copy_ids[] = $hier_id;
H A Dclass.ilPCGrid.php130 $hier_id = $childs[$i]->get_attribute("HierId");
131 $nodes[$hier_id . ":" . $pc_id] = $childs[$i];
152 $hier_id = $cell_nodes[$i]->get_attribute("HierId");
153 $k = $hier_id . ":" . $pc_id;
242 $hier_id = $cell_nodes[$i]->get_attribute("HierId");
249 "pc_id" => $pc_id, "hier_id" => $hier_id);
H A Dclass.ilPCTabs.php203 $hier_id = $tab_nodes[$i]->get_attribute("HierId");
213 "caption" => $current_caption, "pc_id" => $pc_id, "hier_id" => $hier_id);
259 $hier_id = $childs[$i]->get_attribute("HierId");
260 $nodes[$hier_id . ":" . $pc_id] = $childs[$i];
282 $hier_id = $tab_nodes[$i]->get_attribute("HierId");
283 $k = $hier_id . ":" . $pc_id;
H A Dclass.ilPCGridCellGUI.php53 $this->ctrl->returnToParent($this, "jump" . $this->hier_id);
64 $this->ctrl->returnToParent($this, "jump" . $this->hier_id);
74 $this->ctrl->returnToParent($this, "jump" . $this->hier_id);
H A Dclass.ilPCFileList.php125 $hier_id = $childs[$i]->get_attribute("HierId");
137 "pc_id" => $pc_id, "hier_id" => $hier_id,
159 $hier_id = $childs[$i]->get_attribute("HierId");
161 if (in_array($hier_id . ":" . $pc_id, $a_ids)) {
182 $hier_id = $childs[$i]->get_attribute("HierId");
183 $nodes[$hier_id . ":" . $pc_id] = $childs[$i];
/dports/www/ilias6/ILIAS-6.14/Services/COPage/classes/
H A Dclass.ilPageContentGUI.php30 public $hier_id; variable in ilPageContentGUI
75 $this->hier_id = $a_hier_id;
240 return $this->hier_id;
248 $this->hier_id = $a_hier_id;
378 if ($this->hier_id == substr($a_hid[0], 0, strlen($this->hier_id))) {
398 $this->hier_id,
432 if ($this->hier_id == substr($a_hid[0], 0, strlen($this->hier_id))) {
452 $this->hier_id,
480 $this->hier_id
505 $this->hier_id
[all …]
H A Dclass.ilMediaAliasItem.php24 public $hier_id; variable in ilMediaAliasItem
44 $this->hier_id,
184 $this->hier_id,
202 $this->hier_id,
219 $this->hier_id,
257 $this->hier_id,
290 $this->hier_id,
308 $this->hier_id,
325 $this->hier_id,
356 $this->hier_id,
[all …]
H A Dclass.ilPCTableDataGUI.php58 $this->ctrl->returnToParent($this, "jump" . $this->hier_id);
68 $this->ctrl->returnToParent($this, "jump" . $this->hier_id);
78 $this->ctrl->returnToParent($this, "jump" . $this->hier_id);
89 $this->ctrl->returnToParent($this, "jump" . $this->hier_id);
99 $this->ctrl->returnToParent($this, "jump" . $this->hier_id);
109 $this->ctrl->returnToParent($this, "jump" . $this->hier_id);
119 $this->ctrl->returnToParent($this, "jump" . $this->hier_id);
129 $this->ctrl->returnToParent($this, "jump" . $this->hier_id);
139 $this->ctrl->returnToParent($this, "jump" . $this->hier_id);
149 $this->ctrl->returnToParent($this, "jump" . $this->hier_id);
H A Dclass.ilPCPlaceHolderGUI.php24 public $hier_id; variable in ilPCPlaceHolderGUI
44 $this->hier_id = $a_hier_id;
63 …edia_gui = new ilPCMediaObjectGUI($this->pg_obj, $this->content_obj, $this->hier_id, $this->pc_id);
94 $this->content_obj->create($this->pg_obj, $this->hier_id, $this->pc_id);
99 $this->ctrl->returnToParent($this, "jump" . $this->hier_id);
203 $this->ctrl->returnToParent($this, "jump" . $this->hier_id);
284 $this->ctrl->setParameterByClass($ret_class, "pl_hier_id", $this->hier_id);
313 … $atable_gui = new ilPCTableGUI($this->pg_obj, $this->content_obj, $this->hier_id, $this->pc_id);
321 … $list_gui = new ilPCListGUI($this->pg_obj, $this->content_obj, $this->hier_id, $this->pc_id);
338 … $tabs_gui = new ilPCTabsGUI($this->pg_obj, $this->content_obj, $this->hier_id, $this->pc_id);
[all …]
H A Dclass.ilPCListItemGUI.php77 $this->ctrl->returnToParent($this, "jump" . $this->hier_id);
87 $this->ctrl->returnToParent($this, "jump" . $this->hier_id);
97 $this->ctrl->returnToParent($this, "jump" . $this->hier_id);
107 $this->ctrl->returnToParent($this, "jump" . $this->hier_id);
117 $this->ctrl->returnToParent($this, "jump" . $this->hier_id);
H A Dclass.ilPageEditorGUI.php165 $hier_id = $_GET["hier_id"];
168 $hier_id = $_POST["new_hier_id"];
185 $hier_id = implode("_", $cmd);
186 $cmd = $_POST["command" . $hier_id];
192 $first_hier_character = substr($hier_id, 0, 1);
197 $hier_id = substr($hier_id, 1);
222 $hier_id = $hid[$_GET["pl_pc_id"]];
300 $this->ctrl->setParameter($this, "hier_id", $hier_id);
403 $hier_id,
436 $ret = $this->pasteFromClipboard($hier_id);
[all …]
H A Dclass.ilPCTableData.php151 $hier_id = $this->getHierId();
152 $parts = explode("_", $hier_id);
192 $hier_id = $this->getHierId();
193 $parts = explode("_", $hier_id);
229 $hier_id = $this->getHierId();
230 $parts = explode("_", $hier_id);
288 $hier_id = $this->getHierId();
289 $parts = explode("_", $hier_id);
321 $hier_id = $this->getHierId();
322 $parts = explode("_", $hier_id);
H A Dclass.ilPCInteractiveImage.php284 $hier_id = $childs[$i]->get_attribute("HierId");
289 "pc_id" => $pc_id, "hier_id" => $hier_id);
305 $hier_id = $childs[$i]->get_attribute("HierId");
306 $k = $hier_id . ":" . $pc_id;
521 $tr_nodes = $this->getTriggerNodes($this->hier_id, $this->getPcId());
572 $tr_nodes = $this->getTriggerNodes($this->hier_id, $this->getPcId());
591 $tr_nodes = $this->getTriggerNodes($this->hier_id, $this->getPcId());
609 $tr_nodes = $this->getTriggerNodes($this->hier_id, $this->getPcId());
629 $tr_nodes = $this->getTriggerNodes($this->hier_id, $this->getPcId());
647 $tr_nodes = $this->getTriggerNodes($this->hier_id, $this->getPcId());
[all …]
H A Dclass.ilPCContentTemplate.php51 foreach ($hier_ids as $hier_id) {
53 if (!is_int(strpos($hier_id, "_"))) {
54 if ($hier_id != "pg") {
55 $copy_ids[] = $hier_id;
H A Dclass.ilPCGrid.php130 $hier_id = $childs[$i]->get_attribute("HierId");
131 $nodes[$hier_id . ":" . $pc_id] = $childs[$i];
152 $hier_id = $cell_nodes[$i]->get_attribute("HierId");
153 $k = $hier_id . ":" . $pc_id;
242 $hier_id = $cell_nodes[$i]->get_attribute("HierId");
249 "pc_id" => $pc_id, "hier_id" => $hier_id);
H A Dclass.ilPCTabs.php203 $hier_id = $tab_nodes[$i]->get_attribute("HierId");
213 "caption" => $current_caption, "pc_id" => $pc_id, "hier_id" => $hier_id);
259 $hier_id = $childs[$i]->get_attribute("HierId");
260 $nodes[$hier_id . ":" . $pc_id] = $childs[$i];
282 $hier_id = $tab_nodes[$i]->get_attribute("HierId");
283 $k = $hier_id . ":" . $pc_id;
H A Dclass.ilPCGridCellGUI.php53 $this->ctrl->returnToParent($this, "jump" . $this->hier_id);
64 $this->ctrl->returnToParent($this, "jump" . $this->hier_id);
74 $this->ctrl->returnToParent($this, "jump" . $this->hier_id);

123456