Home
last modified time | relevance | path

Searched refs:hello (Results 1 – 25 of 60) sorted by relevance

123

/plugin/findologicxmlexport/vendor/twig/twig/doc/filters/
Draw.rst21 {% 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/
Dchat.php61 $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/
Dblock.legacy.test10 {% deprecated 'The "welcome" block is deprecated, use "hello" instead.' %}
11 {{ block('hello') }}
14 {% block hello %}
Dmacro.legacy.test10 {% 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/
D232.phpt7 protected function hello()
9 return 'hello';
17 hello as private hi;
20 protected function hello()
/plugin/findologicxmlexport/vendor/symfony/yaml/Tests/Fixtures/
DYtsAnchorAlias.yml25 - &hello
29 - *hello
/plugin/latexit/tests/dw_orig_test_files/
Dtest10.txt39 <?php echo "hello world!"; ?>
42 <?php echo "hello world!"; ?>
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Fixtures/filters/
Djoin.test15 {{ ["hello"]|join('|','-') }}
34 hello
/plugin/icalevents/vendor/sabre/uri/tests/
DParseTest.php50 'path' => '/hello',
91 'path' => '/hello:12',
/plugin/latexit/tests/my/
Dtest10.latex65 <?php echo "hello world!"; ?>
71 <?php echo "hello world!"; ?>
/plugin/pdfjs/pdfjs/web/locale/ff/
Dviewer.properties50 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/
Dplugin.info.txt3 email hello@botbouncer.org
/plugin/findologicxmlexport/vendor/twig/twig/doc/tags/
Dautoescape.rst72 {% set hello = "<strong>Hello</strong>" %}
73 {{ hello }}
/plugin/navbox/
Dplugin.info.txt3 email hello@midgardapps.com
/plugin/csv/_test/csv/
Dc-q-q-escaping.csv3 enclosure " in column,hello \
/plugin/findologicxmlexport/vendor/sebastian/exporter/
DREADME.md49 // 'hello, world!'
50 print $exporter->export('hello, world!');
/plugin/cssperpage/demo/
Ddemo.txt5 hello there (18pt.)
/plugin/codeprettify/
DREADME.md11 <Code:php linenums:1 |Example #1 Our first PHP script: //hello.php//>
/plugin/asciidocjs/node_modules/y18n/
DREADME.md94 like this: <code>__&#96;hello ${'world'}&#96;</code>. This will be equivalent to
95 `__('hello %s', 'world')`.
/plugin/authgooglesheets/vendor/guzzlehttp/promises/
DLICENSE4 Copyright (c) 2015 Graham Campbell <hello@gjcampbell.co.uk>
/plugin/matrixnotifierwas/vendor/guzzlehttp/promises/
DLICENSE4 Copyright (c) 2015 Graham Campbell <hello@gjcampbell.co.uk>
/plugin/matrixnotifierwas/vendor/guzzlehttp/psr7/
DLICENSE5 Copyright (c) 2015 Graham Campbell <hello@gjcampbell.co.uk>
/plugin/authgooglesheets/vendor/guzzlehttp/psr7/
DLICENSE5 Copyright (c) 2015 Graham Campbell <hello@gjcampbell.co.uk>
/plugin/matrixnotifierwas/vendor/guzzlehttp/guzzle/
DLICENSE5 Copyright (c) 2014 Graham Campbell <hello@gjcampbell.co.uk>
/plugin/asciidocjs/node_modules/pug-filters/node_modules/yargs/
DREADME.md801 .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