/plugin/wysiwyg/fckeditor/editor/_source/commandclasses/ |
H A D | fckblockquotecommand.js | 44 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 D | GoogleCloudVisionV1p3beta1Block.php | 83 public function setParagraphs($paragraphs) argument 85 $this->paragraphs = $paragraphs; 92 return $this->paragraphs;
|
H A D | GoogleCloudVisionV1p2beta1Block.php | 83 public function setParagraphs($paragraphs) argument 85 $this->paragraphs = $paragraphs; 92 return $this->paragraphs;
|
H A D | GoogleCloudVisionV1p4beta1Block.php | 83 public function setParagraphs($paragraphs) argument 85 $this->paragraphs = $paragraphs; 92 return $this->paragraphs;
|
H A D | Block.php | 83 public function setParagraphs($paragraphs) argument 85 $this->paragraphs = $paragraphs; 92 return $this->paragraphs;
|
H A D | GoogleCloudVisionV1p1beta1Block.php | 83 public function setParagraphs($paragraphs) argument 85 $this->paragraphs = $paragraphs; 92 return $this->paragraphs;
|
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Document/ |
H A D | GoogleCloudDocumentaiV1DocumentPage.php | 171 public function setParagraphs($paragraphs) argument 173 $this->paragraphs = $paragraphs; 180 return $this->paragraphs;
|
H A D | GoogleCloudDocumentaiV1beta1DocumentPage.php | 171 public function setParagraphs($paragraphs) argument 173 $this->paragraphs = $paragraphs; 180 return $this->paragraphs;
|
H A D | GoogleCloudDocumentaiV1beta2DocumentPage.php | 171 public function setParagraphs($paragraphs) argument 173 $this->paragraphs = $paragraphs; 180 return $this->paragraphs;
|
/plugin/yalist/ |
H A D | README.md | 5 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 D | plugin.info.txt | 6 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 D | md1_ordered_and_unordered_lists.md | 31 Multiple paragraphs, start's with 5: 51 Same thing but with paragraphs:
|
/plugin/mdpage/vendor/cebe/markdown/tests/markdown-data/ |
H A D | md1_ordered_and_unordered_lists.md | 85 Multiple paragraphs: 113 Same thing but with paragraphs:
|
/plugin/news/syntax/ |
H A D | item.php | 41 …) { return array('container', 'formatting', 'substition', 'protected', 'disabled', 'paragraphs'); }
|
/plugin/showif/ |
H A D | syntax.php | 60 'paragraphs',
|
/plugin/cssmenu/ |
H A D | syntax.php | 25 …rray('container', 'baseonly', 'formatting', 'substition', 'protected', 'disabled', 'paragraphs'); }
|
/plugin/songlist/ |
H A D | syntax.php | 38 …ypes() { return array('container','substition','protected','disabled','formatting','paragraphs'); }
|
/plugin/xterm2/ |
H A D | syntax.php | 65 return array('container','substition','protected','disabled','formatting','paragraphs');
|
/plugin/replace/ |
H A D | syntax.php | 40 return array('container','substition','protected','disabled','formatting','paragraphs');
|
/plugin/spoiler/ |
H A D | syntax.php | 40 return array('container', 'substition', 'protected', 'disabled', 'formatting', 'paragraphs');
|
/plugin/spoiler2/ |
H A D | syntax.php | 41 return array('container', 'substition', 'protected', 'disabled', 'formatting', 'paragraphs');
|
/plugin/vertical/ |
H A D | syntax.php | 37 … return array('container', 'substition', 'protected', 'disabled', 'formatting', 'paragraphs');
|
/plugin/boxwh/boxwh/ |
H A D | syntax.php | 56 …ypes() { return array('container','substition','protected','disabled','formatting','paragraphs'); }
|
/plugin/acronym4glossary/ |
H A D | syntax.php | 35 //return 'FIXME: container|baseonly|formatting|substition|protected|disabled|paragraphs';
|
/plugin/selfmeasurement/ |
H A D | syntax.php | 37 // return 'FIXME: container|baseonly|formatting|substition|protected|disabled|paragraphs';
|