Home
last modified time | relevance | path

Searched +defs:style +defs:value (Results 1 – 25 of 131) sorted by relevance

123456

/plugin/odt/ODT/css/
Dcssborder.php17 static public function getWidthShorthandValues ($value, &$top, &$right, &$bottom, &$left) {
53 static public function getShorthandValues ($value, &$width, &$style, &$color) {
/plugin/jdraw/src/com/mxgraph/examples/swing/editor/
DEditorPalette.java225 String style, int width, int height, Object value) in addEdgeTemplate()
247 public void addTemplate(final String name, ImageIcon icon, String style, in addTemplate()
248 int width, int height, Object value) in addTemplate()
DEditorActions.java315 protected int style; field in EditorActions.GridStyleAction
320 public GridStyleAction(int style) { in GridStyleAction()
392 String value = (String) JOptionPane.showInputDialog( 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
[all …]
/plugin/grensladawritezor/fckeditor/editor/_source/classes/
Dfcktoolbarfontformatcombo.js24 var FCKToolbarFontFormatCombo = function( tooltip, style ) argument
94 FCKToolbarFontFormatCombo.prototype.RefreshActiveItems = function( combo, value ) argument
/plugin/datatables/assets/datatables.net-buttons/js/
Dbuttons.html5.js436 attrs.push({ name: attrName, value: attrValue }); property
495 $.each(opts.children, function (key, value) { argument
798 style: 60, property
805 style: 56, property
810 { match: /^\-?\$[\d,]+.?\d*$/, style: 57 }, // Dollars property
811 { match: /^\-?£[\d,]+.?\d*$/, style: 58 }, // Pounds property
812 { match: /^\-?€[\d,]+.?\d*$/, style: 59 }, // Euros property
813 { match: /^\-?\d+$/, style: 65 }, // Numbers without thousand separators property
814 { match: /^\-?\d+\.\d{2}$/, style: 66 }, // Numbers 2 d.p. without thousands separators property
817 style: 61, property
[all …]
/plugin/findologicxmlexport/vendor/symfony/yaml/
DParser.php79 public function parse(string $value, int $flags = 0)
121 private function doParse(string $value, int $flags)
642 private function parseValue(string $value, int $flags, string $context)
743 …private function parseBlockScalar(string $style, string $chomping = '', int $indentation = 0): str…
923 private function cleanup(string $value): string
1043 private function trimTag(string $value): string
1052 private function getLineTag(string $value, int $flags, bool $nextLineCheck = true): ?string
/plugin/supa/
Dscript.js21 msg: function (text, style) { argument
133 value: $("supa__sectok").value property
137 value: $("supa__ns").value property
141 value: $("supa__filename").value + ".supascreenshot" property
145 value: '1' property
/plugin/combo/vendor/symfony/yaml/
H A DParser.php81 public function parse(string $value, int $flags = 0)
116 private function doParse(string $value, int $flags)
721 private function parseValue(string $value, int $flags, string $context)
831 …private function parseBlockScalar(string $style, string $chomping = '', int $indentation = 0): str…
1001 private function cleanup(string $value): string
1117 private function trimTag(string $value): string
1126 private function getLineTag(string $value, int $flags, bool $nextLineCheck = true): ?string
/plugin/runcommand/
Dsyntax.php312 function renderJQueryButton($name, $style) {
322 function renderFormHidden($name, $label, $flags, $value) {
333 function renderFormTextBox($name, $label, $flags, $value) {
348 function renderFormListBox($name, $label, $flags, $value) {
367 function renderFormAutoComplete($name, $label, $flags, $value) {
381 function renderJQueryAutoComplete($name, $label, $value) {
397 function renderJQuerySlider($name, $min, $max, $value, $step) {
408 function renderFormSlider($name, $label, $flags, $value) {
425 function renderJQuerySpinner($name, $min, $max, $value) {
431 function renderFormSpinner($name, $label, $flags, $value) {
[all …]
/plugin/statdisplay/pchart/
DpChart.php221 private function drawGraphArea(BackgroundStyle $style) {
264 public function drawGraphBackground(BackgroundStyle $style) {
300 …function drawRightScale(pData $data, ScaleStyle $style, $Angle = 0, $Decimals = 1, $WithMargin = F…
307 …function drawScale(pData $Data, ScaleStyle $style, $Angle = 0, $Decimals = 1, $WithMargin = FALSE,…
527 private function calculateDivisions(pData $Data, ScaleStyle $style) {
617 …function drawXYScale(pData $Data, ScaleStyle $style, $YSerieName, $XSerieName, $Angle = 0, $Decima…
811 private function drawGridMosaic(GridStyle $style, $divisionCount, $divisionHeight) {
841 private function writeScaleXAxisCaption(pData $data, ScaleStyle $style, $YMax) {
861 function drawGrid(GridStyle $style) {
1360 function linearScale($value, $istart, $istop, $ostart, $ostop){
[all …]
/plugin/odt/ODT/
DODTUtility.php297 protected static function adjustPercentageValueParts ($value, $maxWidthInPt, $units) {
418 public static function adjustValueForODT ($property, $value, ODTUnits $units) {
481 …public static function getCSSStylePropertiesForODT(&$properties, $style, $baseURL = NULL, ODTUnits…
592 public static function stringToIRI ($value) {
DODTDocument.php225 public function adjustLengthCallback ($property, $value, $type, $rule) {
483 function addPreformattedText($text, $style=null, $notescaped=true) {
570 function setPagebreakPending($value) {
732 public function addUserField($name, $value) {
952 function replaceXMLEntities($value) {
1572 …Image($src, $width = NULL, $height = NULL, $align = NULL, $title = NULL, $style = NULL, $returnonl…
1612 …ngAsSVGImage($string, $width = NULL, $height = NULL, $align = NULL, $title = NULL, $style = NULL) {
1621 public function getCSSStylePropertiesForODT(&$properties, $style, $baseURL = NULL){
1840 function setTwipsPerPixelX ($value) {
1849 function setTwipsPerPixelY ($value) {
[all …]
/plugin/ckgdoku/ckeditor/plugins/wsc/dialogs/
Dwsc.js20 …97%",padding:"5px","white-space":"normal"});f.setAttributes({type:"radio",value:c,name:"wscGrammer… property
55 …lChecker",accessKey:"S",elements:[{type:"html",id:"banner",label:"banner",style:"",html:"\x3cdiv\x… property
56 …d(b);a.targetFromFrame[b]=c.contentWindow}},{type:"hbox",id:"bottomGroup",style:"width:560px; marg… property
59 …button",label:a.LocalizationButton.ChangeTo_button.text,title:"Change to",style:"width: 100%;",onL… property
60 …on",id:"AddWord",label:a.LocalizationButton.AddWord.text,title:"Add word",style:"width: 100%;",onL… property
61 …gnoreWord",label:a.LocalizationButton.IgnoreWord.text,title:"Ignore word",style:"width: 100%;",onL… property
62 label:a.LocalizationButton.IgnoreAllWords.text,title:"Ignore all words",style:"width: 100%;",onLoad… property
63 …nt,b.openDialog("options"))}}]}]}]},{type:"hbox",id:"BlockFinishChecking",style:"width:560px; marg… property
64 …"99" height\x3d"68" border\x3d"0" src\x3d"" title\x3d"logo" alt\x3d"logo" style\x3d"display: inlin… property
65 …calizationButton.FinishChecking_button_block.text,title:"Finish Checking",style:"width: 100%;",onL… property
[all …]
/plugin/ckgedit/ckeditor/plugins/wsc/dialogs/
Dwsc.js20 …97%",padding:"5px","white-space":"normal"});f.setAttributes({type:"radio",value:d,name:"wscGrammer… property
55 …lChecker",accessKey:"S",elements:[{type:"html",id:"banner",label:"banner",style:"",html:"\x3cdiv\x… property
58 …button",label:a.LocalizationButton.ChangeTo_button.text,title:"Change to",style:"width: 100%;",onL… property
59 …:"ChangeAll",label:a.LocalizationButton.ChangeAll.text,title:"Change All",style:"width: 100%;",onL… property
60 …l:a.LocalizationButton.FinishChecking_button.text,title:"Finish Checking",style:"width: 100%;margi… property
61 …",label:a.LocalizationButton.IgnoreAllWords.text,title:"Ignore all words",style:"width: 100%;",onL… property
62 …nt,b.openDialog("options"))}}]}]}]},{type:"hbox",id:"BlockFinishChecking",style:"width:560px; marg… property
63 …id:"Option_button",label:a.LocalizationButton.Options.text,title:"Option",style:"width: 100%;",onL… property
64 …calizationButton.FinishChecking_button_block.text,title:"Finish Checking",style:"width: 100%;",onL… property
65 …"Grammar",accessKey:"G",elements:[{type:"html",id:"banner",label:"banner",style:"",html:"\x3cdiv\x… property
[all …]
/plugin/odt/renderer/
Dpage.php49 public function setConfigParam($name, $value) {
76 public function replaceURLPrefixesCallback ($property, $value, $url) {
638 function p_open($style=NULL){
1048 function _preformatted($text, $style=null, $notescaped=true) {
1530 function _xmlEntities($value) {
1611 …ngAsSVGImage($string, $width = NULL, $height = NULL, $align = NULL, $title = NULL, $style = NULL) {
1656 …function _odtAddImage($src, $width = NULL, $height = NULL, $align = NULL, $title = NULL, $style = …
2046 public function adjustValueForODT ($property, $value) {
2062 public function adjustLengthCallback ($property, $value, $type) {
2207 public function addUserField($name, $value) {
[all …]
/plugin/diagramsnet/lib/js/grapheditor/
DSidebar.js778 Sidebar.prototype.cloneCell = function(cell, value) argument
1043 this.searchShapes = function(value) 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
3638 Sidebar.prototype.createEdgeTemplateEntry = function(style, width, height, value, title, showLabel,… argument
3651 Sidebar.prototype.createEdgeTemplate = function(style, width, height, value, title, showLabel, allo… argument
3873 Sidebar.prototype.addStencilPalette = function(id, title, stencilFile, style, ignore, onInit, scale… argument
/plugin/pagelist/
Dhelper.php15 protected $style = ''; variable in helper_plugin_pagelist
216 public function modifyColumn($col, $value)
/plugin/mantis/lib/
Dnusoap.php674 …function serializeEnvelope($body,$headers=false,$namespaces=array(),$style='rpc',$use='encoded',$e…
2041 var $value; variable in soapval
2075 …function soapval($name='soapval',$type=false,$value=-1,$element_ns=false,$type_ns=false,$attribute…
2187 function setCurlOption($option, $value) {
2200 function setHeader($name, $value) {
4348 …function register($name,$in=array(),$out=array(),$namespace=false,$soapaction=false,$style=false,$…
4436 …function configureWSDL($serviceName,$namespace = false,$endpoint = false,$style='rpc', $transport …
5792 …function serializeType($name, $type, $value, $use='encoded', $encodingStyle=false, $unqualified=fa…
6115 function serializeComplexTypeAttributes($typeDef, $value, $ns, $uqType) {
6177 …function serializeComplexTypeElements($typeDef, $value, $ns, $uqType, $use='encoded', $encodingSty…
[all …]
Dclass.soapclient.php155 …space='http://tempuri.org',$soapAction='',$headers=false,$rpcParams=null,$style='rpc',$use='encode…
535 function setCurlOption($option, $value) {
854 function setCookie($name, $value) {
Dclass.wsdl.php1280 …function serializeType($name, $type, $value, $use='encoded', $encodingStyle=false, $unqualified=fa…
1584 function serializeComplexTypeAttributes($typeDef, $value, $ns, $uqType) {
1646 …function serializeComplexTypeElements($typeDef, $value, $ns, $uqType, $use='encoded', $encodingSty…
1828 …ame, $in = false, $out = false, $namespace = false, $soapaction = false, $style = 'rpc', $use = 'e…
/plugin/googlesearch/
Dnusoap.php611 …function serializeEnvelope($body,$headers=false,$namespaces=array(),$style='rpc',$use='encoded',$e…
1926 var $value; variable in soapval
1960 …function soapval($name='soapval',$type=false,$value=-1,$element_ns=false,$type_ns=false,$attribute…
3917 …function register($name,$in=array(),$out=array(),$namespace=false,$soapaction=false,$style=false,$…
3998 …function configureWSDL($serviceName,$namespace = false,$endpoint = false,$style='rpc', $transport …
5174 …function serializeType($name, $type, $value, $use='encoded', $encodingStyle=false, $unqualified=fa…
5471 function serializeComplexTypeAttributes($typeDef, $value, $ns, $uqType) {
5533 …function serializeComplexTypeElements($typeDef, $value, $ns, $uqType, $use='encoded', $encodingSty…
5713 …ame, $in = false, $out = false, $namespace = false, $soapaction = false, $style = 'rpc', $use = 'e…
6239 function decodeSimple($value, $type, $typens) {
[all …]
/plugin/html2pdf/html2pdf/html2ps/fpdf/
Dfpdf.php458 function set_field_name($value) {
485 $value,
593 $value,
629 $value,
703 $value) {
796 function set_checked($value) {
833 $value,
885 $value,
921 $value,
1113 function add_field_select($x, $y, $w, $h, $name, $value, $options) {
[all …]
/plugin/odp/
Drenderer.php575 function p_open($style='Text_20_body'){
942 function _preformatted($text, $style="Preformatted_20_Text", $notescaped=true) {
1250 function _xmlEntities($value) {
1319 …function _odpAddImage($src, $width = NULL, $height = NULL, $align = NULL, $title = NULL, $style = …
/plugin/diagramsnet/lib/math/extensions/
DMathMenu.js19Jax.Localization,[["MathMenu",u]].concat([].slice.call(arguments,1)))};var i=MathJax.Object.isArra… property
/plugin/jdraw/src/com/mxgraph/examples/swing/
DGraphEditor.java714 public Object createEdge(Object parent, String id, Object value, in createEdge()
715 Object source, Object target, String style) in createEdge()

123456