/plugin/aichat/vendor/erusev/parsedown/ |
H A D | Parsedown.php | 188 $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 D | README.md | 70 [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 D | LineTest.php | 21 * @var Line 27 $this->line = new Line; 37 $this->assertEquals(Line::UNCHANGED, $this->line->getType());
|
H A D | ParserTest.php | 108 /** @var Line $line */ 111 $this->assertSame(Line::UNCHANGED, $line->getType()); 115 $this->assertSame(Line::REMOVED, $line->getType());
|
/plugin/conform/ |
H A D | helper.php | 42 '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 D | Parser.php | 92 $type = Line::UNCHANGED; 95 $type = Line::ADDED; 97 $type = Line::REMOVED; 100 $diffLines[] = new Line($type, $match['line']);
|
H A D | Line.php | 13 class Line class
|
/plugin/authgooglesheets/vendor/google/apiclient-services/src/SemanticTile/ |
H A D | Geometry.php | 27 protected $linesType = Line::class; 61 * @param Line[] 68 * @return Line[]
|
H A D | Line.php | 20 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 D | PageElement.php | 30 protected $lineType = Line::class; 98 * @param Line 100 public function setLine(Line $line) 105 * @return Line
|
H A D | Line.php | 20 class Line extends \Google\Model class 78 class_alias(Line::class, 'Google_Service_Slides_Line');
|
/plugin/orgchart/ |
H A D | README | 14 ^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 D | helper.php | 33 '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 D | README.md | 4 Multi Line List Plugin for Dokuwiki, originally authored by Adrian Sai-wah Tam, Mirrored here as th…
|
/plugin/cli/ |
H A D | plugin.info.txt | 7 name Command Line Interface (CLI) Plugin
|
H A D | README | 3 This plugin brings a Command Line Interface formatter to Dokuwiki allowing you to format the output…
|
/plugin/mediasyntax/test/ |
H A D | dokusyntax-test.txt | 32 * New Line
|
/plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/Regression/GitHub/ |
H A D | 503.phpt | 2 GH-503: assertEquals() Line Ending Differences Are Obscure
|
/plugin/textmodule/ |
H A D | README.md | 5 Line breaks can be added using ``\n``.
|
/plugin/metadisplay/ |
H A D | README.md | 6 On Command Line from bin/ directory:
|
/plugin/jdraw/src/com/mxgraph/examples/swing/resources/ |
H A D | editor.properties | 56 line=Line 145 line=Line
|
H A D | editor.properties.bak | 54 line=Line 141 line=Line
|
H A D | editor_zh-CN.properties | 55 line=Line 141 line=Line
|
H A D | editor_zh-CN.properties.bak | 55 line=Line
|
/plugin/form/ |
H A D | syntax.php | 1018 case 'Line' :
|