Home
last modified time | relevance | path

Searched refs:getLabel (Results 101 – 125 of 262) sorted by relevance

1234567891011

/plugin/combo/ComboStrap/
H A DDokuwikiId.php73 public static function getLabel(): string function in ComboStrap\\DokuwikiId
H A DFirstSvgIllustration.php32 static public function getLabel(): string function in ComboStrap\\FirstSvgIllustration
H A DQualityDynamicMonitoringOverwrite.php36 static public function getLabel(): string function in ComboStrap\\QualityDynamicMonitoringOverwrite
H A DFirstRasterImage.php34 static public function getLabel(): string function in ComboStrap\\FirstRasterImage
H A DFeaturedIcon.php29 static public function getLabel(): string function in ComboStrap\\FeaturedIcon
H A DPagePath.php72 public static function getLabel(): string function in ComboStrap\\PagePath
H A DReferences.php27 static public function getLabel(): string function in ComboStrap\\References
H A DPageImageUsage.php60 static public function getLabel(): string function in ComboStrap\\PageImageUsage
H A DOutline.php285 $message = "The child section heading ($actualSectionLevel) has the level ($newSectionLevel) but is parent ({$this->actualSection->getLabel()}) has the level ($actualSectionLevel). The expected level is ($expectedLevel).";
683 $editButton = EditButton::create($outlineSection->getLabel())
742 'title' => $outlineSection->getLabel(),
809 $headingCall->setAttribute(HeadingTag::HEADING_TEXT_ATTRIBUTE, $firstChild->getLabel());
826 $label = $outlineSection->getLabel();
H A DPageTitle.php33 public static function getLabel(): string function in ComboStrap\\PageTitle
H A DQualityMenuItem.php60 public function getLabel(): string function in ComboStrap\\QualityMenuItem
H A DIFetcherLocalImage.php71 public function getLabel(): string function in ComboStrap\\IFetcherLocalImage
/plugin/commonmark/vendor/league/commonmark/src/Reference/
H A DReferenceMap.php44 $key = $this->normalizer->normalize($reference->getLabel());
/plugin/oauthdrkserver/
H A Daction.php51 public function getLabel() function in action_plugin_oauthdrkserver
/plugin/authgooglesheets/vendor/google/apiclient-services/src/HangoutsChat/
H A DGoogleAppsCardV1DateTimePicker.php55 public function getLabel() function in Google\\Service\\HangoutsChat\\GoogleAppsCardV1DateTimePicker
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ShoppingContent/
H A DReturnAddress.php97 public function getLabel() function in Google\\Service\\ShoppingContent\\ReturnAddress
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Dataflow/
H A DParameterMetadata.php104 public function getLabel() function in Google\\Service\\Dataflow\\ParameterMetadata
/plugin/combo/ComboStrap/Meta/Field/
H A DPageImagePath.php34 static public function getLabel(): string function in ComboStrap\\Meta\\Field\\PageImagePath
H A DTwitterImage.php28 static public function getLabel(): string function in ComboStrap\\Meta\\Field\\TwitterImage
/plugin/twofactor/
H A DManager.php331 $form->addFieldsetOpen($provider->getLabel());
348 $form->addButton('2fa_provider', $prov->getLabel())
/plugin/struct/helper/
H A Dlookup.php32 $lbl = $field->column->getLabel();
/plugin/twofactorgoogleauth/
H A Daction.php21 public function getLabel() function in action_plugin_twofactorgoogleauth
/plugin/struct/meta/
H A DCSVSerialImporter.php73 if ($col->getLabel() !== 'pid' || !$INPUT->bool('createPage')) {
/plugin/commonmark/vendor/league/commonmark/src/Extension/Footnote/Renderer/
H A DFootnoteRefRenderer.php51 'id' => $idPrefix . \mb_strtolower($node->getReference()->getLabel(), 'UTF-8'),
84 'reference' => $node->getReference()->getLabel(),
/plugin/commonmark/vendor/league/commonmark/src/Extension/Mention/
H A DMention.php39 public function getLabel(): ?string
44 public function getLabel(): ?string global() function in League\\CommonMark\\Extension\\Mention\\Mention

1234567891011