/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Extension/ |
H A D | SandboxTest.php | 55 $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 D | PublicKeyLoader.php | 41 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 D | Swift.php | 14 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 D | TemplateWrapperTest.php | 27 $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 D | ErrorTest.php | 53 $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 D | FactoryRuntimeLoaderTest.php | 20 $this->assertInstanceOf('stdClass', $loader->load('stdClass')); 27 $this->assertNull($loader->load('stdClass'));
|
/plugin/findologicxmlexport/vendor/hoa/math/Test/Unit/Visitor/ |
H A D | Arithmetic.php | 62 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 D | LazyAssetManager.php | 102 $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 D | Pop3Connection.php | 113 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 D | JobConfiguration.php | 134 public function setLoad(JobConfigurationLoad $load) argument 136 $this->load = $load; 143 return $this->load;
|
/plugin/fastwiki/ |
H A D | script.js | 57 m_browserHistory.init(load); 90 load(params['do'], null, params); 111 load(params['do'], null, params); 125 load('show'); 358 load('show'); 374 load('show'); 460 load(m_origViewMode); 535 load('show'); 557 load('show'); 566 load('show'); [all …]
|
/plugin/log404/_test/ |
H A D | general.test.php | 52 $log->load(); 65 $log->load(); 85 $log->load(); 94 $log->load(); 167 $log->load(); 189 $log->load();
|
/plugin/booking/ |
H A D | script.js | 5 $div.load( 19 $div.load( 25 $div.load(
|
/plugin/findologicxmlexport/vendor/jms/metadata/tests/Cache/ |
H A D | DoctrineCacheAdapterTest.php | 29 $this->assertNull($cache->load(TestObject::class)); 32 $this->assertEquals($metadata, $cache->load(TestObject::class)); 35 $this->assertNull($cache->load(TestObject::class));
|
H A D | PsrCacheAdapterTest.php | 29 $this->assertNull($cache->load(TestObject::class)); 32 $this->assertEquals($metadata, $cache->load(TestObject::class)); 35 $this->assertNull($cache->load(TestObject::class));
|
H A D | FileCacheTest.php | 30 $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 D | XMLTest.php | 52 PHPUnit_Util_XML::load(''); 61 PHPUnit_Util_XML::load([1, 2, 3]); 70 PHPUnit_Util_XML::load(false);
|
/plugin/swiftmail/Swift/ |
H A D | ConnectionBase.php | 13 Swift_ClassLoader::load("Swift_LogContainer"); 14 Swift_ClassLoader::load("Swift_Connection"); 15 Swift_ClassLoader::load("Swift_ConnectionException");
|
H A D | CacheFactory.php | 33 Swift_ClassLoader::load($name); 43 Swift_ClassLoader::load($className);
|
/plugin/findologicxmlexport/vendor/hoa/math/Test/Unit/ |
H A D | Issue.php | 58 … $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 D | FontCache.php | 34 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 D | readme.md | 95 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 D | tag.php | 21 $this->load('tag'); 22 $this->load('misc'); 77 $this->load('note');
|
/plugin/swiftmail/Swift/Authenticator/ |
H A D | @PopB4Smtp.php | 12 Swift_ClassLoader::load("Swift_Authenticator"); 13 Swift_ClassLoader::load("Swift_LogContainer"); 35 Swift_ClassLoader::load("Swift_Authenticator_PopB4Smtp_Pop3Connection");
|
/plugin/adminperm/ |
H A D | admin.php | 51 $cnf = $this->load(true); 83 public function load($refresh = false) function in admin_plugin_adminperm 103 $orig = $this->load(true);
|