Home
last modified time | relevance | path

Searched refs:joiner (Results 1 – 8 of 8) sorted by relevance

/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/src/
H A DUriTemplate.php106 $joiner = self::$operatorHash[$parsed['operator']]['joiner'];
161 $expanded = implode($joiner, $kvp);
190 if (!$expanded && $joiner !== '&') {
200 $ret = implode($joiner, $replacements);
/plugin/fckg/action/entities/utils/
H A Dentities.txt539 zero width non-joiner
543 zero width joiner
/plugin/ckgdoku/action/entities/utils/
H A Dentities.txt539 zero width non-joiner
543 zero width joiner
/plugin/ckgedit/action/entities/utils/
H A Dentities.txt539 zero width non-joiner
543 zero width joiner
/plugin/sequencediagram/bower_components/lodash/vendor/underscore/test/
H A Dutility.js180 var joiner = ' other stuff ';
181 var allEscaped = escapeCharacters.join(joiner);
186 …assert.ok(allEscaped.indexOf(joiner) >= 0, 'can escape multiple escape characters at the same time…
/plugin/findologicxmlexport/vendor/twig/twig/ext/twig/
H A Dtwig.c504 char *joiner; in twig_add_array_key_to_string() local
508 joiner = va_arg(args, char*); in twig_add_array_key_to_string()
511 smart_str_appends(buf, joiner); in twig_add_array_key_to_string()
530 static char *TWIG_IMPLODE_ARRAY_KEYS(char *joiner, zval *array TSRMLS_DC) in TWIG_IMPLODE_ARRAY_KEYS() argument
535 …ith_arguments(HASH_OF(array) APPLY_TSRMLS_CC, twig_add_array_key_to_string, 2, &collector, joiner); in TWIG_IMPLODE_ARRAY_KEYS()
/plugin/dw2pdf/vendor/mpdf/mpdf/
H A DCHANGELOG.md725 mPDF now deletes U+200C,U+200D,U+200E,U+200F zero-widthjoiner/non-joiner, LTR and RTL marks so they will not appear
/plugin/dw2pdf/vendor/mpdf/mpdf/src/
H A DMpdf.php13491 // removes U+200E/U+200F LTR and RTL mark and U+200C/U+200D Zero-width Joiner and Non-joiner
24025 // $sep separates number [groups], $joiner joins numbers in range
24026 // e.g. "elephant 73, 97-99" = elephant[$spacer]73[$sep]97[$joiner]99
24034 $joiner = '-';
24039 $joiner = '-';
24207 $html .= $joiner;