Home
last modified time | relevance | path

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

/plugin/prosemirror/
Drenderer.php69 protected function clearBlock() function in renderer_plugin_prosemirror
339 $this->clearBlock();
348 $this->clearBlock();
376 $this->clearBlock();
397 $this->clearBlock();
411 $this->clearBlock();
/plugin/authradius/
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