Home
last modified time | relevance | path

Searched refs:editorframework (Results 1 – 6 of 6) sorted by relevance

/dports/www/moodle310/moodle/h5p/tests/
H A Deditor_framework_test.php43 protected $editorframework; variable in core_h5p\\editor_framework_testcase
53 $this->editorframework = new editor_framework();
109 … $json = $this->editorframework->getLanguage($machinename, $majorversion, $minorversion, $lang);
276 …$langs = $this->editorframework->getAvailableLanguages($machinename, $majorversion, $minorversion);
375 $libraries = $this->editorframework->getLibraries();
387 $libraries = $this->editorframework->getLibraries($librariessubset);
/dports/www/moodle39/moodle/h5p/tests/
H A Deditor_framework_test.php43 protected $editorframework; variable in core_h5p\\editor_framework_testcase
53 $this->editorframework = new editor_framework();
109 … $json = $this->editorframework->getLanguage($machinename, $majorversion, $minorversion, $lang);
276 …$langs = $this->editorframework->getAvailableLanguages($machinename, $majorversion, $minorversion);
375 $libraries = $this->editorframework->getLibraries();
387 $libraries = $this->editorframework->getLibraries($librariessubset);
/dports/www/moodle311/moodle/h5p/tests/
H A Deditor_framework_test.php43 protected $editorframework; variable in core_h5p\\editor_framework_test
58 $this->editorframework = new editor_framework();
114 … $json = $this->editorframework->getLanguage($machinename, $majorversion, $minorversion, $lang);
281 …$langs = $this->editorframework->getAvailableLanguages($machinename, $majorversion, $minorversion);
380 $libraries = $this->editorframework->getLibraries();
392 $libraries = $this->editorframework->getLibraries($librariessubset);
/dports/www/moodle310/moodle/h5p/classes/
H A Dfactory.php65 protected $editorframework; variable in core_h5p\\factory
170 if (empty($this->editorframework)) {
171 $this->editorframework = new editor_framework();
179 …$this->editor = new H5peditor($this->get_core(), $this->editorframework, $this->editorajaxinterfac…
/dports/www/moodle311/moodle/h5p/classes/
H A Dfactory.php65 protected $editorframework; variable in core_h5p\\factory
170 if (empty($this->editorframework)) {
171 $this->editorframework = new editor_framework();
179 …$this->editor = new H5peditor($this->get_core(), $this->editorframework, $this->editorajaxinterfac…
/dports/www/moodle39/moodle/h5p/classes/
H A Dfactory.php65 protected $editorframework; variable in core_h5p\\factory
170 if (empty($this->editorframework)) {
171 $this->editorframework = new editor_framework();
179 …$this->editor = new H5peditor($this->get_core(), $this->editorframework, $this->editorajaxinterfac…