Home
last modified time | relevance | path

Searched refs:COMPOSE_ID (Results 1 – 7 of 7) sorted by relevance

/dports/audio/alsa-utils/alsa-utils-1.2.2/aplay/
H A Dformats.h47 #define COMPOSE_ID(a,b,c,d) ((a) | ((b)<<8) | ((c)<<16) | ((d)<<24)) macro
53 #define COMPOSE_ID(a,b,c,d) ((d) | ((c)<<8) | ((b)<<16) | ((a)<<24)) macro
68 #define WAV_RIFF COMPOSE_ID('R','I','F','F')
69 #define WAV_RIFX COMPOSE_ID('R','I','F','X')
70 #define WAV_WAVE COMPOSE_ID('W','A','V','E')
71 #define WAV_FMT COMPOSE_ID('f','m','t',' ')
72 #define WAV_DATA COMPOSE_ID('d','a','t','a')
118 #define AU_MAGIC COMPOSE_ID('.','s','n','d')
/dports/mail/roundcube/roundcubemail-1.5.1/program/actions/mail/
H A Dattachment_upload.php27 protected static $COMPOSE_ID; variable in rcmail_action_mail_attachment_upload
74 …hment = rcmail_action_mail_compose::save_attachment($message, $params['_part'], self::$COMPOSE_ID);
82 'compose_id' => self::$COMPOSE_ID
125 'group' => self::$COMPOSE_ID,
169 self::$COMPOSE_ID = rcube_utils::get_input_value('_id', rcube_utils::INPUT_GPC);
171 self::$SESSION_KEY = 'compose_data_' . self::$COMPOSE_ID;
173 if (self::$COMPOSE_ID && !empty($_SESSION[self::$SESSION_KEY])) {
H A Dsend.php36 $COMPOSE_ID = rcube_utils::get_input_value('_id', rcube_utils::INPUT_GPC);
37 $COMPOSE =& $_SESSION['compose_data_'.$COMPOSE_ID];
334 $rcmail->plugins->exec_hook('attachments_cleanup', ['group' => $COMPOSE_ID]);
335 $rcmail->session->remove('compose_data_' . $COMPOSE_ID);
336 $_SESSION['last_compose_session'] = $COMPOSE_ID;
338 $rcmail->output->command('remove_compose_data', $COMPOSE_ID);
H A Dcompose.php22 protected static $COMPOSE_ID; variable in rcmail_action_mail_compose
42 if (self::$COMPOSE_ID && $_SESSION['compose_data_' . self::$COMPOSE_ID]) {
43 self::$COMPOSE =& $_SESSION['compose_data_' . self::$COMPOSE_ID];
51 if ($_SESSION['compose_data_' . self::$COMPOSE_ID]) {
60 if (self::$COMPOSE_ID) {
65 || self::$COMPOSE_ID != $_SESSION['last_compose_session']
71 self::$COMPOSE_ID = uniqid(mt_rand());
74 $_SESSION['compose_data_' . self::$COMPOSE_ID] = [
75 'id' => self::$COMPOSE_ID,
81 self::$COMPOSE =& $_SESSION['compose_data_' . self::$COMPOSE_ID];
[all …]
/dports/deskutils/cairo-dock-plugins/cairo-dock-plug-ins-3.4.1/Sound-Effects/src/
H A Dapplet-sound.c35 #define COMPOSE_ID(a,b,c,d) ((a) | ((b)<<8) | ((c)<<16) | ((d)<<24)) macro
41 #define COMPOSE_ID(a,b,c,d) ((d) | ((c)<<8) | ((b)<<16) | ((a)<<24)) macro
50 #define WAV_RIFF COMPOSE_ID('R','I','F','F')
51 #define WAV_WAVE COMPOSE_ID('W','A','V','E')
52 #define WAV_FMT COMPOSE_ID('f','m','t',' ')
53 #define WAV_DATA COMPOSE_ID('d','a','t','a')
/dports/mail/roundcube-calendar-kolab/roundcubemail-plugins-kolab-3.5.5/plugins/kolab_files/lib/
H A Dkolab_files_engine.php1380 $COMPOSE_ID = rcube_utils::get_input_value('id', rcube_utils::INPUT_POST);
1386 if ($COMPOSE_ID && $_SESSION['compose_data_'.$COMPOSE_ID]) {
1387 $COMPOSE =& $_SESSION['compose_data_'.$COMPOSE_ID];
1474 'group' => $COMPOSE_ID,
1485 $this->compose_attach_success($attachment, $COMPOSE, $COMPOSE_ID, $uploadid);
1511 $_GET['_id'] = $COMPOSE_ID;
1531 protected function compose_attach_success($attachment, $COMPOSE, $COMPOSE_ID, $uploadid) argument
1537 … $this->rc->session->append('compose_data_' . $COMPOSE_ID . '.attachments', $id, $attachment);
/dports/audio/alsa-utils/alsa-utils-1.2.2/speaker-test/
H A Dspeaker-test.c78 #define COMPOSE_ID(a,b,c,d) ((a) | ((b)<<8) | ((c)<<16) | ((d)<<24)) macro
84 #define COMPOSE_ID(a,b,c,d) ((d) | ((c)<<8) | ((b)<<16) | ((a)<<24)) macro
652 #define WAV_RIFF COMPOSE_ID('R','I','F','F')
653 #define WAV_WAVE COMPOSE_ID('W','A','V','E')
654 #define WAV_FMT COMPOSE_ID('f','m','t',' ')
655 #define WAV_DATA COMPOSE_ID('d','a','t','a')