Home
last modified time | relevance | path

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

/dokuwiki/vendor/openpsa/universalfeedcreator/lib/Creator/
H A DHTMLCreator.php33 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.php65 public $separator = ' '; variable in SimplePie\\Parser
150 $xml = xml_parser_create_ns($this->encoding, $this->separator);
190 $tagName = $xml->namespaceURI . $this->separator . $xml->localName;
199 $tagName = $xml->namespaceURI . $this->separator . $xml->localName;
206 $attrName = $xml->namespaceURI . $this->separator . $xml->localName;
350 if ($pos = strpos($string, $this->separator)) {
353 $separator_length = strlen($this->separator);
/dokuwiki/inc/
H A Dcommon.php49 * @param string $separator The boundary string
56 function sexplode($separator, $string, $limit, $default = null) argument
58 return array_pad(explode($separator, $string, $limit), $limit, $default);
496 * @param string $separator parameter separator
501 function wl($id = '', $urlParameters = '', $absolute = false, $separator = '&amp;') argument
509 $urlParameters = buildURLparams($urlParameters, $separator);
511 $urlParameters = str_replace(',', $separator, $urlParameters);
531 if ($urlParameters) $xlink .= $separator . $urlParameters;
/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:
/dokuwiki/_test/data/pages/wiki/
H A Dsyntax.txt327 As you can see, it's the cell separator before a cell which decides about the formatting: