Home
last modified time | relevance | path

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

12345

/plugin/wysiwyg/fckeditor/editor/_source/commandclasses/
H A 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 ) ;
88 while ( paragraphs.length > 0 )
[all …]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Vision/
H A DGoogleCloudVisionV1p3beta1Block.php83 public function setParagraphs($paragraphs) argument
85 $this->paragraphs = $paragraphs;
92 return $this->paragraphs;
H A DGoogleCloudVisionV1p2beta1Block.php83 public function setParagraphs($paragraphs) argument
85 $this->paragraphs = $paragraphs;
92 return $this->paragraphs;
H A DGoogleCloudVisionV1p4beta1Block.php83 public function setParagraphs($paragraphs) argument
85 $this->paragraphs = $paragraphs;
92 return $this->paragraphs;
H A DBlock.php83 public function setParagraphs($paragraphs) argument
85 $this->paragraphs = $paragraphs;
92 return $this->paragraphs;
H A DGoogleCloudVisionV1p1beta1Block.php83 public function setParagraphs($paragraphs) argument
85 $this->paragraphs = $paragraphs;
92 return $this->paragraphs;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Document/
H A DGoogleCloudDocumentaiV1DocumentPage.php171 public function setParagraphs($paragraphs) argument
173 $this->paragraphs = $paragraphs;
180 return $this->paragraphs;
H A DGoogleCloudDocumentaiV1beta1DocumentPage.php171 public function setParagraphs($paragraphs) argument
173 $this->paragraphs = $paragraphs;
180 return $this->paragraphs;
H A DGoogleCloudDocumentaiV1beta2DocumentPage.php171 public function setParagraphs($paragraphs) argument
173 $this->paragraphs = $paragraphs;
180 return $this->paragraphs;
/plugin/yalist/
H A 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
H A Dplugin.info.txt6 desc Extend DokuWiki list syntax to allow definition list and multiple paragraphs in a list entry
/plugin/mdpage/vendor/cebe/markdown/tests/markdown-ol-start-num-data/
H A 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/
H A Dmd1_ordered_and_unordered_lists.md85 Multiple paragraphs:
113 Same thing but with paragraphs:
/plugin/news/syntax/
H A Ditem.php41 …) { return array('container', 'formatting', 'substition', 'protected', 'disabled', 'paragraphs'); }
/plugin/showif/
H A Dsyntax.php60 'paragraphs',
/plugin/cssmenu/
H A Dsyntax.php25 …rray('container', 'baseonly', 'formatting', 'substition', 'protected', 'disabled', 'paragraphs'); }
/plugin/songlist/
H A Dsyntax.php38 …ypes() { return array('container','substition','protected','disabled','formatting','paragraphs'); }
/plugin/xterm2/
H A Dsyntax.php65 return array('container','substition','protected','disabled','formatting','paragraphs');
/plugin/replace/
H A Dsyntax.php40 return array('container','substition','protected','disabled','formatting','paragraphs');
/plugin/spoiler/
H A Dsyntax.php40 return array('container', 'substition', 'protected', 'disabled', 'formatting', 'paragraphs');
/plugin/spoiler2/
H A Dsyntax.php41 return array('container', 'substition', 'protected', 'disabled', 'formatting', 'paragraphs');
/plugin/vertical/
H A Dsyntax.php37 … return array('container', 'substition', 'protected', 'disabled', 'formatting', 'paragraphs');
/plugin/boxwh/boxwh/
H A Dsyntax.php56 …ypes() { return array('container','substition','protected','disabled','formatting','paragraphs'); }
/plugin/acronym4glossary/
H A Dsyntax.php35 //return 'FIXME: container|baseonly|formatting|substition|protected|disabled|paragraphs';
/plugin/selfmeasurement/
H A Dsyntax.php37 // return 'FIXME: container|baseonly|formatting|substition|protected|disabled|paragraphs';

12345