Searched refs:LEVEL (Results 1 – 11 of 11) sorted by relevance
| /template/strap/ComboStrap/ |
| H A D | HeadingTag.php | 46 public const LEVEL = 'level'; define in ComboStrap\\HeadingTag 196 $level = $tagAttributes->getValue(HeadingTag::LEVEL); 226 $level = $tagAttributes->getValue(HeadingTag::LEVEL); 272 $level = $tagAttributes->getValueAndRemove(HeadingTag::LEVEL); 425 $level = $tagAttributes->getValueAndRemove(HeadingTag::LEVEL); 513 $level = $tagAttributes->getValue(HeadingTag::LEVEL); 551 $tagAttributes->addComponentAttributeValue(HeadingTag::LEVEL, $level);
|
| H A D | OutlineSection.php | 216 $level = $this->headingEnterCall->getAttribute(HeadingTag::LEVEL); 311 $this->headingEnterCall->setAttribute(HeadingTag::LEVEL, $level); 313 $headingExitCall->setAttribute(HeadingTag::LEVEL, $level);
|
| H A D | SectionTag.php | 17 $level = $tag->getComponentAttributeValueAndRemoveIfPresent(HeadingTag::LEVEL);
|
| H A D | FetcherPageBundler.php | 215 array(HeadingTag::LEVEL => 1), 236 array(HeadingTag::LEVEL => 1),
|
| H A D | Outline.php | 253 … $newSectionLevel = DataType::toInteger($actualCall->getAttribute(HeadingTag::LEVEL)); 298 $actualCall->setAttribute(HeadingTag::LEVEL, $newSectionLevel); 694 … $level = DataType::toIntegerOrDefaultIfNull($headingCall->getAttribute(HeadingTag::LEVEL), 0);
|
| H A D | OutlineVisitor.php | 101 array(HeadingTag::LEVEL => $outlineSection->getLevel()),
|
| /template/strap/syntax/ |
| H A D | headingwiki.php | 134 ->addComponentAttributeValue(HeadingTag::LEVEL, $level) 161 $levelFromStartTag = $openingTag->getAttribute(HeadingTag::LEVEL); 225 $level = $data[PluginUtility::ATTRIBUTES][HeadingTag::LEVEL]; 232 $level = $data[PluginUtility::ATTRIBUTES][HeadingTag::LEVEL];
|
| H A D | headingatx.php | 87 $attributes = [HeadingTag::LEVEL => $level];
|
| /template/strap/db/combo/ |
| H A D | update0022.sql | 30 LEVEL INTEGER, field 38 … COUNTRY, BACKLINK_COUNT, IS_HOME, DATE_REPLICATION, REGION, LEVEL, IS_INDEX, ANALYTICS) 62 LEVEL,
|
| H A D | update0020.sql | 1 alter table PAGES add column LEVEL INTEGER;
|
| /template/ravel/css/ |
| D | ravel.css | 1310 /* === 1ST LEVEL STRUCTURE === */ 1319 /* === 2ND LEVEL STRUCTURE === */ 1346 /* === 3RD LEVEL STRUCTURE === */ 1364 /* === 1ST LEVEL CONTENT === */ 1408 /* === 2ND LEVEL CONTENT === */
|