Searched refs:getName (Results 1 – 7 of 7) sorted by relevance
| /dokuwiki/inc/Remote/OpenApiDoc/ |
| H A D | DocBlockClass.php | 30 return $this->reflector->getName(); 47 $this->methods[$method->getName()] = new DocBlockMethod($method); 65 $this->properties[$property->getName()] = new DocBlockProperty($property);
|
| H A D | DocBlockMethod.php | 65 $result[$parameter->getName()] = [ 66 'type' => new Type($refType ? $refType->getName() : 'string', $this->getContext()), 71 $result[$parameter->getName()]['default'] = $parameter->getDefaultValue(); 100 'type' => new Type($refType ? $refType->getName() : 'void', $this->getContext()),
|
| H A D | DocBlockProperty.php | 41 $this->type = new Type($refType ? $refType->getName() : 'string', $this->getContext());
|
| H A D | DocBlock.php | 67 return $this->reflector->getDeclaringClass()->getName();
|
| /dokuwiki/lib/scripts/ |
| H A D | fileuploaderextended.js | 43 var fileName = this._handler.getName(id); 204 getName: function(id){ method 236 var fileName = this.getName(id); 278 getName: function(id){ method 301 name = this.getName(id),
|
| H A D | fileuploader.js | 395 var fileName = this._handler.getName(id); 916 getName: function(id){}, method in qq.UploadHandlerAbstract 978 getName: function(id){ method 983 this._options.onCancel(id, this.getName(id)); 1004 var fileName = this.getName(id); 1155 getName: function(id){ method 1176 name = this.getName(id), 1212 var name = this.getName(id); 1240 this._options.onCancel(id, this.getName(id));
|
| /dokuwiki/_test/core/ |
| H A D | phpQuery-onefile.php | 969 function getName(); function 1010 public function getName() { function in Callback 1042 public function getName() { function in CallbackReturnReference 1067 return $this->getName(); 1069 public function getName() { function in CallbackReturnValue
|