Home
last modified time | relevance | path

Searched refs:load (Results 1 – 25 of 704) sorted by relevance

12345678910>>...29

/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Extension/
H A DSandboxTest.php55 $twig->load('1_child')->render([]);
68 $twig->load('1_basic1')->render(self::$params);
81 $twig->load('1_basic2')->render(self::$params);
93 $twig->load('1_basic3')->render(self::$params);
105 $twig->load('1_basic4')->render(self::$params);
121 $twig->load('index')->render(self::$params);
155 $this->assertEquals($output, $twig->load('index')->render(self::$params));
191 $twig->load('1_basic7')->render(self::$params);
203 $twig->load('1_range_operator')->render(self::$params);
278 $twig->load('3_basic')->render(self::$params);
[all …]
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/
H A DPublicKeyLoader.php41 public static function load($key, $password = false) function in phpseclib3\\Crypt\\PublicKeyLoader
44 return EC::load($key, $password);
49 return RSA::load($key, $password);
54 return DSA::load($key, $password);
81 $key = self::load($key, $password);
97 $key = self::load($key);
113 $key = self::load($key);
/plugin/swiftmail/
H A DSwift.php14 Swift_ClassLoader::load("Swift_LogContainer");
15 Swift_ClassLoader::load("Swift_ConnectionBase");
16 Swift_ClassLoader::load("Swift_BadResponseException");
17 Swift_ClassLoader::load("Swift_Cache");
18 Swift_ClassLoader::load("Swift_CacheFactory");
19 Swift_ClassLoader::load("Swift_Message");
20 Swift_ClassLoader::load("Swift_RecipientList");
21 Swift_ClassLoader::load("Swift_BatchMailer");
22 Swift_ClassLoader::load("Swift_Events");
23 Swift_ClassLoader::load("Swift_Events_Listener");
[all …]
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/
H A DTemplateWrapperTest.php27 $wrapper = $twig->load('index');
32 $wrapper = $twig->load('index_with_use');
37 $wrapper = $twig->load('index_with_extends');
50 $wrapper = $twig->load('index');
61 $wrapper = $twig->load('index');
H A DErrorTest.php53 $template = $twig->load('index.html');
81 $template = $twig->load('index.html');
98 $template = $twig->load('index.html');
117 $template = $twig->load('index.html');
139 $template = $twig->load('index');
H A DFactoryRuntimeLoaderTest.php20 $this->assertInstanceOf('stdClass', $loader->load('stdClass'));
27 $this->assertNull($loader->load('stdClass'));
/plugin/findologicxmlexport/vendor/hoa/math/Test/Unit/Visitor/
H A DArithmetic.php62 Compiler\Llk\Llk::load(
70 $compiler = Compiler\Llk\Llk::load(
107 … $compiler = Compiler\Llk\Llk::load(new File\Read('hoa://Library/Math/Arithmetic.pp')),
124 … $compiler = Compiler\Llk\Llk::load(new File\Read('hoa://Library/Math/Arithmetic.pp')),
141 … $compiler = Compiler\Llk\Llk::load(new File\Read('hoa://Library/Math/Arithmetic.pp')),
158 … $compiler = Compiler\Llk\Llk::load(new File\Read('hoa://Library/Math/Arithmetic.pp')),
173 … $compiler = Compiler\Llk\Llk::load(new File\Read('hoa://Library/Math/Arithmetic.pp')),
190 … $compiler = Compiler\Llk\Llk::load(new File\Read('hoa://Library/Math/Arithmetic.pp')),
207 … $compiler = Compiler\Llk\Llk::load(new File\Read('hoa://Library/Math/Arithmetic.pp')),
/plugin/jplayer/vendor/kriswallsmith/assetic/src/Assetic/Factory/
H A DLazyAssetManager.php102 $this->load();
120 $this->load();
146 public function load() function in Assetic\\Factory\\LazyAssetManager
160 … $this->formulae = array_replace($this->formulae, $this->loaders[$loader]->load($resource));
171 $this->load();
186 $this->load();
195 $this->load();
/plugin/swiftmail/Swift/Authenticator/PopB4Smtp/
H A DPop3Connection.php113 Swift_ClassLoader::load("Swift_ConnectionException");
135 Swift_ClassLoader::load("Swift_ConnectionException");
149 Swift_ClassLoader::load("Swift_ConnectionException");
164 Swift_ClassLoader::load("Swift_ConnectionException");
185 Swift_ClassLoader::load("Swift_ConnectionException");
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Bigquery/
H A DJobConfiguration.php134 public function setLoad(JobConfigurationLoad $load) argument
136 $this->load = $load;
143 return $this->load;
/plugin/fastwiki/
H A Dscript.js24 // On load initialization
57 m_browserHistory.init(load);
90 load(params['do'], null, params);
111 load(params['do'], null, params);
125 load('show');
151 load('edit', form, _formToObj(form));
156 m_cache.load(elt, m_browserHistory);
344 load('save', null, _formToObj($('#dw__editform')));
358 load('show');
374 load('sho
730 function load(page, sectionForm, params, force, callback) { global() function
[all...]
/plugin/log404/_test/
H A Dgeneral.test.php52 $log->load();
65 $log->load();
85 $log->load();
94 $log->load();
167 $log->load();
189 $log->load();
/plugin/booking/
H A Dscript.js5 $div.load(
19 $div.load(
25 $div.load(
/plugin/findologicxmlexport/vendor/jms/metadata/tests/Cache/
H A DDoctrineCacheAdapterTest.php29 $this->assertNull($cache->load(TestObject::class));
32 $this->assertEquals($metadata, $cache->load(TestObject::class));
35 $this->assertNull($cache->load(TestObject::class));
H A DPsrCacheAdapterTest.php29 $this->assertNull($cache->load(TestObject::class));
32 $this->assertEquals($metadata, $cache->load(TestObject::class));
35 $this->assertNull($cache->load(TestObject::class));
H A DFileCacheTest.php30 $this->assertNull($cache->load(TestObject::class));
33 $this->assertEquals($metadata, $cache->load(TestObject::class));
36 $this->assertNull($cache->load(TestObject::class));
/plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/Util/
H A DXMLTest.php52 PHPUnit_Util_XML::load('');
61 PHPUnit_Util_XML::load([1, 2, 3]);
70 PHPUnit_Util_XML::load(false);
/plugin/swiftmail/Swift/
H A DConnectionBase.php13 Swift_ClassLoader::load("Swift_LogContainer");
14 Swift_ClassLoader::load("Swift_Connection");
15 Swift_ClassLoader::load("Swift_ConnectionException");
H A DCacheFactory.php33 Swift_ClassLoader::load($name);
43 Swift_ClassLoader::load($className);
/plugin/findologicxmlexport/vendor/hoa/math/Test/Unit/
H A DIssue.php58 … $compiler = Compiler\Llk\Llk::load(new File\Read('hoa://Library/Math/Arithmetic.pp')),
72 … $compiler = Compiler\Llk\Llk::load(new File\Read('hoa://Library/Math/Arithmetic.pp')),
86 … $compiler = Compiler\Llk\Llk::load(new File\Read('hoa://Library/Math/Arithmetic.pp')),
/plugin/dw2pdf/vendor/mpdf/mpdf/src/Fonts/
H A DFontCache.php34 public function load($filename) function in Mpdf\\Fonts\\FontCache
36 return $this->cache->load($filename);
45 $this->memoryCache[$filename] = json_decode($this->load($filename), true);
/plugin/amcharts/assets/amcharts/plugins/dataloader/
H A Dreadme.md95 error | | Callback function to execute if file load fails
158 ### Can I also load event data the same way?
166 If you want to add additional headers to your data load HTTP requests, use
196 * "load"
212 "load": function ( options, chart ) {
311 * Added "progress" handler, which can be used to monitor data load progress
320 * Tweaks to allow better animation after data load on Pie chart
323 * Fixed error related to headers not being set when using standalone data load functions
354 …lete`, `load` and `error` properties that can be set with function handlers to be invoked on load
362 * Added global data load methods that can be used to load and parse data by code outside plugin
[all …]
/plugin/authucenter/lib/uc_client/control/
H A Dtag.php21 $this->load('tag');
22 $this->load('misc');
77 $this->load('note');
/plugin/swiftmail/Swift/Authenticator/
H A D@PopB4Smtp.php12 Swift_ClassLoader::load("Swift_Authenticator");
13 Swift_ClassLoader::load("Swift_LogContainer");
35 Swift_ClassLoader::load("Swift_Authenticator_PopB4Smtp_Pop3Connection");
/plugin/adminperm/
H A Dadmin.php51 $cnf = $this->load(true);
83 public function load($refresh = false) function in admin_plugin_adminperm
103 $orig = $this->load(true);

12345678910>>...29