Home
last modified time | relevance | path

Searched defs:method (Results 276 – 300 of 424) sorted by path

1...<<11121314151617

/plugin/evesso/phpoauthlib/src/OAuth/OAuth2/Service/
H A DAbstractService.php141 public function request($path, $method = 'GET', $body = null, array $extraHeaders = array())
/plugin/facebookalbum/
H A Dfacebook.php529 protected function _graph($path, $method='GET', $params=array()) {
787 protected function getApiUrl($method) {
/plugin/fblogin/lib/
H A Dbase_facebook.php838 protected function isVideoPost($path, $method = 'GET') {
855 protected function _graph($path, $method = 'GET', $params = array()) {
1042 protected function getApiUrl($method) {
/plugin/fckg/fckeditor/editor/plugins/range/
H A Dfckplugin.js376 method:"compareEndPoints", property in rangeContact.p
384 method:"compareBoundaryPoints", property in rangeContact.p
/plugin/fetchmedia/script/
H A Dmain.js35 method: 'POST', property in requestDownloadExternalFile.options
/plugin/findologicxmlexport/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/
H A DAnnotationReader.php276 public function getMethodAnnotations(ReflectionMethod $method)
292 public function getMethodAnnotation(ReflectionMethod $method, $annotationName)
350 private function getMethodImports(ReflectionMethod $method)
H A DCachedReader.php137 public function getMethodAnnotations(\ReflectionMethod $method)
157 public function getMethodAnnotation(\ReflectionMethod $method, $annotationName)
H A DFileCacheReader.php165 public function getMethodAnnotations(\ReflectionMethod $method)
252 public function getMethodAnnotation(\ReflectionMethod $method, $annotationName)
H A DIndexedReader.php68 public function getMethodAnnotations(\ReflectionMethod $method)
81 public function getMethodAnnotation(\ReflectionMethod $method, $annotation)
115 public function __call($method, $args)
H A DReader.php58 function getMethodAnnotations(\ReflectionMethod $method);
68 function getMethodAnnotation(\ReflectionMethod $method, $annotationName);
H A DSimpleAnnotationReader.php73 public function getMethodAnnotations(\ReflectionMethod $method)
103 public function getMethodAnnotation(\ReflectionMethod $method, $annotationName)
/plugin/findologicxmlexport/vendor/hoa/consistency/Test/Unit/
H A DXcallable.php273 protected function _get_valid_callback_stream_xxx($argument, $method)
/plugin/findologicxmlexport/vendor/jms/serializer/src/Metadata/
H A DClassMetadata.php186 public function addPreSerializeMethod(MethodMetadata $method): void
191 public function addPostSerializeMethod(MethodMetadata $method): void
196 public function addPostDeserializeMethod(MethodMetadata $method): void
/plugin/findologicxmlexport/vendor/jms/serializer/tests/Handler/
H A DFormErrorHandlerTest.php276 protected function invokeMethod($object, $method, array $args = [])
/plugin/findologicxmlexport/vendor/jms/serializer/tests/Serializer/EventDispatcher/
H A DEventDispatcherTest.php225 public function __call($method, array $args = [])
/plugin/findologicxmlexport/vendor/phpspec/prophecy/src/Prophecy/Doubler/Generator/
H A DClassCodeGenerator.php65 private function generateMethod(Node\MethodNode $method)
83 private function getReturnType(Node\MethodNode $method)
H A DClassMirror.php130 private function reflectMethodToNode(ReflectionMethod $method, Node\ClassNode $classNode)
/plugin/findologicxmlexport/vendor/phpspec/prophecy/src/Prophecy/Doubler/Generator/Node/
H A DClassNode.php103 public function addMethod(MethodNode $method, $force = false)
165 public function isExtendable($method)
/plugin/findologicxmlexport/vendor/phpspec/prophecy/src/Prophecy/Prediction/
H A DCallPrediction.php50 public function check(array $calls, ObjectProphecy $object, MethodProphecy $method)
H A DCallTimesPrediction.php54 public function check(array $calls, ObjectProphecy $object, MethodProphecy $method)
H A DCallbackPrediction.php55 public function check(array $calls, ObjectProphecy $object, MethodProphecy $method)
H A DNoCallsPrediction.php48 public function check(array $calls, ObjectProphecy $object, MethodProphecy $method)
H A DPredictionInterface.php36 public function check(array $calls, ObjectProphecy $object, MethodProphecy $method);
/plugin/findologicxmlexport/vendor/phpspec/prophecy/src/Prophecy/Promise/
H A DCallbackPromise.php56 public function execute(array $args, ObjectProphecy $object, MethodProphecy $method)
H A DPromiseInterface.php34 public function execute(array $args, ObjectProphecy $object, MethodProphecy $method);

1...<<11121314151617