Home
last modified time | relevance | path

Searched refs:paragraphs (Results 101 – 111 of 111) sorted by path

12345

/plugin/wavedrom/
H A DLICENSE492 In the following three paragraphs, a "patent license" is any express
/plugin/wrap/
H A Dexample.txt5 An uppercase **%%<WRAP>%%** (or alternatively **%%<block>%%** or **%%<div>%%**) creates a **''div''** and should be used for **"big"** containers, **surrounding** paragraphs, lists, tables, etc.
23 A lowercase **%%<wrap>%%** (or alternatively **%%<inline>%%** or **%%<span>%%**) creates a **''span''** and should be used for **"small"** containers, **inside** paragraphs, lists, tables, etc.
H A Dhelper.php13 static protected $paragraphs = array ('wrap_leftalign', 'wrap_rightalign', 'wrap_centeralign', 'wrap_justify'); variable in helper_plugin_wrap
186 // Check for paragraphs
191 foreach (self::$paragraphs as $paragraph) {
708 $frame_props ['number-wrapped-paragraphs'] = 'no-limit';
/plugin/wysiwyg/css/
H A Dfck_editorarea.css54 paragraphs. Remember to apply the same style in your output front end page.
/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/wysiwyg/fckeditor/editor/css/
H A Dfck_editorarea.css54 paragraphs. Remember to apply the same style in your output front end page.
/plugin/xlsx2dw/packages/xlsx/
H A Dxlsx.mjs18322 case 'paragraphs' /*case 'Paragraphs'*/: break;
/plugin/xterm2/
H A Dsyntax.php65 return array('container','substition','protected','disabled','formatting','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/yuriigantt/
H A DLICENSE492 In the following three paragraphs, a "patent license" is any express

12345