/plugin/settingstree/ |
H A D | helper.php | 236 $level = $set->getLevel($folder); 249 $level = $set->getLevel($folder); 257 $level = $set->getLevel($folder); 271 $level = $set->getLevel($folder)->getExport($options); 287 $level = $set->getLevel($folder); 292 $level = $set->getLevel($folder)->getExport($options);
|
/plugin/nodisp/syntax/ |
H A D | basic.php | 34 $level = "nodisp_" . $this->getLevel($m[1]); 71 function getLevel($match) { function in syntax_plugin_nodisp_basic
|
/plugin/commonmark/vendor/league/commonmark/src/Extension/TableOfContents/ |
H A D | TableOfContentsGenerator.php | 86 if ($heading->getLevel() < $this->minHeadingLevel || $heading->getLevel() > $this->maxHeadingLevel) { 106 $normalizer->addItem($heading->getLevel(), $listItem);
|
/plugin/gtime/gtlib/tsp/ |
H A D | GTHashChain.php | 201 if ($entry->getLevel() > $topLevel) { 221 if ($entry->getLevel() > $nationalLevel) { 240 if ($entry->getLevel() > $stateLevel) {
|
H A D | GTHashEntry.php | 112 public function getLevel() { function in GTHashEntry
|
/plugin/authgooglesheets/vendor/google/apiclient-services/src/AndroidPublisher/ |
H A D | DeviceTier.php | 56 public function getLevel() function in Google\\Service\\AndroidPublisher\\DeviceTier
|
/plugin/combo/ComboStrap/ |
H A D | OutlineVisitor.php | 101 array(HeadingTag::LEVEL => $outlineSection->getLevel()), 126 if ($captureHeaderMeta && $outlineSection->getLevel() === 0) { 130 if ($h1Section->getLevel() === 1) {
|
H A D | Outline.php | 249 $actualSectionLevel = $this->actualSection->getLevel(); 473 $firstInnerSectionLevel = $firstInnerSection->getLevel(); 658 array($outlineSection->getLevel()), 754 'level' => $outlineSection->getLevel() 815 if ($firstChild->getLevel() === 1) { 835 if ($this->markupPath != null && $outlineSection->getLevel() === 1) {
|
H A D | OutlineSection.php | 188 function getLevel(): int 288 $child->setLevel($parentSection->getLevel() + 1); 181 function getLevel(): int global() function in ComboStrap\\OutlineSection
|
/plugin/authgooglesheets/vendor/google/apiclient-services/src/YouTube/ |
H A D | MembershipsDurationAtLevel.php | 45 public function getLevel() function in Google\\Service\\YouTube\\MembershipsDurationAtLevel
|
/plugin/authgooglesheets/vendor/google/apiclient-services/src/GamesManagement/ |
H A D | GamesPlayerLevelResource.php | 45 public function getLevel() function in Google\\Service\\GamesManagement\\GamesPlayerLevelResource
|
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Datastream/ |
H A D | ValidationMessage.php | 63 public function getLevel() function in Google\\Service\\Datastream\\ValidationMessage
|
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Games/ |
H A D | PlayerLevel.php | 63 public function getLevel() function in Google\\Service\\Games\\PlayerLevel
|
/plugin/commonmark/vendor/league/commonmark/src/Block/Renderer/ |
H A D | HeadingRenderer.php |
|
/plugin/commonmark/src/Dokuwiki/Plugin/Commonmark/Extension/Renderer/Block/ |
H A D | HeadingRenderer.php | 37 $heading = str_repeat('=', max(7 - $node->getLevel(), 2)) . ' ';
|
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Iam/ |
H A D | LintResult.php | 85 public function getLevel() function in Google\\Service\\Iam\\LintResult
|
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Dfareporting/ |
H A D | AccountPermission.php | 100 public function getLevel() function in Google\\Service\\Dfareporting\\AccountPermission
|
/plugin/swiftmail/Swift/Message/ |
H A D | EmbeddedFile.php | 55 public function getLevel() function in Swift_Message_EmbeddedFile
|
H A D | Attachment.php | 58 public function getLevel() function in Swift_Message_Attachment
|
H A D | Part.php | 53 public function getLevel() function in Swift_Message_Part
|
/plugin/commonmark/vendor/league/commonmark/src/Block/Element/ |
H A D | Heading.php |
|
/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/Handler/ |
H A D | AbstractHandler.php | 76 public function getLevel(): int function in Monolog\\Handler\\AbstractHandler
|
/plugin/authgooglesheets/vendor/google/apiclient-services/src/StreetViewPublish/ |
H A D | Pose.php | 89 public function getLevel() function in Google\\Service\\StreetViewPublish\\Pose
|
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Analytics/ |
H A D | WebPropertySummary.php | 106 public function getLevel() function in Google\\Service\\Analytics\\WebPropertySummary
|
/plugin/settingstree/settings/ |
H A D | settingshierarchy.class.php | 111 function getLevel($folder){ function in settingshierarchy 115 return $this->_root->getLevel($path);
|