Home
last modified time | relevance | path

Searched +defs:height +defs:value (Results 1 – 25 of 333) sorted by relevance

12345678910>>...14

/plugin/html2pdf/html2pdf/html2ps/
Doutput._interface.class.php6 function add_local_link($left, $top, $width, $height, $anchor) { }
21 function field_multiline_text($x, $y, $w, $h, $value, $field_name) { }
22 function field_text($x, $y, $w, $h, $value, $field_name) { }
23 function field_password($x, $y, $w, $h, $value, $field_name) { }
26 function field_pushbuttonimage($x, $y, $w, $h, $field_name, $value, $actionURL) { }
28 function field_pushbuttonsubmit($x, $y, $w, $h, $field_name, $value, $actionURL) { }
30 function field_checkbox($x, $y, $w, $h, $name, $value) { }
31 function field_radio($x, $y, $w, $h, $groupname, $value, $checked) { }
32 function field_select($x, $y, $w, $h, $name, $value, $options) { }
46 function image_ry($image, $x, $y, $height, $bottom, $ox, $oy, $scale) { }
[all …]
Doutput.fpdf.class.php23 function add_local_link($left, $top, $width, $height, $anchor) {
88 function field_multiline_text($x, $y, $w, $h, $value, $field_name) {
93 function field_text($x, $y, $w, $h, $value, $field_name) {
98 function field_password($x, $y, $w, $h, $value, $field_name) {
108 function field_pushbuttonimage($x, $y, $w, $h, $field_name, $value, $actionURL) {
118 function field_pushbuttonsubmit($x, $y, $w, $h, $field_name, $value, $actionURL) {
123 function field_checkbox($x, $y, $w, $h, $name, $value, $checked) {
128 function field_radio($x, $y, $w, $h, $groupname, $value, $checked) {
139 function field_select($x, $y, $w, $h, $name, $value, $options) {
200 function image_rx_ry($image, $x, $y, $width, $height, $right, $bottom, $ox, $oy, $scale) {
[all …]
Dbox.input.img.php8 function ButtonBrokenImageBox($width, $height, $alt, $field, $value, $action_url) {
50 function ButtonImageBox($img, $field, $value, $action_url) {
Doutput.pcl.class.php71 function PCLEscapeGroup($char, $value) {
246 function add_local_link($left, $top, $width, $height, $anchor) { /* N/A */ }
256 function field_multiline_text($x, $y, $w, $h, $value, $field_name) { /* N/A */ }
257 function field_text($x, $y, $w, $h, $value, $field_name) { /* N/A */ }
258 function field_password($x, $y, $w, $h, $value, $field_name) { /* N/A */ }
260 function field_pushbuttonimage($x, $y, $w, $h, $field_name, $value, $actionURL) { /* N/A */ }
262 function field_pushbuttonsubmit($x, $y, $w, $h, $field_name, $value, $actionURL) { /* N/A */ }
263 function field_checkbox($x, $y, $w, $h, $name, $value) { /* N/A */ }
264 function field_radio($x, $y, $w, $h, $groupname, $value, $checked) { /* N/A */ }
265 function field_select($x, $y, $w, $h, $name, $value, $options) { /* N/A */ }
[all …]
Doutput.png.class.php241 function add_local_link($left, $top, $width, $height, $anchor) { /* N/A */ }
307 function field_multiline_text($x, $y, $w, $h, $value, $field_name) { /* N/A */ }
308 function field_text($x, $y, $w, $h, $value, $field_name) { /* N/A */ }
309 function field_password($x, $y, $w, $h, $value, $field_name) { /* N/A */ }
311 function field_pushbuttonimage($x, $y, $w, $h, $field_name, $value, $actionURL) { /* N/A */ }
313 function field_pushbuttonsubmit($x, $y, $w, $h, $field_name, $value, $actionURL) { /* N/A */ }
314 function field_checkbox($x, $y, $w, $h, $name, $value) { /* N/A */ }
315 function field_radio($x, $y, $w, $h, $groupname, $value, $checked) { /* N/A */ }
316 function field_select($x, $y, $w, $h, $name, $value, $options) { /* N/A */ }
366 function image_ry($image, $x, $y, $height, $bottom, $ox, $oy, $scale) {
[all …]
/plugin/dw2pdf/vendor/setasign/fpdi/src/Tcpdf/
DFpdi.php85 …public function useTemplate($tpl, $x = 0, $y = 0, $width = null, $height = null, $adjustPageSize =…
106 …public function useImportedPage($pageId, $x = 0, $y = 0, $width = null, $height = null, $adjustPag…
128 public function getTemplateSize($tpl, $width = null, $height = null)
232 protected function writePdfType(PdfType $value)
/plugin/pagestat/
Dscript.js143 this.top=PTwindow.MakeDimen({value:param_obj.top ,default_v:"2%"}); property
144 this.left=PTwindow.MakeDimen({value:param_obj.left ,default_v:"2%"}); property
145 this.width=PTwindow.MakeDimen({value:param_obj.width ,default_v:"auto"}); property
146 this.height=PTwindow.MakeDimen({value:param_obj.height ,default_v:"auto"}); property
293 PTwindow.call(this,{winid:"xxxptlog",subclass:"cccptlog",width:"auto",height:"auto"}); property
666 {type:"area",nclass:"al_subt_src",height:"60%",width:"100%"}, property
667 {type:"static",nclass:"al_edit_src",height:"auto",width:"100%"}, property
669 {type:"button",nclass:"al_filtword",value:"filt word",float:"right"}, property
670 {type:"area",nclass:"al_edit_words",height:"48%",width:"100%",display:"none"}, property
671 {type:"button",nclass:"al_checkword",value:"check word",float:"right",display:"none"}, property
[all …]
/plugin/jdraw/src/com/mxgraph/examples/swing/editor/
DEditorPalette.java225 String style, int width, int height, Object value) in addEdgeTemplate()
248 int width, int height, Object value) in addTemplate()
/plugin/stlviewer/stlviewer/
DCanvasRenderer.js164 this.setPixelRatio = function ( value ) { argument
170 this.setSize = function ( width, height, updateStyle ) { argument
206 this.setViewport = function ( x, y, width, height ) { argument
1049 function setOpacity( value ) { argument
1060 function setBlending( value ) { argument
1088 function setLineWidth( value ) { argument
1099 function setLineCap( value ) { argument
1112 function setLineJoin( value ) { argument
1125 function setStrokeStyle( value ) { argument
1136 function setFillStyle( value ) { argument
[all …]
/plugin/dw2pdf/vendor/mpdf/mpdf/src/
DFpdiTrait.php111 …public function useTemplate($tpl, $x = 0, $y = 0, $width = null, $height = null, $adjustPageSize =…
132 …public function useImportedPage($pageId, $x = 0, $y = 0, $width = null, $height = null, $adjustPag…
283 public function getTemplateSize($tpl, $width = null, $height = null)
348 public function writePdfType(PdfType $value)
/plugin/wysiwyg/fckeditor/
Dfckeditor.js29 var FCKeditor = function( instanceName, width, height, toolbarSet, value ) argument
/plugin/grensladawritezor/fckeditor/
Dfckeditor.js29 var FCKeditor = function( instanceName, width, height, toolbarSet, value ) argument
/plugin/fckg/fckeditor/
Dfckeditor.js29 var FCKeditor = function( instanceName, width, height, toolbarSet, value ) argument
/plugin/wysiwyg/fckeditor/editor/dialog/fck_image/
Dfck_image.js354 function OnSizeChanged( dimension, value ) argument
408 function OpenServerBrowser( type, url, width, height ) argument
416 function SetUrl( url, width, height, alt ) argument
/plugin/grensladawritezor/fckeditor/editor/dialog/fck_image/
Dfck_image.js348 function OnSizeChanged( dimension, value ) argument
402 function OpenServerBrowser( type, url, width, height ) argument
410 function SetUrl( url, width, height, alt ) argument
/plugin/diagramsnet/lib/js/grapheditor/
DSidebar.js554 Sidebar.prototype.addDataEntry = function(tags, width, height, title, data) argument
778 Sidebar.prototype.cloneCell = function(cell, value) argument
1043 this.searchShapes = function(value) argument
2056 Sidebar.prototype.createThumb = function(cells, width, height, parent, title, showLabel, showTitle) argument
2151 Sidebar.prototype.createItem = function(cells, title, showLabel, showTitle, width, height, allowCel… argument
2410 Sidebar.prototype.createDragPreview = function(width, height) argument
3583 Sidebar.prototype.createVertexTemplateEntry = function(style, width, height, value, title, showLabe… argument
3601 Sidebar.prototype.createVertexTemplate = function(style, width, height, value, title, showLabel, sh… argument
3612 Sidebar.prototype.createVertexTemplateFromData = function(data, width, height, title, showLabel, sh… argument
3628 Sidebar.prototype.createVertexTemplateFromCells = function(cells, width, height, title, showLabel, … argument
[all …]
/plugin/grensladawritezor/fckeditor/editor/dialog/common/
Dfck_dialog_common.js83 String.prototype.StartsWith = function( value ) argument
113 function OpenFileBrowser( url, width, height ) argument
/plugin/diagram/syntax/
Dmain.php821 function _boxCell ($width, $height, $text)
1070 function _validateCSSTextAlign ($value)
1081 function _validateCSSPadding ($value)
/plugin/dw2pdf/vendor/setasign/fpdi/src/
DFpdiTrait.php401 …public function useImportedPage($pageId, $x = 0, $y = 0, $width = null, $height = null, $adjustPag…
451 public function getImportedPageSize($tpl, $width = null, $height = null)
489 protected function writePdfType(PdfType $value)
/plugin/fckg/fckeditor/editor/dialog/fck_image/
Dfck_image.js469 function OnSizeChanged( dimension, value ) argument
528 function OpenServerBrowser( type, url, width, height ) argument
537 function SetUrl( url, width, height, alt ) argument
/plugin/jirainfo/src/
Dpopper.min.js4 …typeof define&&define.amd?define(t):e.Popper=t()})(this,function(){'use strict';function e(e){retu… function
/plugin/combo/resources/library/bootstrap/4.4.1/
H A Dpopper.min.js4 …typeof define&&define.amd?define(t):e.Popper=t()})(this,function(){'use strict';function e(e){retu… function
/plugin/combo/resources/library/bootstrap/4.5.0/
H A Dpopper.min.js4 …typeof define&&define.amd?define(t):e.Popper=t()})(this,function(){'use strict';function e(e){retu… function
/plugin/wysiwyg/fckeditor/editor/dialog/common/
Dfck_dialog_common.js94 String.prototype.StartsWith = function( value ) argument
124 function OpenFileBrowser( url, width, height ) argument
/plugin/sequencediagram/bower_components/raphael/dev/
Draphael.svg.js155 addArrow = function (o, value, isEnd) { argument
306 addDashes = function (o, value, params) { argument
389 height: rect[3] property
495 … $(el, {x: 0, y: 0, patternUnits: "userSpaceOnUse", height: 1, width: 1}); property
503 $(el, {width: w, height: h}); property
504 $(ig, {width: w, height: h}); property
958 height: this.node.clientHeight property
1050 elproto.attr = function (name, value) { argument
1221 …res.attrs = {x: x, y: y, width: w, height: h, rx: r || 0, ry: r || 0, fill: "none", stroke: "#000"… property
1237 $(el, {x: x, y: y, width: w, height: h, preserveAspectRatio: "none"}); property
[all …]

12345678910>>...14