Home
last modified time | relevance | path

Searched refs:blocks (Results 1 – 9 of 9) sorted by relevance

/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Crypt/
H A DSalsa20.php325 $blocks = str_split($text, 64);
326 foreach ($blocks as &$block) {
330 return implode('', $blocks);
364 $blocks = str_split($text, 64);
366 foreach ($blocks as &$block) {
371 $encrypted = implode('', $blocks);
388 $blocks = str_split($text, 64);
389 foreach ($blocks as &$block) {
393 $ciphertext .= implode('', $blocks);
/dokuwiki/lib/tpl/dokuwiki/css/
H A Dprint.css72 /* code blocks */
H A Dcontent.less117 /* filenames for downloadable file and code blocks */
/dokuwiki/vendor/splitbrain/lesserphp/src/
H A DLessc.php897 protected function patternMatchAll($blocks, $orderedArgs, $keywordArgs, $skip = []) argument
900 foreach ($blocks as $block) {
927 $blocks = $searchIn->children[$name];
929 $matches = $this->patternMatchAll($blocks, $orderedArgs, $keywordArgs, $seen);
937 foreach ($blocks as $subBlock) {
/dokuwiki/data/pages/wiki/
H A Dsyntax.txt380 You can include code blocks into your documents by either indenting them by at least two spaces (li…
392 Those blocks were created by this source:
406 … supported by GeSHi is supported. The syntax uses the same code and file blocks described in the p…
/dokuwiki/_test/data/pages/wiki/
H A Dsyntax.txt380 You can include code blocks into your documents by either indenting them by at least two spaces (li…
392 Those blocks were created by this source:
406 … supported by GeSHi is supported. The syntax uses the same code and file blocks described in the p…
/dokuwiki/inc/
H A Dcommon.php746 while ($blocks = array_splice($wordblocks, 0, $chunksize)) {
749 foreach ($blocks as $block) {
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Crypt/Common/
H A DSymmetricKey.php3365 $blocks = str_split($text, 16);
3366 foreach ($blocks as $block) {
/dokuwiki/vendor/geshi/geshi/
H A DCHANGELOG363 * Fixed Strict Block Detection for PHP blocks (BenBE)
536 * Added possibility to define strict blocks using an Regexp (BenBE)