Searched refs:encode64 (Results 1 – 6 of 6) sorted by relevance
88 function encode64($input, $count) function in PasswordHash 116 $output .= $this->encode64($input, 6);161 $output .= $this->encode64($hash, 16);179 $output .= $this->encode64($input, 3);187 # different encoding scheme from the one in encode64() above.
45 return $this->encode64($compressed);83 private function encode64($c) {80 private function encode64($c) { global() function in PlantUmlDiagram
2 …encode64(data){var BASE="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/";var PAD… function
7623 function encode64(data) function7701 return encode64(Graph.arrayBufferToString(pako.deflateRaw(s)));