/plugin/authgooglesheets/vendor/google/apiclient-services/src/Forms/ |
H A D | TextQuestion.php | 25 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 D | ODTParagraph.php | 120 $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 D | StructuralElement.php | 56 public function setParagraph(Paragraph $paragraph) argument 58 $this->paragraph = $paragraph; 65 return $this->paragraph;
|
/plugin/odt/ODT/styles/ |
H A D | ODTStyleStyle.php | 103 $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 D | Parser.php | 329 $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 D | TableOfContentsGenerator.php |
|
/plugin/commonmark/vendor/league/commonmark/src/Extension/Footnote/Event/ |
H A D | AnonymousFootnotesListener.php | 47 $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 D | html-block.md | 1 paragraph 1 is here 31 <p>this is a paragraph</p> 57 this paragraph contains a <!-- multi
|
H A D | dense-block-markers.md | 9 paragraph 11 this is a paragraph, not a headline or list
|
H A D | md1_markdown_documentation_basics.md | 37 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 D | newline.md | 1 This is a paragraph with a newline
|
H A D | list-marker-in-paragraph.md | 4 middle of a paragraph looked like a
|
/plugin/scrape/HTMLPurifier/ConfigSchema/schema/ |
H A D | AutoFormat.AutoParagraph.txt |
|
/plugin/mdpage/vendor/cebe/markdown/tests/github-data/ |
H A D | dense-block-markers.md | 9 paragraph 11 this is a paragraph, not a headline or list
|
/plugin/commonmark/vendor/league/commonmark/src/Extension/Table/ |
H A D | TableParser.php |
|
/plugin/combo/resources/theme/default/components/css/ |
H A D | prism.css | 1 /* no margin at the bottom / to close to the next paragraph */
|
/plugin/autotranslation/lang/en/ |
H A D | totranslate.txt | 1 …slated, yet. Please help completing the translation.**\\ //(remove this paragraph once the transla…
|
/plugin/translation/lang/en/ |
H A D | totranslate.txt | 1 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 D | ChangeLog.txt | 59 * 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 D | lead.txt | 3 Make a paragraph stand out by ''<nowiki><lead></nowiki>'' syntax.
|
/plugin/latexit/tests/my/ |
H A D | test4.latex | 13 \paragraph{\texorpdfstring{Nadpis 4}{Nadpis 4}}
|
/plugin/userhomepage/lang/en/ |
H A D | userhomepage_private.default | 9 Feel free to remove this paragraph (beside the title)...\\
|
H A D | userhomepage_public.default | 9 Feel free to remove this paragraph (beside the title)...\\
|
/plugin/wysiwyg/fckeditor/editor/_source/commandclasses/ |
H A D | fcklistcommands.js | 71 var paragraph = doc.createElement( 'p' ) ; 72 doc.body.appendChild( paragraph ) ; 73 range.MoveToNodeContents( paragraph ) ;
|
/plugin/editions/ |
H A D | style.css | 11 /* list of editions per paragraph */
|