Searched refs:plain (Results  1 – 7 of 7) sorted by relevance
| /dokuwiki/_test/tests/inc/ | 
| H A D | io_readfile.test.php | 29         $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 D | auth_encryption.test.php | 21         $plain = 'This is secret';23         $this->assertEquals($plain, auth_decrypt(hex2bin($crypt), $secret));
 
 | 
| H A D | io_getSizeFile.test.php | 27         $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 D | SafeFN.class.php | 21 …private static $plain = '-./[_0123456789abcdefghijklmnopqrstuvwxyz'; // these characters aren't co…  variable in SafeFN91 …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 D | dokuwiki.txt | 3 …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 D | SSH2.php | 3669                     $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 D | deleted.files | 689 inc/auth/plain.class.php915 inc/auth/plain.php
 
 |