Home
last modified time | relevance | path

Searched refs:Value (Results 176 – 200 of 254) sorted by last modified time

1234567891011

/plugin/findologicxmlexport/vendor/phpdocumentor/type-resolver/
H A DREADME.md13 1. Returning a series of Value Object for given expression while resolving any partial class names,…
69 In this example you will receive a Value Object of class `\phpDocumentor\Reflection\Types\Compound`…
88 name and element name) and receive a Value Object of type `\phpDocumentor\Reflection\Fqsen`.
163 the `getFqsen` method to receive a Value Object that represents the complete FQSEN. So that would b…
/plugin/findologicxmlexport/vendor/symfony/yaml/Tests/Fixtures/
H A DYtsFoldedScalars.yml125 test: Folded Block as a Mapping Value
/plugin/findologicxmlexport/vendor/twig/twig/doc/
H A Dadvanced.rst105 *filter* trivial frequent Value transformation
/plugin/404manager/lang/en/
H A Dlang.php52 $lang['Value'] = 'Value';
/plugin/ckgdoku/ckeditor/
H A DCHANGES.md1271 * [#8893](http://dev.ckeditor.com/ticket/8893): Value of the [`pasteFromWordCleanupFile`](http://do…
/plugin/ckgdoku/ckeditor/lang/
H A Den.js.beautified67 …invalidCssLength: 'Value specified for the "%1" field must be a positive number with or without a …
68 …invalidHtmlLength: 'Value specified for the "%1" field must be a positive number with or without a…
69 …invalidInlineStyle: 'Value specified for the inline style must consist of one or more tuples with …
287 text: "Text (Value)",
296 value: "Value",
310 value: "Value"
316 value: "Value",
322 opValue: "Value",
338 value: "Value",
H A Den.js.unc5Value specified for the \"%1\" field must be a positive number with or without a valid CSS measure…
H A Dfr.js.unc297 "text": "Texte (Value)",
H A Dlang_array.txt71 …"invalidCssLength": "Value specified for the \"%1\" field must be a positive number with or withou…
72 …"invalidHtmlLength": "Value specified for the \"%1\" field must be a positive number with or witho…
73 …"invalidInlineStyle": "Value specified for the inline style must consist of one or more tuples wit…
291 "text": "Text (Value)",
300 "value": "Value",
314 "value": "Value"
320 "value": "Value",
326 "opValue": "Value",
342 "value": "Value",
/plugin/mdpage/vendor/cebe/markdown/tests/extra-data/
H A Dtables.md118 | Item | Value |
/plugin/mdpage/vendor/cebe/markdown/tests/github-data/
H A Dtables.md118 | Item | Value |
/plugin/fckg/fckeditor/
H A Dfckeditor.js36 this.Value = value || '' ;
83 …e + '" name="' + this.InstanceName + '" value="' + this._HTMLEncode( this.Value ) + '" style="disp…
100 this._HTMLEncode( this.Value ) +
/plugin/sqlcomp/
H A Dsyntax.php321 foreach($row as $key => $Value){
324 …$td .= str_replace(array("%number%","%text%","%type%"),array($j,$Value,$row["type"]),$this->aMessa…
/plugin/amcharts/assets/amcharts/plugins/export/libs/xlsx/
H A Dxlsx.min.map1 …PadIndex","crypto_DecryptData_Method1","Data","XorArrayIndex","XorArray","Value","crypto_MakeXorDe…
/plugin/icalevents/vendor/sabre/vobject/resources/schema/
H A Dxcard.rng16 ### Section 4: Value types
H A Dxcal.rng185 # 3.3 Property Value Data Types
/plugin/jukebox/id3/
H A Dgetid3.lib.php470 function CreateDeepArray($ArrayPath, $Separator, $Value) { argument
481 …rayPath, 0, $pos)] = getid3_lib::CreateDeepArray(substr($ArrayPath, $pos + 1), $Separator, $Value);
483 $ReturnedArray[$ArrayPath] = $Value;
/plugin/tuxquote/
H A Dquotes.txt485 …nterpreting data that is different from other people's. <BR> -- Bill Miller, Legg Mason Value Trust
/plugin/html2pdf/html2pdf/html2ps/
H A Dcss.pseudo.cellpadding.inc.php10 return Value::fromData(1, UNIT_PX);
14 return Value::fromString($value);
H A Dcss.pseudo.cellspacing.inc.php10 return Value::fromData(1, UNIT_PX);
14 return Value::fromString($value);
H A Dcss.state.class.php117 $value =& Value::fromData(1, UNIT_EM);
H A Dvalue.border.edge.class.php18 $default_width =& Value::fromData(0, UNIT_PT);
H A Dvalue.margin.class.php51 $value->_units = Value::fromString($data);
H A Dbox.inline.php122 $css_state->set_property(CSS_FONT_SIZE, Value::fromData(0.01, UNIT_PT));
H A Dcss.border.inc.php42 …$this->_defaultValue = BorderPDF::create(array('top' => array('width' => Value::fromString('2px…
45 … 'right' => array('width' => Value::fromString('2px'),
48 … 'bottom' => array('width' => Value::fromString('2px'),
51 … 'left' => array('width' => Value::fromString('2px'),

1234567891011