Home
last modified time | relevance | path

Searched refs:paragraph (Results 1 – 25 of 181) sorted by relevance

12345678

/plugin/authgooglesheets/vendor/google/apiclient-services/src/Forms/
DTextQuestion.php25 public $paragraph; variable in Google\\Service\\Forms\\TextQuestion
30 public function setParagraph($paragraph) argument
32 $this->paragraph = $paragraph;
39 return $this->paragraph;
/plugin/odt/ODT/
DODTParagraph.php120 $paragraph = new ODTElementParagraph($styleName);
121 $params->document->state->enter($paragraph);
122 $params->content .= $paragraph->getOpeningTag();
123 $paragraph->setHTMLElement ($element);
133 $paragraph = $params->document->state->getCurrentParagraph();
134 if (isset($paragraph)) {
135 ODTUtility::closeHTMLElement ($params, $paragraph->getHTMLElement());
136 $params->content .= $paragraph->getClosingTag();
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Docs/
DStructuralElement.php56 public function setParagraph(Paragraph $paragraph) argument
58 $this->paragraph = $paragraph;
65 return $this->paragraph;
/plugin/odt/ODT/styles/
DODTStyleStyle.php103 $paragraph = '';
119 $paragraph .= $items ['odt_property'].'="'.$items ['value'].'" ';
145 if ( !empty($paragraph) ) {
147 $style .= ' <style:paragraph-properties '.$paragraph.'/>'."\n";
149 $style .= ' <style:paragraph-properties '.$paragraph.'>'."\n";
/plugin/mdpage/vendor/cebe/markdown/
DParser.php329 $paragraph = [];
337 $paragraph[] = ['text', substr($text, 0, $pos)];
349 $paragraph[] = $output;
356 $paragraph[] = ['text', substr($text, 0, 1)];
361 $paragraph[] = ['text', $text];
365 return $paragraph;
/plugin/mdpage/vendor/cebe/markdown/tests/markdown-data/
Dhtml-block.md1 paragraph 1 is here
31 <p>this is a paragraph</p>
57 this paragraph contains a <!-- multi
Ddense-block-markers.md9 paragraph
11 this is a paragraph, not a headline or list
Dmd1_markdown_documentation_basics.md37 A paragraph is simply one or more consecutive lines of text, separated
61 regular paragraph.
70 > This is the second paragraph in the blockquote.
83 regular paragraph.</p>
93 <p>This is the second paragraph in the blockquote.</p>
168 list item text. You can create multi-paragraph list items by indenting
265 In a regular paragraph, you can create code span by wrapping text in
292 you've got to put paragraph tags in your blockquotes:
301 you've got to put paragraph tags in your blockquotes:</p>
Dnewline.md1 This is a paragraph with a newline
Dlist-marker-in-paragraph.md4 middle of a paragraph looked like a
Dspecs.md98 This is a regular paragraph.
106 This is another regular paragraph.
113 used anywhere in a Markdown paragraph, list item, or header. If you
186 A paragraph is simply one or more consecutive lines of text, separated
195 character in a paragraph into a `<br />` tag.
202 Markdown's email-style [blockquoting][bq] and multi-paragraph [list items][l]
262 line of a hard-wrapped paragraph:
404 paragraph in a list item must be indented by either 4 spaces
423 This is the second paragraph in the list item. You're
467 This is a normal paragraph:
[all …]
/plugin/scrape/vendor/ezyang/htmlpurifier/library/HTMLPurifier/ConfigSchema/schema/
DAutoFormat.AutoParagraph.txt14 that allow paragraph tags,</li>
15 <li>Applies to double newlines in paragraph tags</li>
24 double-newlines except to specify a new paragraph or in contexts where
/plugin/mdpage/vendor/cebe/markdown/tests/github-data/
Ddense-block-markers.md9 paragraph
11 this is a paragraph, not a headline or list
/plugin/asciidocjs/node_modules/@asciidoctor/cli/data/reference/
Dsyntax.adoc13 A normal paragraph.
20 This paragraph carries the `hardbreaks` option.
23 An indented (literal) paragraph disables text formatting,
28 A style, ID, and/or role gives a paragraph (or block) special meaning, like this sidebar.
30 NOTE: An admonition paragraph, like this note, grabs the reader's attention.
85 A paragraph (or any block) with an anchor (aka ID) and reftext.
91 This paragraph has a footnote.footnote:[This is the text of the footnote.]
104 Attach a block or paragraph to a list item using a list continuation (which you can enclose in an o…
/plugin/wordimport/docx/
DTableCell.php33 foreach ($paragraphs as $paragraph) {
36 $p = new Paragraph($this->docx, $paragraph);
/plugin/dokullm/
H A DChromaDBClient.php699 foreach ($paragraphs as $index => $paragraph) {
701 $paragraph = trim($paragraph);
702 if (empty($paragraph)) {
707 if (preg_match('/^=+(.*?)=+$/', $paragraph, $matches)) {
726 $embeddings = $this->generateEmbeddings($paragraph);
738 $chunkContents[] = $paragraph;
/plugin/odt/
DChangeLog.txt59 * Added support for text indentation for the first line of a paragraph.
95 …* Bugfix: close paragraph (if open) before opening a header. Otherwise headers would disappear if …
96 inbetween a paragraph.
119 * Added CSS based functions for opening a paragraph
121 in CSS functions for opening a span and paragraph
122 * Added support for line-height in CSS based paragraph open functions
123 … * Added support for font-size in percent (e.g. 'font-size:200%;') in CSS based span and paragraph
/plugin/combo/resources/theme/default/components/css/
H A Dprism.css1 /* no margin at the bottom / to close to the next paragraph */
/plugin/autotranslation/lang/en/
Dtotranslate.txt1 …slated, yet. Please help completing the translation.**\\ //(remove this paragraph once the transla…
/plugin/translation/lang/en/
Dtotranslate.txt1 …slated, yet. Please help completing the translation.**\\ //(remove this paragraph once the transla…
/plugin/bootswrapper/exe/help/
Dlead.txt3 Make a paragraph stand out by ''<nowiki><lead></nowiki>'' syntax.
/plugin/latexit/tests/my/
Dtest4.latex13 \paragraph{\texorpdfstring{Nadpis 4}{Nadpis 4}}
/plugin/wysiwyg/fckeditor/editor/_source/commandclasses/
Dfcklistcommands.js71 var paragraph = doc.createElement( 'p' ) ;
72 doc.body.appendChild( paragraph ) ;
73 range.MoveToNodeContents( paragraph ) ;
/plugin/userhomepage/lang/en/
Duserhomepage_private.default9 Feel free to remove this paragraph (beside the title)...\\
Duserhomepage_public.default9 Feel free to remove this paragraph (beside the title)...\\

12345678