Home
last modified time | relevance | path

Searched defs:doimage (Results 1 – 4 of 4) sorted by relevance

/dports/www/xoops/XoopsCore25-2.5.10/htdocs/include/
H A Dcomment_post.php217 $doimage = (isset($_POST['doimage']) && (int)$_POST['doimage'] > 0) ? 1 : 0; variable
230 $doimage = 1; variable
273 $doimage = 1; variable
H A Dcomment_reply.php73 $doimage = 1; variable
/dports/www/xoops/XoopsCore25-2.5.10/htdocs/kernel/
H A Dcomment.php290 public function doimage($format = '') function in XoopsComment
/dports/devel/plan9port/plan9port-1f098efb7370a0b28306d10681e21883fb1c1507/src/cmd/jpg/
H A Dico.c321 doimage(Icon *icon) in doimage() function