Home
last modified time | relevance | path

Searched refs:separator (Results 126 – 150 of 186) sorted by last modified time

12345678

/plugin/sequencediagram/bower_components/raphael/dev/
H A Draphael.vml.js15 separator = /[, ]+/,
185 var rect = Str(params["clip-rect"]).split(separator);
506 deg = Str(deg).split(separator);
526 dx = Str(dx).split(separator);
543 sx = Str(sx).split(separator);
634 var names = name.split(separator),
H A Draphael.core.js73 separator = /[, ]+/,
4513 var values = Str(params[attr])[split](separator),
4514 from2 = Str(from[attr])[split](separator);
5206 var bb = font.face.bbox[split](separator),
H A Draphael.svg.js14 separator = /[, ]+/,
379 var rect = Str(value).split(separator);
750 deg = Str(deg).split(separator);
784 sx = Str(sx).split(separator);
816 dx = Str(dx).split(separator);
1070 var names = name.split(separator),
/plugin/sequencediagram/bower_components/lodash/
H A Dlodash.js7591 function join(array, separator) {
14589 separator = limit = undefined;
14597 typeof separator == 'string' ||
14598 (separator != null && !isRegExp(separator))
14600 separator = baseToString(separator);
15079 var separator = 'separator' in options ? options.separator : separator;
15101 if (separator === undefined) {
15107 if (isRegExp(separator)) {
15112 if (!separator.global) {
15113 separator = RegExp(separator.source, toString(reFlags.exec(separator)) + 'g');
[all …]
/plugin/sequencediagram/bower_components/raphael/
H A Dyarn.lock1825 remove-trailing-separator "^1.0.1"
2145 remove-trailing-separator@^1.0.1:
2147 …resolved "https://registry.yarnpkg.com/remove-trailing-separator/-/remove-trailing-separator-1.1.0…
H A Draphael.min.js1 …*"]],i=2;i--;)(e=r[i])&&(h.push(e),d=d.concat(e.f||[]));p=h}return d},x.separator=function(t){t?(t…
/plugin/sequencediagram/bower_components/snap.svg/dist/
H A Dsnap.svg-min.js19 …*,\s*[\d\.]+%?\s*,\s*[\d\.]+(?:%?\s*,\s*[\d\.]+)?%?)\s*\))\s*$/i,L=(c._.separator=/[,\s]+/,/[\s]*,…
20 …n=a._.getSomeDefs,o=/^url\(#?([^)]+)\)$/,p=a._.$,q=a.url,r=String,s=a._.separator,t="";b.on("snap.…
21 …k(d[1]),f:j(d[0])};if("points"==b)return d=p(r).split(a._.separator),q=p(c).split(a._.separator),{…
H A Dsnap.svg.js41 separator = /[\.\/]/, variable
158 var names = name.split(separator),
221 var names = name.split(separator),
303 return current_event.split(separator);
335 names = name.split(separator);
876 separator = Snap._.separator = /[,\s]+/,
3960 separator = Snap._.separator,
4318 vb = vb.split(separator);
4328 return p.split(separator);
7246 A = Str(a).split(Snap._.separator);
[all …]
/plugin/sequencediagram/bower_components/eve-raphael/
H A Deve.js23 separator = /[\.\/]/, variable
144 var names = isArray(name) ? name : name.split(separator),
184 eve.separator = function (sep) { function
188 separator = new RegExp(sep);
190 separator = /[\.\/]/;
225 var names = isArray(name) ? name : Str(name).split(separator),
308 return isArray(current_event) ? current_event : current_event.split(separator);
340 names = isArray(name) ? name : Str(name).split(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
H A Djoin.rst15 The separator between elements is an empty string per default, but you can
23 A second parameter can also be provided that will be the separator used between
34 * ``glue``: The separator
35 * ``and``: The separator for the last pair of input items
/plugin/findologicxmlexport/vendor/symfony/yaml/Tests/Fixtures/
H A DescapedCharacters.yml97 test: Unicode line separator
103 test: Unicode paragraph separator
H A DsfComments.yml46 test: Document starting with a comment and a separator
H A DYtsBlockMapping.yml41 Spaces can come before the ': ' key/value separator.
H A DYtsDocumentSeparator.yml25 document separator to your YAML stream.
44 The opening separator can contain directives
60 document separator should have no indentation
/plugin/findologicxmlexport/vendor/twig/extensions/lib/Twig/Extensions/Extension/
H A DText.php38 …truncate_filter(Twig_Environment $env, $value, $length = 30, $preserve = false, $separator = '...') argument
50 return rtrim(mb_substr($value, 0, $length, $env->getCharset())).$separator;
56 …function twig_wordwrap_filter(Twig_Environment $env, $value, $length = 80, $separator = "\n", $pre… argument
63 $pieces = mb_split($separator, $value);
75 return implode($separator, $sentences);
78 …truncate_filter(Twig_Environment $env, $value, $length = 30, $preserve = false, $separator = '...') argument
87 return rtrim(substr($value, 0, $length)).$separator;
93 …function twig_wordwrap_filter(Twig_Environment $env, $value, $length = 80, $separator = "\n", $pre… argument
95 return wordwrap($value, $length, $separator, !$preserve);
/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/jms/serializer/src/Naming/
H A DCamelCaseNamingStrategy.php19 private $separator; variable in JMS\\Serializer\\Naming\\CamelCaseNamingStrategy
26 public function __construct(string $separator = '_', bool $lowerCase = true) argument
28 $this->separator = $separator;
37 $name = preg_replace('/[A-Z]+/', $this->separator . '\\0', $property->name);
/plugin/findologicxmlexport/vendor/doctrine/annotations/docs/en/
H A Dannotations.rst164 …of the root namespace. The AnnotationRegistry uses a namespace to directory separator approach to …
/plugin/findologicxmlexport/vendor/symfony/yaml/
H A DCHANGELOG.md15 * support for the comma as a group separator for floats has been dropped, use
/plugin/findologicxmlexport/vendor/twig/extensions/doc/
H A Dtext.rst34 The default separator is "\\n", but you can easily change that by providing one:
57 The example would output ``Hello...``, as ``...`` is the default separator.
60 parameter to ``true``. If the last Word is on the the separator, truncate
69 If you want to change the separator, just set the third parameter to
70 your desired separator.
/plugin/findologicxmlexport/vendor/twig/twig/
H A DCHANGELOG34 * removed duplicated directory separator in FilesystemLoader
51 * added a second argument to the join filter (last separator configuration)
606 …on of numeric values used in templates when using a locale where the decimal separator is not a dot
/plugin/metaeditor/
H A Dstyle.css173 .vakata-context .vakata-context-separator > a,
174 .vakata-context .vakata-context-separator > a:hover {
235 .vakata-context-rtl .vakata-context-separator > a {
/plugin/bookmarkfile/
H A Dstyle.css1 .dokuwiki .bookmarkfile li.separator {
5 .dokuwiki .bookmarkfile .separator hr {
/plugin/switchpanel/
H A DREADME.md127 ## Height separator
136 Height separator

12345678