Home
last modified time | relevance | path

Searched defs:method (Results 301 – 325 of 424) sorted by path

1...<<11121314151617

/plugin/findologicxmlexport/vendor/phpspec/prophecy/src/Prophecy/Promise/
H A DReturnArgumentPromise.php57 public function execute(array $args, ObjectProphecy $object, MethodProphecy $method)
H A DReturnPromise.php45 public function execute(array $args, ObjectProphecy $object, MethodProphecy $method)
H A DThrowPromise.php69 public function execute(array $args, ObjectProphecy $object, MethodProphecy $method)
/plugin/findologicxmlexport/vendor/phpunit/php-code-coverage/src/Node/
H A DFile.php706 private function newMethod($methodName, array $method, $link)
/plugin/findologicxmlexport/vendor/phpunit/php-token-stream/tests/_fixture/
H A Dclass_with_method_that_declares_anonymous_class.php7 public function method() function in class_with_method_that_declares_anonymous_class
H A Dsource2.php5 public static abstract function method(); function in A
/plugin/findologicxmlexport/vendor/phpunit/phpunit-mock-objects/src/Framework/MockObject/Builder/
H A DInvocationMocker.php270 public function method($constraint) function in PHPUnit_Framework_MockObject_Builder_InvocationMocker
H A DMethodNameMatch.php26 public function method($name); function
/plugin/findologicxmlexport/vendor/phpunit/phpunit-mock-objects/src/Framework/MockObject/
H A DGenerator.php986 …nction generateMockedMethodDefinitionFromExisting($templateDir, ReflectionMethod $method, $cloneAr…
1116 private function canMockMethod(ReflectionMethod $method)
1162 private function getMethodParameters(ReflectionMethod $method, $forCall = false)
1270 private function hasReturnType(ReflectionMethod $method)
1280 private function allowsReturnNull(ReflectionMethod $method)
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Framework/
H A DTestSuite.php838 protected function addTestMethod(ReflectionClass $class, ReflectionMethod $method)
880 public static function isTestMethod(ReflectionMethod $method)
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Util/
H A DTest.php1065 private static function isBeforeClassMethod(ReflectionMethod $method)
1075 private static function isBeforeMethod(ReflectionMethod $method)
1085 private static function isAfterClassMethod(ReflectionMethod $method)
1095 private static function isAfterMethod(ReflectionMethod $method)
/plugin/findologicxmlexport/vendor/twig/twig/ext/twig/
H A Dtwig.c385 static zval *TWIG_CALL_S(zval *object, char *method, char *arg0 TSRMLS_DC) in TWIG_CALL_S()
423 static int TWIG_CALL_SB(zval *object, char *method, char *arg0 TSRMLS_DC) in TWIG_CALL_SB()
438 static int TWIG_CALL_ZZ(zval *object, char *method, zval *arg1, zval *arg2 TSRMLS_DC) in TWIG_CALL_ZZ()
995 char *method = NULL; in PHP_FUNCTION() local
/plugin/findologicxmlexport/vendor/twig/twig/lib/Twig/Filter/
H A DMethod.php28 protected $method; variable in Twig_Filter_Method
30 public function __construct(ExtensionInterface $extension, $method, array $options = [])
/plugin/findologicxmlexport/vendor/twig/twig/lib/Twig/Function/
H A DMethod.php29 protected $method; variable in Twig_Function_Method
31 public function __construct(ExtensionInterface $extension, $method, array $options = [])
/plugin/findologicxmlexport/vendor/twig/twig/lib/Twig/Test/
H A DMethod.php26 protected $method; variable in Twig_Test_Method
28 public function __construct(ExtensionInterface $extension, $method, array $options = [])
/plugin/findologicxmlexport/vendor/twig/twig/src/Extension/
H A DCoreExtension.php533 function twig_round($value, $precision = 0, $method = 'common')
H A DSandboxExtension.php80 public function checkMethodAllowed($obj, $method)
87 public function checkPropertyAllowed($obj, $method)
/plugin/findologicxmlexport/vendor/twig/twig/src/Node/Expression/
H A DBlockReferenceExpression.php61 private function compileTemplateCall(Compiler $compiler, $method)
H A DMethodCallExpression.php18 …public function __construct(AbstractExpression $node, $method, ArrayExpression $arguments, $lineno)
/plugin/findologicxmlexport/vendor/twig/twig/src/Sandbox/
H A DSecurityPolicy.php89 public function checkMethodAllowed($obj, $method)
H A DSecurityPolicyInterface.php23 public function checkMethodAllowed($obj, $method);
25 public function checkPropertyAllowed($obj, $method);
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/
H A DIntegrationTest.php257 public function __call($method, $arguments)
266 public static function __callStatic($method, $arguments)
H A DTemplateTest.php773 public function __call($method, $arguments)
781 public function __call($method, $arguments)
/plugin/findologicxmlexport/vendor/webmozart/assert/src/
H A DAssert.php941 public static function methodExists($classOrObject, $method, $message = '')
951 public static function methodNotExists($classOrObject, $method, $message = '')
/plugin/freechat/phpfreechat/data/public/js/
H A Dprototype.js706 invoke: function(method) { argument
981 $w('abs round ceil floor').each(function(method){ argument
1160 method: 'post', property in AnonymousFunction15cb1ccb8c00.options
2230 $w('positionedOffset viewportOffset').each(function(method) { argument

1...<<11121314151617