| /plugin/asciidocjs/node_modules/pug-load/ |
| D | README.md | 1 # pug-load 5 … Status](https://img.shields.io/travis/pugjs/pug-load/master.svg)](https://travis-ci.org/pugjs/pug… 6 …dm.org/pugjs/pug/status.svg?path=packages/pug-load)](https://david-dm.org/pugjs/pug?path=packages/… 7 …rg/pugjs/pug/dev-status.svg?path=packages/pug-load)](https://david-dm.org/pugjs/pug?path=packages/… 8 [](https://www.npmjs.org/package/pug-load) 9 …s](https://img.shields.io/codecov/c/github/pugjs/pug-load.svg)](https://codecov.io/gh/pugjs/pug-lo… 13 npm install pug-load 18 var load = require('pug-load'); 21 ### `load(ast, options)` 22 ### `load.string(str, filename, options)` [all …]
|
| D | index.js | 8 module.exports = load; 9 function load(ast, options) { function 31 file.ast = load.string(str, assign({}, options, { 40 load.string = function loadString(src, options) { 46 return load(ast, options); 48 load.file = function loadFile(filename, options) { 53 return load.string(str, options); 56 load.resolve = function resolve(filename, source, options) { 68 load.read = function read(filename, options) { 72 load.validateOptions = function validateOptions(options) { [all …]
|
| /plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Extension/ |
| D | SandboxTest.php | 55 $twig->load('1_child')->render([]); 61 …$this->assertEquals('FOO', $twig->load('1_basic')->render(self::$params), 'Sandbox does nothing if… 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)); 175 …$this->assertEquals('foo', $twig->load('1_basic5')->render(self::$params), 'Sandbox allow some met… 183 …$this->assertEquals('foo', $twig->load('1_basic5')->render(self::$params), 'Sandbox allows __toStr… [all …]
|
| /plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/ |
| 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/ |
| 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/ |
| 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');
|
| 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');
|
| /plugin/findologicxmlexport/vendor/hoa/math/Test/Unit/Visitor/ |
| 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/ |
| 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/asciidocjs/node_modules/once/ |
| D | README.md | 10 function load (file, cb) { 12 loader.load('file') 13 loader.once('load', cb) 24 function load (file, cb) { 26 loader.load('file') 27 loader.once('load', cb) 43 function load (cb) {
|
| /plugin/swiftmail/Swift/Authenticator/PopB4Smtp/ |
| 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/fastwiki/ |
| D | script.js | 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('show'); 460 load(m_origViewMode); [all …]
|
| /plugin/authgooglesheets/vendor/google/apiclient-services/src/Bigquery/ |
| D | JobConfiguration.php | 134 public function setLoad(JobConfigurationLoad $load) argument 136 $this->load = $load; 143 return $this->load;
|
| /plugin/log404/_test/ |
| D | general.test.php | 52 $log->load(); 65 $log->load(); 85 $log->load(); 94 $log->load(); 167 $log->load(); 189 $log->load();
|
| /plugin/booking/ |
| D | script.js | 5 $div.load( 19 $div.load( 25 $div.load(
|
| /plugin/findologicxmlexport/vendor/jms/metadata/tests/Cache/ |
| 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));
|
| 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));
|
| 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/ |
| 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/ |
| D | ConnectionBase.php | 13 Swift_ClassLoader::load("Swift_LogContainer"); 14 Swift_ClassLoader::load("Swift_Connection"); 15 Swift_ClassLoader::load("Swift_ConnectionException");
|
| /plugin/amcharts/assets/amcharts/plugins/dataloader/ |
| D | readme.md | 95 error | | Callback function to execute if file load fails 99 load | | Callback function to execute when file is successfully loaded (might be invoked multiple t… 102 progress | | Set this to function reference to track progress of the load. The function will be pas… 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 [all …]
|
| /plugin/findologicxmlexport/vendor/hoa/math/Test/Unit/ |
| 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/ |
| 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/authucenter/lib/uc_client/control/ |
| D | tag.php | 21 $this->load('tag'); 22 $this->load('misc'); 77 $this->load('note');
|
| /plugin/scrape/vendor/ezyang/htmlpurifier/library/HTMLPurifier/ |
| D | Language.php | 73 public function load() function in HTMLPurifier_Language 94 $this->load(); 110 $this->load(); 151 $this->load();
|