Home
last modified time | relevance | path

Searched refs:values (Results 351 – 375 of 925) sorted by relevance

1...<<11121314151617181920>>...37

/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Fixtures/filters/
H A Ddefault.test19 Plain values:
74 Plain values:
129 Plain values:
H A Dreplace_invalid_arg.test8 Twig\Error\RuntimeError: The "replace" filter expects an array or "Traversable" as replace values, …
/plugin/authgoogle/google/contrib/
H A DGoogle_PredictionService.php334 public $values; variable in Google_AnalyzeDataDescriptionFeaturesCategorical
341 …c function setValues(/* array(Google_AnalyzeDataDescriptionFeaturesCategoricalValues) */ $values) { argument
342 …$this->assertIsArray($values, 'Google_AnalyzeDataDescriptionFeaturesCategoricalValues', __METHOD__…
343 $this->values = $values;
346 return $this->values;
/plugin/structgroupby/
H A Dplugin.info.txt6 desc Groups rows that have the same values into summary rows
/plugin/adfs/lang/en/
H A Dnotfound.txt3 …ng file or the format is different from what we expect. You need to find the right values yourself.
/plugin/autogroup/
H A Dplugin.info.txt6 desc Provides a way to automatically group users based on account values.
/plugin/scrape/HTMLPurifier/ConfigSchema/schema/
H A DAttr.AllowedClasses.txt
H A DAttr.ForbiddenClasses.txt
H A DAttr.AllowedRel.txt
/plugin/userimportextended/
H A Dplugin.info.txt6 desc Extended CSV import with passwords and default values, based on User Manager
/plugin/codeprettify/syntax/
H A Dcode.php91 $values = array_map(
106 $opts = array_combine($keys, $values);
/plugin/authgooglesheets/vendor/guzzlehttp/promises/src/
H A DUtils.php242 return self::some(1, $promises)->then(function ($values) {
243 return $values[0];
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Extension/
H A DCoreTest.php331 …public function __construct(array $values, array $keys, $allowValueAccess = false, $maxPosition = … argument
333 $this->array = $values;
337 $this->maxPosition = false === $maxPosition ? \count($values) + 1 : $maxPosition;
/plugin/sequencediagram/bower_components/lodash/dist/
H A Dlodash.js654 length = values.length,
2231 length = values == null ? 0 : values.length;
2776 values = arrayMap(values, baseUnary(iteratee));
2785 values = new SetCache(values);
3807 if (array === values) {
3808 values = copyArray(values);
5440 return new Set(values);
7721 return (array && array.length && values && values.length)
7750 return (array && array.length && values && values.length)
7779 return (array && array.length && values && values.length)
[all …]
/plugin/sequencediagram/bower_components/lodash/
H A Dlodash.js654 length = values.length,
2231 length = values == null ? 0 : values.length;
2776 values = arrayMap(values, baseUnary(iteratee));
2785 values = new SetCache(values);
3807 if (array === values) {
3808 values = copyArray(values);
5440 return new Set(values);
7721 return (array && array.length && values && values.length)
7750 return (array && array.length && values && values.length)
7779 return (array && array.length && values && values.length)
[all …]
/plugin/codehighlight/cp/languages/
H A Dcss.css9 u {color:red;} /* values */
/plugin/structcondstyle/
H A Dplugin.info.txt6 …plugin that allows the user to style parts of agregations with plain CSS depending on their values.
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Search/
H A DFilters.php156 * @param string ...$values
159 public static function contains(string $attribute, string ...$values): SubstringFilter
161 return new SubstringFilter($attribute, null, null, ...$values);
157 contains(string $attribute, string...$values) global() argument
/plugin/diagramsnet/lib/img/lib/allied_telesis/buildings/
H A DBuilding_Cluster.svg1values="1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 1 0"/></filter></defs><mask maskUnits="userSpaceOnUse"…
/plugin/webdav/vendor/sabre/vobject/
H A DCHANGELOG.md88 * #333: Fix endless loop on invalid `BYMONTH` values in recurrence.
171 * #185: Fix encoding/decoding of `TIME` values in jCal/jCard.
337 * #204: Dealing a bit better with vCard date-time values that contained
578 * Added: getDuration for DURATION values such as TRIGGER. Thanks to
605 * Fixed: jCal encoding of REQUEST-STATUS, GEO and PERIOD values.
615 * Fixed: Couldn't export jCard DATE values correctly.
633 * Fixed: Updating DATE-TIME to DATE values now behaves like expected.
653 * Fixed: \r is properly stripped in text values.
673 * Added: Automatically decoding quoted-printable values.
674 * Added: Automatically decoding base64 values.
[all …]
/plugin/icalevents/vendor/sabre/vobject/
H A DCHANGELOG.md27 * #333: Fix endless loop on invalid `BYMONTH` values in recurrence.
110 * #185: Fix encoding/decoding of `TIME` values in jCal/jCard.
276 * #204: Dealing a bit better with vCard date-time values that contained
517 * Added: getDuration for DURATION values such as TRIGGER. Thanks to
544 * Fixed: jCal encoding of REQUEST-STATUS, GEO and PERIOD values.
554 * Fixed: Couldn't export jCard DATE values correctly.
572 * Fixed: Updating DATE-TIME to DATE values now behaves like expected.
592 * Fixed: \r is properly stripped in text values.
612 * Added: Automatically decoding quoted-printable values.
613 * Added: Automatically decoding base64 values.
[all …]
/plugin/sequencediagram/bower_components/underscore/
H A Dunderscore.js266 if (!isArrayLike(obj)) obj = _.values(obj);
303 obj = isArrayLike(obj) ? obj : _.values(obj);
367 if (!isArrayLike(obj)) obj = _.values(obj);
430 return _.values(obj);
601 _.object = function(list, values) { argument
604 if (values) {
605 result[list[i]] = values[i];
949 _.values = function(obj) { function
952 var values = Array(length);
954 values[i] = obj[keys[i]];
[all …]
/plugin/findologicxmlexport/vendor/twig/twig/doc/tags/
H A Dmacro.rst6 The possibility to define default values for arguments in the macro
26 Before Twig 1.12, defining default argument values was done via the
40 special ``varargs`` variable as a list of values.
/plugin/rrdgraph/
H A Dplugin.info.txt6 desc This plugin creates graphs from RRD tool data. It allowes binding values within SVG files to…
/plugin/structjoin/types/
H A DJoin.php40 public function renderMultiValue($values, \Doku_Renderer $R, $mode) { argument
43 return $column->getType()->renderMultiValue($values, $R, $mode);

1...<<11121314151617181920>>...37