Home
last modified time | relevance | path

Searched full:value (Results 1 – 25 of 5346) sorted by relevance

12345678910>>...214

/plugin/diagramsnet/lib/styles/
Ddefault.xml3 <add as="shape" value="label"/>
4 <add as="perimeter" value="rectanglePerimeter"/>
5 <add as="fontSize" value="12"/>
6 <add as="fontFamily" value="Helvetica"/>
7 <add as="align" value="center"/>
8 <add as="verticalAlign" value="middle"/>
9 <add as="fillColor" value="default"/>
10 <add as="strokeColor" value="default"/>
11 <add as="fontColor" value="default"/>
14 <add as="shape" value="connector"/>
[all …]
Ddefault-old.xml3 <add as="shape" value="label"/>
4 <add as="perimeter" value="rectanglePerimeter"/>
5 <add as="fontSize" value="12"/>
6 <add as="fontFamily" value="Verdana"/>
7 <add as="align" value="center"/>
8 <add as="verticalAlign" value="middle"/>
9 <add as="fillColor" value="#adc5ff"/>
10 <add as="gradientColor" value="#7d85df"/>
11 <add as="strokeColor" value="#5d65df"/>
12 <add as="fontColor" value="#1d258f"/>
[all …]
Ddark-default.xml3 <add as="shape" value="label"/>
4 <add as="perimeter" value="rectanglePerimeter"/>
5 <add as="fontSize" value="12"/>
6 <add as="fontFamily" value="Helvetica"/>
7 <add as="align" value="center"/>
8 <add as="verticalAlign" value="middle"/>
9 <add as="fillColor" value="default"/>
10 <add as="strokeColor" value="default"/>
11 <add as="fontColor" value="default"/>
14 <add as="shape" value="connector"/>
[all …]
/plugin/odt/ODT/
DODTUnits.php29 * Strips of the leading digits from $value. So left over will be the unit only.
31 * @param int $value The length value string, e.g. '1cm'.
32 * @return string The unit of $value, e.g. 'cm'
34 static public function stripDigits ($value) { argument
35 return ltrim ($value, '-.0123456789');
39 * Gets only the digits from $value without the unit.
41 * @param string|int $value The length value string, e.g. '1cm'.
42 * @return string The digits of $value, e.g. '1'
44 static public function getDigits ($value) { argument
46 $length = strlen ((string)$value);
[all …]
/plugin/jdraw/src/com/mxgraph/examples/swing/resources/
Ddefault-style.xml4 <add as="fillColor" value="#adc5ff"/>
5 <add as="gradientColor" value="#7d85df"/>
6 <add as="strokeColor" value="#5d65df"/>
7 <add as="fontSize" value="12"/>
8 <add as="fontColor" value="#1d258f"/>
9 <add as="fontFamily" value="Verdana"/>
12 <add as="labelBackgroundColor" value="white"/>
13 <add as="rounded" value="1"/>
14 <add as="edgeStyle" value="elbowEdgeStyle"/>
15 <add as="strokeColor" value="#5d65df"/>
[all …]
Dbasic-style.xml3 <add as="shape" value="label"/>
4 <add as="perimeter" value="rectanglePerimeter"/>
5 <add as="fontSize" value="11"/>
6 <add as="align" value="center"/>
7 <add as="verticalAlign" value="middle"/>
8 <add as="strokeColor" value="black"/>
9 <add as="fillColor" value="white"/>
12 <add as="shape" value="connector"/>
13 <add as="labelBackgroundColor" value="white"/>
14 <add as="endArrow" value="classic"/>
[all …]
Dbasic-style.xml.bak3 <add as="shape" value="label"/>
4 <add as="perimeter" value="rectanglePerimeter"/>
5 <add as="fontSize" value="11"/>
6 <add as="align" value="center"/>
7 <add as="verticalAlign" value="middle"/>
8 <add as="strokeColor" value="black"/>
9 <add as="fillColor" value="white"/>
12 <add as="shape" value="connector"/>
13 <add as="labelBackgroundColor" value="white"/>
14 <add as="endArrow" value="classic"/>
[all …]
Ddefault-style.xml.bak4 <add as="strokeColor" value="#000000"/>
5 <add as="fillColor" value="#E8EEF7"/>
8 <add as="labelBackgroundColor" value="white"/>
9 <add as="rounded" value="1"/>
10 <add as="edgeStyle" value="elbowEdgeStyle"/>
13 <add as="edgeStyle" value="entityRelationEdgeStyle"/>
16 <add as="elbow" value="vertical"/>
19 <add as="shape" value="connector"/>
20 <add as="endArrow" value="classic"/>
21 <add as="edgeStyle" value="none"/>
[all …]
/plugin/findologicxmlexport/vendor/webmozart/assert/src/
DAssert.php26 * @method static void nullOrString($value, $message = '')
27 * @method static void nullOrStringNotEmpty($value, $message = '')
28 * @method static void nullOrInteger($value, $message = '')
29 * @method static void nullOrIntegerish($value, $message = '')
30 * @method static void nullOrFloat($value, $message = '')
31 * @method static void nullOrNumeric($value, $message = '')
32 * @method static void nullOrNatural($value, $message = '')
33 * @method static void nullOrBoolean($value, $message = '')
34 * @method static void nullOrScalar($value, $message = '')
35 * @method static void nullOrObject($value, $message = '')
[all …]
/plugin/asciidocjs/node_modules/clean-css/lib/optimizer/level-2/
Dbreak-up.js23 return function (value) { argument
24 return value[1] == 'invert' || validator.isColor(value[1]) || validator.isPrefixed(value[1]);
29 return function (value) { argument
30 …return value[1] != 'inherit' && validator.isStyleKeyword(value[1]) && !validator.isColorFunction(v…
59 return function (value) { argument
60 return value[1] != 'inherit' &&
61 …(validator.isWidth(value[1]) || validator.isUnit(value[1]) && !validator.isDynamicUnit(value[1])) …
62 !validator.isStyleKeyword(value[1]) &&
63 !validator.isColorFunction(value[1]);
77 var values = property.value;
[all …]
/plugin/virtualkeyboard/vk/extensions/demo/
Dselectbox.html16 <option value="1" selected="selected">St Petersburg</option>
17 <option value="2">Moscow</option>
18 <option value="142">Arkhangelsk</option>
19 <option value="143">Astrakhan</option>
20 <option value="144">Belgorod</option>
21 <option value="145">Blagoveschensk</option>
22 <option value="146">Bratsk</option>
23 <option value="147">Bryansk</option>
25 <option value="148">Cheboksary</option>
26 <option value="149">Chelyabinsk</option>
[all …]
/plugin/indexmenu2/cms/extensions/demo/
Dselectbox.html16 <option value="1" selected="selected">St Petersburg</option>
17 <option value="2">Moscow</option>
18 <option value="142">Arkhangelsk</option>
19 <option value="143">Astrakhan</option>
20 <option value="144">Belgorod</option>
21 <option value="145">Blagoveschensk</option>
22 <option value="146">Bratsk</option>
23 <option value="147">Bryansk</option>
25 <option value="148">Cheboksary</option>
26 <option value="149">Chelyabinsk</option>
[all …]
/plugin/mellelexport/
Dtemplate.txt9 <column-count value="1"/>
10 <balance-columns value="yes"/>
11 <gutter-width value="11"/>
12 <gutter-line-type value="none"/>
14 <gutter-line-width value="1"/>
15 <gutter-line-top value="0"/>
16 <gutter-line-bottom value="0"/>
18 <value type="calibrated-white" white="1" alpha="1"/>
19 <opaque value="no"/>
21 <space-above-column value="0"/>
[all …]
/plugin/amcharts/assets/amcharts/plugins/dataloader/examples/data/
Dmap.json5 "value": 4447100 number
8 "value": 626932 number
11 "value": 5130632 number
14 "value": 2673400 number
17 "value": 33871648 number
20 "value": 4301261 number
23 "value": 3405565 number
26 "value": 783600 number
29 "value": 15982378 number
32 "value": 8186453 number
[all …]
Dmap_areas.json3 "value": 4447100 number
6 "value": 626932 number
9 "value": 5130632 number
12 "value": 2673400 number
15 "value": 33871648 number
18 "value": 4301261 number
21 "value": 3405565 number
24 "value": 783600 number
27 "value": 15982378 number
30 "value": 8186453 number
[all …]
/plugin/top/_test/
DstartPages.test.php19 'value' => 252,
24 'value' => 106,
29 'value' => 95,
34 'value' => 74,
39 'value' => 72,
44 'value' => 62,
49 'value' => 49,
54 'value' => 40,
59 'value' => 35,
64 'value' => 31,
[all …]
/plugin/ryubin/syntax/
Dryubin.php82 list($xml,$value)=explode('=',$param,2);
88 if ($value == $mode) $data['playmode'] = $value;
91 …case 'fov': $value = intval($value); if ($value > 19 && $value < 131) $data['fov'] =…
92 …case 'yaw': $value = intval($value); if ($value > -181 && $value < 181) $data['yaw']…
93 …case 'pitch': $value = intval($value); if ($value > -181 && $value < 181) $data['pitch…
94 …case 'view_mode': $value = intval($value); if ($value > 0 && $value < 4) $data['view_mode'…
95 …case 'hv_ratio': if (is_numeric($value) && $value >= 0.1 && $value <= 10.0) $data['hv_rat…
96 case 'lock_nadirs': if ($value == 'yes') $data['lock_nadirs'] = $value; break;
97 … case 'lock_vertical': if ($value == 'yes') $data['lock_vertical'] = $value; break;
98 case 'lock_fov': if ($value == 'yes') $data['lock_fov'] = $value; break;
[all …]
/plugin/findologicxmlexport/vendor/webmozart/assert/
DREADME.md40 * `%s`: The tested value as string, e.g. `"/foo/bar"`.
93 `string($value, $message = '')` | Check that a value is a string
94 `stringNotEmpty($value, $message = '')` | Check that a value is a non-empty string
95 `integer($value, $message = '')` | Check that a value is an integer
96 `integerish($value, $message = '')` | Check that a value casts to an integer
97 `float($value, $message = '')` | Check that a value is a float
98 `numeric($value, $message = '')` | Check that a value is numeric
99 `natural($value, $message= ''')` | Check that a value is a non-negative int…
100 `boolean($value, $message = '')` | Check that a value is a boolean
101 `scalar($value, $message = '')` | Check that a value is a scalar
[all …]
/plugin/asciidocjs/node_modules/nunjucks/src/
Dtests.js7 * @param { any } value
10 function callable(value) { argument
11 return typeof value === 'function';
17 * @param { any } value
20 function defined(value) { argument
21 return value !== undefined;
39 * @param { any } value
42 function escaped(value) { argument
43 return value instanceof SafeString;
62 * Returns `true` if the value is evenly divisible by 2.
[all …]
/plugin/amcharts/assets/amcharts/plugins/responsive/examples/
Dmap.html27 "value": 4447100
30 "value": 626932
33 "value": 5130632
36 "value": 2673400
39 "value": 33871648
42 "value": 4301261
45 "value": 3405565
48 "value": 783600
51 "value": 15982378
54 "value": 8186453
[all …]
/plugin/amcharts/assets/amcharts/plugins/export/examples/
Dmap.html37 "value": 4447100
40 "value": 626932
43 "value": 5130632
46 "value": 2673400
49 "value": 33871648
52 "value": 4301261
55 "value": 3405565
58 "value": 783600
61 "value": 15982378
64 "value": 8186453
[all …]
/plugin/odt/helper/
Dunits.php33 …'desc' => 'returns the color value for a given CSS color name. Returns "#000000" if the name is …
35 'return' => array('color value' => 'string'),
41 * Strips of the leading digits from $value. So left over will be the unit only.
43 * @param int $value The length value string, e.g. '1cm'.
44 * @return string The unit of $value, e.g. 'cm'
46 public static function stripDigits ($value) { argument
47 return ODTUnits::stripDigits ($value);
51 * Gets only the digits from $value without the unit.
53 * @param string|int $value The length value string, e.g. '1cm'.
54 * @return string The digits of $value, e.g. '1'
[all …]
/plugin/findologicxmlexport/vendor/phpspec/prophecy/src/Prophecy/
DArgument.php24 * Checks that argument is exact value or object.
26 * @param mixed $value
30 public static function exact($value) argument
32 return new Token\ExactValueToken($value);
51 * @param mixed $value
55 public static function which($methodName, $value) argument
57 return new Token\ObjectStateToken($methodName, $value);
73 * Matches any single value.
107 * @param integer $value array elements count
111 public static function size($value) argument
[all …]
/plugin/combo/ComboStrap/
H A DDataType.php11 * The property name when the type value is persisted
56 * The constant value
96 …w new ExceptionBadArgument("The value passed is not a numeric/nor a string. We can not translate i…
111 … throw new ExceptionBadArgument("The value ($targetValue) can not be cast to an integer.");
126 public static function toBoolean($value, $ifNull = null) argument
128 if ($value === null) return $ifNull;
129 return filter_var($value, FILTER_VALIDATE_BOOLEAN);
133 * @throws ExceptionBadArgument - if the value is not a numeric
135 public static function toFloat($value): float argument
137 if (is_float($value)) {
[all …]
/plugin/asciidocjs/node_modules/clean-css/lib/optimizer/level-1/
Doptimize.js43 function isLocal(value){ argument
44 return LOCAL_PREFIX_PATTERN.test(value);
47 function isNegative(value) { argument
48 return value && value[1][0] == '-' && parseFloat(value[1]) < 0;
51 function isQuoted(value) { argument
52 return QUOTED_PATTERN.test(value);
55 function isUrl(value) { argument
56 return URL_PREFIX_PATTERN.test(value);
59 function normalizeUrl(value) { argument
60 return value
[all …]

12345678910>>...214