Lines Matching refs:delim
738 $delim = '"';
740 $delim = "'";
748 $patt = '([^\n]*?)(@\{|\\\\|' . Util::pregQuote($delim) . ')';
765 if ($this->literal($delim, false)) {
766 $content[] = $delim;
769 $this->count -= strlen($delim);
776 if ($this->literal($delim)) {
777 $out = ['string', $delim, $content];
850 $delim = ',';
887 if (!$this->literal($delim)) {
888 if ($delim == ',' && $this->literal(';')) {
890 $delim = ';';
947 protected function tags(&$tags, $simple = false, $delim = ',') argument
952 if (!$this->literal($delim)) break;
1296 protected function genericList(&$out, $parseItem, $delim = '', $flatten = true) argument
1303 if ($delim) {
1304 if (!$this->literal($delim)) break;
1316 $out = ['list', $delim, $items];