Home
last modified time | relevance | path

Searched refs:new (Results 101 – 125 of 1508) sorted by relevance

12345678910>>...61

/plugin/findologicxmlexport/vendor/hoa/exception/
H A DREADME.md79 $exception = new Hoa\Exception\Exception('Hello %s!', 0, 'world');
93 $previous = new Hoa\Exception\Exception('Hello previous.');
94 $exception = new Hoa\Exception\Exception('Hello %s!', 0, 'world', $previous);
149 $group['first'] = new Hoa\Exception\Exception('First reason');
150 $group['second'] = new Hoa\Exception\Exception('Second reason');
153 $group['third'] = new Hoa\Exception\Group('Third reason');
154 $group['third']['fourth'] = new Hoa\Exception\Exception('Fourth reason');
181 The following example uses a transaction to add new exceptions in the group:
184 $group = new Hoa\Exception\Group('Failed because of several reasons.');
185 $group[] = new Hoa\Exception\Exception('Always present.');
[all …]
/plugin/davcard/vendor/sabre/vobject/tests/VObject/ITip/
H A DEvolutionTest.php2603 $new = <<<ICS
2647 $this->parse($old, $new, array(), 'mailto:a1@example.org');
/plugin/icalevents/vendor/sabre/vobject/tests/VObject/ITip/
H A DEvolutionTest.php2603 $new = <<<ICS
2647 $this->parse($old, $new, [], 'mailto:a1@example.org');
/plugin/webdavclient/vendor/sabre/vobject/tests/VObject/ITip/
H A DEvolutionTest.php2603 $new = <<<ICS
2647 $this->parse($old, $new, array(), 'mailto:a1@example.org');
/plugin/davcal/vendor/sabre/vobject/tests/VObject/ITip/
H A DEvolutionTest.php2603 $new = <<<ICS
2647 $this->parse($old, $new, array(), 'mailto:a1@example.org');
/plugin/findologicxmlexport/vendor/phpunit/phpunit-mock-objects/tests/MockObject/Generator/
H A Dclass_implementing_interface_call_parent_constructor.phpt19 $generator = new PHPUnit_Framework_MockObject_Generator;
49 $any = new PHPUnit_Framework_MockObject_Matcher_AnyInvokedCount;
62 …$this->__phpunit_invocationMocker = new PHPUnit_Framework_MockObject_InvocationMocker($this->__php…
H A Dclass_implementing_interface_dont_call_parent_constructor.phpt19 $generator = new PHPUnit_Framework_MockObject_Generator;
49 $any = new PHPUnit_Framework_MockObject_Matcher_AnyInvokedCount;
62 …$this->__phpunit_invocationMocker = new PHPUnit_Framework_MockObject_InvocationMocker($this->__php…
H A Dnamespaced_class_call_parent_clone.phpt16 $generator = new \PHPUnit_Framework_MockObject_Generator;
47 $any = new PHPUnit_Framework_MockObject_Matcher_AnyInvokedCount;
60 …$this->__phpunit_invocationMocker = new PHPUnit_Framework_MockObject_InvocationMocker($this->__php…
H A Dclass_with_method_named_method.phpt14 $generator = new PHPUnit_Framework_MockObject_Generator;
52 new PHPUnit_Framework_MockObject_Invocation_Object(
73 …$this->__phpunit_invocationMocker = new PHPUnit_Framework_MockObject_InvocationMocker($this->__php…
H A Dnamespaced_class_implementing_interface_dont_call_parent_constructor.phpt21 $generator = new \PHPUnit_Framework_MockObject_Generator;
51 $any = new PHPUnit_Framework_MockObject_Matcher_AnyInvokedCount;
64 …$this->__phpunit_invocationMocker = new PHPUnit_Framework_MockObject_InvocationMocker($this->__php…
H A Dnamespaced_class_implementing_interface_call_parent_constructor.phpt21 $generator = new \PHPUnit_Framework_MockObject_Generator;
51 $any = new PHPUnit_Framework_MockObject_Matcher_AnyInvokedCount;
64 …$this->__phpunit_invocationMocker = new PHPUnit_Framework_MockObject_InvocationMocker($this->__php…
/plugin/authyubikey/lib/
H A DNEWS18 *** Replace use of '&new' with 'new'.
29 ** Support for new replicated server protocol.
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Fixtures/tests/
H A Din_with_objects.test8 $foo = new TwigTestFoo();
9 $foo1 = new TwigTestFoo();
H A Diterable.test11 'traversable' => new \ArrayIterator([]),
12 'obj' => new \stdClass(),
/plugin/ireadit/action/
H A Dmove.php27 $new = $event->data['dst_id'];
39 $sqlite->query('UPDATE ireadit SET page=? WHERE page=?', $new, $old);
/plugin/approve/action/
H A Dmove.php37 $new = $event->data['dst_id'];
40 $sqlite->query('UPDATE revision SET page=? WHERE page=?', $new, $old);
/plugin/findologicxmlexport/vendor/symfony/yaml/Tests/Fixtures/
H A DsfMergeKey.yml19 b: new
24 bar_inline: {a: before, d: other, <<: *foo, b: new, x: Oren, c: { foo: bar, bar: foo}}
51 …'bar' => ['a' => 'before', 'd' => 'other', 'e' => null, 'b' => 'new', 'c' => ['foo' => 'bar', 'bar…
52 …'bar_inline' => ['a' => 'before', 'd' => 'other', 'b' => 'new', 'c' => ['foo' => 'bar', 'bar' => '…
/plugin/uncmap/
H A Dsyntax.php133 $new = $path;
134 if (substr($path,-1) != '\\') $new .= '\\';
135 $new .= substr($match,2);
137 $return['url'] = $new;
/plugin/csv/_test/csv/
H A Dc-q-q-escaping.csv7 new line","columns with tab"
9 new line", "second"
/plugin/move/_test/
H A Dhandler.test.php34 foreach($tests as $new => $rel) {
35 $this->assertEquals($rel, $handler->relativeLink('foo', $new, 'page'));
/plugin/diagramsnet/lib/img/lib/mscae/
H A DVMScale.svg1new"/><path d="M-418.9 295.8h-32.2v-21.9l32.2-.1z" fill="#59b4d9"/><path d="M-447.4 303.7h24.9v2.3…
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/
H A Dlogger.asciidoc39 $logger = new Logger('name');
40 $logger->pushHandler(new StreamHandler('path/to/your.log', Logger::WARNING));
42 $client = ClientBuilder::create() // Instantiate a new ClientBuilder
/plugin/authgooglesheets/vendor/google/apiclient-services/src/DriveActivity/
H A DCreate.php46 public function setNew(DriveactivityNew $new) argument
48 $this->new = $new;
/plugin/findologicxmlexport/vendor/twig/twig/doc/
H A Dapi.rst28 $twig = new \Twig\Environment($loader, [
87 $twig = new \Twig\Environment($loader, ['debug' => true]);
230 $loader = new \Twig\Loader\ArrayLoader([
233 $twig = new \Twig\Environment($loader);
253 $loader1 = new \Twig\Loader\ArrayLoader([
256 $loader2 = new \Twig\Loader\ArrayLoader([
263 $twig = new \Twig\Environment($loader);
381 $escaper = new \Twig\Extension\EscaperExtension('html');
524 $profile = new \Twig\Profiler\Profile();
527 $dumper = new \Twig\Profiler\Dumper\TextDumper();
[all …]
/plugin/findologicxmlexport/vendor/jms/serializer/tests/Metadata/Driver/yml/
H A DSimpleClassObject.yml5 new_foo: http://new.foo.example.org
19 namespace: http://new.foo.example.org

12345678910>>...61