Home
last modified time | relevance | path

Searched refs:Outline (Results 1 – 25 of 52) sorted by relevance

123

/plugin/combo/conf/
H A Dmetadata.php28 use ComboStrap\Outline; alias
295 * Outline Numbering
297 $meta[Outline::CONF_OUTLINE_NUMBERING_ENABLE] = array("onoff");
298 $meta[Outline::CONF_OUTLINE_NUMBERING_COUNTER_STYLE_LEVEL2] = array('multichoice', '_choices' => Outline::CONF_COUNTER_STYLES_CHOICES);
299 $meta[Outline::CONF_OUTLINE_NUMBERING_COUNTER_STYLE_LEVEL3] = array('multichoice', '_choices' => Outline::CONF_COUNTER_STYLES_CHOICES);
300 $meta[Outline::CONF_OUTLINE_NUMBERING_COUNTER_STYLE_LEVEL4] = array('multichoice', '_choices' => Outline::CONF_COUNTER_STYLES_CHOICES);
301 $meta[Outline
[all...]
H A Ddefault.php30 use ComboStrap\Outline; alias
332 * Outline Numbering
333 * {@link Outline::CONF_OUTLINE_NUMBERING_ENABLE}
334 * {@link Outline::CONF_OUTLINE_NUMBERING_COUNTER_STYLE_LEVEL2}
335 * {@link Outline::CONF_OUTLINE_NUMBERING_COUNTER_STYLE_LEVEL3}
336 * {@link Outline::CONF_OUTLINE_NUMBERING_COUNTER_STYLE_LEVEL4}
337 * {@link Outline::CONF_OUTLINE_NUMBERING_COUNTER_STYLE_LEVEL5}
338 * {@link Outline::CONF_OUTLINE_NUMBERING_COUNTER_STYLE_LEVEL6}
339 * {@link Outline::CONF_OUTLINE_NUMBERING_COUNTER_SEPARATOR}
340 * {@link Outline
[all...]
/plugin/combo/lang/en/
H A Dsettings.php26 use ComboStrap\Outline; alias
228 * Outline
230 $lang[Outline::CONF_OUTLINE_NUMBERING_ENABLE] = PluginUtility::getDocumentationHyperLink(Outline::CANONICAL, "Outline - if checked, outline numbering will be applied");
231 $lang[Outline::CONF_OUTLINE_NUMBERING_COUNTER_STYLE_LEVEL2] = PluginUtility::getDocumentationHyperLink(Outline::CANONICAL, "Outline - The counter style for the level 2");
232 $lang[Outline::CONF_OUTLINE_NUMBERING_COUNTER_STYLE_LEVEL3] = PluginUtility::getDocumentationHyperLink(Outline
[all...]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Slides/
H A DVideoProperties.php34 protected $outlineType = Outline::class;
84 * @param Outline
86 public function setOutline(Outline $outline)
91 * @return Outline
H A DShapeProperties.php30 protected $outlineType = Outline::class;
80 * @param Outline
82 public function setOutline(Outline $outline)
87 * @return Outline
H A DImageProperties.php34 protected $outlineType = Outline::class;
102 * @param Outline
104 public function setOutline(Outline $outline)
109 * @return Outline
H A DOutline.php20 class Outline extends \Google\Model class
94 class_alias(Outline::class, 'Google_Service_Slides_Outline');
/plugin/combo/ComboStrap/
H A DFetcherPageBundler.php23 private Outline $bundledOutline;
122 public function getBundledOutline(): Outline
137 $indexOutline = Outline::createFromMarkup($content, $this->getStartPath(), $this->getRequestedContextPath());
143 Outline::merge($indexOutline, $outer);
197 * @param Outline $outline
198 * @return Outline
200 private function addFirstSectionIfMissing(Outline $outline): Outline
H A DOutline.php22 class Outline
119 * @return Outline
121 public static function createFromCallStack(CallStack $callStack, MarkupPath $markupPath = null, bool $isFragment = false): Outline
123 return new Outline($callStack, $markupPath, $isFragment);
461 public static function merge(Outline $inner, Outline $outer)
495 public static function mergeRecurse(Outline $inner, Outline $outer)
505 * @return Outline
507 public static function createFromMarkup(string $content, Path $contentPath, WikiPath $contextPath): Outline
24 class Outline global() class
[all...]
H A DHeadingTag.php330 $tagAttributes->addClassName(Outline::getOutlineHeadingClass());
339 ->getValue(Outline::CONF_OUTLINE_NUMBERING_ENABLE, Outline::CONF_OUTLINE_NUMBERING_ENABLE_DEFAULT);
341 $snippet = $snippetManager->attachCssInternalStyleSheet(Outline::OUTLINE_HEADING_NUMBERING);
343 $css = Outline::getCssNumberingRulesFor(Outline::OUTLINE_HEADING_NUMBERING);
359 Outline::OUTLINE_ANCHOR,
365 LogUtility::internalError("Unable to add anchor. Error:{$e->getMessage()}", Outline::OUTLINE_ANCHOR);
367 $snippetManager->attachJavascriptFromComponentId(Outline::OUTLINE_ANCHOR);
H A DOutlineVisitor.php14 private Outline $outline;
31 public function __construct(Outline $outline)
47 public static function create(Outline $outline): OutlineVisitor
156 LogUtility::error("Error while capturing the feature images. Error: " . $e->getMessage(), Outline::CANONICAL, $e);
289 Outline::CONTEXT
299 Outline::CONTEXT
327 Outline::CONTEXT,
H A DToc.php82 $css = Outline::getCssNumberingRulesFor(Outline::TOC_NUMBERING);
83 PluginUtility::getSnippetManager()->attachCssInternalStyleSheet(Outline::TOC_NUMBERING, $css);
H A DFetcherMarkup.php1039 * A document will get an {@link Outline} processing
1125 return Outline::createFromCallStack(CallStack::createFromInstructions($this->getInstructions()))->toTocDokuwikiFormat();
1136 public function getOutline(): Outline
1145 return Outline::createFromCallStack($callStack, $markupPath);
/plugin/combo/action/
H A Dinstructionspostprocessing.php10 use ComboStrap\Outline; alias
30 const CANONICAL = Outline::CANONICAL;
132 $handler->calls = Outline::createFromCallStack($callStack, null, true)
147 $outline = Outline::createFromCallStack($callStack, $executingMarkupPath, $isFragment);
/plugin/combo/ComboStrap/Tag/
H A DTableTag.php16 use ComboStrap\Outline; alias
43 * The call is created during an outline scan at {@link Outline::buildOutline()}
/plugin/outliner/
H A Dstyle.css31 /* Outline block content */
H A Dprint.css8 /* Outline block content */
/plugin/pdfjs/pdfjs/web/locale/en-ZA/
H A Dviewer.properties96 document_outline.title=Show Document Outline (double-click to expand/collapse all items)
97 document_outline_label=Document Outline
/plugin/jdraw/src/com/mxgraph/examples/swing/resources/
H A Deditor.properties106 outline=Outline
H A Deditor.properties.bak102 outline=Outline
H A Deditor_zh-CN.properties102 outline=Outline
/plugin/pdfjs/pdfjs/web/locale/en-US/
H A Dviewer.properties142 document_outline.title=Show Document Outline (double-click to expand/collapse all items)
143 document_outline_label=Document Outline
/plugin/pdfjs/pdfjs/web/locale/tl/
H A Dviewer.properties142 document_outline.title=Show Document Outline (double-click to expand/collapse all items)
143 document_outline_label=Document Outline
/plugin/pdfjs/pdfjs/web/locale/en-CA/
H A Dviewer.properties142 document_outline.title=Show Document Outline (double-click to expand/collapse all items)
143 document_outline_label=Document Outline
/plugin/pdfjs/pdfjs/web/locale/en-GB/
H A Dviewer.properties142 document_outline.title=Show Document Outline (double-click to expand/collapse all items)
143 document_outline_label=Document Outline

123