Home
last modified time | relevance | path

Searched refs:load (Results 26 – 50 of 704) sorted by relevance

12345678910>>...29

/plugin/authgooglesheets/vendor/google/apiclient-services/src/Bigquery/
H A DJobStatistics.php149 public function setLoad(JobStatistics3 $load) argument
151 $this->load = $load;
158 return $this->load;
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/RSA/Formats/Keys/
H A DPKCS8.php76 public static function load($key, $password = '') function in phpseclib3\\Crypt\\RSA\\Formats\\Keys\\PKCS8
90 $key = parent::load($key, $password);
104 $result = $components + PKCS1::load($key[$type . 'Key']);
/plugin/jplayer/vendor/mustache/mustache/src/Mustache/Loader/
H A DCascadingLoader.php57 public function load($name) function in Mustache_Loader_CascadingLoader
61 return $loader->load($name);
/plugin/swiftmail/Swift/Message/
H A DMime.php13 Swift_ClassLoader::load("Swift_File");
14 Swift_ClassLoader::load("Swift_Message_MimeException");
107 Swift_ClassLoader::load("Swift_Message_Headers");
109 Swift_ClassLoader::load("Swift_CacheFactory");
223 Swift_ClassLoader::load("Swift_Message_Encoder");
281 Swift_ClassLoader::load("Swift_Message_Encoder");
282 Swift_ClassLoader::load("Swift_Cache_JointOutputStream");
/plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/Framework/
H A DAssertTest.php704 PHPUnit_Util_XML::load('<root></root>'),
705 PHPUnit_Util_XML::load('<bar/>'),
708 PHPUnit_Util_XML::load('<foo attr1="bar"/>'),
709 PHPUnit_Util_XML::load('<foo attr1="foobar"/>'),
712 PHPUnit_Util_XML::load('<foo> bar </foo>'),
713 PHPUnit_Util_XML::load('<foo />'),
720 PHPUnit_Util_XML::load('<foo> bar </foo>'),
721 PHPUnit_Util_XML::load('<foo> bir </foo>'),
824 PHPUnit_Util_XML::load('<root></root>'),
825 PHPUnit_Util_XML::load('<root/>'),
[all …]
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Util/
H A DFileloader.php36 self::load($includePathFilename);
48 public static function load($filename) function in PHPUnit_Util_Fileloader
/plugin/log404/
H A Dhelper.php30 public function load() { function in helper_plugin_log404
91 $this->load();
109 $this->load();
/plugin/batchedit/
H A Dconfig.php45 $this->load($options);
91 $this->load($cookie);
97 private function load($options) { function in BatcheditConfig
/plugin/localization/
H A Daction.php41 $local = $this->load($conf['lang']);
51 private function load($lang) function in action_plugin_localization
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/Formats/Keys/
H A DPKCS1.php60 public static function load($key, $password = '') function in phpseclib3\\Crypt\\EC\\Formats\\Keys\\PKCS1
72 $decoded = parent::load($matches[0], $password);
88 $decoded = parent::load($matches[0], '');
118 $key = parent::load($key, $password);
H A DPuTTY.php65 public static function load($key, $password = '') function in phpseclib3\\Crypt\\EC\\Formats\\Keys\\PuTTY
67 $components = parent::load($key, $password);
75 … $components = OpenSSH::load($components['type'] . ' ' . $temp . ' ' . $components['comment']);
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/
H A DDH.php325 public static function load($key, $password = false) function in phpseclib3\\Crypt\\DH
328 return EC::load($key, $password);
332 return parent::load($key, $password);
401 return self::load($key, 'PKCS1');
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Fixtures/tests/
H A Ddefined_for_blocks_with_template.test11 'included_loaded' => $twig->load('included.twig'),
12 'included_loaded_internal' => $twig->load('included.twig'),
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Fixtures/functions/
H A Dblock_with_template.test14 'included_loaded' => $twig->load('included.twig'),
15 'included_loaded_internal' => $twig->load('included.twig'),
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/
H A DContainerRuntimeLoaderTest.php27 $this->assertInstanceOf('stdClass', $loader->load('stdClass'));
40 $this->assertNull($loader->load('Foo'));
H A DFileCachingTest.php47 $this->env->load($name);
59 $this->env->load($name);
/plugin/acknowledge/
H A Dscript.js61 $aContainer.load(
70 $aContainer.load(
/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/src/Cookie/
H A DSessionCookieJar.php28 $this->load();
58 protected function load() function in GuzzleHttp\\Cookie\\SessionCookieJar
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/DH/Formats/Keys/
H A DPKCS1.php48 public static function load($key, $password = '') function in phpseclib3\\Crypt\\DH\\Formats\\Keys\\PKCS1
50 $key = parent::load($key, $password);
/plugin/findologicxmlexport/vendor/hoa/compiler/Test/Integration/Llk/
H A DDocumentation.php67 $compiler = LUT\Llk::load($grammar)
104 $compiler = LUT\Llk::load($grammar)
140 $compiler = LUT\Llk::load($grammar)
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/Common/
H A DAsymmetricKey.php165 public static function load($key, $password = false) function in phpseclib3\\Crypt\\Common\\AsymmetricKey
175 $components = $format::load($key, $password);
208 $key = self::load($key, $password);
224 $key = self::load($key);
240 $key = self::load($key);
263 $components = $format::load($key, $password);
/plugin/swiftmail/Swift/Plugin/
H A DBandwidthMonitor.php12 Swift_ClassLoader::load("Swift_Events_CommandListener");
13 Swift_ClassLoader::load("Swift_Events_ResponseListener");
/plugin/s5reloaded/ui/effects_support/
H A Dscriptaculous.js41 load: function() { method in Scriptaculous
68 Scriptaculous.load();
/plugin/refnotes/
H A Dconfig.php30 self::$section[$sectionName] = self::load($sectionName);
44 public static function load($sectionName) { function in refnotes_configuration
/plugin/jplayer/vendor/kriswallsmith/assetic/src/Assetic/Factory/Loader/
H A DCachedFormulaLoader.php48 public function load(ResourceInterface $resources) function in Assetic\\Factory\\Loader\\CachedFormulaLoader
59 $formulae += $this->loader->load($resource);

12345678910>>...29