Home
last modified time | relevance | path

Searched refs:Line (Results 1 – 25 of 142) sorted by relevance

123456

/plugin/aichat/vendor/erusev/parsedown/
H A DParsedown.php188 $Line = array('body' => $line, 'indent' => $indent, 'text' => $text);
194 $Block = $this->{'block'.$CurrentBlock['type'].'Continue'}($Line, $CurrentBlock);
232 $Block = $this->{'block'.$blockType}($Line, $CurrentBlock);
266 $CurrentBlock = $this->paragraph($Line);
320 protected function blockCode($Line, $Block = null) argument
327 if ($Line['indent'] >= 4)
329 $text = substr($Line['body'], 4);
346 protected function blockCodeContinue($Line, $Block) argument
348 if ($Line['indent'] >= 4)
359 $text = substr($Line['bod
379 blockComment($Line) global() argument
401 blockCommentContinue($Line, array $Block) global() argument
421 blockFencedCode($Line) global() argument
466 blockFencedCodeContinue($Line, $Block) global() argument
506 blockHeader($Line) global() argument
539 blockList($Line) global() argument
578 blockListContinue($Line, array $Block) global() argument
655 blockQuote($Line) global() argument
671 blockQuoteContinue($Line, array $Block) global() argument
698 blockRule($Line) global() argument
715 blockSetextHeader($Line, array $Block = null) global() argument
733 blockMarkup($Line) global() argument
785 blockMarkupContinue($Line, array $Block) global() argument
824 blockReference($Line) global() argument
853 blockTable($Line, array $Block = null) global() argument
960 blockTableContinue($Line, array $Block) global() argument
1014 paragraph($Line) global() argument
[all...]
/plugin/findologicxmlexport/vendor/sebastian/diff/
H A DREADME.md70 [0] => SebastianBergmann\Diff\Line Object
72 [type:SebastianBergmann\Diff\Line:private] => 3
76 [1] => SebastianBergmann\Diff\Line Object
78 [type:SebastianBergmann\Diff\Line:private] => 3
82 [2] => SebastianBergmann\Diff\Line Object
84 [type:SebastianBergmann\Diff\Line:private] => 3
88 [3] => SebastianBergmann\Diff\Line Object
94 [4] => SebastianBergmann\Diff\Line Object
100 [5] => SebastianBergmann\Diff\Line Object
106 [6] => SebastianBergmann\Diff\Line Object
[all …]
/plugin/findologicxmlexport/vendor/sebastian/diff/tests/
H A DLineTest.php21 * @var Line
27 $this->line = new Line;
37 $this->assertEquals(Line::UNCHANGED, $this->line->getType());
H A DParserTest.php108 /** @var Line $line */
111 $this->assertSame(Line::UNCHANGED, $line->getType());
115 $this->assertSame(Line::REMOVED, $line->getType());
/plugin/conform/
H A Dhelper.php42 'Line' => 1,
75 …array_push($errors, "Line: $linecount --> Keyword '$args[0]' has the wrong number (".count($args).…
86 array_push($errors, "Line: $linecount --> Keyword '$args[0]' is repeated!");
102 …array_push($errors, "Line: $linecount --> Attribute '$args[1]' isn't allowed to contain a _ charac…
187 … array_push($errors, "Line: $constraintline --> Attribute '$constraint' doesn't exist!");
/plugin/findologicxmlexport/vendor/sebastian/diff/src/
H A DParser.php92 $type = Line::UNCHANGED;
95 $type = Line::ADDED;
97 $type = Line::REMOVED;
100 $diffLines[] = new Line($type, $match['line']);
H A DLine.php13 class Line class
/plugin/authgooglesheets/vendor/google/apiclient-services/src/SemanticTile/
H A DGeometry.php27 protected $linesType = Line::class;
61 * @param Line[]
68 * @return Line[]
H A DLine.php20 class Line extends \Google\Model class
67 class_alias(Line::class, 'Google_Service_SemanticTile_Line');
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Slides/
H A DPageElement.php30 protected $lineType = Line::class;
98 * @param Line
100 public function setLine(Line $line)
105 * @return Line
H A DLine.php20 class Line extends \Google\Model class
78 class_alias(Line::class, 'Google_Service_Slides_Line');
/plugin/orgchart/
H A DREADME14 ^Name ^Line Manager ^Job Title ^Photo ^
40 headers : Name, Line Manager, Job Title
46 headers : Name, Line Manager, Job Title, Photo
/plugin/daftdrafts/
H A Dhelper.php33 'desc' => 'Add an ACL Line into the acl.auth.php',
39 'desc' => 'Remove an ACL Line into the acl.auth.php',
/plugin/mllist/
H A DREADME.md4 Multi Line List Plugin for Dokuwiki, originally authored by Adrian Sai-wah Tam, Mirrored here as th…
/plugin/cli/
H A Dplugin.info.txt7 name Command Line Interface (CLI) Plugin
H A DREADME3 This plugin brings a Command Line Interface formatter to Dokuwiki allowing you to format the output…
/plugin/mediasyntax/test/
H A Ddokusyntax-test.txt32 * New Line
/plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/Regression/GitHub/
H A D503.phpt2 GH-503: assertEquals() Line Ending Differences Are Obscure
/plugin/textmodule/
H A DREADME.md5 Line breaks can be added using ``\n``.
/plugin/metadisplay/
H A DREADME.md6 On Command Line from bin/ directory:
/plugin/jdraw/src/com/mxgraph/examples/swing/resources/
H A Deditor.properties56 line=Line
145 line=Line
H A Deditor.properties.bak54 line=Line
141 line=Line
H A Deditor_zh-CN.properties55 line=Line
141 line=Line
H A Deditor_zh-CN.properties.bak55 line=Line
/plugin/form/
H A Dsyntax.php1018 case 'Line' :

123456