Home
last modified time | relevance | path

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

1234567

/plugin/authgooglesheets/vendor/google/apiclient-services/src/Forms/
H A 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/
H A 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/
H A DStructuralElement.php56 public function setParagraph(Paragraph $paragraph) argument
58 $this->paragraph = $paragraph;
65 return $this->paragraph;
/plugin/odt/ODT/styles/
H A 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/
H A 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/commonmark/vendor/league/commonmark/src/Extension/TableOfContents/
H A DTableOfContentsGenerator.php
/plugin/commonmark/vendor/league/commonmark/src/Extension/Footnote/Event/
H A DAnonymousFootnotesListener.php47 $paragraph = new Paragraph();
48 $paragraph->appendChild(new Text($text));
49 $paragraph->appendChild(new FootnoteBackref($newReference));
52 $footnote->appendChild($paragraph);
/plugin/mdpage/vendor/cebe/markdown/tests/markdown-data/
H A Dhtml-block.md1 paragraph 1 is here
31 <p>this is a paragraph</p>
57 this paragraph contains a <!-- multi
H A Ddense-block-markers.md9 paragraph
11 this is a paragraph, not a headline or list
H A 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>
H A Dnewline.md1 This is a paragraph with a newline
H A Dlist-marker-in-paragraph.md4 middle of a paragraph looked like a
/plugin/scrape/HTMLPurifier/ConfigSchema/schema/
H A DAutoFormat.AutoParagraph.txt
/plugin/mdpage/vendor/cebe/markdown/tests/github-data/
H A Ddense-block-markers.md9 paragraph
11 this is a paragraph, not a headline or list
/plugin/commonmark/vendor/league/commonmark/src/Extension/Table/
H A DTableParser.php
/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/
H A Dtotranslate.txt1 …slated, yet. Please help completing the translation.**\\ //(remove this paragraph once the transla…
/plugin/translation/lang/en/
H A Dtotranslate.txt1 FIXME **This page is not fully translated, yet. Please help completing the translation.**\\ //(remove this paragraph once the translation is finished)/
/plugin/odt/
H A 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/bootswrapper/exe/help/
H A Dlead.txt3 Make a paragraph stand out by ''<nowiki><lead></nowiki>'' syntax.
/plugin/latexit/tests/my/
H A Dtest4.latex13 \paragraph{\texorpdfstring{Nadpis 4}{Nadpis 4}}
/plugin/userhomepage/lang/en/
H A Duserhomepage_private.default9 Feel free to remove this paragraph (beside the title)...\\
H A Duserhomepage_public.default9 Feel free to remove this paragraph (beside the title)...\\
/plugin/wysiwyg/fckeditor/editor/_source/commandclasses/
H A Dfcklistcommands.js71 var paragraph = doc.createElement( 'p' ) ;
72 doc.body.appendChild( paragraph ) ;
73 range.MoveToNodeContents( paragraph ) ;
/plugin/editions/
H A Dstyle.css11 /* list of editions per paragraph */

1234567