Home
last modified time | relevance | path

Searched defs:trans (Results 1 – 25 of 7851) sorted by relevance

12345678910>>...315

/dports/graphics/R-cran-scales/scales/tests/testthat/
H A Dtest-trans-numeric.r4 trans <- pseudo_log_trans() globalVar
12 trans <- modulus_trans(p = .1) globalVar
14 trans <- modulus_trans(p = -2) globalVar
16 trans <- modulus_trans(p = 1) globalVar
28 trans <- boxcox_trans(p = 0) globalVar
47 trans <- yj_trans(p = 0) globalVar
50 trans <- yj_trans(p = 0.7) globalVar
53 trans <- yj_trans(p = 1.5) globalVar
56 trans <- yj_trans(p = 2) globalVar
62 trans <- yj_trans(p = 1) globalVar
[all …]
/dports/net/xrdp-devel/xrdp-0.9.16/common/
H A Dtrans.h92 struct trans struct
98 ttrans_data_in trans_data_in; argument
99 ttrans_conn_in trans_conn_in; argument
114 trans_recv_proc trans_recv; argument
115 trans_send_proc trans_send; argument
116 trans_can_recv_proc trans_can_recv; argument
121 struct trans * argument
/dports/x11-drivers/xorgxrdp/xrdp-0.9.17/common/
H A Dtrans.h92 struct trans struct
98 ttrans_data_in trans_data_in; argument
99 ttrans_conn_in trans_conn_in; argument
114 trans_recv_proc trans_recv; argument
115 trans_send_proc trans_send; argument
116 trans_can_recv_proc trans_can_recv; argument
121 struct trans * argument
/dports/irc/smuxi/smuxi-1.1/lib/db4o-net/Db4objects.Db4o/Db4objects.Db4o/Internal/Btree/
H A DBTreeNode.cs172 private void SizeIncrement(Transaction trans) in SizeIncrement()
345 public void Commit(Transaction trans) in Commit()
400 private bool FreeIfEmpty(Transaction trans) in FreeIfEmpty()
532 private bool IsDirty(Transaction trans) in IsDirty()
576 public int FirstKeyIndex(Transaction trans) in FirstKeyIndex()
588 public int LastKeyIndex(Transaction trans) in LastKeyIndex()
614 private object FirstKey(Transaction trans) in FirstKey()
763 internal void PrepareWrite(Transaction trans) in PrepareWrite()
948 private void SizeDecrement(Transaction trans) in SizeDecrement()
972 internal void Rollback(Transaction trans) in Rollback()
[all …]
/dports/editors/calligraplan/calligraplan-3.3.0/src/libs/kernel/
H A Dkptglobal.cpp30 QString SchedulingState::deleted(bool trans) in deleted()
32 QString SchedulingState::notScheduled(bool trans) in notScheduled()
34 QString SchedulingState::scheduled(bool trans) in scheduled()
36 QString SchedulingState::resourceOverbooked(bool trans) in resourceOverbooked()
38 QString SchedulingState::resourceNotAvailable(bool trans) in resourceNotAvailable()
40 QString SchedulingState::resourceNotAllocated(bool trans) in resourceNotAllocated()
42 QString SchedulingState::constraintsNotMet(bool trans) in constraintsNotMet()
44 QString SchedulingState::effortNotMet(bool trans) in effortNotMet()
46 QString SchedulingState::schedulingError(bool trans) in schedulingError()
/dports/finance/gnucash/gnucash-4.9/libgnucash/engine/mocks/
H A Dgmock-Transaction.cpp35 xaccTransBeginEdit (Transaction *trans) in xaccTransBeginEdit()
42 xaccTransCommitEdit (Transaction *trans) in xaccTransCommitEdit()
49 xaccTransGetSplit (const Transaction *trans, int i) in xaccTransGetSplit()
57 xaccTransGetSplitList (const Transaction *trans) in xaccTransGetSplitList()
73 xaccTransGetDate (const Transaction *trans) in xaccTransGetDate()
88 xaccTransGetDescription (const Transaction *trans) in xaccTransGetDescription()
103 xaccTransGetNotes (const Transaction *trans) in xaccTransGetNotes()
118 xaccTransGetImbalanceValue (const Transaction * trans) in xaccTransGetImbalanceValue()
126 xaccTransGetNum (const Transaction *trans) in xaccTransGetNum()
134 xaccTransIsOpen (const Transaction *trans) in xaccTransIsOpen()
[all …]
/dports/devel/folly/folly-2021.12.27.00/folly/io/async/test/
H A DMockAsyncSocketObserver.h59 void observerAttach(AsyncTransport* trans) noexcept override { in observerAttach()
62 void observerDetach(AsyncTransport* trans) noexcept override { in observerDetach()
65 void destroy(AsyncTransport* trans) noexcept override { destroyMock(trans); } in destroy()
66 void close(AsyncTransport* trans) noexcept override { closeMock(trans); } in close()
67 void connectAttempt(AsyncTransport* trans) noexcept override { in connectAttempt()
70 void connectSuccess(AsyncTransport* trans) noexcept override { in connectSuccess()
74 AsyncTransport* trans, const AsyncSocketException& ex) noexcept override { in connectError()
77 void evbAttach(AsyncTransport* trans, EventBase* eb) noexcept override { in evbAttach()
80 void evbDetach(AsyncTransport* trans, EventBase* eb) noexcept override { in evbDetach()
84 AsyncTransport* trans, in byteEvent()
[all …]
/dports/devel/icu-lx/icu/source/i18n/
H A Dztrans.cpp39 ztrans_close(ZTrans *trans) { in ztrans_close()
44 ztrans_clone(ZTrans *trans) { in ztrans_clone()
54 ztrans_getTime(ZTrans* trans) { in ztrans_getTime()
59 ztrans_setTime(ZTrans* trans, UDate time) { in ztrans_setTime()
64 ztrans_getFrom(ZTrans* & trans) { in ztrans_getFrom()
74 ztrans_adoptFrom(ZTrans* trans, void* from) { in ztrans_adoptFrom()
79 ztrans_getTo(ZTrans* trans){ in ztrans_getTo()
84 ztrans_setTo(ZTrans* trans, const void* to) { in ztrans_setTo()
89 ztrans_adoptTo(ZTrans* trans, void* to) { in ztrans_adoptTo()
94 ztrans_getStaticClassID(ZTrans* trans) { in ztrans_getStaticClassID()
[all …]
/dports/devel/icu/icu/source/i18n/
H A Dztrans.cpp39 ztrans_close(ZTrans *trans) { in ztrans_close()
44 ztrans_clone(ZTrans *trans) { in ztrans_clone()
54 ztrans_getTime(ZTrans* trans) { in ztrans_getTime()
59 ztrans_setTime(ZTrans* trans, UDate time) { in ztrans_setTime()
64 ztrans_getFrom(ZTrans* & trans) { in ztrans_getFrom()
74 ztrans_adoptFrom(ZTrans* trans, void* from) { in ztrans_adoptFrom()
79 ztrans_getTo(ZTrans* trans){ in ztrans_getTo()
84 ztrans_setTo(ZTrans* trans, const void* to) { in ztrans_setTo()
89 ztrans_adoptTo(ZTrans* trans, void* to) { in ztrans_adoptTo()
94 ztrans_getStaticClassID(ZTrans* trans) { in ztrans_getStaticClassID()
[all …]
/dports/www/firefox-esr/firefox-91.8.0/intl/icu/source/i18n/
H A Dztrans.cpp39 ztrans_close(ZTrans *trans) { in ztrans_close()
44 ztrans_clone(ZTrans *trans) { in ztrans_clone()
54 ztrans_getTime(ZTrans* trans) { in ztrans_getTime()
59 ztrans_setTime(ZTrans* trans, UDate time) { in ztrans_setTime()
64 ztrans_getFrom(ZTrans* & trans) { in ztrans_getFrom()
74 ztrans_adoptFrom(ZTrans* trans, void* from) { in ztrans_adoptFrom()
79 ztrans_getTo(ZTrans* trans){ in ztrans_getTo()
84 ztrans_setTo(ZTrans* trans, const void* to) { in ztrans_setTo()
89 ztrans_adoptTo(ZTrans* trans, void* to) { in ztrans_adoptTo()
94 ztrans_getStaticClassID(ZTrans* trans) { in ztrans_getStaticClassID()
[all …]
/dports/textproc/R-cran-stringi/stringi/src/icu69/i18n/
H A Dztrans.cpp39 ztrans_close(ZTrans *trans) { in ztrans_close()
44 ztrans_clone(ZTrans *trans) { in ztrans_clone()
54 ztrans_getTime(ZTrans* trans) { in ztrans_getTime()
59 ztrans_setTime(ZTrans* trans, UDate time) { in ztrans_setTime()
64 ztrans_getFrom(ZTrans* & trans) { in ztrans_getFrom()
74 ztrans_adoptFrom(ZTrans* trans, void* from) { in ztrans_adoptFrom()
79 ztrans_getTo(ZTrans* trans){ in ztrans_getTo()
84 ztrans_setTo(ZTrans* trans, const void* to) { in ztrans_setTo()
89 ztrans_adoptTo(ZTrans* trans, void* to) { in ztrans_adoptTo()
94 ztrans_getStaticClassID(ZTrans* trans) { in ztrans_getStaticClassID()
[all …]
/dports/lang/spidermonkey78/firefox-78.9.0/intl/icu/source/i18n/
H A Dztrans.cpp39 ztrans_close(ZTrans *trans) { in ztrans_close()
44 ztrans_clone(ZTrans *trans) { in ztrans_clone()
54 ztrans_getTime(ZTrans* trans) { in ztrans_getTime()
59 ztrans_setTime(ZTrans* trans, UDate time) { in ztrans_setTime()
64 ztrans_getFrom(ZTrans* & trans) { in ztrans_getFrom()
74 ztrans_adoptFrom(ZTrans* trans, void* from) { in ztrans_adoptFrom()
79 ztrans_getTo(ZTrans* trans){ in ztrans_getTo()
84 ztrans_setTo(ZTrans* trans, const void* to) { in ztrans_setTo()
89 ztrans_adoptTo(ZTrans* trans, void* to) { in ztrans_adoptTo()
94 ztrans_getStaticClassID(ZTrans* trans) { in ztrans_getStaticClassID()
[all …]
/dports/textproc/R-cran-stringi/stringi/src/icu55/i18n/
H A Dztrans.cpp37 ztrans_close(ZTrans *trans) { in ztrans_close()
42 ztrans_clone(ZTrans *trans) { in ztrans_clone()
52 ztrans_getTime(ZTrans* trans) { in ztrans_getTime()
57 ztrans_setTime(ZTrans* trans, UDate time) { in ztrans_setTime()
62 ztrans_getFrom(ZTrans* & trans) { in ztrans_getFrom()
72 ztrans_adoptFrom(ZTrans* trans, void* from) { in ztrans_adoptFrom()
77 ztrans_getTo(ZTrans* trans){ in ztrans_getTo()
82 ztrans_setTo(ZTrans* trans, const void* to) { in ztrans_setTo()
87 ztrans_adoptTo(ZTrans* trans, void* to) { in ztrans_adoptTo()
92 ztrans_getStaticClassID(ZTrans* trans) { in ztrans_getStaticClassID()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/icu/source/i18n/
H A Dztrans.cpp39 ztrans_close(ZTrans *trans) { in ztrans_close()
44 ztrans_clone(ZTrans *trans) { in ztrans_clone()
54 ztrans_getTime(ZTrans* trans) { in ztrans_getTime()
59 ztrans_setTime(ZTrans* trans, UDate time) { in ztrans_setTime()
64 ztrans_getFrom(ZTrans* & trans) { in ztrans_getFrom()
74 ztrans_adoptFrom(ZTrans* trans, void* from) { in ztrans_adoptFrom()
79 ztrans_getTo(ZTrans* trans){ in ztrans_getTo()
84 ztrans_setTo(ZTrans* trans, const void* to) { in ztrans_setTo()
89 ztrans_adoptTo(ZTrans* trans, void* to) { in ztrans_adoptTo()
94 ztrans_getStaticClassID(ZTrans* trans) { in ztrans_getStaticClassID()
[all …]
/dports/www/firefox/firefox-99.0/intl/icu/source/i18n/
H A Dztrans.cpp39 ztrans_close(ZTrans *trans) { in ztrans_close()
44 ztrans_clone(ZTrans *trans) { in ztrans_clone()
54 ztrans_getTime(ZTrans* trans) { in ztrans_getTime()
59 ztrans_setTime(ZTrans* trans, UDate time) { in ztrans_setTime()
64 ztrans_getFrom(ZTrans* & trans) { in ztrans_getFrom()
74 ztrans_adoptFrom(ZTrans* trans, void* from) { in ztrans_adoptFrom()
79 ztrans_getTo(ZTrans* trans){ in ztrans_getTo()
84 ztrans_setTo(ZTrans* trans, const void* to) { in ztrans_setTo()
89 ztrans_adoptTo(ZTrans* trans, void* to) { in ztrans_adoptTo()
94 ztrans_getStaticClassID(ZTrans* trans) { in ztrans_getStaticClassID()
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/intl/icu/source/i18n/
H A Dztrans.cpp39 ztrans_close(ZTrans *trans) { in ztrans_close()
44 ztrans_clone(ZTrans *trans) { in ztrans_clone()
54 ztrans_getTime(ZTrans* trans) { in ztrans_getTime()
59 ztrans_setTime(ZTrans* trans, UDate time) { in ztrans_setTime()
64 ztrans_getFrom(ZTrans* & trans) { in ztrans_getFrom()
74 ztrans_adoptFrom(ZTrans* trans, void* from) { in ztrans_adoptFrom()
79 ztrans_getTo(ZTrans* trans){ in ztrans_getTo()
84 ztrans_setTo(ZTrans* trans, const void* to) { in ztrans_setTo()
89 ztrans_adoptTo(ZTrans* trans, void* to) { in ztrans_adoptTo()
94 ztrans_getStaticClassID(ZTrans* trans) { in ztrans_getStaticClassID()
[all …]
/dports/lang/v8/v8-9.6.180.12/third_party/icu/source/i18n/
H A Dztrans.cpp39 ztrans_close(ZTrans *trans) { in ztrans_close()
44 ztrans_clone(ZTrans *trans) { in ztrans_clone()
54 ztrans_getTime(ZTrans* trans) { in ztrans_getTime()
59 ztrans_setTime(ZTrans* trans, UDate time) { in ztrans_setTime()
64 ztrans_getFrom(ZTrans* & trans) { in ztrans_getFrom()
74 ztrans_adoptFrom(ZTrans* trans, void* from) { in ztrans_adoptFrom()
79 ztrans_getTo(ZTrans* trans){ in ztrans_getTo()
84 ztrans_setTo(ZTrans* trans, const void* to) { in ztrans_setTo()
89 ztrans_adoptTo(ZTrans* trans, void* to) { in ztrans_adoptTo()
94 ztrans_getStaticClassID(ZTrans* trans) { in ztrans_getStaticClassID()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/icu/source/i18n/
H A Dztrans.cpp39 ztrans_close(ZTrans *trans) { in ztrans_close()
44 ztrans_clone(ZTrans *trans) { in ztrans_clone()
54 ztrans_getTime(ZTrans* trans) { in ztrans_getTime()
59 ztrans_setTime(ZTrans* trans, UDate time) { in ztrans_setTime()
64 ztrans_getFrom(ZTrans* & trans) { in ztrans_getFrom()
74 ztrans_adoptFrom(ZTrans* trans, void* from) { in ztrans_adoptFrom()
79 ztrans_getTo(ZTrans* trans){ in ztrans_getTo()
84 ztrans_setTo(ZTrans* trans, const void* to) { in ztrans_setTo()
89 ztrans_adoptTo(ZTrans* trans, void* to) { in ztrans_adoptTo()
94 ztrans_getStaticClassID(ZTrans* trans) { in ztrans_getStaticClassID()
[all …]
/dports/net-p2p/go-ethereum/aws-sdk-go-v2-credentials-v1.1.1/service/iot/
H A Dapi_op_ListPolicyVersions.go39 // The output from the ListPolicyVersions operation.
45 // Metadata pertaining to the operation's result.
60 }
61 if err = awsmiddleware.AddClientRequestIDMiddleware(stack); err != nil {
64 if err = smithyhttp.AddComputeContentLengthMiddleware(stack); err != nil {
70 if err = v4.AddComputePayloadSHA256Middleware(stack); err != nil {
76 if err = addHTTPSignerV4Middleware(stack, options); err != nil {
79 if err = awsmiddleware.AddRawResponseToMetadata(stack); err != nil {
85 if err = addClientUserAgent(stack); err != nil {
90 }
[all …]
/dports/lang/spidermonkey60/firefox-60.9.0/intl/icu/source/i18n/
H A Dztrans.cpp39 ztrans_close(ZTrans *trans) { in ztrans_close()
44 ztrans_clone(ZTrans *trans) { in ztrans_clone()
54 ztrans_getTime(ZTrans* trans) { in ztrans_getTime()
59 ztrans_setTime(ZTrans* trans, UDate time) { in ztrans_setTime()
64 ztrans_getFrom(ZTrans* & trans) { in ztrans_getFrom()
74 ztrans_adoptFrom(ZTrans* trans, void* from) { in ztrans_adoptFrom()
79 ztrans_getTo(ZTrans* trans){ in ztrans_getTo()
84 ztrans_setTo(ZTrans* trans, const void* to) { in ztrans_setTo()
89 ztrans_adoptTo(ZTrans* trans, void* to) { in ztrans_adoptTo()
94 ztrans_getStaticClassID(ZTrans* trans) { in ztrans_getStaticClassID()
[all …]
/dports/www/node10/node-v10.24.1/deps/icu-small/source/i18n/
H A Dztrans.cpp39 ztrans_close(ZTrans *trans) { in ztrans_close()
44 ztrans_clone(ZTrans *trans) { in ztrans_clone()
54 ztrans_getTime(ZTrans* trans) { in ztrans_getTime()
59 ztrans_setTime(ZTrans* trans, UDate time) { in ztrans_setTime()
64 ztrans_getFrom(ZTrans* & trans) { in ztrans_getFrom()
74 ztrans_adoptFrom(ZTrans* trans, void* from) { in ztrans_adoptFrom()
79 ztrans_getTo(ZTrans* trans){ in ztrans_getTo()
84 ztrans_setTo(ZTrans* trans, const void* to) { in ztrans_setTo()
89 ztrans_adoptTo(ZTrans* trans, void* to) { in ztrans_adoptTo()
94 ztrans_getStaticClassID(ZTrans* trans) { in ztrans_getStaticClassID()
[all …]
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/third_party/icu4c-57.1/source/i18n/
H A Dztrans.cpp37 ztrans_close(ZTrans *trans) { in ztrans_close()
42 ztrans_clone(ZTrans *trans) { in ztrans_clone()
52 ztrans_getTime(ZTrans* trans) { in ztrans_getTime()
57 ztrans_setTime(ZTrans* trans, UDate time) { in ztrans_setTime()
62 ztrans_getFrom(ZTrans* & trans) { in ztrans_getFrom()
72 ztrans_adoptFrom(ZTrans* trans, void* from) { in ztrans_adoptFrom()
77 ztrans_getTo(ZTrans* trans){ in ztrans_getTo()
82 ztrans_setTo(ZTrans* trans, const void* to) { in ztrans_setTo()
87 ztrans_adoptTo(ZTrans* trans, void* to) { in ztrans_adoptTo()
92 ztrans_getStaticClassID(ZTrans* trans) { in ztrans_getStaticClassID()
[all …]
/dports/games/scid/scid/engines/togaII1.2.1a/src/
H A Dtrans.cpp44 struct trans { // HACK: typedef'ed in trans.h struct
64 static void trans_set_date (trans_t * trans, int date); argument
75 bool trans_is_ok(const trans_t * trans) { in trans_is_ok()
95 void trans_init(trans_t * trans) { in trans_init()
114 void trans_alloc(trans_t * trans) { in trans_alloc()
149 void trans_free(trans_t * trans) { in trans_free()
162 void trans_clear(trans_t * trans) { in trans_clear()
194 void trans_inc_date(trans_t * trans) { in trans_inc_date()
203 static void trans_set_date(trans_t * trans, int date) { in trans_set_date()
224 static int trans_age(const trans_t * trans, int date) { in trans_age()
[all …]
/dports/mail/dovecot/dovecot-2.3.17/src/lib-smtp/
H A Dsmtp-client-transaction.c453 struct smtp_client_transaction *trans; in smtp_client_transaction_create_empty() local
486 struct smtp_client_transaction *trans; in smtp_client_transaction_create() local
830 struct smtp_client_transaction *trans) in smtp_client_transaction_mail_cb()
922 struct smtp_client_transaction *trans) in smtp_client_transaction_connection_ready()
936 struct smtp_client_transaction *trans, in smtp_client_transaction_start()
981 struct smtp_client_transaction *trans, in smtp_client_transaction_start_empty()
1290 struct smtp_client_transaction *trans, in smtp_client_transaction_reset()
1512 struct smtp_client_transaction *trans, in smtp_client_transaction_connection_result()
1531 struct smtp_client_transaction *trans) in smtp_client_transaction_connection_destroyed()
1559 struct smtp_client_transaction *trans) in smtp_client_transaction_get_state_destription()
[all …]
/dports/games/gnuchess/gnuchess-6.2.9/src/engine/
H A Dtrans.cpp67 entry_t * table;
68 uint32 size;
69 uint32 mask;
70 int date;
71 int age[DateSize];
72 uint32 used;
73 sint64 read_nb;
74 sint64 read_hit;
75 sint64 write_nb;
76 sint64 write_hit;
[all …]

12345678910>>...315