Home
last modified time | relevance | path

Searched refs:new_cc (Results 1 – 25 of 80) sorted by relevance

1234

/dports/comms/tits/tits-1.3.0/
H A Dcontext.c135 new_cc->cc_ctx = c; in context_add_client()
137 if (client_can_output(new_cc)) { in context_add_client()
139 c->c_name, client_getname(new_cc)); in context_add_client()
142 if (client_can_output(new_cc) && client_show_banner(new_cc)) { in context_add_client()
145 if (client_output(new_cc, buff, strlen(buff), NULL) < 0) in context_add_client()
175 if (new_cc->cc_options.co_readonly) { in context_add_client()
187 if (new_cc->cc_options.co_exclusive != CO_EXCLUSIVE_ON) in context_add_client()
188 TAILQ_INSERT_TAIL(&c->c_clients, new_cc, cc_qent); in context_add_client()
190 TAILQ_INSERT_TAIL(&c->c_exclusive, new_cc, cc_qent); in context_add_client()
192 if ((rv = dispatcher_add_client(new_cc)) == 0 && in context_add_client()
[all …]
H A Dlistener.c204 struct client_ctx *new_cc; in listener_event() local
245 if (client_init(&new_cc, cc, client, in listener_event()
251 if (context_add_client(cc->cc_ctx, new_cc) < 0) in listener_event()
252 client_destroy(new_cc); in listener_event()
/dports/finance/odoo/odoo-19d77c2a03335eb95a686bd69a1b56b38e87d609/odoo/addons/mail/models/
H A Dmail_thread_cc.py36 new_cc = self._mail_cc_sanitized_raw_dict(msg_dict.get('cc'))
37 if new_cc:
39 new_cc.update(old_cc)
40 cc_values['email_cc'] = ", ".join(new_cc.values())
/dports/games/ldmud/ldmud-3.3.720/mud/lp-245/obj/
H A Dmail_reader.c9 static string new_message, new_subject, new_dest, new_cc; variable
128 new_cc = ""; in mail_to()
145 new_cc = ""; in reply_to_message()
254 new_cc = cc; in get_cc()
255 send_mail(new_dest, new_subject + "\n", new_message, new_cc); in get_cc()
256 if (new_cc != "") in get_cc()
257 send_mail(new_cc, new_subject + "\n", new_message, new_dest); in get_cc()
/dports/net/dgd-lpmud/mud/2.4.5/obj/
H A Dmail_reader.c9 static string new_message, new_subject, new_dest, new_cc; variable
189 new_cc = ""; in mail_to()
245 new_cc = cc; in get_cc()
246 send_mail(new_dest, new_subject + "\n", new_message, new_cc); in get_cc()
247 if (new_cc != "") in get_cc()
248 send_mail(new_cc, new_subject + "\n", new_message, new_dest); in get_cc()
303 new_cc = ""; in reply_to_message()
/dports/databases/powa-web/powa-web-4.0.2/powa/sql/
H A Dutils.py45 new_cc = ColumnCollection()
47 new_cc.add(c)
48 return new_cc
/dports/devel/py-chainmap/chainmap-1.0.3/test/
H A Dtest_chainmap.py68 new_cc = cc.copy()
69 assert new_cc is not cc
70 assert sorted(new_cc.items()) == sorted(cc.items())
/dports/lang/ghc/ghc-8.10.7/rts/
H A DProfilerReport.c93 insertCCInSortedList( CostCentre *new_cc ) in insertCCInSortedList() argument
99 if (new_cc->time_ticks > cc->time_ticks) { in insertCCInSortedList()
100 new_cc->link = cc; in insertCCInSortedList()
101 *prev = new_cc; in insertCCInSortedList()
107 new_cc->link = NULL; in insertCCInSortedList()
108 *prev = new_cc; in insertCCInSortedList()
/dports/x11/foot/foot/
H A Dvt.c779 struct composed *new_cc = xmalloc(sizeof(*new_cc)); in action_utf8_print() local
780 new_cc->chars = xmalloc(wanted_count * sizeof(new_cc->chars[0])); in action_utf8_print()
781 new_cc->key = key; in action_utf8_print()
782 new_cc->count = wanted_count; in action_utf8_print()
783 new_cc->chars[0] = base; in action_utf8_print()
784 new_cc->chars[wanted_count - 1] = wc; in action_utf8_print()
787 memcpy(&new_cc->chars[1], &composed->chars[1], in action_utf8_print()
796 new_cc->width = max(grapheme_width, width); in action_utf8_print()
806 new_cc->width = grapheme_width + width; in action_utf8_print()
811 composed_insert(&term->composed, new_cc); in action_utf8_print()
[all …]
/dports/devel/py-future/future-0.18.2/tests/test_future/
H A Dtest_chainmap.py95 new_cc = cc.copy()
96 assert new_cc is not cc
97 assert sorted(new_cc.items()) == sorted(cc.items())
/dports/www/mod_php81/php-8.1.1/ext/oci8/tests/
H A Ddrcp_connection_class.phpt22 $new_cc = ini_get('oci8.connection_class');
23 echo "The New oci8.connection_class is $new_cc\n";
/dports/lang/php81/php-8.1.1/ext/oci8/tests/
H A Ddrcp_connection_class.phpt22 $new_cc = ini_get('oci8.connection_class');
23 echo "The New oci8.connection_class is $new_cc\n";
/dports/lang/php73/php-7.3.33/ext/oci8/tests/
H A Ddrcp_connection_class.phpt21 $new_cc = ini_get('oci8.connection_class');
22 echo "The New oci8.connection_class is $new_cc\n";
/dports/lang/php74/php-7.4.27/ext/oci8/tests/
H A Ddrcp_connection_class.phpt21 $new_cc = ini_get('oci8.connection_class');
22 echo "The New oci8.connection_class is $new_cc\n";
/dports/lang/php80/php-8.0.15/ext/oci8/tests/
H A Ddrcp_connection_class.phpt21 $new_cc = ini_get('oci8.connection_class');
22 echo "The New oci8.connection_class is $new_cc\n";
/dports/www/mod_php73/php-7.3.33/ext/oci8/tests/
H A Ddrcp_connection_class.phpt21 $new_cc = ini_get('oci8.connection_class');
22 echo "The New oci8.connection_class is $new_cc\n";
/dports/www/mod_php74/php-7.4.27/ext/oci8/tests/
H A Ddrcp_connection_class.phpt21 $new_cc = ini_get('oci8.connection_class');
22 echo "The New oci8.connection_class is $new_cc\n";
/dports/www/mod_php80/php-8.0.15/ext/oci8/tests/
H A Ddrcp_connection_class.phpt21 $new_cc = ini_get('oci8.connection_class');
22 echo "The New oci8.connection_class is $new_cc\n";
/dports/x11-toolkits/xmhtml/XmHTML-1.1.10/http/
H A Dcookie.c191 HTTPCookieCache *new_cc = (HTTPCookieCache *) calloc(1, sizeof(HTTPCookieCache)); in newCookieCache() local
193 new_cc->cookies = (HTTPCookie **) NULL; in newCookieCache()
194 new_cc->ncookies = 0; in newCookieCache()
196 new_cc->filename = NULL; in newCookieCache()
197 new_cc->fileType = 0; in newCookieCache()
199 return (new_cc); in newCookieCache()
/dports/science/afni/afni-AFNI_21.3.16/src/XmHTML/lib/common/
H A Dcookie.c202 HTTPCookieCache *new_cc = (HTTPCookieCache *) calloc(1, sizeof(HTTPCookieCache)); in newCookieCache() local
204 new_cc->cookies = (HTTPCookie **) NULL; in newCookieCache()
205 new_cc->ncookies = 0; in newCookieCache()
207 new_cc->filename = NULL; in newCookieCache()
208 new_cc->fileType = 0; in newCookieCache()
210 return (new_cc); in newCookieCache()
/dports/mail/geary/geary-40.0/src/engine/rfc822/
H A Drfc822-utils.vala51 var new_cc = new Gee.ArrayList<MailboxAddress>();
57 new_cc.add_all(email.to.get_all());
60 new_cc.add_all(email.cc.get_all());
65 remove_address(new_cc, address, true);
69 return new MailboxAddresses(new_cc);
/dports/games/abstreet/abstreet-0.2.9-49-g74aca40c0/cargo-crates/rustybuzz-0.1.1/harfbuzz/src/
H A Dhb-ot-shape-complex-arabic.cc642 …unsigned int new_cc = cc == 220 ? HB_MODIFIED_COMBINING_CLASS_CCC22 : HB_MODIFIED_COMBINING_CLASS_… in reorder_marks_arabic() local
644 _hb_glyph_info_set_modified_combining_class(&info[start], new_cc); in reorder_marks_arabic()
/dports/www/firefox-esr/firefox-91.8.0/gfx/harfbuzz/src/
H A Dhb-ot-shape-complex-arabic.cc686 …unsigned int new_cc = cc == 220 ? HB_MODIFIED_COMBINING_CLASS_CCC22 : HB_MODIFIED_COMBINING_CLASS_… in reorder_marks_arabic() local
689 _hb_glyph_info_set_modified_combining_class (&info[start], new_cc); in reorder_marks_arabic()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/java.desktop/share/native/libharfbuzz/
H A Dhb-ot-shape-complex-arabic.cc681 …unsigned int new_cc = cc == 220 ? HB_MODIFIED_COMBINING_CLASS_CCC22 : HB_MODIFIED_COMBINING_CLASS_… in reorder_marks_arabic() local
684 _hb_glyph_info_set_modified_combining_class (&info[start], new_cc); in reorder_marks_arabic()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/java.desktop/share/native/libfontmanager/harfbuzz/
H A Dhb-ot-shape-complex-arabic.cc681 …unsigned int new_cc = cc == 220 ? HB_MODIFIED_COMBINING_CLASS_CCC22 : HB_MODIFIED_COMBINING_CLASS_… in reorder_marks_arabic() local
684 _hb_glyph_info_set_modified_combining_class (&info[start], new_cc); in reorder_marks_arabic()

1234