Home
last modified time | relevance | path

Searched refs:json_structure (Results 1 – 5 of 5) sorted by relevance

/dports/science/py-abipy/abipy-0.9.0/dash_app/
H A Dapp.py254 def update_gs_input(spin_mode, kppra, gs_type, json_structure): argument
255 if not json_structure: return structure_undefined_error()
257 structure = abilab.mjson_loads(json_structure)
294 def update_convert_page(output_format, json_structure): argument
295 if not json_structure: return structure_undefined_error()
296 structure = abilab.mjson_loads(json_structure)
312 if not json_structure: return structure_undefined_error()
313 structure = abilab.mjson_loads(json_structure)
341 def update_kpath_page(kpath_fmt, kpath_line_density, json_structure): argument
342 if not json_structure: return structure_undefined_error()
[all …]
/dports/www/ilias/ILIAS-5.4.25/Modules/LearningSequence/classes/Player/
H A Dclass.ilLSTOCGUI.php31 public function withStructure(string $json_structure) argument
35 json_decode($json_structure, true)
/dports/www/ilias6/ILIAS-6.14/Modules/LearningSequence/classes/Player/
H A Dclass.ilLSTOCGUI.php31 public function withStructure(string $json_structure) argument
35 json_decode($json_structure, true)
/dports/www/ilias/ILIAS-5.4.25/Modules/TestQuestionPool/classes/
H A Dclass.assLongMenu.php15 private $json_structure; variable in assLongMenu
123 return $this->json_structure;
127 * @param mixed $json_structure
129 public function setJsonStructure($json_structure) argument
131 $this->json_structure = $json_structure;
/dports/www/ilias6/ILIAS-6.14/Modules/TestQuestionPool/classes/
H A Dclass.assLongMenu.php15 private $json_structure; variable in assLongMenu
123 return $this->json_structure;
127 * @param mixed $json_structure
129 public function setJsonStructure($json_structure) argument
131 $this->json_structure = $json_structure;