Home
last modified time | relevance | path

Searched refs:load (Results 51 – 75 of 704) sorted by relevance

12345678910>>...29

/plugin/swiftmail/Swift/Connection/
H A DNativeMail.php12 Swift_ClassLoader::load("Swift_ConnectionBase");
13 Swift_ClassLoader::load("Swift_Plugin_MailSend");
/plugin/owncloud/
H A Dall.css15 .load {
16 background: url(images/load.gif) no-repeat center;
/plugin/dw2pdf/vendor/mpdf/mpdf/src/Gif/
H A DGif.php53 if (!$this->m_gfh->load($this->m_lpData, $len)) {
61 if (!$this->m_img->load($this->m_lpData, $imgLen)) {
H A DImageHeader.php52 function load($lpData, &$hdrLen) function in Mpdf\\Gif\\ImageHeader
74 if (!$this->m_colorTable->load(substr($lpData, $hdrLen), $this->m_nTableSize)) {
H A DFileHeader.php55 function load($lpData, &$hdrLen) function in Mpdf\\Gif\\FileHeader
81 if (!$this->m_colorTable->load(substr($lpData, $hdrLen), $this->m_nTableSize)) {
/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/src/Cookie/
H A DFileCookieJar.php31 $this->load($cookieFile);
73 public function load($filename) function in GuzzleHttp\\Cookie\\FileCookieJar
/plugin/findologicxmlexport/vendor/hoa/compiler/Test/Unit/Llk/
H A DLlk.php59 SUT::load($stream);
83 ->when($result = SUT::load($stream))
108 $parser = SUT::load($stream)
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/RSA/Formats/Keys/
H A DPSS.php107 public static function load($key, $password = '') function in phpseclib3\\Crypt\\RSA\\Formats\\Keys\\PSS
117 $key = parent::load($key, $password);
121 $result = $components + PKCS1::load($key[$type . 'Key']);
H A DPuTTY.php55 public static function load($key, $password = '') function in phpseclib3\\Crypt\\RSA\\Formats\\Keys\\PuTTY
62 $components = parent::load($key, $password);
/plugin/geophp/vendor/funiq/geophp/
H A DREADME.md29 $polygon = geoPHP::load('POLYGON((1 1,5 1,5 5,1 5,1 1),(2 2,2 3,3 3,3 2,2 2))','wkt');
47 $multipoint = geoPHP::load($json, 'json');
60 $geom = geoPHP::load($dbRow,'wkt');
64 $geom = geoPHP::load("GEOMETRYCOLLECTION(".$dbString1.",".$dbString2.")",'wkt');
68 $geom2 = geoPHP::load("GEOMETRYCOLLECTION(LINESTRING(1 1,5 1,5 5,1 5,1 1),LINESTRING(2 2,2 3,3 3,3 2,2 2))");
107 $geom = geoPHP::load($wkb, 'ewkb'); // We now a full geoPHP Geometry object
118 $geom = geoPHP::load($wkb, 'ewkb'); // We now have a geoPHP Geometry
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/
H A DEnvironmentTest.php108 $twig->load('index');
128 $twig->load('index');
136 $template = $twig->load('index');
241 $twig->load($templateName);
269 $twig->load($templateName);
297 $twig->load($templateName);
511 $twig->load('base.html.twig');
525 $twig->load('base1.html.twig');
/plugin/adminperm/
H A Daction.php46 $cnf = $plugin->load();
84 $cnf = $plugin->load();
/plugin/swiftmail/Swift/Plugin/
H A DConnectionRotator.php12 Swift_ClassLoader::load("Swift_Events_SendListener");
13 Swift_ClassLoader::load("Swift_Events_DisconnectListener");
H A DVerboseSending.php13 Swift_ClassLoader::load("Swift_Events_SendListener");
14 Swift_ClassLoader::load("Swift_Plugin_VerboseSending_DefaultView");
H A DThrottler.php12 Swift_ClassLoader::load("Swift_Plugin_BandwidthMonitor");
13 Swift_ClassLoader::load("Swift_Events_SendListener");
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/DSA/Formats/Keys/
H A DPuTTY.php60 public static function load($key, $password = '') function in phpseclib3\\Crypt\\DSA\\Formats\\Keys\\PuTTY
62 $components = parent::load($key, $password);
H A DOpenSSH.php48 public static function load($key, $password = '') function in phpseclib3\\Crypt\\DSA\\Formats\\Keys\\OpenSSH
50 $parsed = parent::load($key, $password);
/plugin/authucenter/lib/uc_client/model/
H A Dbase.php82 function load($model, $base = NULL) { function in base
115 $this->load('cache');
200 $this->load('note');
216 $this->load('mail');
/plugin/findologicxmlexport/vendor/hoa/consistency/Test/Unit/
H A DAutoloader.php156 ->when($result = $autoloader->load('Foo\Bar\Baz\Qux'))
166 ->when($result = $autoloader->load('Foo'))
190 ->when($result = $autoloader->load('Foo\Bar\Baz'))
212 ->when($result = $autoloader->load('Foo\Bar\Baz'))
/plugin/swiftmail/Swift/Message/
H A DEncoder.php13 Swift_ClassLoader::load("Swift_File");
154 Swift_ClassLoader::load("Swift_CacheFactory");
269 Swift_ClassLoader::load("Swift_CacheFactory");
300 Swift_ClassLoader::load("Swift_CacheFactory");
328 Swift_ClassLoader::load("Swift_CacheFactory");
H A DPart.php13 Swift_ClassLoader::load("Swift_Message_Mime");
43 Swift_ClassLoader::load("Swift_Message_Encoder");
/plugin/jplayer/vendor/kriswallsmith/assetic/src/Assetic/Asset/
H A DGlobAsset.php52 public function load(FilterInterface $additionalFilter = null) function in Assetic\\Asset\\GlobAsset
58 parent::load($additionalFilter);
/plugin/swiftmail/Swift/Cache/
H A DDisk.php12 Swift_ClassLoader::load("Swift_Cache");
62 Swift_ClassLoader::load("Swift_FileException");
/plugin/jplayer/vendor/mustache/mustache/src/Mustache/Cache/
H A DFilesystemCache.php46 public function load($key) function in Mustache_Cache_FilesystemCache
75 $this->load($key);
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Loader/
H A DFilesystemTest.php185 $template = $twig->load('blocks.html.twig');
188 $template = $twig->load('blocks.html.twig');
214 $template = $twig->load($templateName);

12345678910>>...29