Home
last modified time | relevance | path

Searched refs:raw (Results 26 – 50 of 417) sorted by relevance

12345678910>>...17

/plugin/findologicxmlexport/vendor/twig/twig/src/Node/Expression/Binary/
H A DPowerBinary.php25 ->raw('pow(')
27 ->raw(', ')
29 ->raw(')')
35 return $compiler->raw('**');
H A DEndsWithBinary.php23 ->raw(sprintf('(is_string($%s = ', $left))
25 ->raw(sprintf(') && is_string($%s = ', $right))
27 … ->raw(sprintf(') && (\'\' === $%2$s || $%2$s === substr($%1$s, -strlen($%2$s))))', $left, $right))
33 return $compiler->raw('');
H A DStartsWithBinary.php23 ->raw(sprintf('(is_string($%s = ', $left))
25 ->raw(sprintf(') && is_string($%s = ', $right))
27 ->raw(sprintf(') && (\'\' === $%2$s || 0 === strpos($%1$s, $%2$s)))', $left, $right))
33 return $compiler->raw('');
H A DAbstractBinary.php28 ->raw('(')
30 ->raw(' ')
34 ->raw(' ')
36 ->raw(')')
H A DFloorDivBinary.php20 $compiler->raw('(int) floor(');
22 $compiler->raw(')');
27 return $compiler->raw('/');
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Gmail/
H A DMessage.php44 public $raw; variable in Google\\Service\\Gmail\\Message
131 public function setRaw($raw) argument
133 $this->raw = $raw;
140 return $this->raw;
/plugin/findologicxmlexport/vendor/twig/twig/src/Node/Expression/
H A DConditionalExpression.php27 ->raw('((')
29 ->raw(') ? (')
31 ->raw(') : (')
33 ->raw('))')
H A DTempNameExpression.php26 ->raw('$_')
27 ->raw($this->getAttribute('name'))
28 ->raw('_')
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Fixtures/tags/autoescape/
H A Dwith_filters.test15 the output is not escaped, |raw is redundant )
16 {{ var|escape_and_nl2br|raw }}
47 |raw is redundant,
49 {{ "<b>%s</b>"|raw|format(var) }}
54 {{ "<b>%s</b>"|format(var)|raw }}
58 the output is not escaped due to |raw filter at the end,
59 the |raw filter on var is redundant )
60 {{ "<b>%s</b>"|format(var|raw)|raw }}
77 the output is not escaped, |raw is redundant )
115 |raw is redundant,
[all …]
/plugin/discussion/
H A Dconvert.php111 list($meta, $raw) = explode($out, $comment, 2);
112 $raw = trim($raw);
115 if (!$raw) {
131 $xhtml = p_render('xhtml', p_get_instructions($raw), $info);
140 'raw' => $raw,
/plugin/authloginapi/
H A Dauth.php70 * @param string $raw
74 protected function parseResponse($raw, $signature) argument
76 $signatureInput = $raw.$this->token;
82 …$data = json_decode(base64_decode(str_pad(strtr($raw, '-_', '+/'), strlen($raw) % 4, '=', STR_PAD_…
/plugin/findologicxmlexport/vendor/twig/twig/src/Node/
H A DEmbedNode.php41 ->raw(', ')
43 ->raw(', ')
45 ->raw(', ')
47 ->raw(')')
/plugin/socialshareprivacy2/JC/
H A Djquery.cookie.js20 function raw(s) { function
52 config.raw ? key : encodeURIComponent(key),
54 config.raw ? value : encodeURIComponent(value),
63 var decode = config.raw ? raw : decoded;
/plugin/quickstats/GEOIP/vendor/geoip2/geoip2/src/Model/
H A DDomain.php22 * @param mixed $raw
24 public function __construct($raw) argument
26 parent::__construct($raw);
H A DConnectionType.php22 * @param mixed $raw
24 public function __construct($raw) argument
26 parent::__construct($raw);
/plugin/findologicxmlexport/vendor/twig/twig/doc/tags/
H A Dverbatim.rst5 The ``verbatim`` tag was added in Twig 1.12 (it was named ``raw`` before).
7 The ``verbatim`` tag marks sections as being raw text that should not be
23 The ``verbatim`` tag works in the exact same way as the old ``raw`` tag,
24 but was renamed to avoid confusion with the ``raw`` filter.
/plugin/findologicxmlexport/vendor/twig/twig/src/Node/Expression/Test/
H A DEvenTest.php29 ->raw('(')
31 ->raw(' % 2 == 0')
32 ->raw(')')
H A DOddTest.php29 ->raw('(')
31 ->raw(' % 2 == 1')
32 ->raw(')')
H A DDivisiblebyTest.php29 ->raw('(0 == ')
31 ->raw(' % ')
33 ->raw(')')
H A DSameasTest.php27 ->raw('(')
29 ->raw(' === ')
31 ->raw(')')
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Fixtures/tags/raw/
H A Dmixed_usage_with_raw.legacy.test2 "raw" tag
4 {% raw %}
10 Twig\Error\SyntaxError: Unexpected end of file: Unclosed "raw" block in "index.twig" at line 2.
/plugin/chem/
H A Dsyntax.php47 function getChemFormat($raw){ argument
50 return preg_replace($pattern,$replace,$raw);
52 function getOdtChemFormat($raw){ argument
53 $c = $this->getChemFormat($raw);
/plugin/discordnotifier/
H A DREADME.md5 ![Example created notification](https://github.com/zteeed/dokuwiki-discord-notifier/raw/master/imag…
6 ![Example updated notification](https://github.com/zteeed/dokuwiki-discord-notifier/raw/master/imag…
7 ![Example removed notification](https://github.com/zteeed/dokuwiki-discord-notifier/raw/master/imag…
17 ![Example Dokuwiki config](https://github.com/zteeed/dokuwiki-discord-notifier/raw/master/images/co…
22 ![Example Dokuwiki config](https://github.com/zteeed/dokuwiki-discord-notifier/raw/master/images/co…
/plugin/xlsx2dw/
H A DREADME.md18 ![Alt text](./screenshots/plugin_directory.png?raw=true "/xlsx2dw folder")
23 ![Alt text](./screenshots/creating_page_section.png?raw=true "Create page")
27 ![Alt text](./screenshots/using_button.jpg?raw=true "Import of tables")
31 ![Alt text](./screenshots/selecting_tables.png?raw=true "Select a table")
35 ![Alt text](./screenshots/table_in_dokusyntax.png?raw=true "DokuWiki syntax")
39 ![Alt text](./screenshots/preview_table.png?raw=true "Result")
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Fixtures/filters/
H A Djson_encode.test4 {{ "foo"|json_encode|raw }}
5 {{ foo|json_encode|raw }}
6 {{ [foo, "foo"]|json_encode|raw }}

12345678910>>...17