Home
last modified time | relevance | path

Searched refs:delimiters (Results 76 – 93 of 93) sorted by last modified time

1234

/plugin/sequencediagram/bower_components/lodash/doc/
H A DREADME.md9642 in "interpolate" delimiters, HTML-escape interpolated data properties in
9643 "escape" delimiters, and execute JavaScript in "evaluate" delimiters. Data
9693 // Use the internal `print` function in "evaluate" delimiters.
9704 // Use backslashes to treat delimiters as plain text.
9729 // Use custom template delimiters.
11220 (Object): By default, the template delimiters used by lodash are like those in
11222 following template settings to use alternative delimiters.
/plugin/findologicxmlexport/vendor/twig/twig/doc/
H A Dtemplates.rst40 There are two kinds of delimiters: ``{% ... %}`` and ``{{ ... }}``. The first
H A Drecipes.rst158 Twig allows some syntax customization for the block delimiters. It's not
162 To change the block delimiters, you need to create your own lexer object::
536 practice as both AngularJS and Twig use the same delimiters in their syntax:
543 * Escaping the AngularJS delimiters by wrapping AngularJS sections with the
547 * Changing the delimiters of one of the template engines (depending on which
560 * For Twig, change the delimiters via the ``tag_variable`` Lexer option:
H A Dcoding_standards.rst52 * Do not put any spaces before and after string delimiters:
/plugin/findologicxmlexport/vendor/symfony/yaml/
H A DInline.php266 …public static function parseScalar(string $scalar, int $flags = 0, array $delimiters = null, int &… argument
272 if (null !== $delimiters) {
275 …(sprintf('Unexpected end of line, expected one of "%s".', implode('', $delimiters)), self::$parsed…
277 if (!\in_array($tmp[0], $delimiters)) {
283 if (!$delimiters) {
291 …} elseif (Parser::preg_match('/^(.*?)('.implode('|', $delimiters).')/', substr($scalar, $i), $matc…
/plugin/findologicxmlexport/vendor/twig/twig/
H A DCHANGELOG1049 * made lexer more flexible as you can now change the default delimiters
/plugin/mdpage/vendor/cebe/markdown/tests/markdown-data/
H A Dspecs.md162 angle brackets as delimiters for HTML tags, Markdown will treat them as
430 delimiters need to be indented:
757 multiple backticks as the opening and closing delimiters:
765 The backtick delimiters surrounding a code span may include spaces --
/plugin/fckg/fckeditor/editor/dialog/fck_spellerpages/spellerpages/server-scripts/
H A Dspellchecker.cfm36 <cfloop list="#submitted_text#" index="field" delimiters=",">
42 <cfloop list="#field#" index="line" delimiters="#CRLF#">
75 <cfloop list="#food#" index="aspell_line" delimiters="#CRLF#">
/plugin/amcharts/assets/amcharts/plugins/export/libs/pdfmake/
H A Dpdfmake.min.js.map1delimiters. */\n\t var reEscape = /<%-([\\s\\S]+?)%>/g,\n\t reEvaluate = /<%([\\s\\S]+?)%>/g…
/plugin/amcharts/assets/amcharts/plugins/dataloader/
H A Dreadme.md93 delimiter | , | [CSV only] a delimiter for columns (use \t for tab delimiters)
/plugin/authyubikey/
H A Dauth.php.org95 * (delimiters escaped, etc.)
/plugin/pgn4web/pgn4web/
H A Dpgn-standard-proposed-supplement.txt346 We ruled out the use of < > as delimiters specified in the BIF format because if
/plugin/jcapture/lib/
H A Dhttpcore-4.0.1.jarMETA-INF/MANIFEST.MF META-INF/HAMMURAP.SF META-INF/HAMMURAP ...
/plugin/jdraw/lib/
H A Dhttpcore-4.0.1.jarMETA-INF/MANIFEST.MF META-INF/HAMMURAP.SF META-INF/HAMMURAP ...
/plugin/wysiwyg/fckeditor/editor/filemanager/connectors/cfm/
H A Dcf5_connector.cfm152 <cfloop list="#resourceTypeDirectory#" index="name" delimiters="#fs#">
H A Dcf5_upload.cfm166 <cfloop list="#resourceTypeDirectory#" index="name" delimiters="#fs#">
/plugin/wysiwyg/fckeditor/editor/dialog/fck_spellerpages/spellerpages/server-scripts/
H A Dspellchecker.cfm36 <cfloop list="#submitted_text#" index="field" delimiters=",">
40 <cfloop list="#URLDecode(field)#" index="line" delimiters="#CRLF#">
73 <cfloop list="#food#" index="aspell_line" delimiters="#CRLF#">
/plugin/bibtex/OSBib/format/
H A DREADME.txt172 …(for example, proper names), then you enter the delimiters here. WIKINDX uses '{' and '}' as deli…

1234