Home
last modified time | relevance | path

Searched defs:align (Results 51 – 75 of 250) sorted by relevance

12345678910

/plugin/epub/
H A Drenderer.php106 function _media ($src, $title=NULL, $align=NULL, $width=NULL,
404 function set_image($img,$width=null,$height=null,$align=null) {
/plugin/odt/ODT/
H A DODTTable.php258 …n tableHeaderOpen(ODTInternalParams $params, $colspan = 1, $rowspan = 1, $align = "left", $cellSty…
307 …ion tableCellOpen(ODTInternalParams $params, $colspan = 1, $rowspan = 1, $align = "left", $cellSty…
H A DODTDocument.php1142 function tableHeaderOpen($colspan = 1, $rowspan = 1, $align, $element=NULL, $attributes=NULL){
1162 function tableCellOpen($colspan, $rowspan, $align, $element=NULL, $attributes=NULL){
1572 …public function addImage($src, $width = NULL, $height = NULL, $align = NULL, $title = NULL, $style…
1612 …public function addStringAsSVGImage($string, $width = NULL, $height = NULL, $align = NULL, $title …
2280 public function setOrderedListParams($setLevel=NULL, $align, $paddingLeft=0, $marginLeft=1) {
2353 public function setUnorderedListParams($setLevel=NULL, $align, $paddingLeft=0, $marginLeft=1) {
/plugin/combo/ComboStrap/
H A DMediaMarkup.php100 private ?string $align = null; variable in ComboStrap\\MediaMarkup
479 setAlign(string $align) global() argument
[all...]
/plugin/dw2pdf/
H A Drenderer.php191 _media($src, $title = NULL, $align = NULL, $width = NULL, $height = NULL, $cache = NULL, $render = true) global() argument
/plugin/diagramsnet/lib/js/diagramly/vsdx/
H A DmxVsdxCanvas2D.js722 mxVsdxCanvas2D.prototype.text = function(x, y, w, h, str, align, valign, wrap, format, overflow, cl… argument
888 align: pStyle['align'] || that.cellState.style["align"], property in mxVsdxCanvas2D.text.processNodeChildren.styleMap
914 align: style.getPropertyValue('text-align'), property in mxVsdxCanvas2D.text.processNodeChildren.styleMap
/plugin/dw2markdown/
H A Drenderer.php544 function tableheader_open($colspan = 1, $align = null, $rowspan = 1, $classes = null) {
562 function tablecell_open($colspan = 1, $align = null, $rowspan = 1, $classes = null) {
/plugin/codemirror/dist/modes/
H A Dcoffeescript.min.js1 …,"on","off","yes","no"];var p=d(o);function q(a,b){if(a.sol()){if(b.scope.align===null)b.scope.ali… property in c.scope
H A Dtextile.min.js1 …r"))}else if(typeof define=="function"&&define.amd){define(["../../lib/codemirror"],a)}else{a(Code… function
/plugin/bibtex/OSBib/create/
H A DMISC.php40 function p($data = '', $class = FALSE, $align = "left")
/plugin/callflow/
H A Dscript.js27 align:JSINFO['plugin_callflow']['note_align'] property in style.note
/plugin/button/
H A Dsyntax.php418 internalmedia(& $xhtml, $src, $title = NULL, $align = NULL, $width = NULL, $height = NULL, $cache = NULL, $linking = NULL) global() argument
/plugin/combo/renderer/
H A Danalytics.php825 public function internalmedia($src, $title = null, $align = null, $width = null, $height = null, $cache = null, $linking = null) argument
830 public function externalmedia($src, $title = null, $align = null, $width = null, $height = null, $cache = null, $linking = null) argument
/plugin/diagramsnet/lib/js/diagramly/util/
H A DmxAsyncCanvas.js180 mxAsyncCanvas.prototype.text = function(x, y, w, h, str, align, valign, wrap, format, overflow, cli… argument
H A DmxJsCanvas.js634 mxJsCanvas.prototype.text = function(x, y, w, h, str, align, valign, wrap, format, overflow, clip, … argument
/plugin/sequencediagram/bower_components/js-sequence-diagrams/src/
H A Dtheme-raphael.js131 drawText: function(x, y, text, font, align) { argument
H A Dtheme-snap.js202 drawText: function(x, y, text, font, align) { argument
H A Dtheme.js447 drawTextBox: function(box, text, margin, padding, font, align) { argument
/plugin/columns/
H A Daction.php411 private function getAlignStyle($align) {
/plugin/dw2pdf/vendor/mpdf/mpdf/src/
H A DForm.php839 SetFormText($w, $h, $name, $value = '', $default = '', $title = '', $flags = [], $align = 'L', $hidden = false, $maxlen = 1, $js = '', $background_col = false, $border_col = false) global() argument
940 SetFormChoice($w, $h, $name, $flags, $array, $align = 'L', $js = '') global() argument
[all...]
/plugin/sequencediagram/bower_components/js-sequence-diagrams/dist/
H A Dsequence-diagram.js1250 drawTextBox: function(box, text, margin, padding, font, align) { argument
1473 drawText: function(x, y, text, font, align) { argument
1689 drawText: function(x, y, text, font, align) { argument
H A Dsequence-diagram-raphael.js1250 drawTextBox: function(box, text, margin, padding, font, align) { argument
1403 drawText: function(x, y, text, font, align) { argument
H A Dsequence-diagram-snap.js1250 drawTextBox: function(box, text, margin, padding, font, align) { argument
1473 drawText: function(x, y, text, font, align) { argument
/plugin/jdraw/src/com/mxgraph/examples/swing/editor/
H A DEditorActions.java1600 protected String align; field in EditorActions.AlignCellsAction
1606 public AlignCellsAction(String align) { in AlignCellsAction()
/plugin/jdraw/src/com/mxgraph/examples/swing/resources/
H A Deditor_zh-CN.properties99 align=Align key

12345678910