Home
last modified time | relevance | path

Searched refs:separator (Results 1 – 4 of 4) sorted by relevance

/dokuwiki/vendor/openpsa/universalfeedcreator/lib/Creator/
H A DHTMLCreator.php30 * Contains HTML to be output between entries. A separator is only used in
33 public $separator; variable in HTMLCreator
112 if ($this->separator and $i > 0) {
113 $feedArray[] = "<div class='".$this->stylePrefix."separator'>".$this->separator."</div>";
/dokuwiki/vendor/simplepie/simplepie/src/
H A DParser.php66 public $separator = ' '; variable in SimplePie\\Parser
151 $xml = xml_parser_create_ns($this->encoding, $this->separator);
192 $tagName = $xml->namespaceURI . $this->separator . $xml->localName;
201 $tagName = $xml->namespaceURI . $this->separator . $xml->localName;
208 $attrName = $xml->namespaceURI . $this->separator . $xml->localName;
352 if ($pos = strpos($string, $this->separator)) {
355 $separator_length = strlen($this->separator);
/dokuwiki/inc/
H A Dcommon.php43 * one will NOT be split up and will still contain $separator
45 * @param string $separator The boundary string
52 function sexplode($separator, $string, $limit, $default = null)
54 return array_pad(explode($separator, $string, $limit), $limit, $default);
503 * @param string $separator parameter separator
506 function wl($id = '', $urlParameters = '', $absolute = false, $separator = '&amp;')
514 $urlParameters = buildURLparams($urlParameters, $separator);
516 $urlParameters = str_replace(',', $separator, $urlParameters);
536 if ($urlParameters) $xlink .= $separator
47 sexplode($separator, $string, $limit, $default = null) global() argument
505 wl($id = '', $urlParameters = '', $absolute = false, $separator = '&amp;') global() argument
[all...]
/dokuwiki/data/pages/wiki/
H A Dsyntax.txt327 As you can see, it's the cell separator before a cell which decides about the formatting: