Searched refs:Line (Results 1 – 25 of 164) sorted by relevance
1234567
| /plugin/aichat/vendor/erusev/parsedown/ |
| 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['body'], 4); [all …]
|
| /plugin/findologicxmlexport/vendor/sebastian/diff/ |
| D | README.md | 70 [0] => SebastianBergmann\Diff\Line Object 72 [type:SebastianBergmann\Diff\Line:private] => 3 73 … [content:SebastianBergmann\Diff\Line:private] => * @covers SebastianBergmann\Money\Money::add 76 [1] => SebastianBergmann\Diff\Line Object 78 [type:SebastianBergmann\Diff\Line:private] => 3 79 …[content:SebastianBergmann\Diff\Line:private] => * @covers SebastianBergmann\Money\Money::new… 82 [2] => SebastianBergmann\Diff\Line Object 84 [type:SebastianBergmann\Diff\Line:private] => 3 85 … [content:SebastianBergmann\Diff\Line:private] => */ 88 [3] => SebastianBergmann\Diff\Line Object [all …]
|
| /plugin/findologicxmlexport/vendor/sebastian/diff/tests/ |
| D | LineTest.php | 21 * @var Line 27 $this->line = new Line; 37 $this->assertEquals(Line::UNCHANGED, $this->line->getType());
|
| D | ParserTest.php | 108 /** @var Line $line */ 111 $this->assertSame(Line::UNCHANGED, $line->getType()); 115 $this->assertSame(Line::REMOVED, $line->getType());
|
| /plugin/conform/ |
| 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/ |
| D | Parser.php | 92 $type = Line::UNCHANGED; 95 $type = Line::ADDED; 97 $type = Line::REMOVED; 100 $diffLines[] = new Line($type, $match['line']);
|
| D | Line.php | 13 class Line class
|
| /plugin/authgooglesheets/vendor/google/apiclient-services/src/SemanticTile/ |
| D | Geometry.php | 27 protected $linesType = Line::class; 61 * @param Line[] 68 * @return Line[]
|
| 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/ |
| D | PageElement.php | 30 protected $lineType = Line::class; 98 * @param Line 100 public function setLine(Line $line) 105 * @return Line
|
| D | Line.php | 20 class Line extends \Google\Model class 78 class_alias(Line::class, 'Google_Service_Slides_Line');
|
| /plugin/orgchart/ |
| 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/ |
| 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/ |
| D | README.md | 4 Multi Line List Plugin for Dokuwiki, originally authored by Adrian Sai-wah Tam, Mirrored here as th…
|
| /plugin/cli/ |
| D | plugin.info.txt | 7 name Command Line Interface (CLI) Plugin
|
| /plugin/mediasyntax/test/ |
| D | dokusyntax-test.txt | 32 * New Line
|
| /plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/Regression/GitHub/ |
| D | 503.phpt | 2 GH-503: assertEquals() Line Ending Differences Are Obscure
|
| /plugin/asciidocjs/node_modules/@asciidoctor/cli/ |
| D | README.md | 6 The Command Line Interface (CLI) for Asciidoctor.js.
|
| /plugin/textmodule/ |
| D | README.md | 5 Line breaks can be added using ``\n``.
|
| /plugin/jdraw/src/com/mxgraph/examples/swing/resources/ |
| D | editor.properties.bak | 54 line=Line 141 line=Line
|
| D | editor.properties | 56 line=Line 145 line=Line
|
| D | editor_zh-CN.properties | 55 line=Line 141 line=Line
|
| /plugin/metadisplay/ |
| D | README.md | 6 On Command Line from bin/ directory:
|
| /plugin/form/ |
| D | syntax.php | 1018 case 'Line' :
|
| /plugin/radarchart/ |
| D | README.md | 63 | borderWidth | Line thickness | 2 |
|
1234567