Home
last modified time | relevance | path

Searched refs:raw (Results 76 – 100 of 417) sorted by relevance

12345678910>>...17

/plugin/findologicxmlexport/vendor/twig/twig/src/Node/Expression/Test/
H A DNullTest.php29 ->raw('(null === ')
31 ->raw(')')
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Fixtures/tags/autoescape/
H A Draw.test2 "autoescape" tag does not escape when raw is used as a filter
5 {{ var|raw }}
H A Dwith_pre_escape_filters.test17 ( var|raw|nl2br )
18 {{ var|raw|nl2br }}
50 ( var|raw|nl2br )
/plugin/struct/meta/
H A DValue.php29 /** @var bool is this a raw value only? */
64 * Access the raw value
105 * @param bool $israw is the passed value a raw value? turns Value into rawonly
125 $raw = $val;
127 $raw = $this->column->getType()->rawValue($val);
129 if ('' === trim((string)$raw)) continue;
131 $this->rawvalue[] = $raw;
/plugin/pubmed2020/site/
H A Ddescription.txt18 screenshot_img : https://github.com/EricMaeker/dokuwiki-plugin-pubmed/raw/dokuwiki-web-site/site/pu…
40 {{https://github.com/EricMaeker/dokuwiki-plugin-pubmed/raw/dokuwiki-web-site/site/pubmed_short.png}}
45 {{https://github.com/EricMaeker/dokuwiki-plugin-pubmed/raw/dokuwiki-web-site/site/pubmed_long.png}}
50 {{https://github.com/EricMaeker/dokuwiki-plugin-pubmed/raw/dokuwiki-web-site/site/pubmed_long_abstr…
55 {{https://github.com/EricMaeker/dokuwiki-plugin-pubmed/raw/dokuwiki-web-site/site/search.png}}
/plugin/findologicxmlexport/vendor/twig/twig/src/Node/
H A DCheckToStringNode.php37 ->raw('$this->sandbox->ensureToStringAllowed(')
39 ->raw(')')
H A DSandboxedPrintNode.php41 ->raw(";\n")
47 ->raw(");\n")
H A DForNode.php51 ->raw(");\n")
90 ->raw(' => ')
92 ->raw(") {\n")
/plugin/oauthdoorkeeper/
H A Daction.php27 $raw = $oauth->request($url);
28 $result = json_decode($raw, true);
/plugin/jplayer/vendor/kriswallsmith/assetic/src/Assetic/Asset/Iterator/
H A DAssetCollectionIterator.php50 * @param Boolean $raw Returns the unmodified asset if true
54 public function current($raw = false) argument
58 if ($raw) {
/plugin/elasticsearch/_test/
H A Dacl.test.php152 $raw = $helper->getPageACL($page);
153 $actual = $helper->splitRules($raw);
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Fixtures/autoescape/
H A Dblock.test14 {% set _content = block('content')|raw %}
15 {{ _content|raw }}
/plugin/sendpagecontent/
H A Daction.php37 $raw = rawWiki($ID);
38 …d('HIER E-MAIL-ADRESSE EINTRAGEN', 'Automatic Mail from DokuWiki at ...', $raw, $this->getConf('ma…
/plugin/gh/
H A Dsyntax.php107 …$raw = 'https://raw.githubusercontent.com/' . $data['repo'] . '/' . $data['blob'] . '/' . $data['f…
115 $cache = getCacheName($raw, '.ghplugin');
129 $text = $http->get($raw);
/plugin/typography/
H A DREADME.md10raw.githubusercontent.com/ssahara/dw-plugin-typography/master/images/fontfamily/picker.png) ![font…
43 ![Example 1](https://raw.githubusercontent.com/ssahara/dw-plugin-typography/master/example/typograp…
51 ![Example 2](https://raw.githubusercontent.com/ssahara/dw-plugin-typography/master/example/typograp…
61 ![Example 3](https://raw.githubusercontent.com/ssahara/dw-plugin-typography/master/example/typograp…
/plugin/sequencediagram/bower_components/lodash/
H A DREADME.md23 …* [Core build](https://raw.githubusercontent.com/lodash/lodash/4.17.15/dist/lodash.core.js) ([~4 k…
24 …* [Full build](https://raw.githubusercontent.com/lodash/lodash/4.17.15/dist/lodash.js) ([~24 kB gz…
27 Lodash is released under the [MIT license](https://raw.githubusercontent.com/lodash/lodash/4.17.15/…
/plugin/poldek/
H A Dsyntax.php46 $raw = substr($match, 9, -2);
48 $data = array('pkg' => $raw);
/plugin/siteexport/
H A D.travis.yml14 - "wget https://raw.github.com/splitbrain/dokuwiki-travis/master/travis.sh"
15 - "wget https://raw.github.com/mark-rushakoff/OpenPhantomScripts/master/phantom-qunit.js -P _test"
/plugin/discussion/
H A Daction.php604 * @param string $raw
613 if ($raw) {
617 $TEXT = $raw;
688 $xhtml = $this->_render($raw);
953 $raw = $_REQUEST['text'];
1043 if($raw) {
1044 echo formText($raw);
1394 * @param string $raw
1397 protected function _render($raw) { argument
1402 $xhtml = $this->render_text($raw);
[all …]
/plugin/table2csv/
H A DgetTableData.php7 $raw = p_render('xhtml',p_get_instructions($data),$info);
8 if ($raw == false) {
14 $content = str_replace($newlines, "", html_entity_decode($raw));
/plugin/dirtylittlehelper/mermaid/editor/docs/
H A D0.0.js.map1raw.begin', next: '@raw.$1' }],\n // identifiers and keywords\n [\n …
H A D27.27.js1 …,[/r"/,"regexp.delim","@sregexp"],[/raw"""/,"string.delim","@rtstring"],[/[bv]?"""/,"string.delim"…
/plugin/edittable/script/
H A Deditor.js163 this.raw = { class in edittable.loadEditor.handsontable_config.afterLoadData
170 this.raw.rowinfo[i] = {};
173 this.raw.colinfo[i] = {};
294 this.raw.rowinfo = [];
295 this.raw.colinfo = [];
297 this.raw.rowinfo[i] = {};
300 this.raw.colinfo[i] = {};
/plugin/findologicxmlexport/vendor/twig/twig/doc/tags/
H A Dautoescape.rst50 the :doc:`raw<../filters/raw>` filter:
55 {{ safe_value|raw }}
/plugin/bootswrapper/exe/help/
H A Daccordion.txt9 …n excepteur butcher vice lomo. Leggings occaecat craft beer farm-to-table, raw denim aesthetic syn…
12 …n excepteur butcher vice lomo. Leggings occaecat craft beer farm-to-table, raw denim aesthetic syn…
15 …n excepteur butcher vice lomo. Leggings occaecat craft beer farm-to-table, raw denim aesthetic syn…
23 …n excepteur butcher vice lomo. Leggings occaecat craft beer farm-to-table, raw denim aesthetic syn…

12345678910>>...17