Home
last modified time | relevance | path

Searched refs:stripSlashesAddSpaceFallback (Results 1 – 16 of 16) sorted by relevance

/dports/www/ilias/ILIAS-5.4.25/Services/Form/classes/
H A Dclass.ilTextInputGUI.php268 … $_POST[$this->getPostVar()] = $this->stripSlashesAddSpaceFallback($_POST[$this->getPostVar()]);
290 $_POST[$this->getPostVar()][$idx] = $this->stripSlashesAddSpaceFallback($value);
H A Dclass.ilFormPropertyGUI.php507 public function stripSlashesAddSpaceFallback($a_str) function in ilFormPropertyGUI
H A Dclass.ilTextAreaInputGUI.php436 : $this->stripSlashesAddSpaceFallback($_POST[$this->getPostVar()]);
/dports/www/ilias6/ILIAS-6.14/Services/Form/classes/
H A Dclass.ilTextInputGUI.php268 … $_POST[$this->getPostVar()] = $this->stripSlashesAddSpaceFallback($_POST[$this->getPostVar()]);
290 $_POST[$this->getPostVar()][$idx] = $this->stripSlashesAddSpaceFallback($value);
H A Dclass.ilFormPropertyGUI.php507 public function stripSlashesAddSpaceFallback($a_str) function in ilFormPropertyGUI
H A Dclass.ilTextAreaInputGUI.php436 : $this->stripSlashesAddSpaceFallback($_POST[$this->getPostVar()]);
/dports/www/ilias/ILIAS-5.4.25/Modules/SurveyQuestionPool/classes/
H A Dclass.SurveyTextQuestion.php340 …$entered_value = $this->stripSlashesAddSpaceFallback($post_data[$this->getId() . "_text_question"]…
H A Dclass.SurveyMatrixQuestion.php1052 …? $this->stripSlashesAddSpaceFallback($post_data['matrix_other_' . $this->getId() . '_' . $matches…
1066 …? $this->stripSlashesAddSpaceFallback($post_data['matrix_other_' . $this->getId() . '_' . $matches…
H A Dclass.SurveyMultipleChoiceQuestion.php448 …a[$this->getId() . "_" . $entered_value . "_other"]) ? $this->stripSlashesAddSpaceFallback($post_d…
H A Dclass.SurveySingleChoiceQuestion.php554 …$this->stripSlashesAddSpaceFallback($post_data[$this->getId() . "_" . $entered_value . "_other"]) …
H A Dclass.SurveyQuestion.php2148 public function stripSlashesAddSpaceFallback($a_str) function in SurveyQuestion
/dports/www/ilias6/ILIAS-6.14/Modules/SurveyQuestionPool/Questions/
H A Dclass.SurveyTextQuestion.php313 …$entered_value = $this->stripSlashesAddSpaceFallback($post_data[$this->getId() . "_text_question"]…
H A Dclass.SurveyMatrixQuestion.php1025 …? $this->stripSlashesAddSpaceFallback($post_data['matrix_other_' . $this->getId() . '_' . $matches…
1039 …? $this->stripSlashesAddSpaceFallback($post_data['matrix_other_' . $this->getId() . '_' . $matches…
H A Dclass.SurveyMultipleChoiceQuestion.php422 …a[$this->getId() . "_" . $entered_value . "_other"]) ? $this->stripSlashesAddSpaceFallback($post_d…
H A Dclass.SurveySingleChoiceQuestion.php527 …$this->stripSlashesAddSpaceFallback($post_data[$this->getId() . "_" . $entered_value . "_other"]) …
H A Dclass.SurveyQuestion.php2118 public function stripSlashesAddSpaceFallback($a_str) function in SurveyQuestion