Home
last modified time | relevance | path

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

/dports/mail/roundcube/roundcubemail-1.5.1/program/actions/settings/
H A Dupload.php97 … 'classname' => rcube_utils::file2class($attachment['mimetype'], $attachment['name']),
/dports/mail/roundcube/roundcubemail-1.5.1/program/actions/mail/
H A Dattachment_upload.php246 … 'classname' => rcube_utils::file2class($attachment['mimetype'], $attachment['name']),
H A Dshow.php194 $class = rcube_utils::file2class($mimetype, $filename);
H A Dcompose.php1408 'class' => rcube_utils::file2class($a_prop['mimetype'], $a_prop['name']),
/dports/mail/roundcube-calendar-kolab/roundcubemail-plugins-kolab-3.5.5/plugins/libkolab/lib/
H A Dkolab_attachments_handler.php190 … 'classname' => 'no-menu ' . rcube_utils::file2class($attachment['mimetype'], $attachment['name']),
/dports/mail/roundcube-calendar-kolab/roundcubemail-plugins-kolab-3.5.5/plugins/tasklist/
H A Dtasklist.php453 …$change['old']['classname'] = rcube_utils::file2class($change['old']['mimetype'], $change['old']['…
456 …$change['new']['classname'] = rcube_utils::file2class($change['new']['mimetype'], $change['new']['…
1238 …$rec['attachments'][$k]['classname'] = rcube_utils::file2class($attachment['mimetype'], $attachmen…
1806 … $attachment['classname'] = rcube_utils::file2class($attachment['mimetype'], $attachment['name']);
/dports/mail/roundcube-calendar-kolab/roundcubemail-plugins-kolab-3.5.5/plugins/calendar/
H A Dcalendar.php1184 …$change['old']['classname'] = rcube_utils::file2class($change['old']['mimetype'], $change['old']['…
1186 …$change['new']['classname'] = rcube_utils::file2class($change['new']['mimetype'], $change['new']['…
1842 …$event['attachments'][$k]['classname'] = rcube_utils::file2class($attachment['mimetype'], $attachm…
3438 … $attachment['classname'] = rcube_utils::file2class($attachment['mimetype'], $attachment['name']);
/dports/mail/roundcube/roundcubemail-1.5.1/program/lib/Roundcube/
H A Drcube_utils.php607 public static function file2class($mimetype, $filename) function in rcube_utils
/dports/mail/roundcube-calendar-kolab/roundcubemail-plugins-kolab-3.5.5/plugins/kolab_files/lib/
H A Dkolab_files_engine.php1587 'classname' => rcube_utils::file2class($attachment['mimetype'], $attachment['name']),