Home
last modified time | relevance | path

Searched refs:values (Results 326 – 350 of 925) sorted by relevance

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

/plugin/struct/types/
H A DLookup.php160 * @param \int[]|\string[] $values
165 public function renderMultiValue($values, \Doku_Renderer $R, $mode)
167 $values = array_map(
172 $values
176 return $column->getType()->renderMultiValue($values, $R, $mode);
168 renderMultiValue($values, \\Doku_Renderer $R, $mode) global() argument
/plugin/authgooglesheets/vendor/guzzlehttp/psr7/
H A DCHANGELOG.md22 - Validate header values properly
65 - Ignore array keys in header values when merging
77 - Accept null and bool header values again
86 - Added more validation of values according to PSR-7 and RFC standards, e.g. status code range (#25…
211 - Trimming of header values in `Uri::withAddedHeader`. Header values may
214 - `Uri::withAddedHeader` with an array of header values.
/plugin/judge/helper/
H A Djdatetime.class.php126 $values = array();
223 $values[$k] = $v;
230 $values = array_merge($intactValues, $values);
233 $ret = strtr($format, array_combine($keys, $values));
/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/src/
H A DMessageFormatter.php179 foreach ($message->getHeaders() as $name => $values) {
180 $result .= $name . ': ' . implode(', ', $values) . "\r\n";
/plugin/vcard/
H A Dsyntax.php365 $values = '';
369 $values .= $this->_tag('tel_value', $renderer->_xmlEntities($value), 'value');
371 $values .= $value;
375 return $this->_tagclass('tel', $type.$values);
/plugin/findologicxmlexport/vendor/phpunit/php-code-coverage/src/Report/Html/Renderer/Template/js/
H A Dnv.d3.min.js2values?c[e].values.length:0;d=f>d?f:d}return a.log("Requested number of ticks: ",b),a.log("Calcula…
3values.length*.45;l.domain(d||d3.extent(b[0].values.map(n).concat(t))),l.range(v?f||[.5*x/b[0].val…
4values});r.enter().append("line").attr(g+"1",function(a,b){return c(h(a,b))}).attr(g+"2",function(…
5values.length}).length))return a.utils.noData(b,v),b;v.selectAll(".nv-noData").remove(),c=e.xScale…
6values.length/(D/100))!==0}).selectAll("text, line").style("opacity",0),w&&O.selectAll(".tick text…
7values.map(function(a,c){var d=p(a,c),e=q(a,c);return[m(d)+1e-4*Math.random(),n(e)+1e-4*Math.rando…
8values=a.values.map(function(a,c){return a.index=c,a.seriesIndex=b,a})});var x=m.filter(function(a…
/plugin/data/syntax/
H A Dentry.php398 $values = preg_split('/\s*,\s*/', $vals['enum']);
400 array_unshift($values, '');
404 $values,
554 $values = preg_split('/\s*,\s*/', $vals['enum']);
556 array_unshift($values, '');
561 $values,
/plugin/davcard/vendor/sabre/vobject/
H A DChangeLog.md76 * #212: `BYSETPOS` with values below `-1` was broken and could cause infinite
111 * #204: Dealing a bit better with vCard date-time values that contained
352 * Added: getDuration for DURATION values such as TRIGGER. Thanks to
379 * Fixed: jCal encoding of REQUEST-STATUS, GEO and PERIOD values.
389 * Fixed: Couldn't export jCard DATE values correctly.
403 * Fixed: Iterating parameter values should now fully work as expected.
407 * Fixed: Updating DATE-TIME to DATE values now behaves like expected.
427 * Fixed: \r is properly stripped in text values.
447 * Added: Automatically decoding quoted-printable values.
448 * Added: Automatically decoding base64 values.
[all …]
/plugin/webdavclient/vendor/sabre/vobject/
H A DChangeLog.md76 * #212: `BYSETPOS` with values below `-1` was broken and could cause infinite
111 * #204: Dealing a bit better with vCard date-time values that contained
352 * Added: getDuration for DURATION values such as TRIGGER. Thanks to
379 * Fixed: jCal encoding of REQUEST-STATUS, GEO and PERIOD values.
389 * Fixed: Couldn't export jCard DATE values correctly.
403 * Fixed: Iterating parameter values should now fully work as expected.
407 * Fixed: Updating DATE-TIME to DATE values now behaves like expected.
427 * Fixed: \r is properly stripped in text values.
447 * Added: Automatically decoding quoted-printable values.
448 * Added: Automatically decoding base64 values.
[all …]
/plugin/davcal/vendor/sabre/vobject/
H A DChangeLog.md36 * #212: `BYSETPOS` with values below `-1` was broken and could cause infinite
71 * #204: Dealing a bit better with vCard date-time values that contained
312 * Added: getDuration for DURATION values such as TRIGGER. Thanks to
339 * Fixed: jCal encoding of REQUEST-STATUS, GEO and PERIOD values.
349 * Fixed: Couldn't export jCard DATE values correctly.
363 * Fixed: Iterating parameter values should now fully work as expected.
367 * Fixed: Updating DATE-TIME to DATE values now behaves like expected.
387 * Fixed: \r is properly stripped in text values.
407 * Added: Automatically decoding quoted-printable values.
408 * Added: Automatically decoding base64 values.
[all …]
/plugin/conform/
H A Dhelper.php253 $values = explode(',', $list);
255 foreach ( $values as $value )
/plugin/jplayer/vendor/james-heinrich/getid3/getid3/
H A Dmodule.tag.xmp.php265 if (xml_parse_into_struct($xml_parser, $xmltext, $values, $tags) == 0)
283 foreach ($values as $xml_elem)
/plugin/sequencediagram/bower_components/lodash/doc/
H A DREADME.md523 2. `[values]` *(...Array)*: The values to exclude.
556 2. `[values]` *(...Array)*: The values to exclude.
593 2. `[values]` *(...Array)*: The values to exclude.
1329 2. `[values]` *(...&#42;)*: The values to remove.
1361 2. `values` *(Array)*: The values to remove.
1395 2. `values` *(Array)*: The values to remove.
1430 2. `values` *(Array)*: The values to remove.
2270 2. `[values]` *(...&#42;)*: The values to exclude.
2418 2. `[values=[]]` *(Array)*: The property values.
2444 2. `[values=[]]` *(Array)*: The property values.
[all …]
/plugin/glossary/
H A Dglossary.class.php264 function writeGlossary ($md5id, &$values, $status) { argument
265 if (! isset ($values['ns']) || $values['ns'] == "")
266 $values['ns'] = $this->NS; // XXX compatibilité
271 $root->appendChild ($xml->createElement ($field, htmlspecialchars ($values [$field])));
772 $values = $this->readGlossary ($this->md5id, $this->def, LOCK_SH);
773 if (!$values)
782 foreach (explode ($this->transSep, $values['word']) as $word)
785 foreach (explode ($this->transSep, $values['word']) as $word)
789 '@@POL@@' => $values['ticket'],
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Fixtures/tags/for/
H A Dvalues.test2 "for" tag iterates over item values
H A Dkeys_and_values.test2 "for" tag can iterate over keys and values
/plugin/scrape/HTMLPurifier/ConfigSchema/schema/
H A DCSS.Proprietary.txt
/plugin/davcard/vendor/sabre/vobject/tests/VObject/Property/ICalendar/
H A DCalAddressTest.php22 function values() { function in Sabre\\VObject\\Property\\ICalendar\\CalAddressTest
/plugin/icalevents/vendor/sabre/vobject/tests/VObject/Property/ICalendar/
H A DCalAddressTest.php22 function values() { function in Sabre\\VObject\\Property\\ICalendar\\CalAddressTest
/plugin/webdavclient/vendor/sabre/vobject/tests/VObject/Property/ICalendar/
H A DCalAddressTest.php22 function values() { function in Sabre\\VObject\\Property\\ICalendar\\CalAddressTest
/plugin/pot/
H A Dplugin.info.txt6 desc calculate, store, and recall user-defined values
/plugin/davcal/vendor/sabre/vobject/tests/VObject/Property/ICalendar/
H A DCalAddressTest.php22 function values() { function in Sabre\\VObject\\Property\\ICalendar\\CalAddressTest
/plugin/sequencediagram/bower_components/raphael/dev/
H A Draphael.core.js472 if (R.is(values, array)) {
473 var i = values.length;
475 return values[i];
478 values = +values;
479 var rem = value % values;
890 values,
912 values[3] && values[3].slice(-1) == "%" && (opacity /= 100);
922 (values[0].slice(-3) == "deg" || values[0].slice(-1) == "\xb0") && (red /= 360);
924 values[3] && values[3].slice(-1) == "%" && (opacity /= 100);
935 (values[0].slice(-3) == "deg" || values[0].slice(-1) == "\xb0") && (red /= 360);
[all …]
/plugin/adfs/lang/en/
H A Dfound.txt3 …dfs____plugin_settings_name|Configuration Manager]] to configure the ADFS plugin with these values.
/plugin/achart/
H A Dsyntax.php147 $newArray = array_map(function($values) use ($keys){
148 return array_combine($keys, $values);

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