Searched refs:hello (Results 1 – 25 of 60) sorted by relevance
123
| /plugin/findologicxmlexport/vendor/twig/twig/doc/filters/ |
| D | raw.rst | 21 {% set hello = '<strong>Hello</strong>' %} 24 {{ false ? '<strong>Hola</strong>' : hello|raw }} 26 {{ false ? hola : hello|raw }} 28 {{ (false ? hola : hello)|raw }} 31 The first ternary statement is not escaped: ``hello`` is marked as being 34 if ``hello`` is marked as safe, ``hola`` remains unsafe and so is the whole
|
| /plugin/aichat/syntax/ |
| D | chat.php | 61 $hello = trim((string)$data['body']); 62 if (!$hello) $hello = $this->getLang('hello'); 65 'hello' => $hello,
|
| /plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Fixtures/tags/deprecated/ |
| D | block.legacy.test | 10 {% deprecated 'The "welcome" block is deprecated, use "hello" instead.' %} 11 {{ block('hello') }} 14 {% block hello %}
|
| D | macro.legacy.test | 10 {% deprecated 'The "welcome" macro is deprecated, use "hello" instead.' %} 12 {{ self.hello(name) }} 15 {% macro hello(name) %}
|
| /plugin/findologicxmlexport/vendor/phpunit/phpunit-mock-objects/tests/MockObject/Generator/ |
| D | 232.phpt | 7 protected function hello() 9 return 'hello'; 17 hello as private hi; 20 protected function hello()
|
| /plugin/findologicxmlexport/vendor/symfony/yaml/Tests/Fixtures/ |
| D | YtsAnchorAlias.yml | 25 - &hello 29 - *hello
|
| /plugin/latexit/tests/dw_orig_test_files/ |
| D | test10.txt | 39 <?php echo "hello world!"; ?> 42 <?php echo "hello world!"; ?>
|
| /plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Fixtures/filters/ |
| D | join.test | 15 {{ ["hello"]|join('|','-') }} 34 hello
|
| /plugin/icalevents/vendor/sabre/uri/tests/ |
| D | ParseTest.php | 50 'path' => '/hello', 91 'path' => '/hello:12',
|
| /plugin/latexit/tests/my/ |
| D | test10.latex | 65 <?php echo "hello world!"; ?> 71 <?php echo "hello world!"; ?>
|
| /plugin/pdfjs/pdfjs/web/locale/ff/ |
| D | viewer.properties | 50 first_page.title=Yah to hello adanngo 51 first_page.label=Yah to hello adanngo 52 first_page_label=Yah to hello adanngo 53 last_page.title=Yah to hello wattindiingo 54 last_page.label=Yah to hello wattindiingo 55 last_page_label=Yah to hello wattindiingo 211 rendering_error=Juumre waɗii tuma nde yoŋkittoo hello.
|
| /plugin/botbouncer/ |
| D | plugin.info.txt | 3 email hello@botbouncer.org
|
| /plugin/findologicxmlexport/vendor/twig/twig/doc/tags/ |
| D | autoescape.rst | 72 {% set hello = "<strong>Hello</strong>" %} 73 {{ hello }}
|
| /plugin/navbox/ |
| D | plugin.info.txt | 3 email hello@midgardapps.com
|
| /plugin/csv/_test/csv/ |
| D | c-q-q-escaping.csv | 3 enclosure " in column,hello \
|
| /plugin/findologicxmlexport/vendor/sebastian/exporter/ |
| D | README.md | 49 // 'hello, world!' 50 print $exporter->export('hello, world!');
|
| /plugin/cssperpage/demo/ |
| D | demo.txt | 5 hello there (18pt.)
|
| /plugin/codeprettify/ |
| D | README.md | 11 <Code:php linenums:1 |Example #1 Our first PHP script: //hello.php//>
|
| /plugin/asciidocjs/node_modules/y18n/ |
| D | README.md | 94 like this: <code>__`hello ${'world'}`</code>. This will be equivalent to 95 `__('hello %s', 'world')`.
|
| /plugin/authgooglesheets/vendor/guzzlehttp/promises/ |
| D | LICENSE | 4 Copyright (c) 2015 Graham Campbell <hello@gjcampbell.co.uk>
|
| /plugin/matrixnotifierwas/vendor/guzzlehttp/promises/ |
| D | LICENSE | 4 Copyright (c) 2015 Graham Campbell <hello@gjcampbell.co.uk>
|
| /plugin/matrixnotifierwas/vendor/guzzlehttp/psr7/ |
| D | LICENSE | 5 Copyright (c) 2015 Graham Campbell <hello@gjcampbell.co.uk>
|
| /plugin/authgooglesheets/vendor/guzzlehttp/psr7/ |
| D | LICENSE | 5 Copyright (c) 2015 Graham Campbell <hello@gjcampbell.co.uk>
|
| /plugin/matrixnotifierwas/vendor/guzzlehttp/guzzle/ |
| D | LICENSE | 5 Copyright (c) 2014 Graham Campbell <hello@gjcampbell.co.uk>
|
| /plugin/asciidocjs/node_modules/pug-filters/node_modules/yargs/ |
| D | README.md | 801 .command('hello', 'hello command') 807 if (command === 'hello') { 809 .usage('$0 hello') 811 .example('$0 hello', 'print the hello message!') 814 console.log('hello!');
|
123