Home
last modified time | relevance | path

Searched refs:a_mode (Results 1 – 25 of 752) sorted by relevance

12345678910>>...31

/dports/www/ilias/ILIAS-5.4.25/Services/Tracking/classes/
H A Dclass.ilLPStatusFactory.php23 public static function _getClassById($a_obj_id, $a_mode = null) argument
25 if ($a_mode === null) {
28 $a_mode = $olp->getCurrentMode();
39 if (array_key_exists($a_mode, $map)) {
40 $class = $map[$a_mode];
58 echo "ilLPStatusFactory: unknown type " . $a_mode;
86 if ($a_mode === null) {
89 $a_mode = $olp->getCurrentMode();
94 if (array_key_exists($a_mode, $map)) {
95 $class = $map[$a_mode];
[all …]
H A Dclass.ilLPObjSettings.php179 public function setMode($a_mode) argument
181 $this->obj_mode = $a_mode;
333 public static function _mode2Text($a_mode) argument
339 if (array_key_exists($a_mode, self::$map) &&
340 is_array(self::$map[$a_mode])) {
341 return $lng->txt(self::$map[$a_mode][1]);
345 public static function _mode2InfoText($a_mode) argument
351 if (array_key_exists($a_mode, self::$map) &&
352 is_array(self::$map[$a_mode])) {
353 $info = $lng->txt(self::$map[$a_mode][2]);
[all …]
/dports/www/ilias6/ILIAS-6.14/Services/Tracking/classes/
H A Dclass.ilLPStatusFactory.php23 public static function _getClassById($a_obj_id, $a_mode = null) argument
25 if ($a_mode === null) {
28 $a_mode = $olp->getCurrentMode();
39 if (array_key_exists($a_mode, $map)) {
40 $class = $map[$a_mode];
58 echo "ilLPStatusFactory: unknown type " . $a_mode;
86 if ($a_mode === null) {
89 $a_mode = $olp->getCurrentMode();
94 if (array_key_exists($a_mode, $map)) {
95 $class = $map[$a_mode];
[all …]
H A Dclass.ilLPObjSettings.php220 public function setMode($a_mode) argument
222 $this->obj_mode = $a_mode;
374 public static function _mode2Text($a_mode) argument
380 if (array_key_exists($a_mode, self::$map) &&
381 is_array(self::$map[$a_mode])) {
382 return $lng->txt(self::$map[$a_mode][1]);
386 public static function _mode2InfoText($a_mode) argument
392 if (array_key_exists($a_mode, self::$map) &&
393 is_array(self::$map[$a_mode])) {
394 $info = $lng->txt(self::$map[$a_mode][2]);
[all …]
/dports/lang/python-legacy/Python-2.7.18/Modules/
H A Dcgen.py197 for a_type, a_mode, a_factor, a_sub in database:
198 if a_mode == 's':
200 elif a_mode == 'r':
204 raise arg_error, ('bad a_mode', a_mode)
207 a_type, a_mode, a_factor, a_sub)
264 if a_mode == 's':
278 if a_mode == 'i':
297 elif a_mode == 's':
341 if a_mode == 'r' and not a_factor:
367 if a_mode == 'r':
[all …]
/dports/lang/python27/Python-2.7.18/Modules/
H A Dcgen.py197 for a_type, a_mode, a_factor, a_sub in database:
198 if a_mode == 's':
200 elif a_mode == 'r':
204 raise arg_error, ('bad a_mode', a_mode)
207 a_type, a_mode, a_factor, a_sub)
264 if a_mode == 's':
278 if a_mode == 'i':
297 elif a_mode == 's':
341 if a_mode == 'r' and not a_factor:
367 if a_mode == 'r':
[all …]
/dports/biology/gemma/GEMMA-0.98.3/src/
H A Dparam.cpp512 if (a_mode != 1 && a_mode != 2 && a_mode != 3 && a_mode != 4 && a_mode != 5 && in CheckParam()
513 a_mode != 11 && a_mode != 12 && a_mode != 13 && a_mode != 14 && in CheckParam()
514 a_mode != 15 && a_mode != 21 && a_mode != 22 && a_mode != 25 && in CheckParam()
515 a_mode != 26 && a_mode != 27 && a_mode != 28 && a_mode != 31 && in CheckParam()
516 a_mode != 41 && a_mode != 42 && a_mode != 43 && a_mode != 51 && in CheckParam()
517 a_mode != 52 && a_mode != 53 && a_mode != 54 && a_mode != 61 && in CheckParam()
518 a_mode != 62 && a_mode != 63 && a_mode != 66 && a_mode != 67 && in CheckParam()
847 a_mode != 43 && a_mode != 5 && a_mode != 61 && a_mode != 62 && in CheckParam()
949 if ((a_mode == 1 || a_mode == 2 || a_mode == 3 || a_mode == 4 || in CheckParam()
962 if ((a_mode == 11 || a_mode == 12 || a_mode == 13 || a_mode == 14 || in CheckParam()
[all …]
H A Dgemma.cpp2057 if (cPar.a_mode == 51 || cPar.a_mode == 52 || cPar.a_mode == 53 || in BatchRun()
2097 if (cPar.a_mode == 61 || cPar.a_mode == 62 || cPar.a_mode == 63) { in BatchRun()
2778 if (cPar.a_mode == 1 || cPar.a_mode == 2 || cPar.a_mode == 3 || in BatchRun()
2855 if (cPar.a_mode == 11 || cPar.a_mode == 12 || cPar.a_mode == 13) { in BatchRun()
2964 if (cPar.a_mode == 14 || cPar.a_mode == 15 || cPar.a_mode == 16) { in BatchRun()
3306 if (cPar.a_mode == 25 || cPar.a_mode == 26 || cPar.a_mode == 27 || in WriteLog()
3379 if (cPar.a_mode == 1 || cPar.a_mode == 2 || cPar.a_mode == 3 || in WriteLog()
3380 cPar.a_mode == 4 || cPar.a_mode == 5 || cPar.a_mode == 11 || in WriteLog()
3505 if (cPar.a_mode == 11 || cPar.a_mode == 12 || cPar.a_mode == 13 || in WriteLog()
3532 cPar.a_mode == 13 || cPar.a_mode == 14 || cPar.a_mode == 16) { in WriteLog()
[all …]
H A Dlm.cpp50 a_mode = cPar.a_mode; in CopyFromParam()
98 if (a_mode == 51) { in WriteFiles()
104 } else if (a_mode == 52) { in WriteFiles()
106 } else if (a_mode == 53) { in WriteFiles()
112 } else if (a_mode == 54) { in WriteFiles()
128 if (a_mode == 51) { in WriteFiles()
162 if (a_mode == 51) { in WriteFiles()
168 } else if (a_mode == 52) { in WriteFiles()
170 } else if (a_mode == 53) { in WriteFiles()
176 } else if (a_mode == 54) { in WriteFiles()
[all …]
/dports/www/ilias/ILIAS-5.4.25/Modules/DataCollection/classes/Fields/
H A Dclass.ilDclFieldEditGUI.php216 * @param string $a_mode values: create | edit
218 public function initForm($a_mode = "create") argument
227 if ($a_mode == "edit") {
273 if ($a_mode == "edit") {
292 * @param string $a_mode values: create | update
294 public function save($a_mode = "create") argument
303 if ($this->checkInput($a_mode)) {
324 if ($a_mode == "update") {
336 if ($a_mode == "update") {
358 protected function checkInput($a_mode) argument
[all …]
/dports/www/ilias6/ILIAS-6.14/Modules/DataCollection/classes/Fields/
H A Dclass.ilDclFieldEditGUI.php215 * @param string $a_mode values: create | edit
217 public function initForm($a_mode = "create") argument
225 if ($a_mode == "edit") {
271 if ($a_mode == "edit") {
290 * @param string $a_mode values: create | update
292 public function save($a_mode = "create") argument
301 if ($this->checkInput($a_mode)) {
322 if ($a_mode == "update") {
334 if ($a_mode == "update") {
356 protected function checkInput($a_mode) argument
[all …]
/dports/www/ilias/ILIAS-5.4.25/Services/Tracking/classes/collection/
H A Dclass.ilLPCollection.php20 public function __construct($a_obj_id, $a_mode) argument
23 $this->mode = $a_mode;
30 public static function getInstanceByMode($a_obj_id, $a_mode) argument
34 switch ($a_mode) {
38 return new ilLPCollectionOfRepositoryObjects($a_obj_id, $a_mode);
42 return new ilLPCollectionOfObjectives($a_obj_id, $a_mode);
46 return new ilLPCollectionOfSCOs($a_obj_id, $a_mode);
51 return new ilLPCollectionOfLMChapters($a_obj_id, $a_mode);
55 return new ilLPCollectionOfMediaObjects($a_obj_id, $a_mode);
/dports/www/ilias6/ILIAS-6.14/Services/Tracking/classes/collection/
H A Dclass.ilLPCollection.php20 public function __construct($a_obj_id, $a_mode) argument
23 $this->mode = $a_mode;
30 public static function getInstanceByMode($a_obj_id, $a_mode) argument
34 switch ($a_mode) {
38 return new ilLPCollectionOfRepositoryObjects($a_obj_id, $a_mode);
42 return new ilLPCollectionOfObjectives($a_obj_id, $a_mode);
46 return new ilLPCollectionOfSCOs($a_obj_id, $a_mode);
51 return new ilLPCollectionOfLMChapters($a_obj_id, $a_mode);
55 return new ilLPCollectionOfMediaObjects($a_obj_id, $a_mode);
/dports/www/ilias/ILIAS-5.4.25/Services/COPage/classes/
H A Dclass.ilPCQuestion.php297 public function modifyPageContentPostXsl($a_output, $a_mode) argument
321 $qhtml = $this->getQuestionJsOfPage(($a_mode == "edit") ? true : false, $a_mode);
366 public function getJavascriptFiles($a_mode) argument
382 …if (!$this->getPage()->getPageConfig()->getEnableSelfAssessmentScorm() && $a_mode != IL_PAGE_PREVI…
383 && $a_mode != "offline") {
393 public function getCssFiles($a_mode) argument
405 public function getOnloadCode($a_mode) argument
414 && $a_mode != "offline") {
483 public function getQuestionJsOfPage($a_no_interaction, $a_mode) argument
492 if ($a_mode == "offline") {
[all …]
H A Dclass.ilPageComponentPlugin.php88 public function getJavascriptFiles($a_mode) argument
96 public function getCssFiles($a_mode) argument
104 * @param string $a_mode Mode
106 final public function setMode($a_mode) argument
108 $this->mode = $a_mode;
/dports/www/ilias6/ILIAS-6.14/Services/COPage/classes/
H A Dclass.ilPCQuestion.php294 public function modifyPageContentPostXsl($a_output, $a_mode, $a_abstract_only = false) argument
318 $qhtml = $this->getQuestionJsOfPage(($a_mode == "edit") ? true : false, $a_mode);
363 public function getJavascriptFiles($a_mode) argument
379 …if (!$this->getPage()->getPageConfig()->getEnableSelfAssessmentScorm() && $a_mode != ilPageObjectG…
380 && $a_mode != "offline") {
390 public function getCssFiles($a_mode) argument
403 public function getOnloadCode($a_mode) argument
412 && $a_mode != "offline") {
481 public function getQuestionJsOfPage($a_no_interaction, $a_mode) argument
490 if ($a_mode == "offline") {
[all …]
H A Dclass.ilPageComponentPlugin.php88 public function getJavascriptFiles($a_mode) argument
96 public function getCssFiles($a_mode) argument
104 * @param string $a_mode Mode
106 final public function setMode($a_mode) argument
108 $this->mode = $a_mode;
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/lib/gitlab/diff/position_tracer/
H A Dline_strategy.rb92 c_mode = cd_diff&.a_mode || d_mode
123 a_mode = diff_file&.a_mode
125 ac_diff = ac_diffs.diff_file_with_old_path(a_path, a_mode)
128 c_mode = ac_diff&.b_mode || a_mode
160 a_mode = diff_file&.a_mode
163 ac_diff = ac_diffs.diff_file_with_old_path(a_path, a_mode)
166 c_mode = ac_diff&.b_mode || a_mode
/dports/www/ilias/ILIAS-5.4.25/Modules/StudyProgramme/classes/model/
H A Dclass.ilStudyProgramme.php287 * @param integer $a_mode - one of self::$MODES
290 public function setLPMode($a_mode) argument
292 $a_mode = (int) $a_mode;
293 if (!in_array($a_mode, self::$MODES)) {
295 . "'$a_mode'");
297 $this->lp_mode = $a_mode;
/dports/www/ilias6/ILIAS-6.14/Modules/StudyProgramme/classes/model/Settings/
H A Dclass.ilStudyProgrammeSettings.php182 * @param integer $a_mode - one of self::$MODES
185 public function setLPMode(int $a_mode) : ilStudyProgrammeSettings argument
187 $a_mode = (int) $a_mode;
188 if (!in_array($a_mode, self::$MODES)) {
190 . "'$a_mode'");
192 $this->lp_mode = $a_mode;
/dports/www/ilias/ILIAS-5.4.25/Modules/DataCollection/classes/Table/
H A Dclass.ilDclTableEditGUI.php200 * @param string $a_mode
212 if ($a_mode != 'create') {
298 if ($a_mode == "edit") {
306 if ($a_mode == "edit") {
329 public function save($a_mode = "create") argument
341 $this->initForm($a_mode);
343 if ($this->checkInput($a_mode)) {
344 if ($a_mode != "update") {
377 if ($a_mode == "update") {
401 protected function checkInput($a_mode) argument
[all …]
/dports/www/ilias6/ILIAS-6.14/Modules/DataCollection/classes/Table/
H A Dclass.ilDclTableEditGUI.php202 * @param string $a_mode
213 if ($a_mode != 'create') {
301 if ($a_mode == "edit") {
309 if ($a_mode == "edit") {
332 public function save($a_mode = "create") argument
344 $this->initForm($a_mode);
346 if ($this->checkInput($a_mode)) {
347 if ($a_mode != "update") {
380 if ($a_mode == "update") {
404 protected function checkInput($a_mode) argument
[all …]
/dports/www/ilias/ILIAS-5.4.25/Services/LearningHistory/classes/
H A Dclass.ilPCLearningHistory.php182 public function modifyPageContentPostXsl($a_html, $a_mode) argument
205 $this->getPresentation($from, $to, $classes, $a_mode) .
232 protected function getPresentation($from, $to, $classes, $a_mode) : string argument
234 if ($a_mode == "preview" || $a_mode == "presentation" || $a_mode == "print") {
257 … $tpl->setVariable("LHIST", $hist_gui->getEmbeddedHtml($from_unix, $to_unix, $classes, $a_mode));
/dports/www/ilias6/ILIAS-6.14/Services/LearningHistory/classes/
H A Dclass.ilPCLearningHistory.php179 public function modifyPageContentPostXsl($a_html, $a_mode, $a_abstract_only = false) argument
202 $this->getPresentation($from, $to, $classes, $a_mode) .
229 protected function getPresentation($from, $to, $classes, $a_mode) : string argument
231 if ($a_mode == "preview" || $a_mode == "presentation" || $a_mode == "print") {
254 … $tpl->setVariable("LHIST", $hist_gui->getEmbeddedHtml($from_unix, $to_unix, $classes, $a_mode));
/dports/www/ilias/ILIAS-5.4.25/Modules/LearningModule/classes/
H A Dclass.ilContObjectExport.php28 public function __construct(&$a_cont_obj, $a_mode = "xml", $a_lang = "") argument
39 $this->mode = $a_mode;
89 public function buildExportFile($a_mode = "") argument
105 return $this->buildExportFileXML($a_mode);
113 public function buildExportFileXML($a_mode = "") argument
115 if (in_array($a_mode, array("master", "masternomedia"))) {
119 $conf->setMasterLanguageOnly(true, ($a_mode == "master"));

12345678910>>...31