Home
last modified time | relevance | path

Searched refs:a_set (Results 101 – 125 of 753) sorted by relevance

12345678910>>...31

/dports/www/ilias/ILIAS-5.4.25/Services/Tracking/classes/object_statistics/
H A Dclass.ilLPObjectStatisticsDailyTableGUI.php188 protected function fillRow($a_set) argument
194 $type = ilObject::_lookupType($a_set["obj_id"]);
196 $this->tpl->setVariable("OBJ_ID", $a_set["obj_id"]);
207 $value = (int) $a_set["hour" . $loop];
279 $a_excel->setCell($a_row, 1, $a_set["obj_id"]);
283 $value = (int) $a_set["hour" . $loop];
294 $sum = (int) $a_set["sum"];
305 protected function fillRowCSV($a_csv, $a_set) argument
308 $a_csv->addColumn($a_set["obj_id"]);
311 $value = (int) $a_set["hour" . $loop];
[all …]
/dports/www/ilias6/ILIAS-6.14/Services/Tracking/classes/object_statistics/
H A Dclass.ilLPObjectStatisticsDailyTableGUI.php188 protected function fillRow($a_set) argument
194 $type = ilObject::_lookupType($a_set["obj_id"]);
196 $this->tpl->setVariable("OBJ_ID", $a_set["obj_id"]);
207 $value = (int) $a_set["hour" . $loop];
279 $a_excel->setCell($a_row, 1, $a_set["obj_id"]);
283 $value = (int) $a_set["hour" . $loop];
294 $sum = (int) $a_set["sum"];
305 protected function fillRowCSV($a_csv, $a_set) argument
308 $a_csv->addColumn($a_set["obj_id"]);
311 $value = (int) $a_set["hour" . $loop];
[all …]
/dports/www/ilias/ILIAS-5.4.25/Modules/Course/classes/
H A Dclass.ilCourseObjectiveMaterialAssignmentTableGUI.php96 protected function fillRow($a_set) argument
98 foreach ($a_set['sub'] as $sub_data) {
108 if ($this->objective_lm->isChapterAssigned($a_set['id'], $sub_data['id'])) {
113 $this->tpl->setVariable('CHAP_ID', $a_set['id'] . '_' . $sub_data['id']);
118 if (count($a_set['sub'])) {
122 $this->tpl->setVariable('VAL_ID', $a_set['id']);
124 if ($this->objective_lm->isAssigned($a_set['id'])) {
128 …$this->tpl->setVariable('ROW_TYPE_IMG', ilObject::_getIcon($a_set['obj_id'], "tiny", $a_set['type'…
131 $this->tpl->setVariable('VAL_TITLE', $a_set['title']);
132 if (strlen($a_set['description'])) {
[all …]
H A Dclass.ilCourseGroupingTableGUI.php88 public function fillRow($a_set) argument
90 if (is_array($a_set["assigned"]) && count($a_set["assigned"]) > 0) {
91 foreach ($a_set["assigned"] as $item) {
102 if (array_key_exists('source_ref_id', $a_set) && $a_set['source_ref_id']) {
109 … $this->tpl->setVariable('OBJ_PATH', $path->getPath(ROOT_FOLDER_ID, $a_set['source_ref_id']));
113 $this->tpl->setVariable("ID", $a_set["id"]);
114 $this->tpl->setVariable("TXT_TITLE", $a_set["title"]);
115 $this->tpl->setVariable("TXT_DESCRIPTION", $a_set["description"]);
116 $this->tpl->setVariable("TXT_UNIQUE", $a_set["unique"]);
118 $this->ctrl->setParameter($this->parent_obj, 'obj_id', $a_set["id"]);
H A Dclass.ilCourseObjectiveQuestionAssignmentTableGUI.php125 protected function fillRow($a_set) argument
127 foreach ($a_set['sub'] as $sub_data) {
128 if ($a_set['random']) {
147 $this->tpl->setVariable('QST_ID', $a_set['id'] . '_' . $sub_data['id']);
164 if (count($a_set['sub']) and !$a_set['random']) {
167 if ($a_set['random']) {
171 $this->tpl->setVariable('VAL_ID', $a_set['id']);
173 …$this->tpl->setVariable('ROW_TYPE_IMG', ilObject::_getIcon($a_set['obj_id'], "tiny", $a_set['type'…
176 $this->tpl->setVariable('VAL_TITLE', $a_set['title']);
177 if (strlen($a_set['description'])) {
[all …]
H A Dclass.ilCourseObjectivesTableGUI.php130 protected function fillRow($a_set) argument
132 $this->tpl->setVariable('VAL_ID', $a_set['id']);
136 if ($a_set['online']) {
144 if ($a_set['passes']) {
156 if (strlen($a_set['description'])) {
197 if ($a_set['initial']) {
219 foreach ($a_set['self'] as $test) {
229 if (!count($a_set['self'])) {
240 if ($a_set['final']) {
261 foreach ((array) $a_set['final'] as $test) {
[all …]
/dports/www/ilias/ILIAS-5.4.25/Services/FileSystem/classes/
H A Dclass.ilFileSystemTableGUI.php168 protected function fillRow($a_set) argument
174 ? md5($a_set["file"])
175 : md5($a_set["entry"]);
178 if ($this->isDoubleDotDirectory($a_set)) {
188 $this->tpl->setVariable("TXT_LABEL", $a_set["label"]);
195 if ($a_set["type"] == "dir") {
204 $this->tpl->setVariable("TXT_FILENAME", $a_set["entry"]);
212 $this->tpl->setVariable("TXT_FILENAME2", $a_set["entry"]);
216 if ($a_set["type"] != "dir") {
222 !($a_set["type"] == "dir" && $a_set["entry"] == "..")) {
[all …]
/dports/www/ilias6/ILIAS-6.14/Services/FileSystem/classes/
H A Dclass.ilFileSystemTableGUI.php168 protected function fillRow($a_set) argument
174 ? md5($a_set["file"])
175 : md5($a_set["entry"]);
178 if ($this->isDoubleDotDirectory($a_set)) {
188 $this->tpl->setVariable("TXT_LABEL", $a_set["label"]);
195 if ($a_set["type"] == "dir") {
204 $this->tpl->setVariable("TXT_FILENAME", $a_set["entry"]);
212 $this->tpl->setVariable("TXT_FILENAME2", $a_set["entry"]);
216 if ($a_set["type"] != "dir") {
222 !($a_set["type"] == "dir" && $a_set["entry"] == "..")) {
[all …]
/dports/www/ilias/ILIAS-5.4.25/Services/Calendar/classes/
H A Dclass.ilCalendarChangedAppointmentsTableGUI.php92 protected function fillRow($a_set) argument
99 if ($a_set["milestone"]) {
106 $this->tpl->setVariable('VAL_DESCRIPTION', $a_set['description']);
108 $this->tpl->setVariable('VAL_TITLE_LINK', $a_set['title']);
109 $this->ctrl->setParameterByClass('ilcalendarappointmentgui', 'app_id', $a_set['id']);
112 switch ($a_set['frequence']) {
133 if ($a_set['fullday']) {
135 new ilDate($a_set['begin'], IL_CAL_UNIX),
136 new ilDate($a_set['end'], IL_CAL_UNIX)
140 new ilDateTime($a_set['begin'], IL_CAL_UNIX),
[all …]
/dports/www/ilias/ILIAS-5.4.25/Services/LTI/classes/Consumer/
H A Dclass.ilLTIConsumerTableGUI.php89 protected function fillRow($a_set) argument
93 $ilCtrl->setParameter($this->getParentObject(), "cid", $a_set["id"]);
95 $this->tpl->setVariable("TXT_TITLE", $a_set["title"]);
96 $this->tpl->setVariable("TXT_DESCRIPTION", $a_set["description"]);
97 $this->tpl->setVariable("TXT_PREFIX", $a_set["prefix"]);
98 $this->tpl->setVariable("TXT_KEY", $a_set["key"]);
99 $this->tpl->setVariable("TXT_SECRET", $a_set["secret"]);
100 $this->tpl->setVariable("TXT_LANGUAGE", $a_set["language"]);
112 $role = ilObjectFactory::getInstanceByObjId($a_set['role'], false);
119 if ($a_set["active"]) {
[all …]
/dports/www/ilias6/ILIAS-6.14/Modules/Course/classes/
H A Dclass.ilCourseGroupingTableGUI.php88 public function fillRow($a_set) argument
90 if (is_array($a_set["assigned"]) && count($a_set["assigned"]) > 0) {
91 foreach ($a_set["assigned"] as $item) {
102 if (array_key_exists('source_ref_id', $a_set) && $a_set['source_ref_id']) {
109 … $this->tpl->setVariable('OBJ_PATH', $path->getPath(ROOT_FOLDER_ID, $a_set['source_ref_id']));
113 $this->tpl->setVariable("ID", $a_set["id"]);
114 $this->tpl->setVariable("TXT_TITLE", $a_set["title"]);
115 $this->tpl->setVariable("TXT_DESCRIPTION", $a_set["description"]);
116 $this->tpl->setVariable("TXT_UNIQUE", $a_set["unique"]);
118 $this->ctrl->setParameter($this->parent_obj, 'obj_id', $a_set["id"]);
H A Dclass.ilCourseObjectivesTableGUI.php130 protected function fillRow($a_set) argument
132 $this->tpl->setVariable('VAL_ID', $a_set['id']);
136 if ($a_set['online']) {
144 if ($a_set['passes']) {
156 if (strlen($a_set['description'])) {
197 if ($a_set['initial']) {
219 foreach ($a_set['self'] as $test) {
229 if (!count($a_set['self'])) {
240 if ($a_set['final']) {
261 foreach ((array) $a_set['final'] as $test) {
[all …]
/dports/www/ilias6/ILIAS-6.14/Services/LTI/classes/Consumer/
H A Dclass.ilLTIConsumerTableGUI.php89 protected function fillRow($a_set) argument
93 $ilCtrl->setParameter($this->getParentObject(), "cid", $a_set["id"]);
95 $this->tpl->setVariable("TXT_TITLE", $a_set["title"]);
96 $this->tpl->setVariable("TXT_DESCRIPTION", $a_set["description"]);
97 $this->tpl->setVariable("TXT_PREFIX", $a_set["prefix"]);
98 $this->tpl->setVariable("TXT_KEY", $a_set["key"]);
99 $this->tpl->setVariable("TXT_SECRET", $a_set["secret"]);
100 $this->tpl->setVariable("TXT_LANGUAGE", $a_set["language"]);
112 $role = ilObjectFactory::getInstanceByObjId($a_set['role'], false);
119 if ($a_set["active"]) {
[all …]
/dports/www/ilias6/ILIAS-6.14/Services/Calendar/classes/
H A Dclass.ilCalendarChangedAppointmentsTableGUI.php92 protected function fillRow($a_set) argument
99 if ($a_set["milestone"]) {
106 $this->tpl->setVariable('VAL_DESCRIPTION', $a_set['description']);
108 $this->tpl->setVariable('VAL_TITLE_LINK', $a_set['title']);
109 $this->ctrl->setParameterByClass('ilcalendarappointmentgui', 'app_id', $a_set['id']);
112 switch ($a_set['frequence']) {
133 if ($a_set['fullday']) {
135 new ilDate($a_set['begin'], IL_CAL_UNIX),
136 new ilDate($a_set['end'], IL_CAL_UNIX)
140 new ilDateTime($a_set['begin'], IL_CAL_UNIX),
[all …]
/dports/www/ilias/ILIAS-5.4.25/Services/Badge/classes/
H A Dclass.ilBadgePersonalTableGUI.php170 public function fillRow($a_set) argument
175 $this->tpl->setVariable("VAL_ID", $a_set["id"]);
176 $this->tpl->setVariable("PREVIEW", $a_set["renderer"]->getHTML());
177 $this->tpl->setVariable("TXT_TITLE", $a_set["title"]);
179 $this->tpl->setVariable("TXT_ACTIVE", $a_set["active"]
183 if ($a_set["parent"]) {
184 $this->tpl->setVariable("TXT_PARENT", $a_set["parent_title"]);
187 ilObject::_getIcon($a_set["parent"]["id"], "big", $a_set["parent"]["type"])
196 $url = $ilCtrl->getLinkTarget($this->getParentObject(), $a_set["active"]
200 $actions->addItem($lng->txt(!$a_set["active"]
[all …]
/dports/www/ilias6/ILIAS-6.14/Services/Badge/classes/
H A Dclass.ilBadgePersonalTableGUI.php163 public function fillRow($a_set) argument
168 $this->tpl->setVariable("VAL_ID", $a_set["id"]);
169 $this->tpl->setVariable("PREVIEW", $a_set["renderer"]->getHTML());
170 $this->tpl->setVariable("TXT_TITLE", $a_set["title"]);
172 $this->tpl->setVariable("TXT_ACTIVE", $a_set["active"]
176 if ($a_set["parent"]) {
177 $this->tpl->setVariable("TXT_PARENT", $a_set["parent_title"]);
180 ilObject::_getIcon($a_set["parent"]["id"], "big", $a_set["parent"]["type"])
188 $url = $ilCtrl->getLinkTarget($this->getParentObject(), $a_set["active"]
192 $actions->addItem($lng->txt(!$a_set["active"]
[all …]
/dports/www/ilias/ILIAS-5.4.25/Services/User/classes/
H A Dclass.ilUserRoleStartingPointTableGUI.php144 protected function fillRow($a_set) argument
156 $ilCtrl->setParameter($this->getParentObject(), "spid", $a_set['id']);
159 if ($a_set['id'] > 0 && $a_set['id'] != 'default' && $a_set['id'] != 'user') {
161 $ilCtrl->setParameter($this->getParentObject(), "rolid", $a_set["role_id"]);
164 $list->setId($a_set["id"]);
170 $this->tpl->setVariable("VAL_ID", "position[" . $a_set['id'] . "]");
171 $this->tpl->setVariable("VAL_POS", $a_set["starting_position"]);
173 … $this->tpl->setVariable("TXT_TITLE", $this->lng->txt("has_role") . ": " . $a_set["criteria"]);
175 if ($a_set['id'] == "default") {
187 $this->tpl->setVariable("TXT_TITLE", $a_set["criteria"]);
[all …]
/dports/www/ilias6/ILIAS-6.14/Services/User/classes/
H A Dclass.ilUserRoleStartingPointTableGUI.php144 protected function fillRow($a_set) argument
156 $ilCtrl->setParameter($this->getParentObject(), "spid", $a_set['id']);
159 if ($a_set['id'] > 0 && $a_set['id'] != 'default' && $a_set['id'] != 'user') {
161 $ilCtrl->setParameter($this->getParentObject(), "rolid", $a_set["role_id"]);
164 $list->setId($a_set["id"]);
170 $this->tpl->setVariable("VAL_ID", "position[" . $a_set['id'] . "]");
171 $this->tpl->setVariable("VAL_POS", $a_set["starting_position"]);
173 … $this->tpl->setVariable("TXT_TITLE", $this->lng->txt("has_role") . ": " . $a_set["criteria"]);
175 if ($a_set['id'] == "default") {
187 $this->tpl->setVariable("TXT_TITLE", $a_set["criteria"]);
[all …]
/dports/www/ilias/ILIAS-5.4.25/Modules/DataCollection/classes/Table/
H A Dclass.ilDclTableListTableGUI.php80 * @param ilDclTable $a_set
82 public function fillRow($a_set) argument
84 $this->tpl->setVariable("ID", $a_set->getId());
85 $this->tpl->setVariable("ORDER_NAME", "order[{$a_set->getId()}]");
86 $this->tpl->setVariable("ORDER_VALUE", $a_set->getOrder());
87 $this->tpl->setVariable("TITLE", $a_set->getTitle());
89 $this->ctrl->setParameterByClass('ildclfieldlistgui', 'table_id', $a_set->getId());
92 $this->tpl->setVariable("CHECKBOX_NAME_VISIBLE", 'visible[' . $a_set->getId() . ']');
93 if ($a_set->getIsVisible()) {
97 if ($a_set->getPublicCommentsEnabled()) {
[all …]
/dports/www/ilias/ILIAS-5.4.25/Modules/Portfolio/classes/
H A Dclass.ilPortfolioTableGUI.php79 protected function fillRow($a_set) argument
85 $this->tpl->setVariable("VAL_ID", $a_set["id"]);
89 if (in_array($a_set["id"], $this->shared_objects)) {
96 $this->tpl->setVariable("VAL_ID", $a_set["id"]);
100 $this->tpl->setVariable("VAL_ID", $a_set["id"]);
103 ($a_set["is_online"]) ? " checked=\"checked\"" : ""
107 ($a_set["is_default"]) ? $lng->txt("yes") : ""
113 $ilCtrl->setParameterByClass("ilobjportfoliogui", "prt_id", $a_set["id"]);
132 if ($a_set["is_online"]) {
133 if (!$a_set["is_default"]) {
[all …]
/dports/www/ilias/ILIAS-5.4.25/Modules/LearningModule/classes/
H A Dclass.ilLMPagesTableGUI.php81 protected function fillRow($a_set) argument
92 $a_set["obj_id"],
99 ilLMPage::_isScheduledActivation($a_set["obj_id"], $this->lm->getType()))
108 $a_set["obj_id"],
127 $this->tpl->setVariable("TITLE", $a_set["title"]);
128 $this->tpl->setVariable("ID", $a_set["obj_id"]);
131 if ($this->lm->lm_tree->isInTree($a_set["obj_id"])) {
132 $path_str = $this->parent_obj->getContextPath($a_set["obj_id"]);
139 if ($a_set["obj_id"] == $this->lm->getHeaderPage()) {
142 if ($a_set["obj_id"] == $this->lm->getFooterPage()) {
[all …]
/dports/www/ilias6/ILIAS-6.14/Modules/LearningModule/classes/
H A Dclass.ilLMPagesTableGUI.php79 protected function fillRow($a_set) argument
89 $a_set["obj_id"],
96 ilLMPage::_isScheduledActivation($a_set["obj_id"], $this->lm->getType()))
105 $a_set["obj_id"],
124 $this->tpl->setVariable("TITLE", $a_set["title"]);
125 $this->tpl->setVariable("ID", $a_set["obj_id"]);
128 if ($this->lm->lm_tree->isInTree($a_set["obj_id"])) {
129 $path_str = $this->parent_obj->getContextPath($a_set["obj_id"]);
136 if ($a_set["obj_id"] == $this->lm->getHeaderPage()) {
139 if ($a_set["obj_id"] == $this->lm->getFooterPage()) {
[all …]
/dports/www/ilias6/ILIAS-6.14/Modules/DataCollection/classes/Table/
H A Dclass.ilDclTableListTableGUI.php80 * @param ilDclTable $a_set
82 public function fillRow($a_set) argument
84 $this->tpl->setVariable("ID", $a_set->getId());
85 $this->tpl->setVariable("ORDER_NAME", "order[{$a_set->getId()}]");
86 $this->tpl->setVariable("ORDER_VALUE", $a_set->getOrder());
87 $this->tpl->setVariable("TITLE", $a_set->getTitle());
89 $this->ctrl->setParameterByClass('ildclfieldlistgui', 'table_id', $a_set->getId());
92 $this->tpl->setVariable("CHECKBOX_NAME_VISIBLE", 'visible[' . $a_set->getId() . ']');
93 if ($a_set->getIsVisible()) {
97 if ($a_set->getPublicCommentsEnabled()) {
[all …]
/dports/www/ilias6/ILIAS-6.14/Modules/Portfolio/classes/
H A Dclass.ilPortfolioTableGUI.php71 protected function fillRow($a_set) argument
77 $this->tpl->setVariable("VAL_ID", $a_set["id"]);
81 if (in_array($a_set["id"], $this->shared_objects)) {
88 $this->tpl->setVariable("VAL_ID", $a_set["id"]);
92 $this->tpl->setVariable("VAL_ID", $a_set["id"]);
95 ($a_set["is_online"]) ? " checked=\"checked\"" : ""
99 ($a_set["is_default"]) ? $lng->txt("yes") : ""
105 $ilCtrl->setParameterByClass("ilobjportfoliogui", "prt_id", $a_set["id"]);
124 if ($a_set["is_online"]) {
125 if (!$a_set["is_default"]) {
[all …]
/dports/www/ilias/ILIAS-5.4.25/Modules/Group/classes/
H A Dclass.ilGroupEditParticipantsTableGUI.php100 public function fillRow($a_set) argument
102 $this->tpl->setVariable('VAL_ID', $a_set['usr_id']);
103 $this->tpl->setVariable('VAL_NAME', $a_set['lastname'] . ', ' . $a_set['firstname']);
105 $this->tpl->setVariable('VAL_LOGIN', $a_set['login']);
108 $this->tpl->setVariable('VAL_ACCESS', $a_set['access_time']);
110 … $this->tpl->setVariable('VAL_CONTACT_CHECKED', $a_set['contact'] ? 'checked="checked"' : '');
111 $this->tpl->setVariable('VAL_NOTIFICATION_ID', $a_set['usr_id']);
112 …$this->tpl->setVariable('VAL_NOTIFICATION_CHECKED', $a_set['notification'] ? 'checked="checked"' :…
116 $assigned = $this->participants->getAssignedRoles($a_set['usr_id']);

12345678910>>...31