Home
last modified time | relevance | path

Searched refs:getClosure (Results 251 – 275 of 411) sorted by relevance

1...<<11121314151617

/dports/x11-toolkits/swt/swt-4.20/org/eclipse/swt/widgets/
H A DTabItem.java240 …_by_id (labelHandle, display.signalIds [MNEMONIC_ACTIVATE], 0, display.getClosure (MNEMONIC_ACTIVA… in hookEvents()
249 …sure_by_id (handle, display.signalIds [ENTER_NOTIFY_EVENT], 0, display.getClosure (ENTER_NOTIFY_EV… in hookEvents()
H A DMenu.java900 …OS.g_signal_connect_closure_by_id(handle, display.signalIds[SHOW_HELP], 0, display.getClosure(SHOW… in hookEvents()
904 …OS.g_signal_connect_closure_by_id(handle, display.signalIds[POPPED_UP], 0, display.getClosure(POPP… in hookEvents()
908 …OS.g_signal_connect_closure_by_id(handle, display.signalIds[SHOW], 0, display.getClosure(SHOW), fa… in hookEvents()
909 …OS.g_signal_connect_closure_by_id(handle, display.signalIds[HIDE], 0, display.getClosure(HIDE), fa… in hookEvents()
H A DSlider.java281 OS.g_signal_connect_closure(rangeHandle, OS.change_value, display.getClosure(CHANGE_VALUE), false); in hookEvents()
282 …OS.g_signal_connect_closure(rangeHandle, OS.value_changed, display.getClosure(VALUE_CHANGED), fals… in hookEvents()
H A DTree.java2737 OS.g_signal_connect_closure (selection, OS.changed, display.getClosure (CHANGED), false);
2738 OS.g_signal_connect_closure (handle, OS.row_activated, display.getClosure (ROW_ACTIVATED), false);
2739 …OS.g_signal_connect_closure (handle, OS.test_expand_row, display.getClosure (TEST_EXPAND_ROW), fal…
2740 …OS.g_signal_connect_closure (handle, OS.test_collapse_row, display.getClosure (TEST_COLLAPSE_ROW),…
2742 …OS.g_signal_connect_closure (modelHandle, OS.row_has_child_toggled, display.getClosure (ROW_HAS_CH…
2744 OS.g_signal_connect_closure (checkRenderer, OS.toggled, display.getClosure (TOGGLED), false);
2748 …OS.g_signal_connect_closure (modelHandle, OS.row_inserted, display.getClosure (ROW_INSERTED), true…
2749 OS.g_signal_connect_closure (modelHandle, OS.row_deleted, display.getClosure (ROW_DELETED), true);
2870 OS.g_signal_connect_closure (checkRenderer, OS.toggled, display.getClosure (TOGGLED), false);
3854 …OS.g_signal_connect_closure (modelHandle, OS.row_inserted, display.getClosure (ROW_INSERTED), true…
[all …]
/dports/net-mgmt/librenms/librenms-vendor-21.5.1/nesbot/carbon/src/Carbon/PHPStan/
H A DMacro.php76 $closure = $this->reflectionFunction->getClosure();
/dports/mail/phplist/phplist-3.6.6/public_html/lists/base/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Tests/DependencyInjection/
H A DAddAnnotatedClassesToCachePassTest.php25 $expand = $r->getClosure($pass);
/dports/deskutils/egroupware/egroupware/vendor/symfony/http-kernel/Tests/DependencyInjection/
H A DAddAnnotatedClassesToCachePassTest.php25 $expand = $r->getClosure($pass);
/dports/finance/prestashop/prestashop/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Tests/DependencyInjection/
H A DAddAnnotatedClassesToCachePassTest.php25 $expand = $r->getClosure($pass);
/dports/www/webtrees20/webtrees-2.0.19/webtrees/vendor/nesbot/carbon/src/Carbon/PHPStan/
H A DMacro.php84 $closure = $this->reflectionFunction->getClosure();
/dports/devel/dragon/dragon-1.5.5/src/
H A DFSM.h88 SetT<unsigned long>& getClosure();
H A DFSM.cc91 SetT<unsigned long>& FSM::EpsilonClosureMap::getClosure() in getClosure() function in FSM::EpsilonClosureMap
141 if (pMap->getClosure().Find(pTrans->Source()) && pTrans->Sign() != EPSILON ) in epsilonFree()
165 SetT<unsigned long> c = pMap->getClosure(); in epsilonFree()
/dports/www/itop/web/lib/silex/vendor/symfony/http-kernel/Tests/DependencyInjection/
H A DAddAnnotatedClassesToCachePassTest.php25 $expand = $r->getClosure($pass);
/dports/cad/gmsh/gmsh-4.9.2-source/Numeric/
H A DnodalBasis.h74 virtual const std::vector<int> &getClosure(int id) const in getClosure() function
/dports/lang/polyml/polyml-5.8.2/mlsource/MLCompiler/
H A DTYPEIDCODE.sml515 1, "print-"^name, getClosure nLevel, 0)
525 1, "print-"^name, getClosure nLevel, 0)
542 1, "print-labelled", getClosure localLevel, 0)
604 1, "print-labelled", getClosure localLevel, 0)
716 mkProc(tupleCode, 2, "eq{...}(2)", getClosure nLevel, 0)
858 getClosure nnLevel, 0),
862 "eq-" ^ tcName tyConstr ^ "()", getClosure baseEqLevelP1, 0)) ::
1062 then mkProc(printerCode, 1, "print-"^name, getClosure innerLevel, 0)
1064 mkProc(printerCode, 1, "print-"^name, getClosure innerLevel, 0)),
1065 constrArity, "print"^name^"()", getClosure nLevel, 0)
[all …]
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.swt/bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/widgets/
H A DToolTip.java591 …ct_closure_by_id (handle, display.signalIds [EXPOSE_EVENT], 0, display.getClosure (EXPOSE_EVENT), … in hookEvents()
592 …re_by_id (handle, display.signalIds [EXPOSE_EVENT_INVERSE], 0, display.getClosure (EXPOSE_EVENT_IN… in hookEvents()
595 …OS.g_signal_connect_closure_by_id (handle, display.signalIds [EVENT], 0, display.getClosure (EVENT… in hookEvents()
597 …OS.g_signal_connect_closure (handle, OS.button_press_event, display.getClosure (BUTTON_PRESS_EVENT… in hookEvents()
H A DSlider.java253 OS.g_signal_connect_closure (handle, OS.change_value, display.getClosure (CHANGE_VALUE), false); in hookEvents()
254 OS.g_signal_connect_closure (handle, OS.value_changed, display.getClosure (VALUE_CHANGED), false); in hookEvents()
H A DMenuItem.java586 OS.g_signal_connect_closure (handle, OS.activate, display.getClosure (ACTIVATE), false); in hookEvents()
587 OS.g_signal_connect_closure (handle, OS.select, display.getClosure (SELECT), false); in hookEvents()
588 …OS.g_signal_connect_closure_by_id (handle, display.signalIds [SHOW_HELP], 0, display.getClosure (S… in hookEvents()
H A DTree.java2638 OS.g_signal_connect_closure (selection, OS.changed, display.getClosure (CHANGED), false);
2639 OS.g_signal_connect_closure (handle, OS.row_activated, display.getClosure (ROW_ACTIVATED), false);
2640 …OS.g_signal_connect_closure (handle, OS.test_expand_row, display.getClosure (TEST_EXPAND_ROW), fal…
2641 …OS.g_signal_connect_closure (handle, OS.test_collapse_row, display.getClosure (TEST_COLLAPSE_ROW),…
2643 …OS.g_signal_connect_closure (modelHandle, OS.row_has_child_toggled, display.getClosure (ROW_HAS_CH…
2645 OS.g_signal_connect_closure (checkRenderer, OS.toggled, display.getClosure (TOGGLED), false);
2649 …OS.g_signal_connect_closure (modelHandle, OS.row_inserted, display.getClosure (ROW_INSERTED), true…
2650 OS.g_signal_connect_closure (modelHandle, OS.row_deleted, display.getClosure (ROW_DELETED), true);
2771 OS.g_signal_connect_closure (checkRenderer, OS.toggled, display.getClosure (TOGGLED), false);
3771 …OS.g_signal_connect_closure (modelHandle, OS.row_inserted, display.getClosure (ROW_INSERTED), true…
[all …]
/dports/www/mod_php81/php-8.1.1/ext/reflection/
H A Dphp_reflection.stub.php133 public function getClosure(): Closure {} function in ReflectionFunction
190 public function getClosure(?object $object = null): Closure {} function in ReflectionMethod
/dports/lang/php81/php-8.1.1/ext/reflection/
H A Dphp_reflection.stub.php133 public function getClosure(): Closure {} function in ReflectionFunction
190 public function getClosure(?object $object = null): Closure {} function in ReflectionMethod
/dports/www/grails/grails-1.3.6/src/java/org/codehaus/groovy/grails/orm/hibernate/cfg/
H A DHibernateNamedQueriesBuilder.groovy157 def getClosure = {
163 domainClass.clazz.withCriteria(getClosure)
/dports/www/grails/grails-1.3.6/src/java/org/codehaus/groovy/grails/commons/
H A DGrailsMetaClassUtils.java92 Closure callable = cim.getClosure(); in copyExpandoMetaClass()
/dports/mail/phplist/phplist-3.6.6/public_html/lists/base/vendor/symfony/symfony/src/Symfony/Component/Config/Tests/Resource/
H A DReflectionClassResourceTest.php101 … $generateSignature = $generateSignature->getClosure($r->newInstanceWithoutConstructor());
/dports/finance/prestashop/prestashop/vendor/symfony/symfony/src/Symfony/Component/Config/Tests/Resource/
H A DReflectionClassResourceTest.php101 … $generateSignature = $generateSignature->getClosure($r->newInstanceWithoutConstructor());
/dports/lang/ghc/ghc-8.10.7/compiler/ghci/
H A DGHCi.hs24 , getClosure
356 getClosure :: HscEnv -> ForeignHValue -> IO (GenClosure ForeignHValue)
357 getClosure hsc_env ref = function

1...<<11121314151617