Home
last modified time | relevance | path

Searched refs:getClosure (Results 176 – 200 of 411) sorted by relevance

12345678910>>...17

/dports/www/mod_php74/php-7.4.27/Zend/tests/
H A Dbug69802_2.phpt5 $f = (new ReflectionFunction('iterator_to_array'))->getClosure();
H A Dclosure_061.phpt2 Rebinding of ::getClosure()s
85 $c = $r->getClosure(is_object($fn[0]) ? $fn[0] : null);
88 $c = (new ReflectionFunction($fn))->getClosure();
H A Dbug75290.phpt6 var_dump((new ReflectionFunction('sin'))->getClosure());
/dports/sysutils/loganalyzer/loganalyzer-4.1.12/src/classes/phpClickHouse/src/Transport/
H A DStream.php45 public function getClosure() function in ClickHouseDB\\Transport\\Stream
/dports/www/mod_php81/php-8.1.1/Zend/tests/
H A Dclosure_061.phpt2 Rebinding of ::getClosure()s
85 $c = $r->getClosure(is_object($fn[0]) ? $fn[0] : null);
88 $c = (new ReflectionFunction($fn))->getClosure();
H A Dbug75290.phpt6 var_dump((new ReflectionFunction('sin'))->getClosure());
H A Dbug69802_2.phpt5 $f = (new ReflectionFunction('iterator_to_array'))->getClosure();
/dports/lang/php81/php-8.1.1/Zend/tests/
H A Dclosure_061.phpt2 Rebinding of ::getClosure()s
85 $c = $r->getClosure(is_object($fn[0]) ? $fn[0] : null);
88 $c = (new ReflectionFunction($fn))->getClosure();
H A Dbug75290.phpt6 var_dump((new ReflectionFunction('sin'))->getClosure());
H A Dbug69802_2.phpt5 $f = (new ReflectionFunction('iterator_to_array'))->getClosure();
/dports/lang/php80/php-8.0.15/Zend/tests/
H A Dclosure_061.phpt2 Rebinding of ::getClosure()s
85 $c = $r->getClosure(is_object($fn[0]) ? $fn[0] : null);
88 $c = (new ReflectionFunction($fn))->getClosure();
H A Dbug75290.phpt6 var_dump((new ReflectionFunction('sin'))->getClosure());
H A Dbug69802_2.phpt5 $f = (new ReflectionFunction('iterator_to_array'))->getClosure();
/dports/lang/php74/php-7.4.27/Zend/tests/
H A Dclosure_061.phpt2 Rebinding of ::getClosure()s
85 $c = $r->getClosure(is_object($fn[0]) ? $fn[0] : null);
88 $c = (new ReflectionFunction($fn))->getClosure();
H A Dbug75290.phpt6 var_dump((new ReflectionFunction('sin'))->getClosure());
/dports/www/mod_php80/php-8.0.15/Zend/tests/
H A Dclosure_061.phpt2 Rebinding of ::getClosure()s
85 $c = $r->getClosure(is_object($fn[0]) ? $fn[0] : null);
88 $c = (new ReflectionFunction($fn))->getClosure();
H A Dbug75290.phpt6 var_dump((new ReflectionFunction('sin'))->getClosure());
H A Dbug69802_2.phpt5 $f = (new ReflectionFunction('iterator_to_array'))->getClosure();
/dports/lang/php73/php-7.3.33/Zend/tests/
H A Dbug75290.phpt6 var_dump((new ReflectionFunction('sin'))->getClosure());
/dports/www/mod_php73/php-7.3.33/Zend/tests/
H A Dbug75290.phpt6 var_dump((new ReflectionFunction('sin'))->getClosure());
/dports/devel/dragon/dragon-1.5.5/src/
H A DClosureCache.cc61 SetT<LR1Element>& ClosureCache::getClosure() const in getClosure() function in ClosureCache
H A DLR1Analyser.h61 void getClosure(SetT<LR1Element>& t, const LR1Element& e);
/dports/x11-toolkits/swt/swt-4.20/org/eclipse/swt/widgets/
H A DSpinner.java831 OS.g_signal_connect_closure(handle, OS.changed, display.getClosure(CHANGED), true); in hookEvents()
832 OS.g_signal_connect_closure(handle, OS.insert_text, display.getClosure(INSERT_TEXT), false); in hookEvents()
833 OS.g_signal_connect_closure(handle, OS.delete_text, display.getClosure(DELETE_TEXT), false); in hookEvents()
836 OS.g_signal_connect_closure(handle, OS.value_changed, display.getClosure(VALUE_CHANGED), false); in hookEvents()
841 OS.g_signal_connect_closure(textHandle, OS.activate, display.getClosure(ACTIVATE), false); in hookEvents()
844 OS.g_signal_connect_closure(handle, OS.activate, display.getClosure(ACTIVATE), false); in hookEvents()
845 OS.g_signal_connect_closure(handle, OS.populate_popup, display.getClosure(POPULATE_POPUP), false); in hookEvents()
850 OS.g_signal_connect_closure (imContext, OS.commit, display.getClosure (COMMIT), false); in hookEvents()
H A DTableColumn.java451 OS.g_signal_connect_closure (handle, OS.clicked, display.getClosure (CLICKED), false); in hookEvents()
456 …ure_by_id (buttonHandle, display.signalIds [SIZE_ALLOCATE], 0, display.getClosure (SIZE_ALLOCATE),… in hookEvents()
457 …osure_by_id (buttonHandle, display.signalIds [EVENT_AFTER], 0, display.getClosure (EVENT_AFTER), f… in hookEvents()
460 …_by_id (labelHandle, display.signalIds [MNEMONIC_ACTIVATE], 0, display.getClosure (MNEMONIC_ACTIVA… in hookEvents()
/dports/java/apache-commons-collections/commons-collections-3.2.2-src/src/java/org/apache/commons/collections/functors/
H A DClosureTransformer.java83 public Closure getClosure() { in getClosure() method in ClosureTransformer

12345678910>>...17