Home
last modified time | relevance | path

Searched refs:factory (Results 126 – 150 of 330) sorted by relevance

12345678910>>...14

/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Framework/
H A DTestCase.php523 throw PHPUnit_Util_InvalidArgumentHelper::factory(2, 'string');
553 throw PHPUnit_Util_InvalidArgumentHelper::factory(2, 'string');
570 throw PHPUnit_Util_InvalidArgumentHelper::factory(1, 'string');
606 throw PHPUnit_Util_InvalidArgumentHelper::factory(1, 'string');
620 throw PHPUnit_Util_InvalidArgumentHelper::factory(1, 'string');
632 throw PHPUnit_Util_InvalidArgumentHelper::factory(1, 'boolean');
865 $php = PHPUnit_Util_PHP::factory();
1264 throw PHPUnit_Util_InvalidArgumentHelper::factory(1, 'boolean');
1278 throw PHPUnit_Util_InvalidArgumentHelper::factory(1, 'boolean');
1371 throw PHPUnit_Util_InvalidArgumentHelper::factory(1, 'string');
[all …]
/plugin/findologicxmlexport/vendor/phpunit/phpunit-mock-objects/src/Framework/MockObject/
H A DGenerator.php155 throw PHPUnit_Util_InvalidArgumentHelper::factory(1, 'array or string');
159 throw PHPUnit_Util_InvalidArgumentHelper::factory(4, 'string');
163 throw PHPUnit_Util_InvalidArgumentHelper::factory(2, 'array', $methods);
373 throw PHPUnit_Util_InvalidArgumentHelper::factory(1, 'string');
377 throw PHPUnit_Util_InvalidArgumentHelper::factory(3, 'string');
436 throw PHPUnit_Util_InvalidArgumentHelper::factory(1, 'string');
440 throw PHPUnit_Util_InvalidArgumentHelper::factory(3, 'string');
497 throw PHPUnit_Util_InvalidArgumentHelper::factory(1, 'string');
501 throw PHPUnit_Util_InvalidArgumentHelper::factory(3, 'string');
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/TextUI/
H A DResultPrinter.php133 throw PHPUnit_Util_InvalidArgumentHelper::factory(2, 'boolean');
139 throw PHPUnit_Util_InvalidArgumentHelper::factory(
146 throw PHPUnit_Util_InvalidArgumentHelper::factory(4, 'boolean');
150 throw PHPUnit_Util_InvalidArgumentHelper::factory(5, 'integer or "max"');
154 throw PHPUnit_Util_InvalidArgumentHelper::factory(6, 'boolean');
/plugin/yuriigantt/3rd/dhtmlxgantt/sources/ext/
H A Ddhtmlxgantt_smart_rendering.js13 (function webpackUniversalModuleDefinition(root, factory) {
15 module.exports = factory();
17 define("ext/dhtmlxgantt_smart_rendering", [], factory);
19 exports["ext/dhtmlxgantt_smart_rendering"] = factory();
21 root["ext/dhtmlxgantt_smart_rendering"] = factory();
H A Ddhtmlxgantt_multiselect.js13 (function webpackUniversalModuleDefinition(root, factory) {
15 module.exports = factory();
17 define("ext/dhtmlxgantt_multiselect", [], factory);
19 exports["ext/dhtmlxgantt_multiselect"] = factory();
21 root["ext/dhtmlxgantt_multiselect"] = factory();
H A Ddhtmlxgantt_quick_info.js13 (function webpackUniversalModuleDefinition(root, factory) {
15 module.exports = factory();
17 define("ext/dhtmlxgantt_quick_info", [], factory);
19 exports["ext/dhtmlxgantt_quick_info"] = factory();
21 root["ext/dhtmlxgantt_quick_info"] = factory();
/plugin/findologicxmlexport/vendor/jms/serializer/tests/Handler/
H A DFormErrorHandlerTest.php46 protected $factory; variable in JMS\\Serializer\\Tests\\Handler\\FormErrorHandlerTest
55 … $this->factory = $this->getMockBuilder('Symfony\Component\Form\FormFactoryInterface')->getMock();
63 $this->factory = null;
248 return new FormBuilder($name, $dataClass, $dispatcher ?: $this->dispatcher, $this->factory);
/plugin/elasticsearch/vendor/ezimuel/guzzlestreams/tests/
H A DAsyncReadStreamTest.php19 Stream::factory(),
29 Stream::factory(),
36 $a = new AsyncReadStream(Stream::factory(), [
H A DInflateStreamTest.php13 $a = Stream::factory($content);
/plugin/jplayer/vendor/kriswallsmith/assetic/src/Assetic/Filter/
H A DLessFilter.php167 public function getChildren(AssetFactory $factory, $content, $loadPath = null) argument
192 $coll = $factory->createAsset($file, array(), array('root' => $loadPath));
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/src/Elasticsearch/ConnectionPool/
H A DSniffingConnectionPool.php43 public function __construct($connections, SelectorInterface $selector, ConnectionFactoryInterface $factory, $connectionPoolParams) argument
45 parent::__construct($connections, $selector, $factory, $connectionPoolParams);
/plugin/revealjs/plugin/markdown/
H A Dmarkdown.js6 (function( root, factory ) {
9 root.RevealMarkdown = factory( root.marked );
11 module.exports = factory( require( './marked' ) );
14 root.RevealMarkdown = factory( root.marked );
/plugin/bez/action/
H A Ddefault.php328 $threads = $this->get_model()->factory('thread')->get_all(array(
352 $threads = $this->get_model()->factory('thread')->get_all(array(
398 $tasks = $this->get_model()->factory('task')->get_all(array(
420 $tasks = $this->get_model()->factory('task')->get_all(array(
/plugin/photogallery/lightGallery/js/
H A Dlg-video.js5 (function (root, factory) {
9 return (factory());
15 module.exports = factory();
17 factory();
/plugin/bez/ctl/
H A Dunsubscribe.php10 $this->model->factory('subscription')->mute($_GET['t'])
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/
H A DReporting.php98 public function factory($type) function in PHP_CodeSniffer_Reporting
156 $reportClass = $this->factory($report);
226 $reportClass = $this->factory($report);
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/
H A DEd25519.php111 $y = $this->factory->newInteger($y);
250 if (!isset($this->factory)) {
290 if (!isset($this->factory)) {
/plugin/combo/ComboStrap/
H A DCron.php19 $cron = CronExpression::factory($cronExpression);
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Framework/Constraint/
H A DCallback.php26 throw PHPUnit_Util_InvalidArgumentHelper::factory(
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Util/
H A DInvalidArgumentHelper.php24 public static function factory($argument, $type, $value = null) function in PHPUnit_Util_InvalidArgumentHelper
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Extensions/
H A DPhptTestSuite.php35 throw PHPUnit_Util_InvalidArgumentHelper::factory(1, 'directory name');
/plugin/elasticsearch/vendor/ezimuel/guzzlestreams/src/
H A DLazyOpenStream.php35 return Stream::factory(Utils::open($this->filename, $this->mode));
/plugin/elasticsearch/vendor/ezimuel/guzzlestreams/tests/Exception/
H A DSeekExceptionTest.php12 $s = Stream::factory('foo');
/plugin/findologicxmlexport/vendor/phpunit/phpunit-mock-objects/src/Framework/MockObject/Matcher/
H A DMethodName.php36 throw PHPUnit_Util_InvalidArgumentHelper::factory(1, 'string');
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Runner/Filter/
H A DFactory.php39 public function factory(Iterator $iterator, PHPUnit_Framework_TestSuite $suite) function in PHPUnit_Runner_Filter_Factory

12345678910>>...14