Home
last modified time | relevance | path

Searched defs:callout (Results 1 – 25 of 234) sorted by relevance

12345678910

/dports/sysutils/istio/istio-1.6.7/galley/pkg/server/components/
H A Dcallout.go29 type callout struct { struct
30 address string
31 so *source.Options
32 do []grpc.DialOption
33 cancel context.CancelFunc
34 pt calloutPatchTable
35 metadata metadata.MD
94 func (c *callout) run() {
113 func (c *callout) stop() {
/dports/sysutils/uefi-edk2-bhyve-csm/uefi-edk2-aa8d718/StdLib/Include/sys/
H A Dcallout.h92 struct callout { struct
93 struct callout_circq c_list; /* linkage on queue */ argument
96 int c_time; /* when callout fires */ argument
100 #define CALLOUT_PENDING 0x0002 /* callout is on the queue */ argument
/dports/graphics/qgis/qgis-3.22.3/tests/src/core/
H A Dtestqgscallout.cpp326 QgsSimpleLineCallout *callout = new QgsSimpleLineCallout(); in calloutsInLabeling() local
389 QgsSimpleLineCallout *callout = new QgsSimpleLineCallout(); in calloutsBlend() local
442 QgsSimpleLineCallout *callout = new QgsSimpleLineCallout(); in calloutsWithRotation() local
481 QgsSimpleLineCallout *callout = new QgsSimpleLineCallout(); in calloutsInLayout() local
541 QgsSimpleLineCallout *callout = new QgsSimpleLineCallout(); in calloutsDisabled() local
592 QgsSimpleLineCallout *callout = new QgsSimpleLineCallout(); in calloutsDataDefinedDisabled() local
644 QgsSimpleLineCallout *callout = new QgsSimpleLineCallout(); in calloutDataDefinedSymbol() local
3984 QgsBalloonCallout *callout = new QgsBalloonCallout(); in balloonCallout() local
4038 QgsBalloonCallout *callout = new QgsBalloonCallout(); in balloonCalloutMargin() local
4093 QgsBalloonCallout *callout = new QgsBalloonCallout(); in balloonCalloutWedgeWidth() local
[all …]
H A Dtestqgscalloutregistry.cpp88 …const std::unique_ptr< QgsCallout > callout( metadata.createCallout( map, QgsReadWriteContext() ) … in metadata() local
145 std::unique_ptr< QgsCallout > callout( registry->createCallout( QStringLiteral( "Dummy" ) ) ); in createCallout() local
159 const std::unique_ptr< QgsCallout > callout( registry->defaultCallout() ); in defaultCallout() local
/dports/graphics/qgis-ltr/qgis-3.16.16/tests/src/core/
H A Dtestqgscallout.cpp301 QgsSimpleLineCallout *callout = new QgsSimpleLineCallout(); in calloutsInLabeling() local
363 QgsSimpleLineCallout *callout = new QgsSimpleLineCallout(); in calloutsWithRotation() local
402 QgsSimpleLineCallout *callout = new QgsSimpleLineCallout(); in calloutsInLayout() local
462 QgsSimpleLineCallout *callout = new QgsSimpleLineCallout(); in calloutsDisabled() local
513 QgsSimpleLineCallout *callout = new QgsSimpleLineCallout(); in calloutsDataDefinedDisabled() local
565 QgsSimpleLineCallout *callout = new QgsSimpleLineCallout(); in calloutDataDefinedSymbol() local
617 QgsSimpleLineCallout *callout = new QgsSimpleLineCallout(); in calloutDataDefinedSymbolColor() local
669 QgsSimpleLineCallout *callout = new QgsSimpleLineCallout(); in calloutMinimumDistance() local
721 QgsSimpleLineCallout *callout = new QgsSimpleLineCallout(); in calloutDataDefinedMinimumDistance() local
774 QgsSimpleLineCallout *callout = new QgsSimpleLineCallout(); in calloutOffsetFromAnchor() local
[all …]
H A Dtestqgscalloutregistry.cpp88 std::unique_ptr< QgsCallout > callout( metadata.createCallout( map, QgsReadWriteContext() ) ); in metadata() local
145 std::unique_ptr< QgsCallout > callout( registry->createCallout( QStringLiteral( "Dummy" ) ) ); in createCallout() local
159 std::unique_ptr< QgsCallout > callout( registry->defaultCallout() ); in defaultCallout() local
/dports/net/kea/kea-2.0.1/src/lib/hooks/
H A Dlibrary_handle.cc21 LibraryHandle::registerCallout(const std::string& name, CalloutPtr callout) { in registerCallout()
37 CalloutPtr callout) { in registerCommandCallout()
46 LibraryHandle::deregisterCallout(const std::string& name, CalloutPtr callout) { in deregisterCallout()
H A Dcallout_manager.cc60 CalloutPtr callout, in registerCallout()
229 CalloutManager::deregisterCallout(const std::string& name, CalloutPtr callout, in deregisterCallout()
/dports/net/dgd-kernel/dgd-kernel-1.3.4_2/kernellib/kernel/sys/
H A Drsrcd.c358 mixed *callout; in suspend_callouts() local
392 mixed *callout; in release_callouts() local
429 mixed *callout; in suspend() local
457 mixed *callout; in remove_callout() local
497 mixed **callouts, *callout; in remove_callouts() local
549 mixed *callout; in release() local
/dports/graphics/qgis/qgis-3.22.3/src/gui/callouts/
H A Dqgscalloutwidget.cpp183 void QgsSimpleLineCalloutWidget::setCallout( QgsCallout *callout ) in setCallout()
244 QgsCallout *QgsSimpleLineCalloutWidget::callout() in callout() function in QgsSimpleLineCalloutWidget
403 void QgsCurvedLineCalloutWidget::setCallout( QgsCallout *callout ) in setCallout()
471 QgsCallout *QgsCurvedLineCalloutWidget::callout() in callout() function in QgsCurvedLineCalloutWidget
650 void QgsBalloonCalloutWidget::setCallout( QgsCallout *callout ) in setCallout()
711 QgsCallout *QgsBalloonCalloutWidget::callout() in callout() function in QgsBalloonCalloutWidget
/dports/misc/rump/buildrump.sh-b914579/src/sys/altq/
H A Daltq_var.h180 struct callout { struct
191 /* dummy callout structure */ argument
192 struct callout { struct
193 void *c_arg; /* function argument */
194 void (*c_func)(void *); /* functiuon to call */
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/app/services/users/
H A Ddismiss_group_callout_service.rb7 def callout method in Users.DismissGroupCalloutService
H A Ddismiss_callout_service.rb13 def callout method in Users.DismissCalloutService
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/app/controllers/users/
H A Dgroup_callouts_controller.rb7 def callout method in Users.GroupCalloutsController
H A Dcallouts_controller.rb21 def callout method in Users.CalloutsController
/dports/misc/rump/buildrump.sh-b914579/src/sys/sys/
H A Dcallout.h48 typedef struct callout { struct
54 #define CALLOUT_PENDING 0x0002 /* callout is on the queue */ argument
/dports/graphics/qgis-ltr/qgis-3.16.16/src/gui/callouts/
H A Dqgscalloutwidget.cpp185 void QgsSimpleLineCalloutWidget::setCallout( QgsCallout *callout ) in setCallout()
238 QgsCallout *QgsSimpleLineCalloutWidget::callout() in callout() function in QgsSimpleLineCalloutWidget
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/depot_tools/man/src/
H A Dcommon_demo_functions.sh82 callout() { function
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/Common/src/Interop/OSX/
H A DInterop.SystemConfiguration.cs47 SCDynamicStoreCallBack callout, in SCDynamicStoreCreate()
59 …safe SafeCreateHandle SCDynamicStoreCreate(CFStringRef name, SCDynamicStoreCallBack callout, SCDyn… in SCDynamicStoreCreate()
/dports/mail/mailagent/mailagent-9a14a15/agent/pl/
H A Dcallout.pl55 package callout; package
/dports/www/p5-FCGI-Spawn/FCGI-Spawn-0.16.7/lib/FCGI/
H A DSpawn.pm544 sub callout { subroutine
/dports/mail/cyrus-imapd30/cyrus-imapd-3.0.16/imap/
H A Dappend.c394 static int callout_receive_reply(const char *callout, in callout_receive_reply()
438 static int callout_run_socket(const char *callout, in callout_run_socket()
480 static int callout_run_executable(const char *callout, in callout_run_executable()
641 static void callout_decode_results(const char *callout, in callout_decode_results()
727 const char *callout; in callout_run() local
/dports/lang/yorick/yorick-y_2_2_04/yorick/
H A Dspawn.c30 long callout; /* process stdout callback globTab index */ member
64 long callout=-1, callerr=-1; in Y_spawn() local
/dports/mail/cyrus-imapd34/cyrus-imapd-3.4.2/imap/
H A Dappend.c412 static int callout_receive_reply(const char *callout, in callout_receive_reply()
456 static int callout_run_socket(const char *callout, in callout_run_socket()
498 static int callout_run_executable(const char *callout, in callout_run_executable()
659 static void callout_decode_results(const char *callout, in callout_decode_results()
745 const char *callout; in callout_run() local
/dports/mail/cyrus-imapd32/cyrus-imapd-3.2.8/imap/
H A Dappend.c412 static int callout_receive_reply(const char *callout, in callout_receive_reply()
456 static int callout_run_socket(const char *callout, in callout_run_socket()
498 static int callout_run_executable(const char *callout, in callout_run_executable()
659 static void callout_decode_results(const char *callout, in callout_decode_results()
745 const char *callout; in callout_run() local

12345678910