Home
last modified time | relevance | path

Searched refs:new (Results 76 – 100 of 1508) sorted by relevance

12345678910>>...61

/plugin/findologicxmlexport/vendor/phpunit/phpunit-mock-objects/tests/MockObject/Generator/
H A Dreturn_type_declarations_object_method.phpt19 $generator = new PHPUnit_Framework_MockObject_Generator;
57 new PHPUnit_Framework_MockObject_Invocation_Object(
72 $any = new PHPUnit_Framework_MockObject_Matcher_AnyInvokedCount;
85 …$this->__phpunit_invocationMocker = new PHPUnit_Framework_MockObject_InvocationMocker($this->__php…
H A Dreturn_type_declarations_void.phpt16 $generator = new PHPUnit_Framework_MockObject_Generator;
54 new PHPUnit_Framework_MockObject_Invocation_Object(
67 $any = new PHPUnit_Framework_MockObject_Matcher_AnyInvokedCount;
80 …$this->__phpunit_invocationMocker = new PHPUnit_Framework_MockObject_InvocationMocker($this->__php…
H A Dreturn_type_declarations_self.phpt16 $generator = new PHPUnit_Framework_MockObject_Generator;
54 new PHPUnit_Framework_MockObject_Invocation_Object(
69 $any = new PHPUnit_Framework_MockObject_Matcher_AnyInvokedCount;
82 …$this->__phpunit_invocationMocker = new PHPUnit_Framework_MockObject_InvocationMocker($this->__php…
H A D232.phpt43 $generator = new PHPUnit_Framework_MockObject_Generator;
81 new PHPUnit_Framework_MockObject_Invocation_Object(
96 $any = new PHPUnit_Framework_MockObject_Matcher_AnyInvokedCount;
109 …$this->__phpunit_invocationMocker = new PHPUnit_Framework_MockObject_InvocationMocker($this->__php…
H A Dnonexistent_class.phpt7 $generator = new PHPUnit_Framework_MockObject_Generator;
42 $any = new PHPUnit_Framework_MockObject_Matcher_AnyInvokedCount;
55 …$this->__phpunit_invocationMocker = new PHPUnit_Framework_MockObject_InvocationMocker($this->__php…
H A Dclass_call_parent_clone.phpt14 $generator = new PHPUnit_Framework_MockObject_Generator;
45 $any = new PHPUnit_Framework_MockObject_Matcher_AnyInvokedCount;
58 …$this->__phpunit_invocationMocker = new PHPUnit_Framework_MockObject_InvocationMocker($this->__php…
H A Dclass_dont_call_parent_constructor.phpt14 $generator = new PHPUnit_Framework_MockObject_Generator;
44 $any = new PHPUnit_Framework_MockObject_Matcher_AnyInvokedCount;
57 …$this->__phpunit_invocationMocker = new PHPUnit_Framework_MockObject_InvocationMocker($this->__php…
H A Dnonexistent_class_with_namespace_starting_with_separator.phpt7 $generator = new PHPUnit_Framework_MockObject_Generator;
48 $any = new PHPUnit_Framework_MockObject_Matcher_AnyInvokedCount;
61 …$this->__phpunit_invocationMocker = new PHPUnit_Framework_MockObject_InvocationMocker($this->__php…
H A Dclass_call_parent_constructor.phpt14 $generator = new PHPUnit_Framework_MockObject_Generator;
44 $any = new PHPUnit_Framework_MockObject_Matcher_AnyInvokedCount;
57 …$this->__phpunit_invocationMocker = new PHPUnit_Framework_MockObject_InvocationMocker($this->__php…
H A Dclass_dont_call_parent_clone.phpt14 $generator = new PHPUnit_Framework_MockObject_Generator;
44 $any = new PHPUnit_Framework_MockObject_Matcher_AnyInvokedCount;
57 …$this->__phpunit_invocationMocker = new PHPUnit_Framework_MockObject_InvocationMocker($this->__php…
H A Dnamespaced_class_call_parent_constructor.phpt16 $generator = new \PHPUnit_Framework_MockObject_Generator;
46 $any = new PHPUnit_Framework_MockObject_Matcher_AnyInvokedCount;
59 …$this->__phpunit_invocationMocker = new PHPUnit_Framework_MockObject_InvocationMocker($this->__php…
H A Dnamespaced_class_dont_call_parent_clone.phpt16 $generator = new \PHPUnit_Framework_MockObject_Generator;
46 $any = new PHPUnit_Framework_MockObject_Matcher_AnyInvokedCount;
59 …$this->__phpunit_invocationMocker = new PHPUnit_Framework_MockObject_InvocationMocker($this->__php…
H A Dnamespaced_class_dont_call_parent_constructor.phpt16 $generator = new \PHPUnit_Framework_MockObject_Generator;
46 $any = new PHPUnit_Framework_MockObject_Matcher_AnyInvokedCount;
59 …$this->__phpunit_invocationMocker = new PHPUnit_Framework_MockObject_InvocationMocker($this->__php…
H A Dnonexistent_class_with_namespace.phpt7 $generator = new PHPUnit_Framework_MockObject_Generator;
48 $any = new PHPUnit_Framework_MockObject_Matcher_AnyInvokedCount;
61 …$this->__phpunit_invocationMocker = new PHPUnit_Framework_MockObject_InvocationMocker($this->__php…
/plugin/findologicxmlexport/vendor/phpunit/phpunit-mock-objects/tests/MockObject/
H A Dclass_with_deprecated_method.phpt18 $generator = new PHPUnit_Framework_MockObject_Generator;
58 new PHPUnit_Framework_MockObject_Invocation_Object(
73 $any = new PHPUnit_Framework_MockObject_Matcher_AnyInvokedCount;
86 …$this->__phpunit_invocationMocker = new PHPUnit_Framework_MockObject_InvocationMocker($this->__php…
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Fixtures/functions/
H A Ddate.test15 'date2' => new \DateTime('2010-10-04 13:45'),
17 …'date4' => 1286199900, // \DateTime::createFromFormat('Y-m-d H:i', '2010-10-04 13:45', new \DateTi…
18 …'date5' => -189291360, // \DateTime::createFromFormat('Y-m-d H:i', '1964-01-02 03:04', new \DateTi…
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/
H A Dhelpers.asciidoc33 'match_all' => new StdClass // {} in JSON
38 $pages = new SearchResponseIterator($client, $search_params);
70 'match_all' => new StdClass // {} in JSON
75 $pages = new SearchResponseIterator($client, $search_params);
76 $hits = new SearchHitIterator($pages);
/plugin/odt/ODT/
H A DODTIndex.php28 $new = array();
30 $new [$key] = $value;
32 $new ['type'] = $type;
33 $new ['width'] = $params->document->getAbsWidthMindMargins();
36 $new ['start_ref'] = $params->document->getPreviousToCItem(1);
38 $new ['start_ref'] = NULL;
42 $indexesData [] = $new;
/plugin/unameban/
H A Dadmin.php43 $new = array();
46 if(!preg_match('/^'.$del.'\t/',$ban)) $new[] = $ban;
48 io_savefile($conf['cachedir'].'/unamebanplugin.txt',join('',$new));
/plugin/elasticsearch/vendor/nyholm/dsn/
H A DCHANGELOG.md24 Version 2 comes with a new definition was a DSN really is. It supports functions
35 $dsn = new \Nyholm\DSN('mysql://localhost');
38 $dsn = new \Nyholm\Dsn\DsnParser::parse('mysql://localhost');
/plugin/findologicxmlexport/vendor/jms/serializer/doc/cookbook/
H A Dexclusion_strategies.rst80 …$serializer->serialize(new VersionObject(), 'json', SerializationContext::create()->setVersion(1));
119 …$serializer->serialize(new BlogPost(), 'json', SerializationContext::create()->setGroups(array('li…
156 $john = new User(
158 new User(
160 new User('The boss'),
162 new User('John Manager friend 1'),
166 new User(
168 new User('John friend 1 manager')
170 new User(
172 new User('John friend 2 manager')
[all …]
/plugin/authgooglesheets/vendor/guzzlehttp/promises/
H A DREADME.md49 $promise = new Promise();
78 $promise = new Promise();
108 $promise = new Promise();
134 $promise = new Promise();
151 $promise = new Promise();
169 $promise = new Promise();
186 $promise = new Promise();
243 $promise = new Promise();
300 $promise = new Promise(
454 $parent = new Promise();
[all …]
/plugin/authgooglesheets/vendor/google/apiclient/
H A DREADME.md137 $client = new Google\Client();
141 $service = new Google\Service\Books($client);
162 $client = new Google\Client();
209 $client = new Google\Client();
234 $client = new Google\Client();
330 $client = new Google\Client();
374 $logger = new Monolog\Logger();
387 $httpClient = new GuzzleHttp\Client([
392 $client = new Google\Client();
409 $httpClient = new Client([
[all …]
/plugin/findologicxmlexport/vendor/twig/twig/doc/
H A Drecipes.rst164 $twig = new \Twig\Environment();
166 $lexer = new \Twig\Lexer($twig, [
178 $lexer = new \Twig\Lexer($twig, [
185 $lexer = new \Twig\Lexer($twig, [
192 $lexer = new \Twig\Lexer($twig, [
348 $twig = new \Twig\Environment($loader, [
404 $dbh = new PDO('sqlite::memory:');
479 $loader = new DatabaseTwigLoader($dbh);
480 $twig = new \Twig\Environment($loader);
498 $loader1 = new DatabaseTwigLoader($dbh);
[all …]
/plugin/findologicxmlexport/vendor/doctrine/instantiator/docs/en/
H A Dindex.rst18 The instantiator is able to create new instances of any class without
28 $instantiator = new Instantiator();
41 - Pull requests must be sent from a new hotfix/feature branch, not from
54 Accepted coverage for new contributions is 80%. Any contribution not

12345678910>>...61