Home
last modified time | relevance | path

Searched refs:isFragment (Results 1 – 6 of 6) sorted by relevance

/plugin/combo/action/
H A Dinstructionspostprocessing.php77 $isFragment = $fetcherMarkup->isFragment() === true;
100 $isFragment = true;
114 $isFragment = false;
128 if ($isFragment) {
147 $outline = Outline::createFromCallStack($callStack, $executingMarkupPath, $isFragment);
/plugin/combo/ComboStrap/
H A DOutline.php90 private bool $isFragment;
96 * @param bool $isFragment - needed to control the structure of the outline (if this is a preview, the first heading may be not h1)
99 public function __construct(CallStack $callStack, MarkupPath $markup = null, bool $isFragment = false)
104 $this->isFragment = $isFragment;
113 * @param bool $isFragment - needed to control the structure of the outline (if this is a preview, the first heading may be not h1)
116 public static function createFromCallStack(CallStack $callStack, MarkupPath $markupPath = null, bool $isFragment = false): Outline
118 return new Outline($callStack, $markupPath, $isFragment); argument
281 if (!$this->isFragment) {
313 if (!$this->isFragment) {
92 private bool $isFragment; global() variable in ComboStrap\\Outline
101 __construct(CallStack $callStack, MarkupPath $markup = null, bool $isFragment = false) global() argument
[all...]
H A DFetcherMarkup.php376 if ($this->isFragment()) {
1040 * while a {@link self::isFragment() fragment} will not.
1077 public function isFragment(): bool function in ComboStrap\\FetcherMarkup
H A DExecutionContext.php63 * set the {@link FetcherMarkup::isFragment()}
822 if ($markupHandler->isFragment()) {
/plugin/combo/ComboStrap/Tag/
H A DBarTag.php44 ->isFragment();
/plugin/bpmnioeditor/vendor/bpmnio-js/
H A Dbpmn-modeler.development.js1892 if (!isFragment(parsed)) {
1918 function isFragment(node) { function