Home
last modified time | relevance | path

Searched refs:invoke (Results 26 – 50 of 160) sorted by relevance

1234567

/plugin/findologicxmlexport/vendor/phpunit/phpunit-mock-objects/src/Framework/MockObject/Generator/
H A Dproxied_method.tpl.dist15 $this->__phpunit_getInvocationMocker()->invoke(
/plugin/jplayer/vendor/kriswallsmith/assetic/src/Assetic/Extension/Twig/
H A DAsseticFilterInvoker.php53 public function invoke($input, array $options = array()) function in Assetic\\Extension\\Twig\\AsseticFilterInvoker
/plugin/findologicxmlexport/vendor/jms/metadata/tests/
H A DMethodMetadataTest.php37 $metadata->invoke($obj, ['foo']);
/plugin/findologicxmlexport/vendor/jms/metadata/src/
H A DMethodMetadata.php46 public function invoke(object $obj, array $args = []) function in Metadata\\MethodMetadata
/plugin/jdraw/src/com/mxgraph/examples/swing/editor/
H A DSchemaEditorToolBar.java104 public void invoke(Object sender, mxEventObject evt) in SchemaEditorToolBar()
128 scaleTracker.invoke(null, null); in SchemaEditorToolBar()
H A DBasicGraphEditor.java138 public void invoke(Object source, mxEventObject evt)
150 public void invoke(Object source, mxEventObject evt)
184 public void invoke(Object source, mxEventObject evt) in BasicGraphEditor()
282 public void invoke(Object source, mxEventObject evt) in installRepaintListener()
806 public void invoke(Object sender, mxEventObject evt)
H A DEditorToolBar.java201 public void invoke(Object sender, mxEventObject evt) in EditorToolBar()
225 scaleTracker.invoke(null, null); in EditorToolBar()
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Runner/
H A DBaseTestRunner.php85 $test = $suiteMethod->invoke(null, $testClass->getName());
/plugin/findologicxmlexport/vendor/jms/serializer/src/GraphNavigator/
H A DSerializationGraphNavigator.php214 $method->invoke($data);
250 $method->invoke($object);
/plugin/findologicxmlexport/vendor/hoa/compiler/Test/Unit/Llk/Rule/
H A DRule.php128 ->when($result = $this->invoke($rule)->setChildren(['baz']))
141 $this->invoke($rule)->setChildren($children)
/plugin/findologicxmlexport/vendor/phpunit/php-code-coverage/tests/tests/
H A DBuilderTest.php144 $method->invoke(
/plugin/findologicxmlexport/vendor/phpunit/phpunit-mock-objects/src/Framework/MockObject/
H A DInvocationMocker.php119 public function invoke(PHPUnit_Framework_MockObject_Invocation $invocation) function in PHPUnit_Framework_MockObject_InvocationMocker
/plugin/findologicxmlexport/vendor/phpunit/phpunit-mock-objects/tests/MockObject/Generator/
H A Dclass_with_method_named_method.phpt51 $result = $this->__phpunit_getInvocationMocker()->invoke(
H A Dclass_with_method_with_variadic_arguments.phpt51 $result = $this->__phpunit_getInvocationMocker()->invoke(
H A Dinterface.phpt49 $result = $this->__phpunit_getInvocationMocker()->invoke(
H A Dscalar_type_declarations.phpt55 $result = $this->__phpunit_getInvocationMocker()->invoke(
H A Dclass_partial.phpt55 $result = $this->__phpunit_getInvocationMocker()->invoke(
H A Dnamespaced_class_partial.phpt57 $result = $this->__phpunit_getInvocationMocker()->invoke(
H A Dnamespaced_interface.phpt51 $result = $this->__phpunit_getInvocationMocker()->invoke(
H A Dnullable_types.phpt55 $result = $this->__phpunit_getInvocationMocker()->invoke(
H A Dreturn_type_declarations_nullable.phpt53 $result = $this->__phpunit_getInvocationMocker()->invoke(
H A Dreturn_type_declarations_object_method.phpt56 $result = $this->__phpunit_getInvocationMocker()->invoke(
H A Dreturn_type_declarations_void.phpt53 $this->__phpunit_getInvocationMocker()->invoke(
H A Dreturn_type_declarations_self.phpt53 $result = $this->__phpunit_getInvocationMocker()->invoke(
/plugin/findologicxmlexport/vendor/jms/serializer/tests/Metadata/Driver/
H A DXmlDriverTest.php24 $ref->invoke($driver, new \ReflectionClass('stdClass'), __DIR__ . '/xml/invalid.xml');

1234567