Home
last modified time | relevance | path

Searched refs:deferred (Results 176 – 200 of 16940) sorted by last modified time

12345678910>>...678

/dports/games/gtkradiant/GPL/GtkRadiant/libs/gtkutil/
H A Dcursor.h54 static gboolean deferred(DeferredMotion* self) in deferred() function
71 m_handler = g_idle_add((GSourceFunc)deferred, this); in motion()
/dports/finance/odoo/odoo-19d77c2a03335eb95a686bd69a1b56b38e87d609/
H A Dpkg-plist13742 %%PYTHON_SITELIBDIR%%/odoo/addons/mail/static/src/utils/deferred/deferred.js
/dports/finance/electrum/Electrum-4.1.5/packages/wheel/
H A Dwheelfile.py110 deferred = []
122 deferred.append((path, arcname))
126 deferred.sort()
127 for path, arcname in deferred:
/dports/devel/codeworker/CodeWorker4_5_3/WebSite/examples/
H A Dejb-jar_2_0-parser.cwp1582 If the definition of the primary key class is deferred to deployment
H A DEJB-jar_2_0-parser.cws1035 If the definition of the primary key class is deferred to deployment
/dports/devel/py-debugpy/debugpy-1.5.1/src/debugpy/_vendored/pydevd/pydevd_attach_to_process/winappdbg/
H A Dbreakpoint.py3750 deferred = self.__deferredBP[pid]
3752 deferred = dict()
3753 self.__deferredBP[pid] = deferred
3754 if label in deferred:
3758 deferred[label] = (action, oneshot)
3795 deferred = self.__deferredBP[pid]
3796 del deferred[label]
3827 deferred = self.__deferredBP[pid]
3831 for (label, (action, oneshot)) in deferred.items():
3836 del deferred[label]
[all …]
H A Dsql.py51 from sqlalchemy.orm import sessionmaker, deferred
376 content = deferred(Column(LargeBinary))
619 data = deferred(Column(LargeBinary, nullable = False))
H A Dinteractive.py1586 deferred = False
1589 deferred = True
1592 deferred = True
1594 if deferred:
/dports/devel/cvs-devel/cvs-1.12.13/doc/
H A Dcvsclient.texi903 response is deferred until the next time that the server is sending
/dports/devel/plan9port/plan9port-1f098efb7370a0b28306d10681e21883fb1c1507/dict/
H A Dpgw206362 <p><blockquote>Worship <i>deferred</i> to the Virgin.</blockquote>
206368 <p><blockquote>Hereupon the commissioners . . . <i>deferred</i> the
394918 <p><sn><b>2.</b></sn> <def>Not deferred by an interval of time;
417685 to time; not deferred; immediate; without delay.</def></p>
459619 bank.</cd> <sd><i>(b)</i></sd> <cd>To be deferred to some future
491924 exposure may be deferred indefinitely, so as to permit transportation
529358 verdict given by a jury when a matter is to be deferred to another
602830 later time; to put off; also, to cause to be deferred or put off; to
758400 <p><blockquote>With prudent <i>stay</i> he long deferred<BR>
921424 into preferred ordinary and deferred ordinary.</def></p>
[all …]
H A Droget9115 arrears, deferred payment, deficit, default, insolvency &c (nonpayment) 808; bad debt.
9587 …e [Fr.]; despondency, slough of Despond; disconsolateness &c adj.; hope deferred, blank despondenc…
9603 …]; thick-ey'd musing and curs'd melancholy [Henry IV]; the sickening pang of hope deferred [Scott].
9917 …e [Fr.]; the mighty hopes that make us men [Tennyson]; the sickening pang of hope deferred [Scott].
9921 hope deferred, dashed hopes; vain expectation &c (disappointment) 509.
/dports/devel/tbb/oneTBB-2020.3/src/perf/
H A Dperf.cpp465 tbb::task_scheduler_init init(tbb::task_scheduler_init::deferred); \
/dports/databases/db5/db-5.3.28/src/dbinc/
H A Ddb.in867 } events; /* Links deferred events. */
/dports/databases/py-carbon/carbon-1.1.8/conf/
H A Dcarbon.conf.example500 # other batching advantages, all writes are deferred by putting them into a queue,
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebCore/platform/network/qt/
H A DQNetworkReplyHandler.cpp373 QNetworkReplyHandler::QNetworkReplyHandler(ResourceHandle* handle, LoadType loadType, bool deferred) in QNetworkReplyHandler() argument
378 , m_queue(this, deferred) in QNetworkReplyHandler()
/dports/benchmarks/py-naarad/naarad-1.0.15/bin/
H A DPrintGCStats1630 /\[deferred updates *[,:] *[0-9][0-9.]* secs\]/ {
/dports/audio/ampache/ampache-php74-5.0.0/config/
H A Dampache.cfg.php.dist246 ; This determines if extended metadata grabbed from external services should be deferred.
249 ; Today, only Artist information (summary, place formed, ...) can be deferred.
/dports/mail/thunderbird/thunderbird-91.8.0/comm/mailnews/db/gloda/modules/
H A DGlodaDatastore.jsm132 // QFQ_LOG.debug("QFQR: loading deferred " + item.NOUN_ID + ":" + item.id);
H A DIndexMsg.jsm2348 * back, the fact that deletion is thus deferred can be handy, as we can
/dports/mail/thunderbird/thunderbird-91.8.0/comm/mailnews/base/public/
H A DnsIMsgIncomingServer.idl168 /* the root folder for this server, even if server is deferred */
172 - if account is deferred, root folder of deferred-to account */
495 /// Indicates if any other server has deferred storage to this account.
/dports/mail/thunderbird/thunderbird-91.8.0/comm/third_party/botan/src/lib/x509/
H A Dx509path.cpp390 …ocsp_response_futures.emplace_back(std::async(std::launch::deferred, [&]() -> std::shared_ptr<cons… in check_ocsp_online()
470 …future_crls.emplace_back(std::async(std::launch::deferred, [&]() -> std::shared_ptr<const X509_CRL… in check_crl_online()
/dports/mail/thunderbird/thunderbird-91.8.0/comm/calendar/base/modules/utils/
H A DcalAsyncUtils.jsm21 let deferred = PromiseUtils.defer();
22 let listener = calasync.promiseOperationListener(deferred);
25 return deferred.promise;
98 * let deferred = PromiseUtils.defer();
99 * let listener = cal.async.promiseOperationListener(deferred);
101 * return deferred.promise;
110 promiseOperationListener(deferred) {
127 deferred.reject(aStatus);
130 deferred.reject(this.itemStatus);
134 deferred.resolve(this.items);
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/comm/mailnews/test/resources/
H A DLocalAccountUtils.jsm65 // Note: Inbox is not created automatically when there is no deferred server,
144 // Several tests expect that mail is deferred to the local folders account,
/dports/mail/thunderbird/thunderbird-91.8.0/comm/mail/locales/en-US/chrome/messenger/
H A DconverterDialog.properties17 # %1$S will be replaced by the name of the deferred account for which migration is initiated by the…
18 …eplaced by the name of the account to which the deferred account is deferred ie the name of the de…
19 # %3$S will be replaced by the name of the deferred-to account.
20 …placed by a comma separated list of names of accounts which are deferred to the deferred-to accoun…
24 converterDialog.warningForDeferredAccount=%1$S is deferred to %2$S. Accounts deferred to %3$S: %4$S…
27 …aced by the name of the deferred-to account for which migration is initiated by the user and to wh…
28 …placed by a comma separated list of names of accounts which are deferred to the deferred-to accoun…
32 converterDialog.warningForDeferredToAccount=Accounts deferred to %1$S: %2$S. The messages in the ac…
/dports/mail/thunderbird/thunderbird-91.8.0/comm/mail/test/browser/shared-modules/
H A DQuickFilterBarHelpers.jsm32 // disable the deferred search processing!

12345678910>>...678