Home
last modified time | relevance | path

Searched refs:mboxes (Results 1 – 25 of 2101) sorted by relevance

12345678910>>...85

/dports/mail/pear-Horde_Imap_Client/Horde_Imap_Client-2.29.18/test/Horde/Imap/Client/
H A DSortTest.php31 public function testNumericComponentSorting($mboxes, $expected) argument
33 $list_ob = new Horde_Imap_Client_Mailbox_List($mboxes);
81 public function testInboxSort($mboxes, $expected) argument
83 $list_ob = new Horde_Imap_Client_Mailbox_List($mboxes);
93 $list_ob = new Horde_Imap_Client_Mailbox_List($mboxes);
99 $mboxes,
127 public function testIndexAssociation($mboxes, $expected) argument
129 $list_ob = new Horde_Imap_Client_Mailbox_List($mboxes);
164 $list_ob = new Horde_Imap_Client_Mailbox_List($mboxes);
174 $mboxes,
[all …]
/dports/mail/pear-Horde_Imap_Client/Horde_Imap_Client-2.29.18/lib/Horde/Imap/Client/Mailbox/
H A DList.php49 * @param mixed $mboxes A mailbox or list of mailboxes.
51 public function __construct($mboxes) argument
53 $this->_mboxes = is_array($mboxes)
54 ? $mboxes
55 : array($mboxes);
79 $mboxes = &$this->_mboxes;
81 $mboxes = $this->_mboxes;
84 uasort($mboxes, array($this, '_mboxCompare'));
86 return $mboxes;
/dports/mail/nextcloud-mail/mail/vendor/pear-pear.horde.org/Horde_Imap_Client/Horde/Imap/Client/Mailbox/
H A DList.php49 * @param mixed $mboxes A mailbox or list of mailboxes.
51 public function __construct($mboxes) argument
53 $this->_mboxes = is_array($mboxes)
54 ? $mboxes
55 : array($mboxes);
79 $mboxes = &$this->_mboxes;
81 $mboxes = $this->_mboxes;
84 uasort($mboxes, array($this, '_mboxCompare'));
86 return $mboxes;
/dports/deskutils/egroupware/egroupware/vendor/pear-pear.horde.org/Horde_Imap_Client/Horde/Imap/Client/Mailbox/
H A DList.php49 * @param mixed $mboxes A mailbox or list of mailboxes.
51 public function __construct($mboxes) argument
53 $this->_mboxes = is_array($mboxes)
54 ? $mboxes
55 : array($mboxes);
79 $mboxes = &$this->_mboxes;
81 $mboxes = $this->_mboxes;
84 uasort($mboxes, array($this, '_mboxCompare'));
86 return $mboxes;
/dports/sysutils/ldap-account-manager/ldap-account-manager-7.3/lib/3rdParty/composer/pear-pear.horde.org/Horde_Imap_Client/Horde/Imap/Client/Mailbox/
H A DList.php49 * @param mixed $mboxes A mailbox or list of mailboxes.
51 public function __construct($mboxes) argument
53 $this->_mboxes = is_array($mboxes)
54 ? $mboxes
55 : array($mboxes);
79 $mboxes = &$this->_mboxes;
81 $mboxes = $this->_mboxes;
84 uasort($mboxes, array($this, '_mboxCompare'));
86 return $mboxes;
/dports/www/moodle310/moodle/lib/horde/framework/Horde/Imap/Client/Mailbox/
H A DList.php49 * @param mixed $mboxes A mailbox or list of mailboxes.
51 public function __construct($mboxes) argument
53 $this->_mboxes = is_array($mboxes)
54 ? $mboxes
55 : array($mboxes);
79 $mboxes = &$this->_mboxes;
81 $mboxes = $this->_mboxes;
84 uasort($mboxes, array($this, '_mboxCompare'));
86 return $mboxes;
/dports/www/moodle39/moodle/lib/horde/framework/Horde/Imap/Client/Mailbox/
H A DList.php49 * @param mixed $mboxes A mailbox or list of mailboxes.
51 public function __construct($mboxes) argument
53 $this->_mboxes = is_array($mboxes)
54 ? $mboxes
55 : array($mboxes);
79 $mboxes = &$this->_mboxes;
81 $mboxes = $this->_mboxes;
84 uasort($mboxes, array($this, '_mboxCompare'));
86 return $mboxes;
/dports/www/moodle311/moodle/lib/horde/framework/Horde/Imap/Client/Mailbox/
H A DList.php49 * @param mixed $mboxes A mailbox or list of mailboxes.
51 public function __construct($mboxes) argument
53 $this->_mboxes = is_array($mboxes)
54 ? $mboxes
55 : array($mboxes);
79 $mboxes = &$this->_mboxes;
81 $mboxes = $this->_mboxes;
84 uasort($mboxes, array($this, '_mboxCompare'));
86 return $mboxes;
/dports/mail/horde-imp/imp-6.2.27/lib/Mbox/
H A DGenerate.php32 * @param mixed $mboxes A mailbox name (UTF-8), or list of mailbox names,
38 public function generate($mboxes) argument
42 if (!is_array($mboxes)) {
43 if (!strlen($mboxes)) {
46 $mboxes = array($mboxes);
49 if (empty($mboxes)) {
63 foreach (IMP_Mailbox::get($mboxes) as $val) {
/dports/astro/gkrellmoon2/gkrellmoon-0.6/
H A Dgkrellmoon.c211 g_string_append(mboxes, buf); in calc_riseset_time()
214 g_string_append(mboxes, buf); in calc_riseset_time()
219 g_string_append(mboxes, buf); in calc_riseset_time()
222 g_string_append(mboxes, buf); in calc_riseset_time()
229 GString *mboxes = NULL; in update_tooltip() local
254 g_string_append(mboxes, buf); in update_tooltip()
259 g_string_append(mboxes, buf); in update_tooltip()
265 g_string_append(mboxes, buf); in update_tooltip()
272 g_string_append(mboxes, buf); in update_tooltip()
290 if (mboxes) in update_tooltip()
[all …]
/dports/net/kmime/kmime-21.12.3/autotests/
H A Dtypestest.cpp39 QVector<Types::Mailbox> mboxes; in testListToString() local
40 QCOMPARE(Types::Mailbox::listToUnicodeString(mboxes), QString()); in testListToString()
44 mboxes.push_back(mbox); in testListToString()
45 QCOMPARE(Types::Mailbox::listToUnicodeString(mboxes), QStringLiteral("name@example.local")); in testListToString()
48 mboxes.push_back(mbox); in testListToString()
49 …QCOMPARE(Types::Mailbox::listToUnicodeString(mboxes), QStringLiteral("name@example.local, First La… in testListToString()
/dports/mail/p5-Email-Folder/Email-Folder-0.860/
H A DMANIFEST20 t/mboxes/mboxcl2
21 t/mboxes/mboxcl2.lies
22 t/mboxes/mboxcl3
23 t/mboxes/testmbox
24 t/mboxes/testmbox.dos
25 t/mboxes/testmbox.empty
26 t/mboxes/testmbox.mac
/dports/mail/horde-imp/imp-6.2.27/lib/Ajax/Application/Handler/
H A DMboxtoggle.php60 } elseif (!empty($this->vars->mboxes)) {
61 $mboxes = IMP_Mailbox::formFrom(json_decode($this->vars->mboxes));
65 $ftree->collapse($mboxes);
69 $ftree->expand($mboxes);
/dports/net/arataga/so5extra-v.1.4.1/dev/sample/so_5_extra/
H A Dsamples.dox7 * \example mboxes/round_robin/simple/main.cpp
8 * \example mboxes/round_robin/advanced/main.cpp
12 * \example mboxes/collecting_mbox/simple/main.cpp
13 * \example mboxes/collecting_mbox/advanced/main.cpp
17 * \example mboxes/retained_msg/simple/main.cpp
21 * \example mboxes/broadcast/simple/main.cpp
/dports/devel/sobjectizer/sobjectizer-v.5.7.2.5/doxygen/dox/so_5/
H A Dso_5_4_0__new_mpsc_mbox.dox11 everyone can read a pinned message. MPMC mboxes are used to implement
14 MPMC mboxes are good when 1-to-many or many-to-many agents interaction is
27 This is a goal for a new type of mboxes in SObjectizer 5.4.0 -- direct and
31 mboxes are automatically created by SObjectizer for every agent. When a
38 References to the MPSC mboxes can be stored by so_5::rt::mbox_ref_t objects.
39 References to MPSC mboxes in form of so_5::rt::mbox_ref_t can be passed to
52 which type of mboxes should be used and for which purposes?
54 Old MPMC mboxes must be used when an agent is a producer of some information
58 New MPSC mboxes must be used when agent is a receiver of some agent-specific
63 Another case for MPSC mboxes is a creation of channel for information
[all …]
/dports/devel/sobjectizer/sobjectizer-v.5.7.2.5/dev/so_5/impl/
H A Dsubscr_storage_vector_based.cpp332 vector< mbox_msg_type_pair_t > mboxes; in destroy_all_subscriptions() local
333 mboxes.reserve( m_events.size() ); in destroy_all_subscriptions()
337 back_inserter( mboxes ), in destroy_all_subscriptions()
343 sort( begin( mboxes ), end( mboxes ) ); in destroy_all_subscriptions()
344 mboxes.erase( in destroy_all_subscriptions()
345 unique( begin( mboxes ), end( mboxes ) ), in destroy_all_subscriptions()
346 end( mboxes ) ); in destroy_all_subscriptions()
349 for( auto m : mboxes ) in destroy_all_subscriptions()
/dports/mail/roundcube/roundcubemail-1.5.1/program/actions/mail/
H A Dmark.php66 $mboxes = $rcmail->storage->list_folders_subscribed('', '*', 'mail');
67 $input = array_combine($mboxes, array_fill(0, count($mboxes), '*'));
71 $mboxes = $rcmail->storage->list_folders_subscribed($mbox . $delim, '*', 'mail');
72 array_unshift($mboxes, $mbox);
73 $input = array_combine($mboxes, array_fill(0, count($mboxes), '*'));
/dports/mail/wmmaiload/wmmaiload-2.3.0/wmmaiload/
H A Dmain.c57 MailBox *mboxes = NULL; variable
182 MailBox * box = mboxes; in main()
271 if (nb_mbox(mboxes) > 1) boxnum++; in switch_box_or_light()
277 if (nb_mbox(mboxes) > 1) boxnum--; in switch_box_or_light()
302 if (nb_mbox(mboxes) > 1) boxnum += 10; in switch_box_or_blink()
308 if (nb_mbox(mboxes) > 1) boxnum -= 10; in switch_box_or_blink()
690 MailBox * box = mboxes; in get_mailbox()
763 nb_mbox(mboxes)); in check_cfg_values()
786 MailBox *tmp = mboxes; in check_cfg_values()
817 MailBox *o = mboxes; in replace_box_list()
[all …]
/dports/multimedia/v4l-utils/linux-5.13-rc2/arch/arm64/boot/dts/broadcom/stingray/
H A Dstingray-fs4.dtsi57 mboxes = <&raid_mbox 0 0x1 0xff00>,
65 mboxes = <&raid_mbox 4 0x1 0xff00>,
73 mboxes = <&raid_mbox 8 0x1 0xff00>,
81 mboxes = <&raid_mbox 12 0x1 0xff00>,
89 mboxes = <&raid_mbox 16 0x1 0xff00>,
97 mboxes = <&raid_mbox 20 0x1 0xff00>,
105 mboxes = <&raid_mbox 24 0x1 0xff00>,
113 mboxes = <&raid_mbox 28 0x1 0xff00>,
/dports/multimedia/v4l_compat/linux-5.13-rc2/arch/arm64/boot/dts/broadcom/stingray/
H A Dstingray-fs4.dtsi57 mboxes = <&raid_mbox 0 0x1 0xff00>,
65 mboxes = <&raid_mbox 4 0x1 0xff00>,
73 mboxes = <&raid_mbox 8 0x1 0xff00>,
81 mboxes = <&raid_mbox 12 0x1 0xff00>,
89 mboxes = <&raid_mbox 16 0x1 0xff00>,
97 mboxes = <&raid_mbox 20 0x1 0xff00>,
105 mboxes = <&raid_mbox 24 0x1 0xff00>,
113 mboxes = <&raid_mbox 28 0x1 0xff00>,
/dports/multimedia/libv4l/linux-5.13-rc2/arch/arm64/boot/dts/broadcom/stingray/
H A Dstingray-fs4.dtsi57 mboxes = <&raid_mbox 0 0x1 0xff00>,
65 mboxes = <&raid_mbox 4 0x1 0xff00>,
73 mboxes = <&raid_mbox 8 0x1 0xff00>,
81 mboxes = <&raid_mbox 12 0x1 0xff00>,
89 mboxes = <&raid_mbox 16 0x1 0xff00>,
97 mboxes = <&raid_mbox 20 0x1 0xff00>,
105 mboxes = <&raid_mbox 24 0x1 0xff00>,
113 mboxes = <&raid_mbox 28 0x1 0xff00>,
/dports/mail/wmmaiload/wmmaiload-2.3.0/wmmaiload-config/
H A Dactions.c21 free_mbox(&mboxes); in quit_app()
28 MailBox *box = mboxes; in set_list()
101 mbox_add(&mboxes, boxline); in do_add_box()
261 def = mboxes; in set_default()
276 def = mboxes; in set_default()
291 def = mboxes; in remove_box()
300 prev = mboxes; in remove_box()
305 if (box == mboxes) in remove_box()
307 mboxes = box->next; in remove_box()
/dports/devel/sobjectizer/sobjectizer-v.5.7.2.5/dev/sample/so_5/dispatcher_restarts/
H A Dmain.cpp129 std::vector< so_5::mbox_t > mboxes; in fill_coop() local
130 mboxes.reserve( agent_count ); in fill_coop()
140 mboxes.push_back( a->so_direct_mbox() ); in fill_coop()
145 agents[ i ]->set_next( mboxes[ i + 1 ] ); in fill_coop()
147 return mboxes[ 0 ]; in fill_coop()
/dports/multimedia/v4l-utils/linux-5.13-rc2/arch/arm64/boot/dts/ti/
H A Dk3-j721e-som-p0.dtsi284 mboxes = <&mailbox0_cluster0 &mbox_mcu_r5fss0_core0>;
290 mboxes = <&mailbox0_cluster0 &mbox_mcu_r5fss0_core1>;
296 mboxes = <&mailbox0_cluster1 &mbox_main_r5fss0_core0>;
302 mboxes = <&mailbox0_cluster1 &mbox_main_r5fss0_core1>;
308 mboxes = <&mailbox0_cluster2 &mbox_main_r5fss1_core0>;
314 mboxes = <&mailbox0_cluster2 &mbox_main_r5fss1_core1>;
320 mboxes = <&mailbox0_cluster3 &mbox_c66_0>;
326 mboxes = <&mailbox0_cluster3 &mbox_c66_1>;
332 mboxes = <&mailbox0_cluster4 &mbox_c71_0>;
/dports/multimedia/v4l_compat/linux-5.13-rc2/arch/arm64/boot/dts/ti/
H A Dk3-j721e-som-p0.dtsi284 mboxes = <&mailbox0_cluster0 &mbox_mcu_r5fss0_core0>;
290 mboxes = <&mailbox0_cluster0 &mbox_mcu_r5fss0_core1>;
296 mboxes = <&mailbox0_cluster1 &mbox_main_r5fss0_core0>;
302 mboxes = <&mailbox0_cluster1 &mbox_main_r5fss0_core1>;
308 mboxes = <&mailbox0_cluster2 &mbox_main_r5fss1_core0>;
314 mboxes = <&mailbox0_cluster2 &mbox_main_r5fss1_core1>;
320 mboxes = <&mailbox0_cluster3 &mbox_c66_0>;
326 mboxes = <&mailbox0_cluster3 &mbox_c66_1>;
332 mboxes = <&mailbox0_cluster4 &mbox_c71_0>;

12345678910>>...85