Home
last modified time | relevance | path

Searched refs:getLevel (Results 1 – 25 of 70) sorted by relevance

123

/plugin/indexmenu/scripts/fancytree/modules/
Djquery.fancytree.columnview.js93 level = node.getLevel();
111 if (node.getLevel() >= tree.columnCount) {
153 level = node.getLevel();
167 ctx.tree.$tdList.eq(ctx.node.getLevel()).nextAll().empty();
193 level = node.getLevel();
/plugin/settingstree/
Dhelper.php236 $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/
Dbasic.php34 $level = "nodisp_" . $this->getLevel($m[1]);
71 function getLevel($match) { function in syntax_plugin_nodisp_basic
/plugin/combo/ComboStrap/
H A DOutlineSection.php65 if ($this->getLevel() === 1) {
206 function getLevel(): int function in ComboStrap\\OutlineSection
267 $level = $this->getLevel();
324 $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) {
H A DOutline.php249 $actualSectionLevel = $this->actualSection->getLevel();
474 $firstInnerSectionLevel = $firstInnerSection->getLevel();
665 array($outlineSection->getLevel()),
761 'level' => $outlineSection->getLevel()
822 if ($firstChild->getLevel() === 1) {
842 if ($this->markupPath != null && $outlineSection->getLevel() === 1) {
/plugin/gtime/gtlib/tsp/
DGTHashChain.php201 if ($entry->getLevel() > $topLevel) {
221 if ($entry->getLevel() > $nationalLevel) {
240 if ($entry->getLevel() > $stateLevel) {
DGTHashEntry.php112 public function getLevel() { function in GTHashEntry
/plugin/authgooglesheets/vendor/google/apiclient-services/src/AndroidPublisher/
DDeviceTier.php56 public function getLevel() function in Google\\Service\\AndroidPublisher\\DeviceTier
/plugin/authgooglesheets/vendor/google/apiclient-services/src/GamesManagement/
DGamesPlayerLevelResource.php45 public function getLevel() function in Google\\Service\\GamesManagement\\GamesPlayerLevelResource
/plugin/authgooglesheets/vendor/google/apiclient-services/src/YouTube/
DMembershipsDurationAtLevel.php45 public function getLevel() function in Google\\Service\\YouTube\\MembershipsDurationAtLevel
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Datastream/
DValidationMessage.php63 public function getLevel() function in Google\\Service\\Datastream\\ValidationMessage
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Games/
DPlayerLevel.php63 public function getLevel() function in Google\\Service\\Games\\PlayerLevel
/plugin/commonmark/src/Dokuwiki/Plugin/Commonmark/Extension/Renderer/Block/
H A DHeadingRenderer.php37 $heading = str_repeat('=', max(7 - $node->getLevel(), 2)) . ' ';
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Dfareporting/
DAccountPermission.php100 public function getLevel() function in Google\\Service\\Dfareporting\\AccountPermission
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Iam/
DLintResult.php85 public function getLevel() function in Google\\Service\\Iam\\LintResult
/plugin/swiftmail/Swift/Message/
DEmbeddedFile.php55 public function getLevel() function in Swift_Message_EmbeddedFile
DPart.php53 public function getLevel() function in Swift_Message_Part
DAttachment.php58 public function getLevel() function in Swift_Message_Attachment
/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/Handler/
DAbstractHandler.php76 public function getLevel(): int function in Monolog\\Handler\\AbstractHandler
/plugin/authgooglesheets/vendor/google/apiclient-services/src/StreetViewPublish/
DPose.php89 public function getLevel() function in Google\\Service\\StreetViewPublish\\Pose
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Analytics/
DWebPropertySummary.php106 public function getLevel() function in Google\\Service\\Analytics\\WebPropertySummary
/plugin/settingstree/settings/
Dsettingshierarchy.class.php111 function getLevel($folder){ function in settingshierarchy
115 return $this->_root->getLevel($path);
Dsettingslevel.class.php231 function getLevel(array $path){ function in settingslevel
244 return $c->getLevel($path);
/plugin/jplayer/vendor/mustache/mustache/src/Mustache/Logger/
DStreamLogger.php86 public function getLevel() function in Mustache_Logger_StreamLogger

123