Searched refs:Paragraph (Results 1 – 25 of 37) sorted by relevance
12
| /plugin/authgooglesheets/vendor/google/apiclient-services/src/Docs/ |
| D | StructuralElement.php | 26 protected $paragraphType = Paragraph::class; 54 * @param Paragraph 56 public function setParagraph(Paragraph $paragraph) 61 * @return Paragraph
|
| D | Paragraph.php | 20 class Paragraph extends \Google\Collection class 141 class_alias(Paragraph::class, 'Google_Service_Docs_Paragraph');
|
| /plugin/commonmark/src/Dokuwiki/Plugin/Commonmark/Extension/Renderer/Block/ |
| H A D | ParagraphRenderer.php | 18 use League\CommonMark\Node\Block\Paragraph; alias 27 * @param Paragraph $block 35 Paragraph::assertInstanceOf($node);
|
| H A D | ListItemRenderer.php | 20 use League\CommonMark\Node\Block\Paragraph; alias 56 …return $firstChild instanceof Paragraph && $firstChild->firstChild() instanceof TaskListItemMarker;
|
| /plugin/authgooglesheets/vendor/google/apiclient-services/src/Vision/ |
| D | Block.php | 33 protected $paragraphsType = Paragraph::class; 81 * @param Paragraph[] 88 * @return Paragraph[]
|
| D | Paragraph.php | 20 class Paragraph extends \Google\Collection class 93 class_alias(Paragraph::class, 'Google_Service_Vision_Paragraph');
|
| /plugin/mdpage/vendor/cebe/markdown/tests/markdown-data/ |
| D | lazy-list.md | 19 2. Paragraph 1 21 Paragraph 2 27 Paragraph.
|
| D | md1_inline_html_comments.md | 1 Paragraph one. 9 Paragraph two.
|
| /plugin/wordimport/docx/ |
| D | TableCell.php | 16 /** @var Paragraph[] All contained paragraphs */ 36 $p = new Paragraph($this->docx, $paragraph);
|
| D | Table.php | 13 /** @var Paragraph[][] */
|
| D | ListItem.php | 10 class ListItem extends Paragraph
|
| D | Image.php | 10 class Image extends Paragraph
|
| D | Document.php | 85 return new Paragraph($this->docx, $p);
|
| D | Paragraph.php | 10 class Paragraph extends AbstractParagraph class
|
| /plugin/mdpage/vendor/cebe/markdown/tests/github-data/ |
| D | github-code-in-numbered-list.md | 14 Paragraph.
|
| /plugin/divalign2/ |
| D | plugin.info.txt | 8 desc Paragraph Alignment for DokuWiki
|
| /plugin/rst/ |
| D | README.md | 30 Paragraph
|
| /plugin/markdownextra/ |
| D | README.md | 34 Paragraph
|
| /plugin/commonmark/src/Dokuwiki/Plugin/Commonmark/Extension/ |
| H A D | CommonmarkToDokuwikiExtension.php | 77 … ->addRenderer(CoreBlockElement\Paragraph::class, new BlockRenderer\ParagraphRenderer(), 0)
|
| /plugin/txt2tags/ |
| D | README.doku | 52 Paragraph
|
| D | README.t2t | 53 Paragraph
|
| /plugin/jplayer/vendor/james-heinrich/getid3/licenses/ |
| D | license.gpl-10.txt | 73 it, and copy and distribute such modifications under the terms of Paragraph 104 it, under Paragraph 2) in object code or executable form under the terms of
|
| /plugin/photogallery/phpThumb/licenses/ |
| D | license.gpl-10.txt | 73 it, and copy and distribute such modifications under the terms of Paragraph 104 it, under Paragraph 2) in object code or executable form under the terms of
|
| /plugin/ckgedit/ckeditor/lang/ |
| D | en.js.4.9 | 5 …Paragraph","links":"Links","insert":"Insert","styles":"Styles","colors":"Colors","tools":"Tools"},…
|
| /plugin/fckg/fckeditor/editor/lang/ |
| D | lang-template.txt | 143 //Paragraph to Break
|
12