Home
last modified time | relevance | path

Searched refs:delimiter (Results 26 – 50 of 263) sorted by last modified time

1234567891011

/plugin/davcal/vendor/sabre/vobject/lib/Property/ICalendar/
H A DCalAddress.php25 public $delimiter = null; variable in Sabre\\VObject\\Property\\ICalendar\\CalAddress
H A DDateTime.php33 public $delimiter = ','; variable in Sabre\\VObject\\Property\\ICalendar\\DateTime
86 $this->setValue(explode($this->delimiter, $val));
97 return implode($this->delimiter, $this->getParts());
H A DPeriod.php29 public $delimiter = ','; variable in Sabre\\VObject\\Property\\ICalendar\\Period
42 $this->setValue(explode($this->delimiter, $val));
53 return implode($this->delimiter, $this->getParts());
H A DDuration.php29 public $delimiter = ','; variable in Sabre\\VObject\\Property\\ICalendar\\Duration
42 $this->setValue(explode($this->delimiter, $val));
53 return implode($this->delimiter, $this->getParts());
/plugin/davcal/vendor/sabre/vobject/lib/Property/
H A DText.php28 public $delimiter = ','; variable in Sabre\\VObject\\Property\\Text
81 $this->delimiter = ';';
100 $this->setValue(MimeDir::unescapeValue($val, $this->delimiter));
161 return implode($this->delimiter, $val);
H A DBinary.php31 public $delimiter = null; variable in Sabre\\VObject\\Property\\Binary
H A DUri.php24 public $delimiter = null; variable in Sabre\\VObject\\Property\\Uri
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Sheets/
H A DPasteDataRequest.php31 public $delimiter; variable in Google\\Service\\Sheets\\PasteDataRequest
72 public function setDelimiter($delimiter) argument
74 $this->delimiter = $delimiter;
81 return $this->delimiter;
H A DTextToColumnsRequest.php25 public $delimiter; variable in Google\\Service\\Sheets\\TextToColumnsRequest
36 public function setDelimiter($delimiter) argument
38 $this->delimiter = $delimiter;
45 return $this->delimiter;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/AnalyticsData/
H A DConcatenateExpression.php26 public $delimiter; variable in Google\\Service\\AnalyticsData\\ConcatenateExpression
35 public function setDelimiter($delimiter) argument
37 $this->delimiter = $delimiter;
44 return $this->delimiter;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudDataplex/
H A DGoogleCloudDataplexV1ZoneDiscoverySpecCsvOptions.php25 public $delimiter; variable in Google\\Service\\CloudDataplex\\GoogleCloudDataplexV1ZoneDiscoverySpecCsvOptions
42 public function setDelimiter($delimiter) argument
44 $this->delimiter = $delimiter;
51 return $this->delimiter;
H A DGoogleCloudDataplexV1StorageFormatCsvOptions.php25 public $delimiter; variable in Google\\Service\\CloudDataplex\\GoogleCloudDataplexV1StorageFormatCsvOptions
42 public function setDelimiter($delimiter) argument
44 $this->delimiter = $delimiter;
51 return $this->delimiter;
H A DGoogleCloudDataplexV1AssetDiscoverySpecCsvOptions.php25 public $delimiter; variable in Google\\Service\\CloudDataplex\\GoogleCloudDataplexV1AssetDiscoverySpecCsvOptions
42 public function setDelimiter($delimiter) argument
44 $this->delimiter = $delimiter;
51 return $this->delimiter;
/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/
H A DCHANGELOG.md642 * Now properly escaping the regular expression delimiter when matching Cookie domains.
/plugin/authgooglesheets/vendor/google/apiclient-services/src/
H A DStorage.php1108 'delimiter' => [
1389 'delimiter' => [
/plugin/commonmark/vendor/league/commonmark/
H A DCHANGELOG.md392 - **Implemented delimiter parsing as a special type of inline parser** (via the new `DelimiterParser` class)
479 - `ListData::$delimiter` now returns either `ListBlock::DELIM_PERIOD` or `ListBlock::DELIM_PAREN` instead of the literal delimiter
H A DCHANGELOG-0.x.md
/plugin/commonmark/vendor/league/commonmark/src/Inline/Parser/
H A DOpenBracketParser.php
H A DBangParser.php
/plugin/commonmark/vendor/league/commonmark/src/Block/Parser/
H A DListParser.php
/plugin/commonmark/vendor/league/commonmark/src/Delimiter/
H A DDelimiterStack.php43 $delimiter = $this->top;
44 while ($delimiter !== null && $delimiter->getPrevious() !== $stackBottom) {
45 $delimiter = $delimiter->getPrevious();
48 return $delimiter;
51 public function removeDelimiter(DelimiterInterface $delimiter): void
53 if ($delimiter->getPrevious() !== null) {
55 $delimiter->getPrevious()->setNext($delimiter
61 removeDelimiter(DelimiterInterface $delimiter) global() argument
75 removeDelimiterAndNode(DelimiterInterface $delimiter) global() argument
[all...]
/plugin/commonmark/vendor/league/commonmark/src/Block/Element/
H A DListData.php
/plugin/commonmark/vendor/league/commonmark/src/
H A DInlineParserEngine.php
/plugin/csv/_test/
H A DREADME8 More tests, especially with various escape/enclosing/delimiter combos would
/plugin/diagramsnet/lib/WEB-INF/lib/
H A Dhttpcore-4.4.9.jarMETA-INF/MANIFEST.MF META-INF/ org/ org/apache/ org/ ...

1234567891011