Home
last modified time | relevance | path

Searched refs:getType (Results 126 – 150 of 1742) sorted by last modified time

12345678910>>...70

/plugin/dw2pdf/syntax/
H A Dexportlink.php27 public function getType()
25 public function getType() { global() function in syntax_plugin_dw2pdf_exportlink
/plugin/hidden/
H A Dsyntax.php17 function getType(){ return 'container'; } function in syntax_plugin_hidden
/plugin/combo/syntax/
H A Dcodemarkdown.php45 function getType() function in syntax_plugin_combo_codemarkdown
H A Dcomment.php51 * @see DokuWiki_Syntax_Plugin::getType()
53 function getType() function in syntax_plugin_combo_comment
H A Dfooter.php47 * @see DokuWiki_Syntax_Plugin::getType()
49 function getType(): string function in syntax_plugin_combo_footer
H A Dfragment.php50 * @see DokuWiki_Syntax_Plugin::getType()
52 function getType(): string function in syntax_plugin_combo_fragment
H A Dfrontmatter.php91 function getType(): string function in syntax_plugin_combo_frontmatter
H A Dheader.php23 function getType(): string function in syntax_plugin_combo_header
H A Dheadingatx.php27 function getType(): string function in syntax_plugin_combo_headingatx
H A Dheadingwiki.php56 public function getType(): string function in syntax_plugin_combo_headingwiki
H A Dhighlightmd.php39 public function getType(): string function in syntax_plugin_combo_highlightmd
H A Dhighlightwiki.php78 public function getType(): string function in syntax_plugin_combo_highlightwiki
H A Diterator.php135 * @see DokuWiki_Syntax_Plugin::getType()
137 function getType(): string function in syntax_plugin_combo_iterator
H A Diteratordata.php38 * @see DokuWiki_Syntax_Plugin::getType()
40 function getType() function in syntax_plugin_combo_iteratordata
H A Ditext.php25 * @see DokuWiki_Syntax_Plugin::getType()
27 function getType() function in syntax_plugin_combo_itext
H A Dlabel.php36 function getType() function in syntax_plugin_combo_label
H A Dnote.php33 * @see DokuWiki_Syntax_Plugin::getType()
35 function getType(): string function in syntax_plugin_combo_note
H A Dpara.php79 function getType(): string function in syntax_plugin_combo_para
198 $class = $tagAttributes->getType();
H A Dpreformatted.php51 * @see DokuWiki_Syntax_Plugin::getType()
53 function getType() function in syntax_plugin_combo_preformatted
H A Drailroad.php26 function getType(): string function in syntax_plugin_combo_railroad
128 $actualCodeType = strtolower($actual->getType());
/plugin/combo/ComboStrap/
H A DBlockquoteTag.php152 $type = $openingTag->getType();
258 $type = $tagAttributes->getType();
H A DBrandListTag.php50 $type = $tagAttributes->getType();
H A DBrandTag.php75 $brandName = $tagAttributes->getType();
88 return LogUtility::wrapInRedForHtml("The style of the {$brandButton->getType()} button ($brandButton) could not be determined. Error: {$e->getMessage()}");
H A DMarkupPath.php1992 function getType(): string
1990 function getType(): string global() function in ComboStrap\\MarkupPath
H A DCall.php40 * lists manually because this is a hassle to retrieve this information from {@link \DokuWiki_Syntax_Plugin::getType()}
652 function getType(): ?string function in ComboStrap\\Call
703 if ($this->getType() == $attributeName) {
810 if ($this->getType() == $key) {

12345678910>>...70