Home
last modified time | relevance | path

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

/plugin/ggb/
Dsyntax.php74 $inhalt = file_get_contents($datei);
76 $renderer->doc .= wordwrap(base64_encode($inhalt), 40)."\"></article>\n";
/plugin/owncloud/
Dwork.php26 $inhalt = preg_replace('#\{\{(.+)\}\}#Uise', "'{{'.buildLink('\\1').'}}'", $text); variable
28 echo $inhalt;