Home
last modified time | relevance | path

Searched refs:getName (Results 1 – 7 of 7) sorted by relevance

/dokuwiki/inc/Remote/OpenApiDoc/
H A DDocBlockClass.php30 return $this->reflector->getName();
47 $this->methods[$method->getName()] = new DocBlockMethod($method);
65 $this->properties[$property->getName()] = new DocBlockProperty($property);
H A DDocBlockMethod.php65 $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 DDocBlockProperty.php41 $this->type = new Type($refType ? $refType->getName() : 'string', $this->getContext());
H A DDocBlock.php67 return $this->reflector->getDeclaringClass()->getName();
/dokuwiki/lib/scripts/
H A Dfileuploaderextended.js43 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 Dfileuploader.js395 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 DphpQuery-onefile.php969 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