Home
last modified time | relevance | path

Searched refs:load (Results 151 – 175 of 704) sorted by relevance

12345678910>>...29

/plugin/corsharing/
H A DREADME.md4 to permits client visiting another website to load some data from your dokuwiki website.
H A Dplugin.info.txt6 … enable CORS http headers to permits web client visiting other website to load some data from your…
/plugin/swiftmail/Swift/Plugin/
H A DDecorator.php13 Swift_ClassLoader::load("Swift_Events_BeforeSendListener");
14 Swift_ClassLoader::load("Swift_Plugin_Decorator_Replacements");
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Cache/
H A DFilesystemTest.php49 $this->cache->load($key);
60 $this->cache->load($key);
/plugin/swiftmail/Swift/Message/
H A DHeaders.php120 Swift_ClassLoader::load("Swift_Message_Encoder");
285 Swift_ClassLoader::load("Swift_Message_Encoder");
372 Swift_ClassLoader::load("Swift_Message_Encoder");
491 Swift_ClassLoader::load("Swift_Message_Encoder");
H A DImage.php13 Swift_ClassLoader::load("Swift_Message_EmbeddedFile");
/plugin/jplayer/vendor/kriswallsmith/assetic/src/Assetic/Asset/
H A DStringAsset.php41 public function load(FilterInterface $additionalFilter = null) function in Assetic\\Asset\\StringAsset
H A DAssetCollection.php134 public function load(FilterInterface $additionalFilter = null) function in Assetic\\Asset\\AssetCollection
139 $asset->load($additionalFilter);
/plugin/swiftmail/Swift/Cache/
H A DJointOutputStream.php12 Swift_ClassLoader::load("Swift_Cache_OutputStream");
H A DMemory.php12 Swift_ClassLoader::load("Swift_Cache");
/plugin/swiftmail/Swift/Log/
H A DDefaultLog.php13 Swift_ClassLoader::load("Swift_Log");
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/Formats/Signature/
H A DASN1.php41 public static function load($sig) function in phpseclib3\\Crypt\\EC\\Formats\\Signature\\ASN1
/plugin/achart/
H A Dscript.js18 var options = jsyaml.load(decodeURIComponent(escape(atob(adata))));
/plugin/jplayer/vendor/happyworm/jplayer/src/actionscript/happyworm/jPlayer/
H A DJplayerMp3.as115 …// Using a timer rather than Flash's load progress event, because that event gave data at about 20…
209 public function load():Boolean { method in happyworm.jPlayer.JplayerMp3
214 mySound.load(myRequest, myContext);
236 return load();
265 …myStatus.playOnLoad = false; // Reset flag in case load/play issued immediately before this comman…
295 …if(time > 0) { // We do not want the stop() command, which does pause(0), causing a load operation.
296 return load();
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/DSA/Formats/Signature/
H A DASN1.php41 public static function load($sig) function in phpseclib3\\Crypt\\DSA\\Formats\\Signature\\ASN1
/plugin/combo/resources/snippet/js/
H A Dlozad-raster.js1 window.addEventListener("load", function () {
4 load: function (el) {
/plugin/odt/action/
H A Dcache.php38 $this->config->load($warning);
/plugin/mermaid/
H A Daction.php14 $controller->register_hook('TPL_METAHEADER_OUTPUT', 'BEFORE', $this, 'load');
17 public function load(Doku_Event $event, $param) function in action_plugin_mermaid
/plugin/components/lib/
H A Dajax_manager.php40 $this->load($path, $call);
/plugin/authucenter/lib/uc_client/control/
H A Dmail.php24 $this->load('mail');
/plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/Regression/GitHub/
H A D797.phpt2 GH-797: Disabled $preserveGlobalState does not load bootstrap.php.
/plugin/findologicxmlexport/vendor/hoa/compiler/Test/Integration/
H A DDocumentation.php111 $compiler = LUT\Llk::load($grammar)
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/Formats/Keys/
H A DMontgomeryPublic.php47 public static function load($key, $password = '') function in phpseclib3\\Crypt\\EC\\Formats\\Keys\\MontgomeryPublic
/plugin/evesso/phpoauthlib/src/OAuth/Common/
H A DAutoLoader.php41 public function load($class) function in OAuth\\Common\\AutoLoader
/plugin/oauth/vendor/lusitanian/oauth/src/OAuth/Common/
H A DAutoLoader.php25 * @param string $namespace The prefixed namespace this instance will load
35 * Try to load a class
37 * @param string $class The class name to load
41 public function load($class) function in OAuth\\Common\\AutoLoader
69 return spl_autoload_register(array($this, 'load'));
79 return spl_autoload_unregister(array($this, 'load'));

12345678910>>...29