Home
last modified time | relevance | path

Searched refs:paragraphs (Results 1 – 25 of 131) sorted by relevance

123456

/plugin/wordimport/docx/
DTableCell.php17 protected $paragraphs = []; variable in dokuwiki\\plugin\\wordimport\\docx\\TableCell
32 $paragraphs = $this->p->xpath('w:p');
33 foreach ($paragraphs as $paragraph) {
38 $this->paragraphs[] = $p;
54 … $string = implode('\\\\ ', array_map(static fn($p) => $p->__toString(), $this->paragraphs));
57 if ($this->paragraphs) {
58 $string = $this->paragraphs[0]->alignmentPadding($string);
/plugin/wysiwyg/fckeditor/editor/_source/commandclasses/
Dfckblockquotecommand.js44 var paragraphs = [] ;
46 paragraphs.push( block ) ;
49 var commonParent = paragraphs[0].parentNode ;
51 for ( var i = 0 ; i < paragraphs.length ; i++ )
53 block = paragraphs[i] ;
57 while ( paragraphs.length > 0 )
59 block = paragraphs.shift() ;
77 paragraphs.push( docFrag.lastChild ) ;
82 paragraphs.push( block ) ;
87 commonParent.insertBefore( bqBlock, paragraphs[0] ) ;
[all …]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Vision/
DGoogleCloudVisionV1p1beta1Block.php83 public function setParagraphs($paragraphs) argument
85 $this->paragraphs = $paragraphs;
92 return $this->paragraphs;
DBlock.php83 public function setParagraphs($paragraphs) argument
85 $this->paragraphs = $paragraphs;
92 return $this->paragraphs;
DGoogleCloudVisionV1p3beta1Block.php83 public function setParagraphs($paragraphs) argument
85 $this->paragraphs = $paragraphs;
92 return $this->paragraphs;
DGoogleCloudVisionV1p4beta1Block.php83 public function setParagraphs($paragraphs) argument
85 $this->paragraphs = $paragraphs;
92 return $this->paragraphs;
DGoogleCloudVisionV1p2beta1Block.php83 public function setParagraphs($paragraphs) argument
85 $this->paragraphs = $paragraphs;
92 return $this->paragraphs;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Document/
DGoogleCloudDocumentaiV1DocumentPage.php171 public function setParagraphs($paragraphs) argument
173 $this->paragraphs = $paragraphs;
180 return $this->paragraphs;
DGoogleCloudDocumentaiV1beta1DocumentPage.php171 public function setParagraphs($paragraphs) argument
173 $this->paragraphs = $paragraphs;
180 return $this->paragraphs;
DGoogleCloudDocumentaiV1beta2DocumentPage.php171 public function setParagraphs($paragraphs) argument
173 $this->paragraphs = $paragraphs;
180 return $this->paragraphs;
/plugin/yalist/
DREADME.md5 and list items with multiple paragraphs. The complete syntax is as follows:
13 -- ordered list item w/ multiple paragraphs
14 ** unordered list item w/ multiple paragraphs
15 :: definition list definition w/multiple paragraphs
/plugin/scrape/vendor/ezyang/htmlpurifier/library/HTMLPurifier/Injector/
DAutoParagraph.php215 $paragraphs = array(); // without empty paragraphs
229 $paragraphs[] = $par;
262 if (empty($paragraphs)) {
272 foreach ($paragraphs as $par) {
/plugin/mdpage/vendor/cebe/markdown/tests/markdown-ol-start-num-data/
Dmd1_ordered_and_unordered_lists.md31 Multiple paragraphs, start's with 5:
51 Same thing but with paragraphs:
/plugin/mdpage/vendor/cebe/markdown/tests/markdown-data/
Dmd1_ordered_and_unordered_lists.md85 Multiple paragraphs:
113 Same thing but with paragraphs:
/plugin/showwhen/
Dsyntax.php61 'paragraphs',
/plugin/showif/
Dsyntax.php60 'paragraphs',
/plugin/news/syntax/
Ditem.php41 …) { return array('container', 'formatting', 'substition', 'protected', 'disabled', 'paragraphs'); }
/plugin/songlist/
Dsyntax.php38 …ypes() { return array('container','substition','protected','disabled','formatting','paragraphs'); }
/plugin/cssmenu/
Dsyntax.php25 …rray('container', 'baseonly', 'formatting', 'substition', 'protected', 'disabled', 'paragraphs'); }
/plugin/xterm2/
Dsyntax.php65 return array('container','substition','protected','disabled','formatting','paragraphs');
/plugin/replace/
Dsyntax.php40 return array('container','substition','protected','disabled','formatting','paragraphs');
/plugin/spoiler2/
Dsyntax.php41 return array('container', 'substition', 'protected', 'disabled', 'formatting', 'paragraphs');
/plugin/spoiler/
Dsyntax.php40 return array('container', 'substition', 'protected', 'disabled', 'formatting', 'paragraphs');
/plugin/vertical/
Dsyntax.php37 … return array('container', 'substition', 'protected', 'disabled', 'formatting', 'paragraphs');
/plugin/boxwh/boxwh/
Dsyntax.php56 …ypes() { return array('container','substition','protected','disabled','formatting','paragraphs'); }

123456