Home
last modified time | relevance | path

Searched refs:separator (Results 26 – 50 of 186) sorted by relevance

12345678

/plugin/indexnumber/
H A Dsyntax.php32 protected $separator; variable in syntax_plugin_indexnumber
36 $this->separator = $this->getConf('separator');
130 …doc .= '<p class="idxnum"><span class="counter">'.$data[1].' '.$data[2].$this->separator.'</span>';
H A DREADME.md18 If you want to have separator chars between the index number and the description
20 inserts no space after the separator char, you'll have to enter the space yourself.
/plugin/findologicxmlexport/vendor/twig/extensions/test/Twig/Tests/Extension/
H A DTextTest.php32 public function testTruncate($input, $length, $preserve, $separator, $expectedOutput) argument
34 $output = twig_truncate_filter($this->env, $input, $length, $preserve, $separator);
/plugin/findologicxmlexport/vendor/symfony/yaml/Tests/Fixtures/
H A DYtsDocumentSeparator.yml25 document separator to your YAML stream.
44 The opening separator can contain directives
60 document separator should have no indentation
H A DescapedCharacters.yml97 test: Unicode line separator
103 test: Unicode paragraph separator
H A DYtsBlockMapping.yml41 Spaces can come before the ': ' key/value separator.
/plugin/findologicxmlexport/vendor/twig/twig/doc/filters/
H A Dnumber_format.rst15 separator using the additional arguments:
34 * ``,`` as the thousands separator.
54 * ``thousand_sep``: The character(s) to use for the thousands separator
/plugin/keyboard/
H A Dsyntax.php63 $separator = '+';
65 $separator = '-';
67 $separator = substr($match,($mpos<$ppos)?$mpos:$ppos, 1);
68 $keys = explode($separator, $match);
/plugin/strata/helper/
H A Dutil.php206 * @param separator the seperation string to use in-between values
208 function renderField($mode, &$R, &$T, $values, $typename, $hint=null, &$type=null, $field=null, $separator=', ') { argument
219 if(!$firstValue) $R->cdata($separator);
/plugin/commonmark/vendor/league/commonmark/src/
H A DHtmlRenderer.php
/plugin/commonmark/src/Dokuwiki/Plugin/Commonmark/
H A DDWRenderer.php
/plugin/elasticsearch/vendor/ruflin/elastica/src/Suggest/
H A DPhrase.php77 public function setSeparator(string $separator): self argument
79 return $this->setParam('separator', $separator);
/plugin/text/
H A Drenderer.php23 var $separator = ''; variable in renderer_plugin_text
68 $this->separator = '';
522 $this->separator = '';
539 $this->doc .= $this->separator;
540 $this->separator = ', ';
/plugin/blogtng/helper/
H A Dtags.php234 * @param string $separator
236 public function tpl_tagstring($target, $separator) { argument
237 …echo join($separator, array_map(array($this, '_format_tag_link'), $this->tags, array_fill(0, count…
/plugin/codemirror/dist/modes/
H A Dmbox.min.js.map1separator","rfc2822Header","RegExp","join","rfc2822HeaderNoEmail","header","email","untilEmail","b…
/plugin/jplayer/vendor/happyworm/jplayer/dist/popcorn/
H A Dpopcorn.jplayer.js141 separator = '';
146 supplied += separator + prop;
147 separator = ',';
/plugin/jplayer/vendor/happyworm/jplayer/src/javascript/popcorn/
H A Dpopcorn.jplayer.js141 separator = '';
146 supplied += separator + prop;
147 separator = ',';
/plugin/jcapture/src/com/hammurapi/jcapture/
H A DAbstractCaptureApplet.java151 …protected File preferencesFile = new File(System.getProperty("user.home")+File.separator+"."+getCl…
229 …m out = new FileOutputStream(new File(getParameter(OUTPUT_DIR_PARAMETER)+File.separator+fileName)); in post()
/plugin/bliki/
H A Dlocal.php.dist6 $conf['plugin']['bliki']['dateheader'] = '===== l, F j ====='; // Format for date header/separator
/plugin/dataloop/syntax/
H A Droll.php396 function _sqlite_group_concat_step(&$context, $string, $separator = ',') { argument
397 $context['sep'] = $separator;
H A Dtextloop.php436 function _sqlite_group_concat_step(&$context, $string, $separator = ',') { argument
437 $context['sep'] = $separator;
H A Dloop.php512 function _sqlite_group_concat_step(&$context, $string, $separator = ',') { argument
513 $context['sep'] = $separator;
/plugin/latexcaption/syntax/
H A Dcaption.php254 $separator = (in_array('blank', $opts) ? '' : ': ');
269 $markup .= $this->getLang($type.$langset).' '. $count.$separator;
/plugin/dtable/
H A Dstyle.css38 #dtable_context_menu li.separator {
/plugin/gil/
H A DChangeLog9 * syntax.php: plugin syntax now accepts comma as decimal separator.

12345678