Home
last modified time | relevance | path

Searched refs:clearBlock (Results 1 – 2 of 2) sorted by relevance

/plugin/prosemirror/
H A Drenderer.php66 protected function clearBlock() function in renderer_plugin_prosemirror
331 $this->clearBlock();
340 $this->clearBlock();
366 $this->clearBlock();
385 $this->clearBlock();
398 $this->clearBlock();
/plugin/authradius/
H A Ddes.php49 $clearBlock = substr($clearText, $i * 8, 8); //Grab a block from the input
50 $cypherBlock = des_block_encode(des_bits_to_bytes ($clearBlock), $keys); //Encrypt it