Home
last modified time | relevance | path

Searched refs:factory (Results 76 – 100 of 330) sorted by relevance

12345678910>>...14

/plugin/elasticsearch/vendor/ezimuel/guzzlestreams/tests/
H A DNoSeekStreamTest.php28 $s = Stream::factory('foo');
36 $s1 = Stream::factory('foo');
37 $s2 = Stream::factory('bar');
H A DCachingStreamTest.php24 $this->decorated = Stream::factory('testing');
36 $body = Stream::factory('test');
55 $a = Stream::factory('foo');
89 $decorated = Stream::factory(
134 $a = Stream::factory($s);
/plugin/bez/tpl/
H A Dstart.php3 <?php if ($tpl->factory('thread')->permission() >= BEZ_TABLE_PERMISSION_INSERT): ?>
8 <?php if ($tpl->factory('thread')->permission() >= BEZ_TABLE_PERMISSION_INSERT): ?>
14 <?php if ($tpl->factory('task')->permission() >= BEZ_TABLE_PERMISSION_INSERT): ?>
/plugin/photogallery/lightGallery/js/
H A Dlg-pager.js5 (function (root, factory) {
9 return (factory(a0));
15 module.exports = factory(require('jquery'));
17 factory(jQuery);
H A Dlg-share.js5 (function (root, factory) {
9 return (factory(a0));
15 module.exports = factory(require('jquery'));
17 factory(jQuery);
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/src/Elasticsearch/ConnectionPool/
H A DAbstractConnectionPool.php64 * @param ConnectionFactoryInterface $factory ConnectionFactory instance
67 public function __construct(array $connections, SelectorInterface $selector, ConnectionFactoryInterface $factory, array $connectionPoolParams) argument
86 $this->connectionFactory = $factory;
H A DSimpleConnectionPool.php32 public function __construct($connections, SelectorInterface $selector, ConnectionFactoryInterface $factory, $connectionPoolParams) argument
34 parent::__construct($connections, $selector, $factory, $connectionPoolParams);
/plugin/barcodes/vendor/jucksearm/php-barcode/tests/
H A DDatamatrixTest.php21 $data = $this->class->factory()->setCode('https://github.com/jucksearm/php-barcode')
40 $data = $this->class->factory()->setCode('https://github.com/jucksearm/php-barcode')
58 $data = $this->class->factory()->setCode('https://github.com/jucksearm/php-barcode')
H A DPDF417Test.php21 $data = $this->class->factory()->setCode('https://github.com/jucksearm/php-barcode')
40 $data = $this->class->factory()->setCode('https://github.com/jucksearm/php-barcode')
58 $data = $this->class->factory()->setCode('https://github.com/jucksearm/php-barcode')
H A DQRcodeTest.php21 $data = $this->class->factory()->setCode('https://github.com/jucksearm/php-barcode')
42 $data = $this->class->factory()->setCode('https://github.com/jucksearm/php-barcode')
60 $data = $this->class->factory()->setCode('https://github.com/jucksearm/php-barcode')
H A DBarcodeTest.php21 $data = $this->class->factory()->setCode('https://github.com/jucksearm/php-barcode')
43 $data = $this->class->factory()->setCode('https://github.com/jucksearm/php-barcode')
63 $data = $this->class->factory()->setCode('https://github.com/jucksearm/php-barcode')
/plugin/elasticsearch/vendor/ezimuel/ringphp/src/Client/
H A DCurlMultiHandler.php23 private $factory; variable in GuzzleHttp\\Ring\\Client\\CurlMultiHandler
50 $this->factory = isset($options['handle_factory'])
82 $factory = $this->factory;
83 $result = $factory($request);
/plugin/jplayer/vendor/kriswallsmith/assetic/
H A DREADME.md179 $factory->setAssetManager($am);
180 $factory->setFilterManager($fm);
181 $factory->setDebug(true);
183 $css = $factory->createAsset(array(
236 $factory->setAssetManager($am);
237 $factory->setFilterManager($fm);
238 $factory->setDebug(true);
239 $factory->addWorker(new CacheBustingWorker());
241 $css = $factory->createAsset(array(
290 to what the asset factory uses:
[all …]
/plugin/findologicxmlexport/vendor/doctrine/instantiator/src/Doctrine/Instantiator/
H A DInstantiator.php54 $factory = self::$cachedInstantiators[$className];
56 return $factory();
69 $factory = self::$cachedInstantiators[$className] = $this->buildFactory($className);
70 $instance = $factory();
/plugin/jplayer/vendor/kriswallsmith/assetic/src/Assetic/Factory/Worker/
H A DWorkerInterface.php28 * @param AssetFactory $factory The factory
32 public function process(AssetInterface $asset, AssetFactory $factory); argument
/plugin/jplayer/vendor/kriswallsmith/assetic/src/Assetic/Filter/
H A DDependencyExtractorInterface.php27 * @param AssetFactory $factory The asset factory
33 public function getChildren(AssetFactory $factory, $content, $loadPath = null); argument
H A DSassphpFilter.php67 public function getChildren(AssetFactory $factory, $content, $loadPath = null) argument
101 … $child = $factory->createAsset($file, array(), array('root' => $includePath));
106 $this->getChildren($factory, $child->getContent(), $includePath)
/plugin/combo/vendor/antlr/antlr4-php-runtime/src/
H A DTokenSource.php72 * @param TokenFactory $factory The {@see TokenFactory} to use
75 public function setTokenFactory(TokenFactory $factory) : void; argument
H A DLexer.php36 protected $factory; variable in Antlr\\Antlr4\\Runtime\\Lexer
119 $this->factory = CommonTokenFactory::default();
281 return $this->factory;
284 public function setTokenFactory(TokenFactory $factory) : void argument
286 $this->factory = $factory;
320 * custom Token objects or provide a new factory.
324 $token = $this->factory->createEx(
348 $eof = $this->factory->createEx(
/plugin/batchedit/
H A Djs.cookie.js8 ;(function (factory) {
11 define(factory);
15 module.exports = factory();
20 var api = window.Cookies = factory();
/plugin/bez/syntax/
H A Dstruct.php94 $factory = $model->factory($schema);
95 $search = new BezSearch($data, $factory);
/plugin/yuriigantt/3rd/dhtmlxgantt/sources/ext/
H A Ddhtmlxgantt_marker.js13 (function webpackUniversalModuleDefinition(root, factory) {
15 module.exports = factory();
17 define("ext/dhtmlxgantt_marker", [], factory);
19 exports["ext/dhtmlxgantt_marker"] = factory();
21 root["ext/dhtmlxgantt_marker"] = factory();
/plugin/socialshareprivacy2/JC/
H A Djquery.cookie.js8 (function (factory) {
11 define(['jquery'], factory);
14 factory(jQuery);
/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/src/Handler/
H A DCurlMultiHandler.php21 private $factory; variable in GuzzleHttp\\Handler\\CurlMultiHandler
41 $this->factory = isset($options['handle_factory'])
83 $easy = $this->factory->create($request, $options);
201 $this->factory
/plugin/findologicxmlexport/vendor/phpdocumentor/reflection-docblock/
H A DREADME.md24 instantiated using its `createInstance` factory method like this:
27 $factory = \phpDocumentor\Reflection\DocBlockFactory::createInstance();
30 Then we can use the `create` method of the factory to interpret the DocBlock.
47 $docblock = $factory->create($docComment);

12345678910>>...14