Searched +full:box +(+path:plugin +path:wrap) -(+path:plugin +path:wrap +path:lang) (Results 1 – 9 of 9) sorted by relevance
/plugin/ckgdoku/ckeditor/plugins/wrap/dialogs/ |
D | wrap.js | 9 var box = installed_lang['box'] || wr_lang['box'] || 'simple centered box'; 10 var info_box = installed_lang['info'] || wr_lang['info'] || 'info box'; 11 var tip_box = installed_lang['tip'] || wr_lang['tip'] || 'tip box'; 12 … var important_box = installed_lang['important'] || wr_lang['important'] || 'important box'; 13 var alert_box = installed_lang['alert'] || wr_lang['alert'] || 'alert box'; 14 var help_box = installed_lang['help'] || wr_lang['help'] || 'help box'; 15 var download_box = installed_lang['download'] || wr_lang['download'] || 'download box'; 16 var todo_box = installed_lang['todo'] || wr_lang['todo'] || 'todo box'; 22 var Box = '<img src= "' + toolbar_path + 'box.png" title="' +box + '">'; 46 label: editor.lang.wrap.boxes_title||'Box types:', [all …]
|
/plugin/ckgedit/ckeditor/plugins/wrap/dialogs/ |
D | wrap.js | 9 var box = installed_lang['box'] || wr_lang['box'] || 'simple centered box'; 10 var info_box = installed_lang['info'] || wr_lang['info'] || 'info box'; 11 var tip_box = installed_lang['tip'] || wr_lang['tip'] || 'tip box'; 12 … var important_box = installed_lang['important'] || wr_lang['important'] || 'important box'; 13 var alert_box = installed_lang['alert'] || wr_lang['alert'] || 'alert box'; 14 var help_box = installed_lang['help'] || wr_lang['help'] || 'help box'; 15 var download_box = installed_lang['download'] || wr_lang['download'] || 'download box'; 16 var todo_box = installed_lang['todo'] || wr_lang['todo'] || 'todo box'; 23 var Box = '<img src= "' + toolbar_path + 'box.png" title="' +box + '">'; 48 label: editor.lang.wrap.boxes_title||'Box types:', [all …]
|
/plugin/wrap/ |
D | example.txt | 124 …ances. (See [[http://en.wikipedia.org/wiki/Internet_Explorer_box_model_bug|box model]] for a techn… 182 <WRAP round box 500px center> 183 === round box 500px center === 185 …* ''box'' creates a box around the container and uses the colours from the template's ''style.ini'… 270 …wrap download>download</wrap>, <wrap todo>todo</wrap> and <wrap round box>round box</wrap> and <wr… 353 Just select the text in the spoiler box to be able to read its content. 402 <WRAP box 350px right :en> 403 ===Outer box floats right === 406 Inner nested box floats left and is partly <wrap em hi>__em__phasized and __hi__ghlighted with a ne… 409 Text inside outer right box, but beneath inner left box. [all …]
|
D | all.less | 7 /* resetting the box model to something more sane makes life a whole lot easier */ 9 -moz-box-sizing: border-box; 10 -webkit-box-sizing: border-box; 11 box-sizing: border-box; 244 /* box
|
D | action.php | 39 'title' => $this->getLang('box'), 40 'icon' => '../../plugins/wrap/images/toolbar/box.png', 41 'open' => '<'.$syntaxDiv.' center round box 60%>\n',
|
D | helper.php | 35 * (parts taken from http://www.dokuwiki.org/plugin:box) 179 foreach (self::$boxes as $box) { 180 if ( strpos ($attr ['class'], $box) !== false ) { 224 return 'box'; 259 case 'box': 791 'wrap_box' => 'Box', 'wrap_danger' => 'Danger', 'wrap_warning' => 'Warning',
|
D | style.less | 7 /* box
|
/plugin/html2pdf/html2pdf/html2ps/ |
D | inline.content.builder.pre.wrap.php | 20 function build(&$box, $text, &$pipeline) { argument 22 $parent =& $box->get_parent_node(); 31 $box->process_word($word, $pipeline); 34 $box->add_child($whitespace); 38 $this->add_line_break($box, $pipeline);
|
/plugin/s5reloaded/ui/thesis/ |
D | wrap.css | 96 /* box 240 /* box
|