Home
last modified time | relevance | path

Searched +defs:image +defs:value (Results 1 – 25 of 225) sorted by relevance

123456789

/plugin/html2pdf/html2pdf/html2ps/
Doutput.fpdf.class.php88 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) {
161 function image($image, $x, $y, $scale) { argument
174 function image_rx($image, $x, $y, $width, $right, $ox, $oy, $scale) {
[all …]
Doutput._interface.class.php21 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) { }
44 function image($image, $x, $y, $scale) {} function in OutputDriver
45 function image_scaled($image, $x, $y, $scale_x, $scale_y) { }
[all …]
Doutput.pcl.class.php71 function PCLEscapeGroup($char, $value) {
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 */ }
271 function image($image, $x, $y, $scale) {} argument
[all …]
Doutput.png.class.php307 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 */ }
342 function image($image, $x, $y, $scale) { function in OutputDriverPNG
346 function image_scaled($image, $x, $y, $scale_x, $scale_y) {
[all …]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Forms/
DOption.php39 public $value; variable in Google\\Service\\Forms\\Option
72 public function setImage(Image $image)
100 public function setValue($value)
/plugin/diagramsnet/lib/js/diagramly/util/
DmxJsCanvas.js187 mxJsCanvas.prototype.setFillColor = function(value) argument
226 mxJsCanvas.prototype.setStrokeColor = function(value) argument
244 mxJsCanvas.prototype.setStrokeWidth = function(value) argument
249 mxJsCanvas.prototype.setDashed = function(value) argument
270 mxJsCanvas.prototype.setLineDash = function(value) argument
289 mxJsCanvas.prototype.setDashPattern = function(value) argument
306 mxJsCanvas.prototype.setLineCap = function(value) argument
311 mxJsCanvas.prototype.setLineJoin = function(value) argument
316 mxJsCanvas.prototype.setMiterLimit = function(value) argument
321 mxJsCanvas.prototype.setFontColor = function(value) argument
[all …]
DmxAsyncCanvas.js91 mxAsyncCanvas.prototype.setFontColor = function(value) argument
96 mxAsyncCanvas.prototype.setFontBackgroundColor = function(value) argument
106 mxAsyncCanvas.prototype.setFontBorderColor = function(value) argument
116 mxAsyncCanvas.prototype.setFontSize = function(value) argument
121 mxAsyncCanvas.prototype.setFontFamily = function(value) argument
126 mxAsyncCanvas.prototype.setFontStyle = function(value) argument
148 mxAsyncCanvas.prototype.image = function(x, y, w, h, src, aspect, flipH, flipV) method in mxAsyncCanvas
/plugin/ebnf/
H A Debnf.php121 function arrow($image, $x, $y, $lefttoright) {
282 function ebnf_check_token($token, $type, $value) {
/plugin/diagramsnet/lib/js/grapheditor/
DEditor.js28 this.setStatus = function(value) argument
241 Editor.isDarkMode = function(value) argument
347 Editor.prototype.setAutosave = function(value) argument
654 Editor.prototype.setModified = function(value) argument
662 Editor.prototype.setFilename = function(value) argument
753 OpenFile.prototype.setConsumer = function(value) argument
1616 editorUi.showBackgroundImageDialog(function(image, failed) argument
1962 return {set: function(value) argument
2767 mxPopupMenu.prototype.addItem = function(title, image, funct, parent, iconCls, enabled) argument
DEditorUi.js1574 var createVertex = mxUtils.bind(this, function(style, w, h, value) argument
3368 EditorUi.prototype.setScrollbars = function(value) argument
3469 EditorUi.prototype.setPageVisible = function(value) argument
3540 function ChangePageSetup(ui, color, image, format, pageScale) argument
3644 EditorUi.prototype.setBackgroundColor = function(value) argument
3655 EditorUi.prototype.setFoldingEnabled = function(value) argument
3666 EditorUi.prototype.setPageFormat = function(value, ignorePageVisible) argument
3690 EditorUi.prototype.setPageScale = function(value) argument
3710 EditorUi.prototype.setGridColor = function(value) argument
4128 this.addSplitHandler(this.hsplit, true, 0, mxUtils.bind(this, function(value) argument
[all …]
/plugin/jdraw/src/com/mxgraph/examples/swing/
DGraphEditor.java466 Image image = Toolkit.getDefaultToolkit().getImage(tURL); in loadPalette() local
714 public Object createEdge(Object parent, String id, Object value, in createEdge()
/plugin/database/
Ddatabase.php352 function list_of_types($value, $name, $type) {
582 function display_for_change($value='',$type='search') {
662 function toDatabase($value) {
701 function fromDatabase($value) {
722 function validate ($value, $messages) {
777 function display($value) {
2041 function iconButton ($action, $image, $title, $table='', $record='') {
/plugin/authgoogle/google/contrib/
DGoogle_PlusDomainsService.php702 public $image; variable in Google_ActivityActor
719 public function setImage(Google_ActivityActorImage $image) {
933 public $image; variable in Google_ActivityObjectActor
947 public function setImage(Google_ActivityObjectActorImage $image) {
983 public $image; variable in Google_ActivityObjectAttachments
1022 public function setImage(Google_ActivityObjectAttachmentsImage $image) {
1149 public $image; variable in Google_ActivityObjectAttachmentsThumbnails
1157 public function setImage(Google_ActivityObjectAttachmentsThumbnailsImage $image) {
1588 public $image; variable in Google_CommentActor
1602 public function setImage(Google_CommentActorImage $image) {
[all …]
DGoogle_PlusService.php528 public $image; variable in Google_ActivityActor
545 public function setImage(Google_ActivityActorImage $image) {
750 public $image; variable in Google_ActivityObjectActor
764 public function setImage(Google_ActivityObjectActorImage $image) {
800 public $image; variable in Google_ActivityObjectAttachments
836 public function setImage(Google_ActivityObjectAttachmentsImage $image) {
946 public $image; variable in Google_ActivityObjectAttachmentsThumbnails
954 public function setImage(Google_ActivityObjectAttachmentsThumbnailsImage $image) {
1154 public $image; variable in Google_CommentActor
1168 public function setImage(Google_CommentActorImage $image) {
[all …]
/plugin/imapmarkers/
Djquery.imagemapster.js368 size: function (image, raw) { argument
1431 addAltImage: function (context, image, mapArea, options) { argument
1810 _add: function (image) { argument
1822 indexOf: function (image) { argument
1877 add: function (image, id) { argument
2420 m.MapData = function (image, options) { argument
2929 function addAreaData(key, value) { argument
3289 m.AreaData = function (owner, key, value) { argument
3298 value: value || '', property
3517 u.areaCorners = function (elements, image, container, width, height) { argument
[all …]
/plugin/achart/assets/
Dapexcharts.min.js6:t||self).ApexCharts=e()}(this,(function(){"use strict";function t(e){return(t="function"==typeof … method
10 …t(t,e))},offset:function(t,e){return this.put(new SVG.OffsetEffect(t,e))},image:function(t){return… method
14 …his.el=t}t.prototype.init=function(t,e){var i=this;this.constraint=t,this.value=e,this.el.on("mous… method
/plugin/sequencediagram/bower_components/raphael/dev/
Draphael.vml.js26 pathTypes = {path: 1, rect: 1, image: 1}, property
38 args.replace(val, function (value) { argument
114 var addArrow = function (o, value, isEnd) { argument
617 elproto.attr = function (name, value) { argument
/plugin/jdraw/src/com/mxgraph/examples/swing/editor/
DEditorActions.java392 String value = (String) JOptionPane.showInputDialog( in actionPerformed() local
644 final BufferedImage image = mxCellRenderer.createBufferedImage( in actionPerformed() local
1011 String value = (String) JOptionPane.showInputDialog( in actionPerformed() local
1484 protected String value; field in EditorActions.SetStyleAction
1490 public SetStyleAction(String value) { in SetStyleAction()
1515 protected String key, value; field in EditorActions.KeyValueAction
1529 public KeyValueAction(String key, String value) { in KeyValueAction()
1574 String value = (String) JOptionPane.showInputDialog( in actionPerformed() local
1694 String value = (String) JOptionPane.showInputDialog( in actionPerformed() local
1783 String value = (String) JOptionPane.showInputDialog( in actionPerformed() local
/plugin/jcapture/lib/
Dtransform-3.0.2.jar ... transform/font/ com/flagstone/transform/image/ com/flagstone/transform/linestyle/ com ...
/plugin/diagramsnet/lib/js/diagramly/
DDriveClient.js873 [{'key': 'channel', 'value': Editor.guid()}]} property
1414 properties.push({'key': 'channel', 'value': Editor.guid(32)}); property
1420 properties.push({'key': 'key', 'value': Editor.guid(32)}); property
1424 properties.push({'key': 'secret', 'value': (secret != null) ? secret : Editor.guid(32)}); property
1444 'image': thumb, property
1830 'image': temp, property
DMinimal.js228 ui.getLocalData('sidebar', function(value) argument
292 EditorUi.prototype.setDarkMode = function(value) argument
325 EditorUi.prototype.doSetDarkMode = function(value) argument
2195 function addAction(action, label, image) argument
/plugin/prosemirror/lib/
Dbundle.js1value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})},n.t=function(e,t){if(1&t&&(e=n(… property
/plugin/jdraw/src/com/mxgraph/examples/swing/resources/
Deditor_zh-CN.properties86 image=Image key
173 value=Value key
/plugin/sequencediagram/bower_components/snap.svg/dist/
Dsnap.svg.js3082 elproto.asPX = function (attr, value) { argument
3511 elproto.data = function (key, value) { argument
3963 eve.on("snap.util.attr.mask", function (value) { argument
3989 }(function (value) { argument
4007 return function (value) { argument
4089 eve.on("snap.util.attr.d", function (value) { argument
4100 eve.on("snap.util.attr.#text", function (value) { argument
4109 eve.on("snap.util.attr.path", function (value) { argument
4113 eve.on("snap.util.attr.class", function (value) { argument
4117 eve.on("snap.util.attr.viewBox", function (value) { argument
[all …]
/plugin/pdfjs/pdfjs/web/
Dviewer.js68 /******/ Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' }); property
70 /******/ Object.defineProperty(exports, '__esModule', { value: true }); property
78 /******/ __webpack_require__.t = function(value, mode) { argument
84 /******/ Object.defineProperty(ns, 'default', { enumerable: true, value: value }); property
278 value: true property
338 …e, reject, _next, _throw, key, arg) { try { var info = gen[key](arg); var value = info.value; } ca… variable
340 …nction (resolve, reject) { var gen = fn.apply(self, args); function _next(value) { asyncGeneratorS… argument
2824 return Promise.resolve(value.__await).then(function (value) { argument
3325 value: true property
3369 …e, reject, _next, _throw, key, arg) { try { var info = gen[key](arg); var value = info.value; } ca… variable
[all …]

123456789