/plugin/directions/ |
H A D | style.css | 16 text-align: center; 23 text-align: left; 34 text-align: right; 43 vertical-align: top; 44 text-align: right; 50 text-align: left; 56 text-align: left; 87 text-align: left; 93 text-align: right; 106 text-align: right; [all …]
|
/plugin/a2s/ |
H A D | syntax.php | 24 protected static $align=''; variable in syntax_plugin_a2s 83 $align=''; 86 $align='left'; 88 $align='right'; 90 $align='center'; 92 self::$align=$align; // needed to pass $align to ODT LEXER_MATCHED render 99 return array($state, $o->render(), self::$align); 116 list($state, $txtdata, $align) = $data; 159 $align=self::$cssAlign[$txtdata]; 160 $renderer->doc .= "<svg class=\"a2s {$align}\" "; [all …]
|
/plugin/mathpublish/ |
H A D | syntax.php | 106 $align = 'center'; 108 $align = 'right'; 112 $align = 'left'; 114 $align = ''; 118 $align = ''; 121 return (array($size, trim($math), $align)); 136 list($size, $math, $align) = $data; 164 if(!$align) { 165 $align = 'left'; 167 $R->_odtAddImage($imagefile, $width, $height, $align, NUL [all...] |
/plugin/vertical/ |
H A D | style.css | 2 vertical-align: top; 6 vertical-align: top; 10 vertical-align: top; 14 vertical-align: middle; 18 vertical-align: middle; 22 vertical-align: middle; 26 vertical-align: bottom; 30 vertical-align: bottom; 34 vertical-align: bottom;
|
H A D | README.md | 2 Simple plugin to configure vertical-align in tables 13 You need to set `<vertical head=align body=align>` and `</vertical>` tags around your table, where … 15 * top - sets vertical-align to `top` 16 * center - sets vertical-align to `middle` 17 * bottom - sets vertical-align to `bottom`
|
/plugin/divalign2/ |
H A D | common.php | 58 $align= $match['align']; 68 return array($align,$state,$pos); 72 list ($align, $state, $pos) = $data; 79 if ($align) { 80 $renderer->doc .= '<p class="divalign-'.$align.'">'; 93 $this->render_odt_v1 ($renderer, $state, $align); 95 $this->render_odt_v2 ($renderer, $state, $align); 103 function render_odt_v1 (Doku_Renderer $renderer, $state, $align) { argument 104 $Align = ucfirst ($align); 128 function render_odt_v2 (Doku_Renderer $renderer, $state, $align) { argument [all …]
|
/plugin/bibtex/OSBib/create/ |
H A D | TABLE.php | 32 …function tableStart($class = FALSE, $border = 0, $spacing = 0, $padding = 0, $align = "center", $w… argument 35 <table class="$class" border="$border" cellspacing="$spacing" cellpadding="$padding" align="$align"… 48 function trStart($class = FALSE, $align = "left", $vAlign = "top") argument 51 <tr class="$class" align="$align" valign="$vAlign"> 64 …function td($data, $class = FALSE, $align = "left", $vAlign = "top", $colSpan = FALSE, $width=FALS… argument 67 <td class="$class" align="$align" valign="$vAlign" colspan="$colSpan" width="$width"> 74 function tdStart($class = FALSE, $align = "left", $vAlign = "top", $colSpan = FALSE) argument 76 return "<td class=\"$class\" align=\"$align\" valign=\"$vAlign\" colspan=\"$colSpan\">\n";
|
/plugin/rater/ |
H A D | style.css | 33 vertical-align:bottom; 44 vertical-align:bottom; 53 text-align: right; 67 text-align: right; 79 text-align: right; 92 text-align: left; 97 text-align: center; 104 text-align: left; 111 text-align: center; 118 text-align: left; [all …]
|
/plugin/slideshare/slideshare/ |
H A D | syntax.php | 51 $align = 'center'; 53 $align = 'right'; 55 $align = 'left'; 57 return array($state, array($cmd,$id,$align,$title)); 63 list($cmd,$id,$align,$title) = $match; 74 if ($align=='center'){$renderer->doc.="<center>";} 75 $renderer->doc.=sprintf($this->html,$id,425,350,$align,$id,425,350,$align,$title); 76 if ($align=='center'){$renderer->doc.="</center>";}
|
/plugin/latexport/helpers/ |
H A D | internal_media.php | 18 * @param string $align left|center|right 32 private $align; variable in InternalMedia 50 * @param string $align left|center|right 56 function __construct($src, $title, $align, $width, $height, $cache, $linking) { argument 60 $this->align = $align; 80 return $this->align; 107 return "$this->src ($this->align $this->width x $this->height) '$this->title'";
|
/plugin/ckgdoku/ckeditor/plugins/image/ |
H A D | plugin.js.unc | 71 align; 73 align = getImageAlignment( img ); 74 if ( align == value ) { 79 img.removeAttribute( 'align' ); 90 align; 92 align = getImageAlignment( img ); 118 if ( align == 'inherit' || align == 'none' ) 119 align = 0; 121 if ( !align ) 122 align = element.getAttribute( 'align' ); [all …]
|
/plugin/ckgedit/ckeditor/plugins/image/ |
H A D | plugin.js.unc | 71 align; 73 align = getImageAlignment( img ); 74 if ( align == value ) { 79 img.removeAttribute( 'align' ); 90 align; 92 align = getImageAlignment( img ); 118 if ( align == 'inherit' || align == 'none' ) 119 align = 0; 121 if ( !align ) 122 align = element.getAttribute( 'align' ); [all …]
|
/plugin/selfmeasurement/ |
H A D | style.css | 2 text-align: center; 8 text-align: center; 14 text-align: center; 19 text-align: center; 25 text-align: center; 31 text-align: center; 37 text-align: center;
|
/plugin/tiledblog/ |
H A D | style.css | 5 text-align: center; 15 text-align: center; 16 vertical-align: middle; 21 vertical-align: middle; 27 text-align: center; 34 text-align: center; 42 text-align: center;
|
/plugin/farm/ |
H A D | style.css | 14 vertical-align: middle; 27 text-align: left; 37 text-align: center; 42 text-align: center; 47 text-align: center; 75 text-align: left; 103 text-align: left; 131 text-align: left; 171 text-align: left; 176 text-align: left; [all …]
|
/plugin/inserticon/ |
H A D | syntax.php | 54 …$renderer->doc .= '<img src="'.PLUGIN_DIR.'/images/sound.png" alt="MP3" title="Sound" align="top" … 58 …$renderer->doc .= '<img src="'.PLUGIN_DIR.'/images/video.png" alt="Video" title="Video" align="top… 62 …->doc .= '<img src="'.PLUGIN_DIR.'/images/folder.png" alt="Carpeta" title="Folder" align="top" />'; 66 … $renderer->doc .= '<img src="'.PLUGIN_DIR.'/images/zip.png" alt="ZIP" title="ZIP" align="top" />'; 70 …erer->doc .= '<img src="'.PLUGIN_DIR.'/images/image.png" alt="Image" title="Image" align="top" />'; 74 …r->doc .= '<img src="'.PLUGIN_DIR.'/images/people.png" alt="People" title="People" align="top" />';
|
/plugin/html5video2/syntax/ |
H A D | video.php | 51 $align = 'center'; 53 $align = 'right'; 55 $align = 'left'; 57 $align = NULL; 121 $align, 146 $align, 158 $renderer->internalmedia($src,$alt,$align,$w,$h); 166 $renderer->externalmedia($src,$alt,$align,$w,$h,NULL,$linking); 168 $renderer->internalmedia($src,$alt,$align,$w,$h,NULL,$linking); 176 …Conf('videoPlayerIDText')).'' . $counter . '" class="video-js vjs-default-skin media'.$align.'" '.
|
/plugin/prosemirror/parser/ |
H A D | ImageNode.php | 34 if (!empty($this->attrs['align'])) { 35 if ($this->attrs['align'] === 'left') { 37 } elseif ($this->attrs['align'] === 'right') { 39 } elseif ($this->attrs['align'] === 'center') { 71 $align = null, 83 $align, 97 self::resolveMedia($src, $title, $align, $width, $height, $cache, $linking) 107 $align = null, 118 if ($align === 'right') { 120 } elseif ($align 70 render(\\renderer_plugin_prosemirror $renderer, $src, $title = null, $align = null, $width = null, $height = null, $cache = null, $linking = null) global() argument 104 addAttributes(\\dokuwiki\\plugin\\prosemirror\\schema\\Node $node, $src, $title = null, $align = null, $width = null, $height = null, $cache = null, $linking = null, $prefix = '') global() argument 139 resolveMedia($src, $title = null, $align = null, $width = null, $height = null, $cache = null, $linking = null) global() argument [all...] |
/plugin/latexport/_test/ |
H A D | command.php | 220 private $align; variable in CommandTableHeaderOpen 223 function __construct($colspan = 1, $align = null, $rowspan = 1) { argument 226 $this->align = $align; 239 private $align = null; variable in CommandTableCellOpen 242 function __construct($colspan = 1, $align = null, $rowspan = 1) { argument 245 $this->align = $align; 270 private $align; variable in CommandInternalMedia 276 function __construct($src, $title, $align, $width, $height, $positionInGroup, $totalInGroup) { argument 280 $this->align = $align;
|
/plugin/svgedit/ |
H A D | syntax.php | 64 …link.'" type="image/svg+xml" /><'.$svgtag.'="'.$svglink.'" class="media'.$align.'" alt="'.$title.'… 84 case $lalign & $ralign: $align='center'; break; 85 case $ralign: $align='right'; break; 86 case $lalign: $align='left'; break; 87 default: $align=''; 97 …is->svg_format_embed($svglink, 'image:'.htmlspecialchars($svg_wiki_page), $svg_dimensions, $align); 103 …his->svg_format_embed($svgenc, 'image:'.htmlspecialchars($svg_wiki_page), $svg_dimensions, $align);
|
/plugin/findologicxmlexport/vendor/phpunit/php-code-coverage/src/Report/Html/Renderer/Template/ |
H A D | directory_item.html.dist | 4 <td class="{{lines_level}} small"><div align="right">{{lines_executed_percent}}</div></td> 5 <td class="{{lines_level}} small"><div align="right">{{lines_number}}</div></td> 7 <td class="{{methods_level}} small"><div align="right">{{methods_tested_percent}}</div></td> 8 <td class="{{methods_level}} small"><div align="right">{{methods_number}}</div></td> 10 <td class="{{classes_level}} small"><div align="right">{{classes_tested_percent}}</div></td> 11 <td class="{{classes_level}} small"><div align="right">{{classes_number}}</div></td>
|
H A D | file_item.html.dist | 4 <td class="{{classes_level}} small"><div align="right">{{classes_tested_percent}}</div></td> 5 <td class="{{classes_level}} small"><div align="right">{{classes_number}}</div></td> 7 <td class="{{methods_level}} small"><div align="right">{{methods_tested_percent}}</div></td> 8 <td class="{{methods_level}} small"><div align="right">{{methods_number}}</div></td> 11 <td class="{{lines_level}} small"><div align="right">{{lines_executed_percent}}</div></td> 12 <td class="{{lines_level}} small"><div align="right">{{lines_number}}</div></td>
|
/plugin/combo/ComboStrap/ |
H A D | MediaMarkup.php | 100 private ?string $align = null; variable in ComboStrap\\MediaMarkup 248 $align = $mediaMarkup->getAlign(); 250 $align = null; 314 return $renderer->internalmedia($src, $title, $align, $width, $height, $cache, $linking, true); 316 return $renderer->externalmedia($src, $title, $align, $width, $height, $cache, $linking, true); 461 $align = null; 464 $align = 'center'; 466 $align = 'right'; 468 $align = 'left'; 470 if ($align ! 479 setAlign(string $align) global() argument [all...] |
/plugin/geonav/ |
H A D | style.css | 8 text-align : center; 9 vertical-align: middle; 27 text-align : center; 37 text-align : center; 42 vertical-align: middle; 46 vertical-align: middle;
|
/plugin/zoom/ |
H A D | syntax.php | 143 $align = ''; 146 $align = 'cloud-zoom-block-right'; 149 $align = 'cloud-zoomblock-left'; 153 $align = 'cloud-zoom-center'; 156 $align = 'cloud-zoom-float-right'; 159 $align = 'cloud-zoom-float-left'; 162 …$img = '<div style="' . $style . '" class="' . $align . '"><div style="position:relative;"><a href…
|