Searched refs:isFragment (Results 1 – 6 of 6) sorted by relevance
| /plugin/combo/action/ |
| H A D | instructionspostprocessing.php | 77 $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 D | Outline.php | 95 private bool $isFragment; variable in ComboStrap\\Outline 101 …* @param bool $isFragment - needed to control the structure of the outline (if this is a preview, … 104 …public function __construct(CallStack $callStack, MarkupPath $markup = null, bool $isFragment = fa… argument 109 $this->isFragment = $isFragment; 118 …* @param bool $isFragment - needed to control the structure of the outline (if this is a preview, … 121 …omCallStack(CallStack $callStack, MarkupPath $markupPath = null, bool $isFragment = false): Outline argument 123 return new Outline($callStack, $markupPath, $isFragment); 289 if (!$this->isFragment) { 321 if (!$this->isFragment) {
|
| H A D | FetcherMarkup.php | 376 if ($this->isFragment()) { 1084 public function isFragment(): bool function in ComboStrap\\FetcherMarkup
|
| H A D | ExecutionContext.php | 822 if ($markupHandler->isFragment()) {
|
| /plugin/combo/ComboStrap/Tag/ |
| H A D | BarTag.php | 44 ->isFragment();
|
| /plugin/bpmnioeditor/vendor/bpmnio-js/ |
| D | bpmn-modeler.development.js | 1892 if (!isFragment(parsed)) { 1918 function isFragment(node) { function
|