Home
last modified time | relevance | path

Searched refs:encode64 (Results 1 – 6 of 6) sorted by relevance

/plugin/authwordpress/
H A Dclass-phpass.php88 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.
/plugin/plantumlparser/syntax/
H A DPlantUmlDiagram.php45 return $this->encode64($compressed);
83 private function encode64($c) {
80 private function encode64($c) { global() function in PlantUmlDiagram
/plugin/jplayer/vendor/happyworm/jplayer/lib/aurora/
H A Dogg.js2encode64(data){var BASE="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/";var PAD… function
H A Dvorbis.js2encode64(data){var BASE="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/";var PAD… function
H A Dopus.js2encode64(data){var BASE="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/";var PAD… function
/plugin/diagramsnet/lib/js/diagramly/
H A DEditorUi.js7623 function encode64(data) function
7701 return encode64(Graph.arrayBufferToString(pako.deflateRaw(s)));