Home
last modified time | relevance | path

Searched refs:raw (Results 76 – 100 of 417) sorted by last modified time

12345678910>>...17

/plugin/bootswrapper/
H A D.travis.yml11 before_install: wget https://raw.github.com/splitbrain/dokuwiki-travis/master/travis.sh
/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 …]
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/publish/
H A D.travis.yml15 before_install: wget https://raw.github.com/splitbrain/dokuwiki-travis/master/travis.sh
/plugin/wrap/
H A D.travis.yml
/plugin/spreadout/
H A Dsyntax.php160 * argument adding a raw UTF-8 character sequence to the
/plugin/actionrenderer/
H A D.travis.yml13 before_install: wget https://raw.github.com/splitbrain/dokuwiki-travis/master/travis.sh
/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/
H A DUPGRADING.md781 If you previously relied on Guzzle\Http\Message\Header::raw(), then you will need to update your co…
803 * Guzzle\Http\Message\Header::raw. Use getAll()
H A DCHANGELOG.md337 pass true as the second argument to specify that the query string is a raw
836 * Guzzle\Http\Message\Header::raw. Use getAll()
/plugin/authgooglesheets/vendor/monolog/monolog/
H A DCHANGELOG.md358 …* Added an option to send formatted message instead of the raw record on PushoverHandler via ->use…
425 * Added $useFormatting flag to MemoryProcessor to make it send raw data in bytes
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Net/
H A DSFTP.php1056 * @param bool $raw
1061 private function readlist($dir, $raw = true) argument
1156 return $raw ? $contents : array_map('strval', array_keys($contents));
H A DSSH2.php3454 $raw = stream_get_contents($this->fsock, $this->decrypt_block_size);
3456 if (!strlen($raw)) {
3480 $raw = $this->decrypt->decrypt($raw);
3481 $raw = $temp . $raw;
3514 $raw = $this->decrypt->decrypt($raw);
3515 $raw = $temp . $raw;
3520 $raw = $this->decrypt->decrypt($raw);
3529 $encrypted = $temp . $raw;
3530 $raw = $temp . $this->decrypt->decrypt($raw);
3535 if (strlen($raw) < 5) {
[all …]
/plugin/authgooglesheets/vendor/google/apiclient/
H A DREADME.md383 It is often very useful to debug your API calls by viewing the raw HTTP request. This library suppo…
/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/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/File/
H A DX509.php3725 $raw = ASN1::asn1map($decoded[0], ['type' => ASN1::TYPE_BIT_STRING]);
3726 if (empty($raw)) {
3730 $key = PublicKeyLoader::load($raw);
3734 $key = $raw; // Is a public key.
/plugin/instructions/
H A Dmanager.dat1 downloadurl=https://github.com/Juergen-aus-Koeln/dokuwiki-plugin-instructions/raw/master/instructio…
/plugin/commonmark/
H A DREADME.md18 - If you have enabled htmlok plugin, adding `html` as [info string](https://spec.commonmark.org/0.28/#info-string) in [Fenced code blocks](https://spec.commonmark.org/0.30/#fenced-code-blocks) will parse HTML code inside the block to DW's [\<HTML\>](https://www.dokuwiki.org/wiki:syntax#embedding_html_and_php) block; In case of `nowiki`, `<nowiki>` syntax will be parsed; if `dokuwiki`, raw DW code will be passed. For example:
/plugin/tablelayout/
H A D.travis.yml9 - wget https://raw.github.com/splitbrain/dokuwiki-travis/master/travis.sh
H A Dyarn.lock183 raw-body "~2.1.5"
1964 raw-body@~2.1.5:
1966 …resolved "https://registry.yarnpkg.com/raw-body/-/raw-body-2.1.7.tgz#adfeace2e4fb3098058014d08c072…
/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/discordnotifier/examples/
H A DREADME.md7 ![Example created notification](https://github.com/zteeed/dokuwiki-discord-notifier/raw/master/exam…
11 ![Example updated notification](https://github.com/zteeed/dokuwiki-discord-notifier/raw/master/exam…
15 ![Example removed notification](https://github.com/zteeed/dokuwiki-discord-notifier/raw/master/exam…
/plugin/oauthkeycloak/
H A Daction.php36 $raw = $oauth->request($url);
38 if (!$raw) throw new OAuthException('Failed to fetch data from userinfo endpoint');
39 $result = json_decode($raw, true);
/plugin/bpmnioeditor/vendor/bpmnio-js/
H A Dbpmn-modeler.development.js21430 Overlays.prototype._getOverlayContainer = function(element, raw) { argument
21436 if (!container && !raw) {
/plugin/xtern/ca/
H A Dcacert.pem9 ## https://hg.mozilla.org/releases/mozilla-release/raw-file/default/security/nss/lib/ckfw/builtins/…
/plugin/xcom/
H A Dscript.js141 case 'wiki.getPage': // (string) raw Wiki text
142 case 'wiki.getPageVersion': // (string) raw Wiki text

12345678910>>...17