Home
last modified time | relevance | path

Searched refs:getContainer (Results 1 – 25 of 53) sorted by relevance

123

/plugin/commonmark/vendor/league/commonmark/src/Inline/Parser/
H A DNewlineParser.php34 $lastInline = $inlineContext->getContainer()->lastChild();
44 $inlineContext->getContainer()->appendChild(new Newline(Newline::HARDBREAK));
46 $inlineContext->getContainer()->appendChild(new Newline(Newline::SOFTBREAK));
H A DEscapableParser.php36 $inlineContext->getContainer()->appendChild(new Newline(Newline::HARDBREAK));
41 $inlineContext->getContainer()->appendChild(new Text($nextChar));
47 $inlineContext->getContainer()->appendChild(new Text('\\'));
H A DAutolinkParser.php36 …$inlineContext->getContainer()->appendChild(new Link('mailto:' . UrlEncoder::unescapeAndEncode($em…
41 …$inlineContext->getContainer()->appendChild(new Link(UrlEncoder::unescapeAndEncode($dest), $dest));
H A DBacktickParser.php52 $inlineContext->getContainer()->appendChild(new Code($c));
60 $inlineContext->getContainer()->appendChild(new Text($ticks));
H A DHtmlInlineParser.php31 $inlineContext->getContainer()->appendChild(new HtmlInline($m));
H A DEntityParser.php32 $inlineContext->getContainer()->appendChild(new Text(Html5EntityDecoder::decode($m)));
H A DOpenBracketParser.php32 $inlineContext->getContainer()->appendChild($node);
H A DBangParser.php34 $inlineContext->getContainer()->appendChild($node);
/plugin/commonmark/vendor/league/commonmark/src/
H A DDocParser.php103 $context->getBlockCloser()->setLastMatchedContainer($context->getContainer());
121 if ($context->getContainer() instanceof StringContainerInterface) {
122 $context->getContainer()->handleRemainingContents($context, $cursor);
185 while (!$context->getContainer()->isCode() && !$context->getBlocksParsed()) {
194 …if (!$parsed || $context->getContainer() instanceof StringContainerInterface || (($tip = $context-…
221 $container = $context->getContainer();
H A DContextInterface.php60 public function getContainer(): AbstractBlock; function
H A DInlineParserContext.php41 public function getContainer(): AbstractBlock function in League\\CommonMark\\InlineParserContext
/plugin/commonmark/vendor/league/commonmark/src/Extension/Attributes/Parser/
H A DAttributesInlineParser.php44 …if ($char === ' ' && ($previousInline = $inlineContext->getContainer()->lastChild()) instanceof Te…
53 $inlineContext->getContainer()->appendChild($node);
/plugin/commonmark/vendor/league/commonmark/src/Extension/SmartPunct/
H A DPunctuationParser.php38 $inlineContext->getContainer()->appendChild(new Text('…'));
61 $inlineContext->getContainer()->appendChild(new Text(
/plugin/commonmark/vendor/league/commonmark/src/Block/Parser/
H A DSetExtHeadingParser.php32 if (!($context->getContainer() instanceof Paragraph)) {
42 $strings = $context->getContainer()->getStrings();
H A DListParser.php42 if ($cursor->isIndented() && !($context->getContainer() instanceof ListBlock)) {
62 …RegexHelper::matchFirst('/^(\d{1,9})([.)])/', $rest)) && (!($context->getContainer() instanceof Pa…
81 $container = $context->getContainer();
/plugin/authgooglesheets/vendor/google/apiclient-services/src/TagManager/
H A DListContainersResponse.php40 public function getContainer() function in Google\\Service\\TagManager\\ListContainersResponse
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Storagetransfer/
H A DAzureBlobStorageData.php61 public function getContainer() function in Google\\Service\\Storagetransfer\\AzureBlobStorageData
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ServiceControl/
H A DResourceInfo.php53 public function getContainer() function in Google\\Service\\ServiceControl\\ResourceInfo
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Transcoder/
H A DMuxStream.php52 public function getContainer() function in Google\\Service\\Transcoder\\MuxStream
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Appengine/
H A DDeployment.php55 public function getContainer() function in Google\\Service\\Appengine\\Deployment
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ServiceConsumerManagement/
H A DV1Beta1ProducerQuotaPolicy.php57 public function getContainer() function in Google\\Service\\ServiceConsumerManagement\\V1Beta1ProducerQuotaPolicy
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ServiceUsage/
H A DAdminQuotaPolicy.php57 public function getContainer() function in Google\\Service\\ServiceUsage\\AdminQuotaPolicy
/plugin/authgooglesheets/vendor/google/apiclient-services/src/DLP/
H A DGooglePrivacyDlpV2Location.php70 public function getContainer() function in Google\\Service\\DLP\\GooglePrivacyDlpV2Location
/plugin/commonmark/vendor/league/commonmark/src/Extension/TaskList/
H A DTaskListItemMarkerParser.php28 $container = $inlineContext->getContainer();
/plugin/yuriigantt/3rd/dhtmlxgantt/sources/ext/
H A Ddhtmlxgantt_quick_info.js168 var container = getContainer();
215 function getContainer() { function
240 var container = getContainer();
346 var container = getContainer();

123