Home
last modified time | relevance | path

Searched refs:factory (Results 101 – 125 of 330) sorted by relevance

12345678910>>...14

/plugin/pureldap/vendor/freedsx/sasl/src/FreeDSx/Sasl/Challenge/
H A DDigestMD5Challenge.php46 protected $factory; variable in FreeDSx\\Sasl\\Challenge\\DigestMD5Challenge
60 $this->factory = new DigestMD5MessageFactory();
163 $response = $this->factory->create(
243 return $this->factory->create(
258 $this->challenge = $this->factory->create(
/plugin/jplayer/vendor/kriswallsmith/assetic/src/Assetic/Filter/
H A DScssphpFilter.php124 public function getChildren(AssetFactory $factory, $content, $loadPath = null) argument
139 … $children[] = $child = $factory->createAsset($file, array(), array('root' => $loadPath));
141 … $children = array_merge($children, $this->getChildren($factory, $child->getContent(), $loadPath));
H A DCallablesFilter.php54 public function getChildren(AssetFactory $factory, $content, $loadPath = null) argument
57 return $callable($factory, $content, $loadPath);
H A DLessphpFilter.php128 public function getChildren(AssetFactory $factory, $content, $loadPath = null) argument
153 $coll = $factory->createAsset($file, array(), array('root' => $loadPath));
/plugin/photogallery/lightGallery/js/
H A Dlg-autoplay.js5 (function (root, factory) {
9 return (factory(a0));
15 module.exports = factory(require('jquery'));
17 factory(jQuery);
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/
H A DCurve448.php31 $this->a24 = $this->factory->newInteger(new BigInteger('39081'));
32 $this->p = [$this->factory->newInteger(new BigInteger(5))];
H A DCurve25519.php27 $this->a24 = $this->factory->newInteger(new BigInteger('121666'));
28 $this->p = [$this->factory->newInteger(new BigInteger(9))];
H A DEd448.php67 $y = $this->factory->newInteger($y);
190 if (!isset($this->factory)) {
228 if (!isset($this->factory)) {
/plugin/findologicxmlexport/vendor/jms/serializer/src/
H A DSerializer.php31 private $factory; variable in JMS\\Serializer\\Serializer
69 MetadataFactoryInterface $factory, argument
77 $this->factory = $factory;
236 $this->factory
H A DSerializationContext.php33 …torInterface $visitor, GraphNavigatorInterface $navigator, MetadataFactoryInterface $factory): void argument
35 parent::initialize($format, $visitor, $navigator, $factory);
/plugin/yuriigantt/3rd/dhtmlxgantt/sources/ext/
H A Ddhtmlxgantt_csp.js13 (function webpackUniversalModuleDefinition(root, factory) {
15 module.exports = factory();
17 define("ext/dhtmlxgantt_csp", [], factory);
19 exports["ext/dhtmlxgantt_csp"] = factory();
21 root["ext/dhtmlxgantt_csp"] = factory();
H A Ddhtmlxgantt_fullscreen.js13 (function webpackUniversalModuleDefinition(root, factory) {
15 module.exports = factory();
17 define("ext/dhtmlxgantt_fullscreen", [], factory);
19 exports["ext/dhtmlxgantt_fullscreen"] = factory();
21 root["ext/dhtmlxgantt_fullscreen"] = factory();
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/BaseCurves/
H A DKoblitzPrime.php79 $factory = new PrimeField($this->order);
80 $tempOne = $factory->newInteger($one);
81 $tempTwo = $factory->newInteger($two);
82 $tempThree = $factory->newInteger(new BigInteger(3));
164 $nscalars[$pos] = $this->factory->newInteger($k1);
168 $nscalars[$pos] = $this->factory->newInteger($k2);
/plugin/findologicxmlexport/vendor/jms/serializer/tests/
H A DSerializerBuilderTest.php52 $factory = $this->getField($serializer, 'factory');
53 self::assertAttributeSame(false, 'debug', $factory);
54 self::assertAttributeNotSame(null, 'cache', $factory);
282 $factory = $this->getField($builder->build(), 'factory');
284 return $this->getField($factory, 'includeInterfaces');
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/src/Elasticsearch/ConnectionPool/
H A DStaticNoPingConnectionPool.php42 public function __construct($connections, SelectorInterface $selector, ConnectionFactoryInterface $factory, $connectionPoolParams) argument
44 parent::__construct($connections, $selector, $factory, $connectionPoolParams);
H A DStaticConnectionPool.php42 public function __construct($connections, SelectorInterface $selector, ConnectionFactoryInterface $factory, $connectionPoolParams) argument
44 parent::__construct($connections, $selector, $factory, $connectionPoolParams);
/plugin/combo/vendor/dragonmantank/cron-expression/
H A DREADME.md33 $cron = Cron\CronExpression::factory('@daily');
39 $cron = Cron\CronExpression::factory('3-59/15 2,6-12 */15 1 2-5');
43 $cron = Cron\CronExpression::factory('@daily');
47 $cron = Cron\CronExpression::factory('@monthly');
/plugin/findologicxmlexport/vendor/phpunit/php-file-iterator/src/
H A DFacade.php35 $factory = new File_Iterator_Factory;
36 $iterator = $factory->getFileIterator(
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Framework/Constraint/
H A DTraversableContains.php44 throw PHPUnit_Util_InvalidArgumentHelper::factory(2, 'boolean');
48 throw PHPUnit_Util_InvalidArgumentHelper::factory(3, 'boolean');
/plugin/jplayer/vendor/kriswallsmith/assetic/src/Assetic/Filter/Sass/
H A DBaseSassFilter.php25 public function getChildren(AssetFactory $factory, $content, $loadPath = null) argument
62 $coll = $factory->createAsset($file, array(), array('root' => $loadPath));
/plugin/findologicxmlexport/vendor/sebastian/comparator/
H A DREADME.md27 $factory = new Factory;
28 $comparator = $factory->getComparatorFor($date1, $date2);
/plugin/widearea/widearea/
H A Dwidearea.js9 (function (root, factory) {
12 factory(exports);
15 define(['exports'], factory);
18 factory(root);
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/
H A Dconfiguration.asciidoc23 * <<connection-factory>>
50 include::connection-factory.asciidoc[]
/plugin/elasticsearch/vendor/ezimuel/guzzlestreams/tests/
H A DFnStreamTest.php56 $a = Stream::factory('foo');
83 $a = Stream::factory('foo');
/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/src/Handler/
H A DCurlFactory.php91 * @param CurlFactoryInterface $factory Dictates how the handle is released
98 CurlFactoryInterface $factory argument
105 return self::finishError($handler, $easy, $factory);
109 $factory->release($easy);
137 CurlFactoryInterface $factory argument
146 $factory->release($easy);

12345678910>>...14