Home
last modified time | relevance | path

Searched refs:delimiter (Results 226 – 250 of 263) sorted by path

1234567891011

/plugin/statistics/inc/pchart/
H A DPalette.php67 * @param string $delimiter
71 static public function fromFile($filename, $delimiter = ',') { argument
81 $values = explode($delimiter, $buffer);
/plugin/struct/helper/
H A Dfield.php148 $delimiter = preg_match('/\(.*\)/s', $matches[0]) ? $matches['delimiter'] : ', ';
150 return implode($delimiter, $value);
/plugin/syntaxhighlighter4/dist/
H A Dsyntaxhighlighter.js.map1 …'\n }\n );\n\n/*\n * Named capturing group; match the opening delimiter only: `(?<name>`…
/plugin/table2csv/
H A DgetTableData.php55 function strput2csv($fields = array(), $numheadings, $delimiter = ',', $enclosure = '"') { argument
66 strpos($field, $delimiter)!==false ||
94 $csvline .= $delimiter;
99 $csvline .= $delimiter;
/plugin/webdav/vendor/sabre/vobject/lib/Parser/
H A DMimeDir.php526 * @param string $delimiter
530 public static function unescapeValue($input, $delimiter = ';') argument
533 if ($delimiter) {
534 $regex .= ' | ('.$delimiter.')';
558 case $delimiter:
570 return $delimiter ? $resultArray : $result;
/plugin/webdav/vendor/sabre/vobject/lib/
H A DProperty.php57 public $delimiter = ';'; variable in Sabre\\VObject\\Property
/plugin/webdav/vendor/sabre/vobject/lib/Property/
H A DBinary.php29 public $delimiter = null; variable in Sabre\\VObject\\Property\\Binary
H A DFlatText.php32 public $delimiter = ','; variable in Sabre\\VObject\\Property\\FlatText
H A DFloatValue.php26 public $delimiter = ';'; variable in Sabre\\VObject\\Property\\FloatValue
38 $val = explode($this->delimiter, $val);
53 $this->delimiter,
H A DText.php28 public $delimiter = ','; variable in Sabre\\VObject\\Property\\Text
81 $this->delimiter = ';';
97 $this->setValue(MimeDir::unescapeValue($val, $this->delimiter));
153 return implode($this->delimiter, $val);
H A DTime.php24 public $delimiter = null; variable in Sabre\\VObject\\Property\\Time
H A DUri.php25 public $delimiter = null; variable in Sabre\\VObject\\Property\\Uri
H A DUtcOffset.php22 public $delimiter = null; variable in Sabre\\VObject\\Property\\UtcOffset
/plugin/webdav/vendor/sabre/vobject/lib/Property/ICalendar/
H A DCalAddress.php25 public $delimiter = null; variable in Sabre\\VObject\\Property\\ICalendar\\CalAddress
H A DDateTime.php35 public $delimiter = ','; variable in Sabre\\VObject\\Property\\ICalendar\\DateTime
83 $this->setValue(explode($this->delimiter, $val));
93 return implode($this->delimiter, $this->getParts());
H A DDuration.php27 public $delimiter = ','; variable in Sabre\\VObject\\Property\\ICalendar\\Duration
39 $this->setValue(explode($this->delimiter, $val));
49 return implode($this->delimiter, $this->getParts());
H A DPeriod.php28 public $delimiter = ','; variable in Sabre\\VObject\\Property\\ICalendar\\Period
40 $this->setValue(explode($this->delimiter, $val));
50 return implode($this->delimiter, $this->getParts());
/plugin/webdav/vendor/sabre/vobject/lib/Property/VCard/
H A DDateAndOrTime.php29 public $delimiter = null; variable in Sabre\\VObject\\Property\\VCard\\DateAndOrTime
329 return implode($this->delimiter, $this->getParts());
H A DTimeStamp.php26 public $delimiter = null; variable in Sabre\\VObject\\Property\\VCard\\TimeStamp
/plugin/webdavclient/vendor/sabre/vobject/lib/Parser/
H A DMimeDir.php478 * @param string $delimiter
481 static public function unescapeValue($input, $delimiter = ';') { argument
484 if ($delimiter) {
485 $regex .= ' | (' . $delimiter . ')';
510 case $delimiter :
523 return $delimiter ? $resultArray : $result;
/plugin/webdavclient/vendor/sabre/vobject/lib/
H A DProperty.php55 public $delimiter = ';'; variable in Sabre\\VObject\\Property
/plugin/webdavclient/vendor/sabre/vobject/lib/Property/
H A DBinary.php31 public $delimiter = null; variable in Sabre\\VObject\\Property\\Binary
H A DFlatText.php32 public $delimiter = ','; variable in Sabre\\VObject\\Property\\FlatText
H A DFloatValue.php26 public $delimiter = ';'; variable in Sabre\\VObject\\Property\\FloatValue
39 $val = explode($this->delimiter, $val);
55 $this->delimiter,
/plugin/webdavclient/vendor/sabre/vobject/lib/Property/ICalendar/
H A DCalAddress.php25 public $delimiter = null; variable in Sabre\\VObject\\Property\\ICalendar\\CalAddress

1234567891011