Home
last modified time | relevance | path

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

12345678910>>...17

/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/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/authnc/
H A D.travis.yml13 before_install: wget https://raw.github.com/splitbrain/dokuwiki-travis/master/travis.sh
/plugin/authphpbb3/
H A D.travis.yml10 before_install: wget https://raw.github.com/splitbrain/dokuwiki-travis/master/travis.sh && rm .giti…
/plugin/backlinks/
H A DREADME.md14 [![GitHub license](https://img.shields.io/badge/license-GPLv2-blue.svg)](https://raw.githubusercont…
/plugin/backlinks2/
H A D.travis.yml24 - wget https://raw.github.com/splitbrain/dokuwiki-travis/master/travis.sh
H A DREADME.md14 [![GitHub license](https://img.shields.io/badge/license-GPLv2-blue.svg)](https://raw.githubusercont…
/plugin/bible/bible_douayRheims/
H A D1_Kings.txt43 …acrificed: Give me flesh to boil for the priest: for I will not take of thee sodden flesh, but raw.
H A DExodus.txt281 …12:9. You shall not eat thereof any thing raw, nor boiled in water, but only roasted at the fire; …
H A DMark.txt66 …2:21. No man seweth a piece of raw cloth to an old garment: otherwise the new piecing taketh away …
H A DMatthew.txt251 …9:16. And nobody putteth a piece of raw cloth unto an old garment. For it taketh away the fulness …
/plugin/bibtex/OSBib/format/
H A DREADME.txt128 Parses the XML style file into raw arrays (to be further processed in BIBFORMAT::getStyle() (see be…
139 Transform the raw XML arrays from BIBFORMAT::loadStyle() into OSBib-usable arrays and perform some …
/plugin/booking/
H A D.travis.yml13 before_install: wget https://raw.github.com/splitbrain/dokuwiki-travis/master/travis.sh
/plugin/bootswrapper/
H A D.travis.yml11 before_install: wget https://raw.github.com/splitbrain/dokuwiki-travis/master/travis.sh
/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…
/plugin/bpmnio/vendor/dmn-js/dist/
H A Ddmn-modeler.production.min.js2 …n m(e,t){return t||(t=e.slice(0)),Object.freeze(Object.defineProperties(e,{raw:{value:Object.freez…
/plugin/bpmnio/vendor/dmn-js/
H A Durl.txt1 https://raw.githubusercontent.com/bpmn-io/dmn-js/v14.0.2/packages/dmn-js/CHANGELOG.md
/plugin/bpmnioeditor/vendor/bpmnio-js/
H A Dbpmn-modeler.development.js21430 Overlays.prototype._getOverlayContainer = function(element, raw) { argument
21436 if (!container && !raw) {
/plugin/btable2/
H A DREADME.md16 ![screenshot1](https://raw.githubusercontent.com/jolz/dokuwiki_btable/master/doc/screenshot1.png)
/plugin/bureaucracy-au/
H A D.travis.yml8 before_install: wget https://raw.github.com/splitbrain/dokuwiki-travis/master/travis.sh
/plugin/bureaucracy/helper/
H A Dactiontemplate.php173 $raw = $this->rawPageTemplate($this->pagename);
174 $this->noreplace_save($raw);
/plugin/bureaucracyau/
H A D.travis.yml8 before_install: wget https://raw.github.com/splitbrain/dokuwiki-travis/master/travis.sh
/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/ckgdoku/ckeditor/
H A DCHANGES.md1185 …[Source Dialog](http://ckeditor.com/addon/sourcedialog) plugin that brings raw HTML editing for in…

12345678910>>...17