Home
last modified time | relevance | path

Searched refs:invoke (Results 76 – 100 of 160) sorted by path

1234567

/plugin/findologicxmlexport/vendor/phpunit/phpunit-mock-objects/tests/MockObject/Generator/
H A Dclass.phpt55 $result = $this->__phpunit_getInvocationMocker()->invoke(
77 $result = $this->__phpunit_getInvocationMocker()->invoke(
H A Dclass_partial.phpt55 $result = $this->__phpunit_getInvocationMocker()->invoke(
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 Dinvocation_object_clone_object.phpt56 $result = $this->__phpunit_getInvocationMocker()->invoke(
78 $result = $this->__phpunit_getInvocationMocker()->invoke(
H A Dnamespaced_class.phpt57 $result = $this->__phpunit_getInvocationMocker()->invoke(
79 $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 Dproxy.phpt51 $this->__phpunit_getInvocationMocker()->invoke(
73 $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_self.phpt53 $result = $this->__phpunit_getInvocationMocker()->invoke(
H A Dreturn_type_declarations_void.phpt53 $this->__phpunit_getInvocationMocker()->invoke(
H A Dscalar_type_declarations.phpt55 $result = $this->__phpunit_getInvocationMocker()->invoke(
/plugin/findologicxmlexport/vendor/phpunit/phpunit-mock-objects/tests/MockObject/
H A Dclass_with_deprecated_method.phpt57 $result = $this->__phpunit_getInvocationMocker()->invoke(
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Framework/
H A DTestResult.php684 $invoker->invoke([$test, 'runBare'], [], $_timeout);
H A DTestSuite.php272 $method->invoke(null, $testClass->getName())
364 $this->addTest($method->invoke(null, $className));
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Runner/
H A DBaseTestRunner.php85 $test = $suiteMethod->invoke(null, $testClass->getName());
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Util/
H A DTest.php450 $data = $dataProviderMethod->invoke($object);
452 $data = $dataProviderMethod->invoke($object, $methodName);
/plugin/freechat/phpfreechat/data/public/js/
H A Dprototype.js201 … var names = this.toString().match(/^[\s\(]*function[^(]*\((.*?)\)/)[1].split(",").invoke("strip");
706 invoke: function(method) { method in Enumerable
3439 Form.getElements(form).invoke('disable');
3445 Form.getElements(form).invoke('enable');
/plugin/icalevents/vendor/sabre/vobject/tests/VObject/ITip/
H A DBrokerTimezoneInParseEventInfoWithoutMasterTest.php73 $data = $reflectionMethod->invoke($broker, $calendar);
/plugin/issuetracker/
H A Dprototype.js933 function invoke(method) { function
1050 invoke: invoke,
5042 Form.getElements(form).invoke('disable');
5048 Form.getElements(form).invoke('enable');
/plugin/jdraw/lib/
H A Djdraw.jar ... com.mxgraph.view.mxGraph) public void invoke (java.lang.Object, com.mxgraph ...

1234567