Home
last modified time | relevance | path

Searched refs:getType (Results 26 – 50 of 1742) sorted by relevance

12345678910>>...70

/plugin/combo/ComboStrap/TagAttribute/
H A DStyleAttribute.php73 if (!empty($tagAttributes->getType())) {
74 $tagAttributes->addClassName($logicalTag . "-" . $tagAttributes->getType() . "-" . self::COMBOSTRAP_FIX);
/plugin/struct/action/
H A Doutput.php118 if (is_a($col->getType(), '\dokuwiki\plugin\struct\types\Date')) {
119 $format = $col->getType()->getConfig()['format'];
/plugin/commonmark/vendor/league/commonmark/
H A D.phpstorm.meta.php22 expectedReturnValues(\League\CommonMark\Extension\CommonMark\Node\Block\HtmlBlock::getType(), argumentsSet('league_commonmark_htmlblock_types'));
28 expectedReturnValues(\League\CommonMark\Node\Inline\Newline::getType(), argumentsSet('league_commonmark_newline_types'));
/plugin/linkbonus/syntax/
H A Dexternal.php30 function getType() { function in syntax_plugin_linkbonus_external
31 return DW_common_linkbonus::getType();
H A Dbase.php30 function getType() { function in syntax_plugin_linkbonus_base
31 return DW_common_linkbonus::getType();
/plugin/structsection/
H A Dsyntax.php25 public function getType() function in syntax_plugin_structsection
133 … if (!is_a($field->getColumn()->getType(), \dokuwiki\plugin\structsection\types\Section::class)) {
/plugin/structstatus/
H A Dsyntax.php16 public function getType() { function in syntax_plugin_structstatus
105 $type = $col->getType();
/plugin/prosemirror/parser/
H A DMark.php72 public function getType() function in dokuwiki\\plugin\\prosemirror\\parser\\Mark
104 if (self::$markOrder[$this->previousMark->getType()] < self::$markOrder[$this->type]) {
/plugin/struct/meta/
H A DSearchCloud.php73 $col->getType()->select($QB, $MN, 'value', 'tag');
76 $col->getType()->select($QB, $datatable, $col->getColName(), 'tag');
/plugin/gtime/gtlib/asn1/
H A DASN1GeneralizedTime.php36 protected function getType() { function in ASN1GeneralizedTime
H A DASN1BMPString.php36 protected function getType() { function in ASN1BMPString
H A DASN1PrintableString.php36 protected function getType() { function in ASN1PrintableString
H A DASN1T61String.php36 protected function getType() { function in ASN1T61String
H A DASN1UTCTime.php36 protected function getType() { function in ASN1UTCTime
H A DASN1UTF8String.php36 protected function getType() { function in ASN1UTF8String
/plugin/combo/action/
H A Dlogin.php268 $newUserField = new InputElement($userField->getType(), "u");
292 $newPwdField = new InputElement($pwdField->getType(), "p");
319 $newRememberField = new InputElement($rememberField->getType(), "r");
/plugin/codemirror/dist/modes/
H A Dmarkdown.min.js.map1getType","eat","setext","listType","current","push","taskList","fencedEndRE","RegExp","localMode",…
/plugin/elasticsearch/vendor/ruflin/elastica/src/QueryBuilder/
H A DDSL.php20 public function getType(): string; function
/plugin/dw2pdf/vendor/mpdf/mpdf/src/Barcode/
H A DBarcodeInterface.php11 public function getType(); function
/plugin/combo/syntax/
H A Drailroad.php26 function getType(): string function in syntax_plugin_combo_railroad
128 $actualCodeType = strtolower($actual->getType());
/plugin/recommend/
H A DMenuItem.php12 public function getType() function in dokuwiki\\plugin\\recommend\\MenuItem
/plugin/inlinejs/syntax/
H A Dembedinline.php23 public function getType() function in syntax_plugin_inlinejs_embedinline
H A Dembedblock.php23 public function getType() function in syntax_plugin_inlinejs_embedblock
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudSearch/
H A DDriveLocationRestrict.php37 public function getType() function in Google\\Service\\CloudSearch\\DriveLocationRestrict
H A DDriveMimeTypeRestrict.php37 public function getType() function in Google\\Service\\CloudSearch\\DriveMimeTypeRestrict

12345678910>>...70