Home
last modified time | relevance | path

Searched refs:getLevel (Results 1 – 25 of 55) sorted by path

123

/plugin/authgoogle/google/contrib/
H A DGoogle_AnalyticsService.php3062 public function getLevel() { function in Google_Webproperty
H A DGoogle_CivicInfoService.php383 public function getLevel() { function in Google_Contest
H A DGoogle_MirrorService.php859 public function getLevel() { function in Google_NotificationConfig
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Analytics/
H A DWebPropertySummary.php106 public function getLevel() function in Google\\Service\\Analytics\\WebPropertySummary
H A DWebproperty.php243 public function getLevel() function in Google\\Service\\Analytics\\Webproperty
/plugin/authgooglesheets/vendor/google/apiclient-services/src/AndroidPublisher/
H A DDeviceTier.php56 public function getLevel() function in Google\\Service\\AndroidPublisher\\DeviceTier
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CivicInfo/
H A DContest.php198 public function getLevel() function in Google\\Service\\CivicInfo\\Contest
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Datastream/
H A DValidationMessage.php63 public function getLevel() function in Google\\Service\\Datastream\\ValidationMessage
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Dfareporting/
H A DAccountPermission.php100 public function getLevel() function in Google\\Service\\Dfareporting\\AccountPermission
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Games/
H A DPlayerLevel.php63 public function getLevel() function in Google\\Service\\Games\\PlayerLevel
/plugin/authgooglesheets/vendor/google/apiclient-services/src/GamesManagement/
H A DGamesPlayerLevelResource.php45 public function getLevel() function in Google\\Service\\GamesManagement\\GamesPlayerLevelResource
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Iam/
H A DLintResult.php85 public function getLevel() function in Google\\Service\\Iam\\LintResult
/plugin/authgooglesheets/vendor/google/apiclient-services/src/StreetViewPublish/
H A DPose.php89 public function getLevel() function in Google\\Service\\StreetViewPublish\\Pose
/plugin/authgooglesheets/vendor/google/apiclient-services/src/YouTube/
H A DMembershipsDurationAtLevel.php45 public function getLevel() function in Google\\Service\\YouTube\\MembershipsDurationAtLevel
/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/Handler/
H A DAbstractHandler.php76 public function getLevel(): int function in Monolog\\Handler\\AbstractHandler
/plugin/barcodes/vendor/jucksearm/php-barcode/lib/
H A DQRcodeFactory.php112 public function getLevel() function in jucksearm\\barcode\\lib\\QRcodeFactory
/plugin/combo/ComboStrap/
H A DFetcherPageBundler.php206 if ($firstChild->getLevel() >= 2) {
H A DOutline.php241 $actualSectionLevel = $this->actualSection->getLevel();
465 $firstInnerSectionLevel = $firstInnerSection->getLevel();
648 array($outlineSection->getLevel()),
744 'level' => $outlineSection->getLevel()
805 if ($firstChild->getLevel() === 1) {
825 if ($this->markupPath != null && $outlineSection->getLevel() === 1) {
H A DOutlineSection.php181 function getLevel(): int function in ComboStrap\\OutlineSection
281 $child->setLevel($parentSection->getLevel() + 1);
H A DOutlineVisitor.php101 array(HeadingTag::LEVEL => $outlineSection->getLevel()),
126 if ($captureHeaderMeta && $outlineSection->getLevel() === 0) {
130 if ($h1Section->getLevel() === 1) {
/plugin/commonmark/src/Dokuwiki/Plugin/Commonmark/Extension/Renderer/Block/
H A DHeadingRenderer.php37 $heading = str_repeat('=', max(7 - $node->getLevel(), 2)) . ' ';
/plugin/commonmark/vendor/league/commonmark/
H A D.phpstorm.meta.php17 expectedReturnValues(\League\CommonMark\Extension\CommonMark\Node\Block\Heading::getLevel(), 1, 2, 3, 4, 5, 6);
/plugin/commonmark/vendor/league/commonmark/src/Block/Element/
H A DHeading.php
/plugin/commonmark/vendor/league/commonmark/src/Block/Renderer/
H A DHeadingRenderer.php
/plugin/commonmark/vendor/league/commonmark/src/Extension/TableOfContents/
H A DTableOfContentsGenerator.php86 if ($heading->getLevel() < $this->minHeadingLevel || $heading->getLevel() > $this->maxHeadingLevel) {
106 $normalizer->addItem($heading->getLevel(), $listItem);

123