/dokuwiki/inc/Remote/OpenApiDoc/ |
H A D | DocBlockProperty.php | 28 public function getType() function in dokuwiki\\Remote\\OpenApiDoc\\DocBlockProperty 40 $refType = $this->reflector->getType();
|
H A D | DocBlockMethod.php | 64 $refType = $parameter->getType();
|
H A D | OpenAPIGenerator.php | 372 $this->typeToSchema($propertyDoc->getType())
|
/dokuwiki/lib/plugins/config/_test/Setting/ |
H A D | AbstractSettingTest.php | 67 $this->assertEquals('dokuwiki', $setting->getType()); 70 $this->assertEquals('dokuwiki', $setting->getType()); 73 $this->assertEquals('plugin', $setting->getType()); 76 $this->assertEquals('template', $setting->getType());
|
/dokuwiki/_test/tests/Form/ |
H A D | Form.php | 17 $list[] = $element->getType();
|
/dokuwiki/inc/Menu/Item/ |
H A D | AbstractItem.php | 65 $this->type = $this->getType(); 143 if ($classprefix !== false) $attr['class'] = $classprefix . $this->getType(); 182 $this->getType(), 207 public function getType() function in dokuwiki\\Menu\\Item\\AbstractItem
|
/dokuwiki/lib/plugins/extension/_test/ |
H A D | InstallerTest.php | 62 $this->assertEquals($expected[$base], $ext->getType(), 'extension type');
|
H A D | ExtensionTest.php | 26 $this->assertEquals('plugin', $extension->getType());
|
/dokuwiki/inc/Extension/ |
H A D | SyntaxPlugin.php | 29 abstract public function getType(); function in dokuwiki\\Extension\\SyntaxPlugin
|
/dokuwiki/_test/tests/Remote/OpenApiDoc/ |
H A D | DocBlockClassTest.php | 39 $propertyType = $property->getType();
|
/dokuwiki/lib/plugins/config/ |
H A D | admin.php | 114 if ($first_plugin_fieldset && $setting->getType() == 'plugin') { 117 } elseif ($first_template_fieldset && $setting->getType() == 'template') { 235 $labels[$setting->getType()][] = $setting;
|
/dokuwiki/inc/Menu/ |
H A D | AbstractMenu.php | 90 $class = ' class="' . $classprefix . $item->getType() . '"';
|
/dokuwiki/inc/Form/ |
H A D | Element.php | 39 public function getType() function in dokuwiki\\Form\\Element
|
H A D | LegacyForm.php | 171 $data['_elem'] = $this->legacyType($element->getType());
|
H A D | Form.php | 133 if ($this->elements[$pos]->getType() == $type) { 440 $type = $this->elements[$pos]->getType();
|
/dokuwiki/lib/plugins/extension/ |
H A D | ExtensionApiResponse.php | 70 $this->type = $extension->getType();
|
H A D | Extension.php | 186 public function getType() function in dokuwiki\\plugin\\extension\\Extension 237 return $this->getTag('name', PhpString::ucwords($this->getBase() . ' ' . $this->getType()));
|
H A D | GuiExtension.php | 396 $classes = ['extension', $this->extension->getType()];
|
/dokuwiki/inc/Feed/ |
H A D | FeedCreatorOptions.php | 147 public function getType() function in dokuwiki\\Feed\\FeedCreatorOptions
|
H A D | FeedCreator.php | 66 return $this->feed->createFeed($this->options->getType());
|
/dokuwiki/lib/plugins/info/ |
H A D | syntax.php | 18 public function getType() function in syntax_plugin_info
|
/dokuwiki/inc/ |
H A D | parserutils.php | 580 $PARSER_MODES[$obj->getType()][] = "plugin_$p"; //register mode type
|