Home
last modified time | relevance | path

Searched refs:cached_libraries (Results 1 – 4 of 4) sorted by relevance

/dports/www/tikiwiki/tiki-21.2/vendor_bundled/vendor/h5p/h5p-editor/
H A Dh5peditor.class.php485 $cached_libraries = $this->ajaxInterface->getContentTypeCache();
489 foreach ($cached_libraries as &$result) {
516 $cached_libraries = $this->getUserSpecificContentTypeCache();
517 $this->mergeLocalLibsIntoCachedLibs($latest_local_libraries, $cached_libraries);
518 return $cached_libraries;
586 * @param array $cached_libraries Cached libraries from the H5P hub
588 public function mergeLocalLibsIntoCachedLibs($local_libraries, &$cached_libraries) { argument
607 foreach ($cached_libraries as &$cached_lib) {
677 $cached_libraries[] = $local_only_lib;
683 foreach ($cached_libraries as &$lib) {
/dports/www/moodle311/moodle/h5p/h5plib/v124/joubel/editor/
H A Dh5peditor.class.php515 $cached_libraries = $this->ajaxInterface->getContentTypeCache();
519 foreach ($cached_libraries as &$result) {
546 $cached_libraries = $this->getUserSpecificContentTypeCache();
547 $this->mergeLocalLibsIntoCachedLibs($latest_local_libraries, $cached_libraries);
548 return $cached_libraries;
616 * @param array $cached_libraries Cached libraries from the H5P hub
618 public function mergeLocalLibsIntoCachedLibs($local_libraries, &$cached_libraries) { argument
637 foreach ($cached_libraries as &$cached_lib) {
707 $cached_libraries[] = $local_only_lib;
713 foreach ($cached_libraries as &$lib) {
/dports/www/moodle310/moodle/h5p/h5plib/v124/joubel/editor/
H A Dh5peditor.class.php515 $cached_libraries = $this->ajaxInterface->getContentTypeCache();
519 foreach ($cached_libraries as &$result) {
546 $cached_libraries = $this->getUserSpecificContentTypeCache();
547 $this->mergeLocalLibsIntoCachedLibs($latest_local_libraries, $cached_libraries);
548 return $cached_libraries;
616 * @param array $cached_libraries Cached libraries from the H5P hub
618 public function mergeLocalLibsIntoCachedLibs($local_libraries, &$cached_libraries) { argument
637 foreach ($cached_libraries as &$cached_lib) {
707 $cached_libraries[] = $local_only_lib;
713 foreach ($cached_libraries as &$lib) {
/dports/www/moodle39/moodle/h5p/h5plib/v124/joubel/editor/
H A Dh5peditor.class.php511 $cached_libraries = $this->ajaxInterface->getContentTypeCache();
515 foreach ($cached_libraries as &$result) {
542 $cached_libraries = $this->getUserSpecificContentTypeCache();
543 $this->mergeLocalLibsIntoCachedLibs($latest_local_libraries, $cached_libraries);
544 return $cached_libraries;
612 * @param array $cached_libraries Cached libraries from the H5P hub
614 public function mergeLocalLibsIntoCachedLibs($local_libraries, &$cached_libraries) { argument
633 foreach ($cached_libraries as &$cached_lib) {
703 $cached_libraries[] = $local_only_lib;
709 foreach ($cached_libraries as &$lib) {