Home
last modified time | relevance | path

Searched refs:plain (Results 1 – 7 of 7) sorted by relevance

/dokuwiki/_test/tests/inc/
H A Dio_readfile.test.php29 $plain = TMP_DIR.'/test.txt';
30 file_put_contents($plain, "The\015\012Test\015\012");
32 $this->assertEquals("The\012Test\012", io_readFile($plain));
33 $this->assertEquals("The\015\012Test\015\012", io_readFile($plain, false));
H A Dauth_encryption.test.php21 $plain = 'This is secret';
23 $this->assertEquals($plain, auth_decrypt(hex2bin($crypt), $secret));
H A Dio_getSizeFile.test.php27 $plain = TMP_DIR.'/test.txt';
28 file_put_contents($plain, "The\015\012Test\015\012");
30 $this->assertEquals(11, io_getSizeFile($plain));
/dokuwiki/inc/
H A DSafeFN.class.php21 …private static $plain = '-./[_0123456789abcdefghijklmnopqrstuvwxyz'; // these characters aren't co… variable in SafeFN
91 …return !preg_match('#[^' . self::$plain . self::$post_indicator . self::$pre_indicator . ']#', $sa…
109 …if ($codepoint < 127 && (strpos(self::$plain . self::$post_indicator, chr($codepoint)) !== false))…
/dokuwiki/_test/data/pages/wiki/
H A Ddokuwiki.txt3 …he Wiki and eases the creation of structured texts. All data is stored in plain text files -- no d…
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Net/
H A DSSH2.php3669 $packet->plain = $this->decrypt->decrypt($raw);
3687 $packet->plain = $this->decrypt->decrypt($raw);
3694 $packet->plain .= $this->decrypt->decrypt($raw);
3698 $packet->plain = $this->decrypt->decrypt($raw);
3704 $packet->plain = $raw;
3708 pack('Na*', $packet->packet_length, $packet->plain) :
3724 $payload = $packet->plain;
3826 … $packet->plain = $this->decrypt->decrypt(substr($packet->raw, 0, $this->decrypt_block_size));
3827 … extract(unpack('Npacket_length', Strings::shift($packet->plain, $packet_length_header_size)));
/dokuwiki/data/
H A Ddeleted.files689 inc/auth/plain.class.php
915 inc/auth/plain.php