Home
last modified time | relevance | path

Searched refs:values (Results 776 – 800 of 925) sorted by last modified time

1...<<31323334353637

/plugin/authshibboleth/
H A DREADME.md55 The `authshibboleth.conf.php` file contains all available directives, set to their default values a…
/plugin/authshibboleth/plugin/authshibboleth/
H A Dauth.php675 $values = $this->getShibVar($sourceAttributeName, true);
676 if (null !== $values) {
677 foreach ($values as $value) {
/plugin/icalevents/vendor/sabre/vobject/lib/Property/ICalendar/
H A DRecur.php169 $values = [];
177 $values[strtolower($k)] = $v;
180 return [$values];
259 $values = $this->getParts();
261 foreach ($values as $key => $value) {
270 unset($values[$key]);
292 unset($values[$key]);
314 unset($values[$key]);
336 unset($values[$key]);
341 if (!isset($values['FREQ'])) {
[all …]
H A DDateTime.php213 $values = [];
223 $values[] = $d->format('Ymd\\THis');
237 $values[] = $d->format('Ymd\\THis\\Z');
239 $values[] = $d->format('Ymd\\THis');
251 $values[] = $d->format('Ymd');
258 $this->value = $values;
382 $values = $this->getParts();
384 foreach ($values as $value) {
/plugin/icalevents/vendor/sabre/vobject/lib/
H A DProperty.php400 foreach ($this->getJsonValue() as $values) {
401 foreach ((array)$values as $value) {
H A DFreeBusyGenerator.php504 $values = explode(',', $freebusy);
505 foreach ($values as $value) {
/plugin/icalevents/vendor/sabre/vobject/lib/Property/
H A DText.php303 $values = $this->getParts();
305 $map = function($items) use ($values, $writer) {
309 !empty($values[$i]) ? $values[$i] : null
321 $writer->writeElement('code', $values[0]);
322 $writer->writeElement('description', $values[1]);
324 if (isset($values[2])) {
325 $writer->writeElement('data', $values[2]);
/plugin/icalevents/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/
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/icalevents/vendor/sabre/vobject/lib/Parser/XML/Element/
H A DKeyValue.php48 $values = [];
56 $values[$name] = $reader->parseCurrentElement()['value'];
66 return $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/icalevents/vendor/sabre/xml/lib/Deserializer/
H A Dfunctions.php69 $values = [];
76 $values[$reader->localName] = $reader->parseCurrentElement()['value'];
79 $values[$clark] = $reader->parseCurrentElement()['value'];
88 return $values;
150 $values = [];
157 $values[] = $reader->localName;
159 $values[] = $reader->getClark();
165 return $values;
/plugin/icalevents/vendor/sabre/xml/lib/Serializer/
H A Dfunctions.php38 * @param string[] $values
41 function enum(Writer $writer, array $values) { argument
43 foreach ($values as $value) {
/plugin/news/
H A DREADME89 The header values for these feeds are configured in the file scripts/newsfeed.ini.
/plugin/selfmeasurement/
H A Ddescription.txt32 Adds a complet blood pressure self-measurement form. Allow user to enter his blood pressure values,…
34 …nt to the configurated email. The report contains all the blood pressure values, all the averages …
/plugin/scrape/
H A DHTMLPurifier.standalone.php
/plugin/scrape/HTMLPurifier/ConfigSchema/schema/
H A DAttr.AllowedClasses.txt
H A DAttr.AllowedRel.txt
H A DAttr.IDPrefixLocal.txt
H A DCSS.Proprietary.txt
H A DCore.DirectLexLineNumberSyncInterval.txt
H A DCore.LexerImpl.txt
H A DFilter.ExtractStyleBlocks.txt
H A DHTML.TidyLevel.txt
/plugin/scrape/HTMLPurifier/
H A DPrinter.php

1...<<31323334353637