Home
last modified time | relevance | path

Searched refs:delimiter (Results 26 – 50 of 263) sorted by relevance

1234567891011

/plugin/webdavclient/vendor/sabre/vobject/lib/Property/
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 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());
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());
/plugin/davcal/vendor/sabre/vobject/lib/Property/
H A DFloat.php26 public $delimiter = ';'; variable in Sabre\\VObject\\Property\\Float
39 $val = explode($this->delimiter, $val);
55 $this->delimiter,
/plugin/davcal/vendor/sabre/vobject/lib/Property/ICalendar/
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());
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());
/plugin/findologicxmlexport/vendor/twig/twig/doc/filters/
H A Dsplit.rst7 The ``split`` filter splits a string by the given delimiter and returns a list
30 If the ``delimiter`` is an empty string, then value will be split by equal
43 Internally, Twig uses the PHP `explode`_ or `str_split`_ (if delimiter is
49 * ``delimiter``: The delimiter
/plugin/dirtylittlehelper/mermaid/editor/docs/
H A D45.45.js1delimiter",{token:"attribute.value",next:"@value.$3"}]],[/\w+/,"attribute.name"],[/,/,{cases:{"@eo…
H A D41.41.js.map1delimiter.html', 'tag.html', 'delimiter.html']],\n [/(<)(script)/, ['delimiter.html', {…
H A D13.13.js.map1delimiter.curly' },\n { open: '[', close: ']', token: 'delimiter.square' },\n { open…
H A D31.31.js.map1delimiter.bracket', open: '{', close: '}' },\n { token: 'delimiter.array', open: '[', close…
H A D58.58.js.map1delimiter.bracket', open: '{', close: '}' },\n { token: 'delimiter.parenthesis', open: '(',…
H A D68.68.js1 ….name"],[/\?>/,{token:"delimiter",next:"@pop"}],[/(\/)(>)/,[{token:"tag"},{token:"delimiter",next:…
H A D65.65.js1delimiter.twig"],[/"([^#"\\]*(?:\\.[^#"\\]*)*)"|\'([^\'\\]*(?:\\.[^\'\\]*)*)\'/,"string.twig"],[/"…
/plugin/webdav/vendor/sabre/vobject/lib/Property/
H A DFloatValue.php26 public $delimiter = ';'; variable in Sabre\\VObject\\Property\\FloatValue
38 $val = explode($this->delimiter, $val);
53 $this->delimiter,
/plugin/icalevents/vendor/sabre/vobject/lib/Property/
H A DFloatValue.php26 public $delimiter = ';'; variable in Sabre\\VObject\\Property\\FloatValue
40 $val = explode($this->delimiter, $val);
56 $this->delimiter,
/plugin/pubmed2020/classes/
H A Dcache.php44 $delimiter = ($conf['useslash'])?'/':':';
47 $this->linkFormat = $this->namespace.$delimiter.$this->prefix.'%s.'.$this->extension;
77 $delimiter = ($conf['useslash'])?'/':':';
79 $ml = $this->pdfPmidNS.$delimiter.$pmid.".pdf";
84 $ml = $this->pdfDoiNS.$delimiter.str_replace("/","_",$doi).".pdf";
217 $delimiter = ($conf['useslash'])?'/':':';
219 $ml = $this->pdfDoiNS.$delimiter.$doi.".pdf";
226 $delimiter = ($conf['useslash'])?'/':':';
228 $ml = $this->pdfDoiNS.$delimiter.$doi.'.jpg';
/plugin/davcard/vendor/sabre/vobject/lib/Property/ICalendar/
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());
/plugin/bureaucracyau/helper/
H A Dfieldusers.php54 $delimiter = preg_match('/\(.*\)/s', $matches[0]) ? $matches['delimiter'] : ', ';
59 return implode($delimiter, $users);
62 return implode($delimiter, array_map(function ($user) use ($auth, $attribute) {
/plugin/bureaucracy-au/helper/
H A Dfieldusers.php54 $delimiter = preg_match('/\(.*\)/s', $matches[0]) ? $matches['delimiter'] : ', ';
59 return implode($delimiter, $users);
62 return implode($delimiter, array_map(function ($user) use ($auth, $attribute) {
/plugin/bureaucracy/helper/
H A Dfieldusers.php54 $delimiter = preg_match('/\(.*\)/s', $matches[0]) ? $matches['delimiter'] : ', ';
59 return implode($delimiter, $users);
62 return implode($delimiter, array_map(function ($user) use ($auth, $attribute) {
/plugin/oauth/vendor/lusitanian/oauth/src/OAuth/OAuth1/Service/
H A DAbstractService.php182 $delimiter = '';
184 $authorizationHeader .= $delimiter . rawurlencode($key) . '="' . rawurlencode($value) . '"';
186 $delimiter = ', ';
225 $delimiter = '';
228 $authorizationHeader .= $delimiter . rawurlencode($key) . '="' . rawurlencode($value) . '"';
229 $delimiter = ', ';
/plugin/icalevents/vendor/sabre/vobject/lib/Property/ICalendar/
H A DPeriod.php28 public $delimiter = ','; variable in Sabre\\VObject\\Property\\ICalendar\\Period
42 $this->setValue(explode($this->delimiter, $val));
53 return implode($this->delimiter, $this->getParts());
/plugin/webdav/vendor/sabre/vobject/lib/Property/ICalendar/
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/table2csv/
H A DgetTableData.php55 function strput2csv($fields = array(), $numheadings, $delimiter = ',', $enclosure = '"') { argument
66 strpos($field, $delimiter)!==false ||
94 $csvline .= $delimiter;
99 $csvline .= $delimiter;

1234567891011