Home
last modified time | relevance | path

Searched defs:value (Results 1 – 25 of 1717) sorted by relevance

12345678910>>...69

/plugin/amcharts/assets/amcharts/plugins/dataloader/examples/data/
H A 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
30 "value": 8186453 number
33 "value": 1211537 number
[all …]
H A 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
32 "value": 8186453 number
35 "value": 1211537 number
[all …]
/plugin/findologicxmlexport/vendor/webmozart/assert/src/
H A DAssert.php189 public static function string($value, $message = '')
225 public static function float($value, $message = '')
428 public static function null($value, $message = '')
447 public static function true($value, $message = '')
467 public static function ip($value, $message = '')
477 public static function ipv4($value, $message = '')
487 public static function ipv6($value, $message = '')
835 public static function file($value, $message = '')
1124 protected static function valueToString($value)
1161 protected static function typeToString($value)
[all …]
/plugin/findologicxmlexport/vendor/phpspec/prophecy/src/Prophecy/
H A DArgument.php30 public static function exact($value)
55 public static function which($methodName, $value)
111 public static function size($value)
124 public static function withEntry($key, $value)
136 public static function withEveryEntry($value)
148 public static function containing($value)
172 public static function not($value)
182 public static function containingString($value)
194 public static function is($value)
208 public static function approximate($value, $precision = 0)
/plugin/geophp/vendor/funiq/geophp/src/Adapter/
H A DBinaryWriter.php56 public function writeSInt8($value) argument
66 public function writeUInt8($value) argument
76 public function writeUInt32($value) argument
86 writeDouble($value) global() argument
99 writeUVarInt($value) global() argument
123 writeSVarInt($value) global() argument
134 zigZagEncode($value) global() argument
[all...]
/plugin/odt/ODT/
H A DODTUnits.php34 static public function stripDigits ($value) {
44 static public function getDigits ($value) {
74 static public function hasValidXSLUnit($value) {
83 public function setPixelPerEm ($value) {
101 public function setTwipsPerPixelX ($value) {
110 public function setTwipsPerPixelY ($value) {
164 public function toPoints ($value, $axis = 'y') {
211 public function toCentimeters ($value, $axis = 'y') {
236 public function toPixel ($value, $axis = 'y') {
257 public function getAbsoluteValue ($value, $base) {
/plugin/odt/helper/
H A Dunits.php46 public static function stripDigits ($value) {
56 public static function getDigits ($value) {
76 public static function hasValidXSLUnit($value) {
85 public function setPixelPerEm ($value) {
103 public function setTwipsPerPixelX ($value) {
112 public function setTwipsPerPixelY ($value) {
162 public function toPoints ($value, $axis = 'y') {
/plugin/html2pdf/html2pdf/html2ps/
H A Dutils_units.php4 function round_units($value) {
21 function units_mul($value, $koeff) {
33 function punits2pt($value, $font_size) {
44 function em2pt($value, $font_size) {
48 function ex2pt($value, $font_size) {
52 function units2pt($value, $font_size = null) {
H A Dcss.margin.inc.php17 function parse_in($value) {
45 function parse($value) {
64 function parse($value) {
79 function parse($value) {
94 function parse($value) {
109 function parse($value) {
/plugin/combo/vendor/dragonmantank/cron-expression/src/Cron/
H A DAbstractField.php18 public function isSatisfied($dateValue, $value) argument
36 isRange($value) global() argument
48 isIncrementsOfRanges($value) global() argument
61 isInRange($dateValue, $value) global() argument
76 isInIncrementsOfRanges($dateValue, $value) global() argument
[all...]
/plugin/davcard/vendor/sabre/vobject/lib/
H A DParameter.php43 protected $value; variable in Sabre\\VObject\\Parameter
53 public function __construct(Document $root, $name, $value = null) {
84 public static function guessParameterNameByValue($value) {
181 public function setValue($value) {
211 public function setParts(array $value) {
265 public function has($value) {
/plugin/webdavclient/vendor/sabre/vobject/lib/
H A DParameter.php43 protected $value; variable in Sabre\\VObject\\Parameter
53 public function __construct(Document $root, $name, $value = null) {
84 public static function guessParameterNameByValue($value) {
181 public function setValue($value) {
211 public function setParts(array $value) {
265 public function has($value) {
/plugin/davcal/vendor/sabre/vobject/lib/
H A DParameter.php43 protected $value; variable in Sabre\\VObject\\Parameter
53 public function __construct(Document $root, $name, $value = null) {
84 public static function guessParameterNameByValue($value) {
181 public function setValue($value) {
211 public function setParts(array $value) {
265 public function has($value) {
/plugin/barcodes/vendor/jucksearm/php-barcode/lib/
H A DBarcodeFactory.php26 public function __set($name, $value)
46 public function setAttribute($name, $value)
68 public function setCode($value)
79 public function setType($value)
90 public function setFile($value)
101 public function setScale($value)
112 public function setHeight($value)
123 public function setRotate($value)
137 public function setColor($value)
H A DQRcodeFactory.php27 public function __set($name, $value)
47 public function setAttribute($name, $value)
69 public function setCode($value)
80 public function setEmblem($value)
104 public function setLevel($value)
117 public function setFile($value)
128 public function setSize($value)
139 public function setMargin($value)
150 public function setColor($value)
/plugin/findologicxmlexport/vendor/sebastian/recursion-context/tests/
H A DContextTest.php86 public function testAddFails($value)
100 public function testContainsFails($value)
113 public function testAdd($value, $key)
127 public function testContainsFound($value, $key)
140 public function testContainsNotFound($value)
/plugin/combo/ComboStrap/
H A DPipelineUtility.php164 private static function replace(array $commandArgs, $value) argument
177 public static function head(array $commandArgs, $value) argument
204 static function concat(array $commandArgs, $value, argument
221 tail(array $commandArgs, $value) global() argument
228 cut(array $commandArgs, $value) global() argument
272 format(array $commandArgs, $value) global() argument
[all...]
H A DDataType.php126 public static function toBoolean($value, $ifNull = null) argument
135 public static function toFloat($value): float argument
148 toBooleanString(bool $value) global() argument
164 isBoolean($value) global() argument
169 toString($value) global() argument
186 getType($value) global() argument
210 isObject($value) global() argument
[all...]
/plugin/webdav/vendor/sabre/vobject/lib/
H A DParameter.php43 protected $value; variable in Sabre\\VObject\\Parameter
53 public function __construct(Document $root, $name, $value = null)
84 public static function guessParameterNameByValue($value)
180 public function setValue($value)
207 public function setParts(array $value)
258 public function has($value)
/plugin/icalevents/vendor/sabre/vobject/lib/
H A DParameter.php43 protected $value; variable in Sabre\\VObject\\Parameter
53 function __construct(Document $root, $name, $value = null) {
85 static function guessParameterNameByValue($value) {
183 function setValue($value) {
214 function setParts(array $value) {
270 function has($value) {
/plugin/findologicxmlexport/vendor/symfony/yaml/
H A DEscaper.php53 public static function requiresDoubleQuoting(string $value): bool
65 public static function escapeWithDoubleQuotes(string $value): string
77 public static function requiresSingleQuoting(string $value): bool
97 public static function escapeWithSingleQuotes(string $value): string
/plugin/combo/vendor/symfony/yaml/
H A DEscaper.php53 public static function requiresDoubleQuoting(string $value): bool argument
63 public static function escapeWithDoubleQuotes(string $value): string argument
73 requiresSingleQuoting(string $value) global() argument
91 escapeWithSingleQuotes(string $value) global() argument
[all...]
/plugin/combo/ComboStrap/Meta/Api/
H A DMetadataBoolean.php25 protected $value; variable in ComboStrap\\Meta\\Api\\MetadataBoolean
50 public function setValue($value): Metadata argument
119 setFromStoreValue($value) global() argument
133 setFromStoreValueWithoutException($value) global() argument
140 toBoolean($value) global() argument
[all...]
/plugin/twcheckliste/theme_twCheckliste/
H A Dtw_checklist.php196 function checkH1($value) {
205 function checkH2($value) {
220 function checkH3($value) {
236 function checkLI($value) {
245 function checkP($value) {
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Search/
H A DFilters.php61 equal(string $attribute, string $value) global() argument
84 greaterThanOrEqual(string $attribute, string $value) global() argument
96 gte(string $attribute, string $value) global() argument
108 lessThanOrEqual(string $attribute, string $value) global() argument
120 lte(string $attribute, string $value) global() argument
169 endsWith(string $attribute, string $value) global() argument
181 startsWith(string $attribute, string $value) global() argument
195 extensible(string $attribute, string $value, string $rule, bool $matchDn = false) global() argument
207 approximate(string $attribute, string $value) global() argument
[all...]

12345678910>>...69