Home
last modified time | relevance | path

Searched refs:cursor (Results 226 – 250 of 652) sorted by path

12345678910>>...27

/plugin/combo/resources/theme/default/pages/templates/
H A Dapp-edit.css55 cursor: pointer;
/plugin/combo/vendor/symfony/yaml/
H A DParser.php759 $cursor = \strlen(rtrim($this->currentLine)) - \strlen(rtrim($value));
761 return Inline::parse($this->lexInlineMapping($cursor), $flags, $this->refs);
763 $cursor = \strlen(rtrim($this->currentLine)) - \strlen(rtrim($value));
765 return Inline::parse($this->lexInlineSequence($cursor), $flags, $this->refs);
771 $cursor = \strlen(rtrim($this->currentLine)) - \strlen(rtrim($value));
772 $parsedValue = Inline::parse($this->lexInlineQuotedString($cursor), $flags, $this->refs);
774 if (isset($this->currentLine[$cursor]) && preg_replace('/\s*(#.*)?$/A', '', substr($this->currentLine, $cursor))) {
775 throw new ParseException(sprintf('Unexpected characters near "%s".', substr($this->currentLine, $cursor)));
1150 private function lexInlineQuotedString(int &$cursor argument
1214 lexUnquotedString(int& $cursor) global() argument
1226 lexInlineMapping(int& $cursor = 0) global() argument
1231 lexInlineSequence(int& $cursor = 0) global() argument
1236 lexInlineStructure(int& $cursor, string $closingTag) global() argument
1285 consumeWhitespaces(int& $cursor) global() argument
[all...]
/plugin/commonmark/vendor/league/commonmark/
H A DCHANGELOG-0.x.md
/plugin/commonmark/vendor/league/commonmark/src/Block/Element/
H A DAbstractBlock.php
H A DAbstractStringContainerBlock.php
H A DBlockQuote.php
H A DDocument.php
H A DFencedCode.php
H A DHeading.php
H A DHtmlBlock.php
H A DIndentedCode.php
H A DListBlock.php
H A DListItem.php
H A DParagraph.php
H A DStringContainerInterface.php
H A DThematicBreak.php
/plugin/commonmark/vendor/league/commonmark/src/Block/Parser/
H A DATXHeadingParser.php
H A DBlockParserInterface.php
H A DBlockQuoteParser.php
H A DFencedCodeParser.php
H A DHtmlBlockParser.php
H A DIndentedCodeParser.php
H A DLazyParagraphParser.php
H A DListParser.php
H A DSetExtHeadingParser.php

12345678910>>...27