Home
last modified time | relevance | path

Searched full:values (Results 1 – 25 of 2942) sorted by relevance

12345678910>>...118

/plugin/geonav/
Dcontinents.sql20 INSERT INTO 'continents' VALUES ('1', 'AS', 'AF', 'AFG', '4', 'Afghanistan, Islamic Republic of', '…
21 INSERT INTO 'continents' VALUES ('2', 'EU', 'AX', 'ALA', '248', '?land Islands', 'Aland Islands ! ?…
22 INSERT INTO 'continents' VALUES ('3', 'EU', 'AL', 'ALB', '8', 'Albania, Republic of', 'Albania ');
23 INSERT INTO 'continents' VALUES ('4', 'AF', 'DZ', 'DZA', '12', 'Algeria, People''s Democratic Repub…
24 INSERT INTO 'continents' VALUES ('5', 'OC', 'AS', 'ASM', '16', 'American Samoa', 'American Samoa ');
25 INSERT INTO 'continents' VALUES ('6', 'EU', 'AD', 'AND', '20', 'Andorra, Principality of', 'Andorra…
26 INSERT INTO 'continents' VALUES ('7', 'AF', 'AO', 'AGO', '24', 'Angola, Republic of', 'Angola ');
27 INSERT INTO 'continents' VALUES ('8', 'NA', 'AI', 'AIA', '660', 'Anguilla', 'Anguilla ');
28 INSERT INTO 'continents' VALUES ('9', 'AN', 'AQ', 'ATA', '10', 'Antarctica (the territory South of …
29 INSERT INTO 'continents' VALUES ('10', 'NA', 'AG', 'ATG', '28', 'Antigua and Barbuda', 'Antigua and…
[all …]
Dstates.sql20 INSERT INTO 'states' VALUES ('1', 'Alabama', 'AL', '1');
21 INSERT INTO 'states' VALUES ('2', 'Alaska', 'AK', '1');
22 INSERT INTO 'states' VALUES ('3', 'Arizona', 'AZ', '1');
23 INSERT INTO 'states' VALUES ('4', 'Arkansas', 'AR', '1');
24 INSERT INTO 'states' VALUES ('5', 'California', 'CA', '1');
25 INSERT INTO 'states' VALUES ('6', 'Colorado', 'CO', '1');
26 INSERT INTO 'states' VALUES ('7', 'Connecticut', 'CT', '1');
27 INSERT INTO 'states' VALUES ('8', 'Delaware', 'DE', '1');
28 INSERT INTO 'states' VALUES ('9', 'District of Columbia', 'DC', '1');
29 INSERT INTO 'states' VALUES ('10', 'Florida', 'FL', '1');
[all …]
/plugin/asciidocjs/node_modules/clean-css/lib/optimizer/level-2/
Dbreak-up.js10 function _anyIsInherit(values) { argument
13 for (i = 0, l = values.length; i < l; i++) {
14 if (values[i][1] == 'inherit') {
77 var values = property.value;
95 if (values.length > 1 && _anyIsInherit(values)) {
96 …throw new InvalidPropertyError('Invalid animation values at ' + formatPosition(values[0][2][0]) + …
99 for (i = 0, l = values.length; i < l; i++) {
100 value = values[i];
144 var values = property.value;
163 for (var i = values.length - 1; i >= 0; i--) {
[all …]
/plugin/icalevents/vendor/squizlabs/php_codesniffer/scripts/
Dphpcs-svn-pre-commit43 * Get a list of default values for all possible command line arguments.
69 $this->values['svnArgs'][] = escapeshellarg($arg);
77 * @param array $values An array of values determined from CLI args.
82 public function process($values=array())
84 if (empty($values) === true) {
85 $values = $this->getCommandLineValues();
87 $values = array_merge($this->getDefaults(), $values);
88 $this->values = $values;
92 $command = PHP_CODESNIFFER_SVNLOOK.' changed '.implode(' ', $values['svnArgs']);
109 $values['standard'] = $this->validateStandard($values['standard']);
[all …]
/plugin/upgrade/HTTP/
H A DHeaders.php13 * Expects an associative array with individual policies and their values
19 foreach ($policy as $key => $values) {
21 if (!is_array($values)) $values = explode("\n", $values);
22 $values = array_map('trim', $values);
23 $values = array_unique($values);
24 $values = array_filter($values);
25 $policy[$key] = $values;
29 foreach ($policy as $key => $values) {
30 if ($values) {
31 $cspheader .= " $key " . join(' ', $values) . ';';
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Entry/
H A DAttribute.php30 * Represents an entry attribute and any values.
59 protected $values = []; variable in FreeDSx\\Ldap\\Entry\\Attribute
68 * @param mixed|string ...$values
70 public function __construct(string $attribute, ...$values) argument
73 $this->values = $values;
77 * Add a value, or values, to the attribute.
79 * @param mixed|string ...$values
82 public function add(...$values): self argument
84 foreach ($values as $value) {
85 $this->values[] = $value;
[all …]
H A DChange.php29 * Delete a value, or values, from an attribute.
51 * @param string ...$values
53 public function __construct(int $modType, $attribute, ...$values) argument
56 …->attribute = $attribute instanceof Attribute ? $attribute : new Attribute($attribute, ...$values);
130 * Add the values contained in the attribute, creating the attribute if necessary.
133 * @param string ...$values
136 public static function add($attribute, ...$values): Change argument
138 … $attribute = $attribute instanceof Attribute ? $attribute : new Attribute($attribute, ...$values);
144 …* Delete values from the attribute. If no values are listed, or if all current values of the attri…
148 * @param string ...$values
[all …]
/plugin/odt/helper/
Dcssimport.php153 $values = preg_split ('/\s+/', $this->value);
155 if ($index < count($values)) {
157 $value = $values [$index];
172 if ($index < count($values)) {
173 $decls [] = new css_declaration ('background-image', $values [$index]);
176 if ($index < count($values)) {
177 $decls [] = new css_declaration ('background-repeat', $values [$index]);
180 if ($index < count($values)) {
181 $decls [] = new css_declaration ('background-attachment', $values [$index]);
184 if ($index < count($values)) {
[all …]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Sheets/Resource/
DSpreadsheetsValues.php38 * The "values" collection of methods.
42 * $values = $sheetsService->values;
48 * Appends values to a spreadsheet. The input range is used to search for
49 * existing data and find a "table" within that range. Values will be appended
51 * See the [guide](/sheets/api/guides/values#appending_values) and [sample
57 * (values.append)
61 * range to search for a logical table of data. Values are appended after the
67 * should include the values of the cells that were appended. By default,
68 * responses do not include the updated values.
74 * @opt_param string responseValueRenderOption Determines how values in the
[all …]
/plugin/diagrams/
H A Drenderer.php43 foreach ($policy as $key => $values) {
45 if (!is_array($values)) $values = explode("\n", $values);
46 $values = array_map('trim', $values);
47 $values = array_unique($values);
48 $values = array_filter($values);
49 $policy[$key] = $values;
53 foreach ($policy as $key => $values) {
54 if ($values) {
55 $cspheader .= " $key " . join(' ', $values) . ';';
/plugin/html2pdf/html2pdf/html2ps/
Dcss.border.style.inc.php75 $values = explode(" ",$value);
77 switch (count($values)) {
79 $v1 = $this->parse_style($values[0]);
82 $v1 = $this->parse_style($values[0]);
83 $v2 = $this->parse_style($values[1]);
86 $v1 = $this->parse_style($values[0]);
87 $v2 = $this->parse_style($values[1]);
88 $v3 = $this->parse_style($values[2]);
91 $v1 = $this->parse_style($values[0]);
92 $v2 = $this->parse_style($values[1]);
[all …]
Dcss.padding.inc.php16 $values = preg_split('/\s+/', trim($value));
17 switch (count($values)) {
19 $v1 = $values[0];
22 $v1 = $values[0];
23 $v2 = $values[1];
26 $v1 = $values[0];
27 $v2 = $values[1];
28 $v3 = $values[2];
31 $v1 = $values[0];
32 $v2 = $values[1];
[all …]
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/
DCLI.php56 * An array of all values specified on the command line.
60 protected $values = array(); variable in PHP_CodeSniffer_CLI
269 * Get a list of default values for all possible command line arguments.
279 // The default values for config settings.
387 * Gets the processed command line values.
389 * If the values have not yet been set, the values will be sourced
396 if (empty($this->values) === false) {
397 return $this->values;
417 $this->values['stdin'] = $fileContents;
421 return $this->values;
[all …]
/plugin/sqlite/_test/db/
H A Dupdate0001.sql3 INSERT INTO testdata VALUES(1,'book','Nice reading');
4 INSERT INTO testdata VALUES(2,'book','Long reading');
5 INSERT INTO testdata VALUES(3,'music','happy');
6 INSERT INTO testdata VALUES(4,'music','Classic');
7 INSERT INTO testdata VALUES(5,'music','Pop');
8 INSERT INTO testdata VALUES(6,'glass','Black');
9 INSERT INTO testdata VALUES(7,'glass','Red');
10 INSERT INTO testdata VALUES(8,'music','Pink');
11 INSERT INTO testdata VALUES(9,'book','Black');
12 INSERT INTO testdata VALUES(10,'music','Boring');
/plugin/odt/ODT/css/
Dcssborder.php23 $values = preg_split ('/\s+/', $value);
24 switch (count($values)) {
26 $top = $values [0];
27 $bottom = $values [0];
28 $right = $values [0];
29 $left = $values [0];
32 $top = $values [0];
33 $bottom = $values [0];
34 $right = $values [1];
35 $left = $values [1];
[all …]
/plugin/gtime/gtlib/asn1/cms/
DCMSAttribute.php47 private $values; variable in CMSAttribute
82 $this->values = array();
84 $values = $object->getObjectAt(1);
86 if (!$values instanceof ASN1Set) {
90 $size = $values->getObjectCount();
93 throw new GTException("Missing attribute values");
97 array_push($this->values, $values->getObjectAt(0));
109 $values = new ASN1Set();
111 foreach ($this->values as $value) {
112 $values->add($value);
[all …]
/plugin/data/Form/
DOptGroup.php7 protected $values = []; variable in dokuwiki\\plugin\\data\\Form\\OptGroup
10 * Store the given values so they can be used during rendering
14 * @param string[] $values the values to set
15 * @return string[] the values that have been set (options exist)
18 public function storeValues($values) argument
20 $this->values = [];
21 foreach ($values as $value) {
23 $this->values[] = $value;
27 return $this->values;
37 $selected = in_array((string)$key, $this->values) ? ' selected="selected"' : '';
DDropdownElement.php14 /** @var string[] the currently set values */
15 protected $values = []; variable in dokuwiki\\plugin\\data\\Form\\DropdownElement
48 return $this->values;
50 return $this->values[0];
55 $this->values = $this->setValuesInOptGroups((array)$value);
56 if (!$this->values) {
58 $this->values = $this->setValuesInOptGroups((array)$this->getFirstOptionKey());
102 * @param string[] $values The values to be set
103 * @return string[] The values actually set
105 protected function setValuesInOptGroups($values) argument
[all …]
/plugin/asciidocjs/node_modules/promise/
Dindex.d.ts64 * @param values An array of Promises.
67 …all<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10>(values: [T1 | Thenable<T1>, T2 | Thenable<T2>, T3 | T…
72 * @param values An array of Promises.
75 …all<T1, T2, T3, T4, T5, T6, T7, T8, T9>(values: [T1 | Thenable<T1>, T2 | Thenable<T2>, T3 | Thenab…
80 * @param values An array of Promises.
83 …all<T1, T2, T3, T4, T5, T6, T7, T8>(values: [T1 | Thenable<T1>, T2 | Thenable<T2>, T3 | Thenable<T…
88 * @param values An array of Promises.
91 …all<T1, T2, T3, T4, T5, T6, T7>(values: [T1 | Thenable<T1>, T2 | Thenable<T2>, T3 | Thenable<T3>, …
96 * @param values An array of Promises.
99 …all<T1, T2, T3, T4, T5, T6>(values: [T1 | Thenable<T1>, T2 | Thenable<T2>, T3 | Thenable<T3>, T4 |…
[all …]
/plugin/asciidocjs/node_modules/lodash/
D_baseDifference.js17 * @param {Array} values The values to exclude.
20 * @returns {Array} Returns the new array of filtered values.
22 function baseDifference(array, values, iteratee, comparator) { argument
28 valuesLength = values.length;
34 values = arrayMap(values, baseUnary(iteratee));
40 else if (values.length >= LARGE_ARRAY_SIZE) {
43 values = new SetCache(values);
54 if (values[valuesIndex] === computed) {
60 else if (!includes(values, computed, comparator)) {
/plugin/findologicxmlexport/vendor/findologic/libflexport/src/FINDOLOGIC/Export/Helpers/
DUsergroupAwareMultiValue.php9 * Multi values that can differ per usergroup, and have multiple values for each.
16 private $values = []; variable in FINDOLOGIC\\Export\\Helpers\\UsergroupAwareMultiValue
27 if (!array_key_exists($value->getUsergroup(), $this->values)) {
28 $this->values[$value->getUsergroup()] = [];
31 array_push($this->values[$value->getUsergroup()], $value);
34 public function setAllValues($values) argument
36 $this->values = $values;
47 foreach ($this->values as $usergroup => $usergroupValues) {
70 if (array_key_exists('', $this->values)) {
71 foreach ($this->values[''] as $value) {
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Squiz/Sniffs/CSS/
DShorthandSizeSniff.php19 * case where shorthand becomes 3 values.
42 * These have values that looks like sizes, but are not.
100 $values = array();
104 $values,
115 foreach ($values as $value) {
124 $expected = trim($content.' '.$values[1][1].$values[1][2]);
148 if ($values[0][0] !== $values[1][0]) {
149 // Both values are different, so it is already shorthand.
152 } else if ($values[0][0] !== $values[2][0] || $values[1][0] !== $values[3][0]) {
157 if ($values[0][0] === $values[1][0]) {
[all …]
/plugin/findologicxmlexport/vendor/webmozart/assert/src/
DAssert.php62 * @method static void nullOrOneOf($value, $values, $message = '')
101 * @method static void nullOrUuid($values, $message = '')
103 * @method static void allString($values, $message = '')
104 * @method static void allStringNotEmpty($values, $message = '')
105 * @method static void allInteger($values, $message = '')
106 * @method static void allIntegerish($values, $message = '')
107 * @method static void allFloat($values, $message = '')
108 * @method static void allNumeric($values, $message = '')
109 * @method static void allNatural($values, $message = '')
110 * @method static void allBoolean($values, $message = '')
[all …]
/plugin/adfs/phpsaml/lib/Saml/
DSettings.php55 * @return array<string,array> Values (compatibility with the new version)
59 $values = array();
61 $values['sp'] = array();
62 $values['sp']['entityId'] = $this->spIssuer;
63 $values['sp']['assertionConsumerService'] = array(
66 $values['sp']['NameIDFormat'] = $this->requestedNameIdFormat;
68 $values['idp'] = array();
69 $values['idp']['entityId'] = $this->idpSingleSignOnUrl;
70 $values['idp']['singleSignOnService'] = array(
73 $values['idp']['singleLogoutService'] = array(
[all …]
/plugin/saml/phpsaml/lib/Saml/
DSettings.php55 * @return array<string,array> Values (compatibility with the new version)
59 $values = array();
61 $values['sp'] = array();
62 $values['sp']['entityId'] = $this->spIssuer;
63 $values['sp']['assertionConsumerService'] = array(
66 $values['sp']['NameIDFormat'] = $this->requestedNameIdFormat;
68 $values['idp'] = array();
69 $values['idp']['entityId'] = $this->idpSingleSignOnUrl;
70 $values['idp']['singleSignOnService'] = array(
73 $values['idp']['singleLogoutService'] = array(
[all …]

12345678910>>...118