__ __ __ __ _____ _ _ _____ _ _ _ | \/ | \ \ / / | __ \ (_) | | / ____| | | | | | \ / |_ __\ V / | |__) | __ ___ ____ _| |_ ___ | (___ | |__ ___| | | | |\/| | '__|> < | ___/ '__| \ \ / / _` | __/ _ \ \___ \| '_ \ / _ \ | | | | | | |_ / . \ | | | | | |\ V / (_| | || __/ ____) | | | | __/ | | |_| |_|_(_)_/ \_\ |_| |_| |_| \_/ \__,_|\__\___| |_____/|_| |_|\___V 2.1 if you need WebShell for Seo everyday contact me on Telegram Telegram Address : @jackleetFor_More_Tools:
<?php
namespace Moodle;
/**
* Handles Ajax functionality that must be implemented separately for each of the
* H5P plugins
*/
interface H5PEditorAjaxInterface {
/**
* Gets latest library versions that exists locally
*
* @return array Latest version of all local libraries
*/
public function getLatestLibraryVersions();
/**
* Get locally stored Content Type Cache. If machine name is provided
* it will only get the given content type from the cache
*
* @param $machineName
*
* @return array|object|null Returns results from querying the database
*/
public function getContentTypeCache($machineName = NULL);
/**
* Gets recently used libraries for the current author
*
* @return array machine names. The first element in the array is the
* most recently used.
*/
public function getAuthorsRecentlyUsedLibraries();
/**
* Checks if the provided token is valid for this endpoint
*
* @param string $token The token that will be validated for.
*
* @return bool True if successful validation
*/
public function validateEditorToken($token);
/**
* Get translations for a language for a list of libraries
*
* @param array $libraries An array of libraries, in the form "<machineName> <majorVersion>.<minorVersion>
* @param string $language_code
* @return array
*/
public function getTranslations($libraries, $language_code);
}
| Name | Type | Size | Permission | Actions |
|---|---|---|---|---|
| ckeditor | Folder | 0777 |
|
|
| ckeditor5 | Folder | 0777 |
|
|
| images | Folder | 0777 |
|
|
| language | Folder | 0777 |
|
|
| libs | Folder | 0777 |
|
|
| scripts | Folder | 0777 |
|
|
| styles | Folder | 0777 |
|
|
| README.md | File | 624 B | 0777 |
|
| composer.json | File | 928 B | 0777 |
|
| h5peditor-ajax.class.php | File | 14.93 KB | 0777 |
|
| h5peditor-ajax.interface.php | File | 1.4 KB | 0777 |
|
| h5peditor-file.class.php | File | 6.14 KB | 0777 |
|
| h5peditor-storage.interface.php | File | 3.07 KB | 0777 |
|
| h5peditor.class.php | File | 27.03 KB | 0777 |
|
| package-lock.json | File | 80.27 KB | 0777 |
|
| package.json | File | 703 B | 0777 |
|
| readme_moodle.txt | File | 1.75 KB | 0777 |
|
| webpack.config.js | File | 2.08 KB | 0777 |
|