Home
last modified time | relevance | path

Searched refs:blockText (Results 1 – 4 of 4) sorted by relevance

/plugin/passwd/ !
H A Daction.php38 $blockText = $this->findPasswdBlock($id, $block);
39 if ($blockText === false) return;
41 $expected = $this->extractPassword($blockText);
50 $this->renderContent($blockText);
99 * @param string $blockText Raw block text
102 protected function extractPassword($blockText) argument
104 if (!preg_match('/password="([^"]+)"/i', $blockText, $p)) {
114 protected function renderContent($blockText) argument
116 preg_match('/^<passwd\b[^>]*?>([\s\S]*?)<\/passwd>$/s', $blockText, $m);
/plugin/dirtylittlehelper/mermaid/editor/docs/ !
D45.45.js1 …",next:"@pop"}]],whitespace:[[/^(\s*)(\/\/.*)$/,{token:"comment",next:"@blockText.$1.comment"}],[/… property
D45.45.js.map1blockText.$S2.' }, '']],\n [/\\s+/, { token: '', next: '@simpleText' }],\n /…
/plugin/highlightjs/highlight/ !
Dhighlight.js266 function blockText(block) { function
274 result += blockText(block.childNodes[i]);
374 var text = blockText(block);