Home
last modified time | relevance | path

Searched refs:delimiter (Results 126 – 150 of 263) sorted by relevance

1234567891011

/plugin/dirtylittlehelper/mermaid/editor/docs/
H A D0.0.js.map1delimiter.curly', open: '{', close: '}' },\n { token: 'delimiter.parenthesis', open: '(', c…
H A D6.6.js.map1delimiter.bracket'], { include: 'common' }],\n common: [\n // identifiers and ke…
H A D64.64.js.map1delimiter.parenthesis' },\n { open: '{', close: '}', token: 'delimiter.curly' },\n {…
H A D1.1.js.map1delimiter.curly', open: '{', close: '}' },\n { token: 'delimiter.parenthesis', open: '(', c…
/plugin/icalevents/vendor/sabre/vobject/lib/Property/
H A DBinary.php29 public $delimiter = null; variable in Sabre\\VObject\\Property\\Binary
H A DUri.php25 public $delimiter = null; variable in Sabre\\VObject\\Property\\Uri
H A DTime.php24 public $delimiter = null; variable in Sabre\\VObject\\Property\\Time
/plugin/webdav/vendor/sabre/vobject/lib/Property/
H A DBinary.php29 public $delimiter = null; variable in Sabre\\VObject\\Property\\Binary
H A DUri.php25 public $delimiter = null; variable in Sabre\\VObject\\Property\\Uri
H A DTime.php24 public $delimiter = null; variable in Sabre\\VObject\\Property\\Time
/plugin/davcard/vendor/sabre/vobject/lib/Property/
H A DBinary.php31 public $delimiter = null; variable in Sabre\\VObject\\Property\\Binary
/plugin/webdav/vendor/sabre/vobject/lib/Property/VCard/
H A DTimeStamp.php26 public $delimiter = null; variable in Sabre\\VObject\\Property\\VCard\\TimeStamp
H A DDateAndOrTime.php29 public $delimiter = null; variable in Sabre\\VObject\\Property\\VCard\\DateAndOrTime
329 return implode($this->delimiter, $this->getParts());
/plugin/icalevents/vendor/sabre/vobject/lib/Property/VCard/
H A DTimeStamp.php26 public $delimiter = null; variable in Sabre\\VObject\\Property\\VCard\\TimeStamp
H A DDateAndOrTime.php29 public $delimiter = null; variable in Sabre\\VObject\\Property\\VCard\\DateAndOrTime
361 return implode($this->delimiter, $this->getParts());
/plugin/webdavclient/vendor/sabre/vobject/lib/Property/
H A DBinary.php31 public $delimiter = null; variable in Sabre\\VObject\\Property\\Binary
/plugin/davcal/vendor/sabre/vobject/lib/Property/
H A DBinary.php31 public $delimiter = null; variable in Sabre\\VObject\\Property\\Binary
/plugin/csv/_test/
H A DREADME8 More tests, especially with various escape/enclosing/delimiter combos would
/plugin/commonmark/vendor/league/commonmark/src/
H A DInlineParserEngine.php
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/build/Elasticsearch/Namespaces/
H A DTextStructureNamespace.asciidoc38 $params['delimiter'] = (string) Optional parameter to specify the delimiter character for a delimited file - must be a single character
/plugin/struct/helper/
H A Dfield.php148 $delimiter = preg_match('/\(.*\)/s', $matches[0]) ? $matches['delimiter'] : ', ';
150 return implode($delimiter, $value);
/plugin/pdb/classes/
H A Dcache.php21 $delimiter = ($conf['useslash'])?'/':':';
24 $this->linkFormat = $this->namespace.$delimiter.$this->prefix.'%s.'.$this->extension;
/plugin/cache/
H A Dplugin_cache.php28 $delimiter = ($conf['useslash'])?'/':':';
31 $this->linkFormat = $this->namespace.$delimiter.$this->prefix.'%s.'.$this->extension;
/plugin/pubchem/classes/
H A Dcache.php21 $delimiter = ($conf['useslash'])?'/':':';
24 $this->linkFormat = $this->namespace.$delimiter.$this->prefix.'%s.'.$this->extension;
/plugin/pubmed/classes/
H A Dcache.php21 $delimiter = ($conf['useslash'])?'/':':';
24 $this->linkFormat = $this->namespace.$delimiter.$this->prefix.'%s.'.$this->extension;

1234567891011