Home
last modified time | relevance | path

Searched refs:plot (Results 26 – 26 of 26) sorted by last modified time

12

/plugin/gnuplot/
H A Dsyntax.php54 $this->Lexer->addEntryPattern('<plot(?=.*\x3C/plot\x3E)',$mode,'plugin_plot');
58 $this->Lexer->addExitPattern('</plot>','plugin_plot');
83 …if ( !is_dir($conf['mediadir'] . '/plot') ) mkdir($conf['mediadir'] . '/plot', 0777-$conf['dmask']…
85 $filename = $conf['mediadir'] . '/plot/'.$hash.'.png';
90 $renderer->doc .= $this->plugin_render('{{'.'plot:'.$hash.'.png'."$size_str}}");
95 $renderer->doc .= $this->plugin_render('{{'.'plot:'.$hash.'.png'."$size_str}}");

12