Home
last modified time | relevance | path

Searched refs:doAdd (Results 201 – 225 of 456) sorted by relevance

12345678910>>...19

/dports/www/tikiwiki/tiki-21.2/vendor_bundled/vendor/pear/pear/PEAR/Command/
H A DChannels.php408 function doAdd($command, $options, $params) function in PEAR_Command_Channels
752 $err = $this->doAdd($command, $options, array('http://' . $channel . '/channel.xml'));
/dports/lang/gcc12-devel/gcc-12-20211205/libgo/misc/cgo/test/
H A Dtestx.go155 C.doAdd(10, 6)
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.ui/bundles/org.eclipse.core.databinding/src/org/eclipse/core/databinding/
H A DListBinding.java192 IStatus setterStatus = updateListStrategy.doAdd(destination, in doUpdate()
/dports/lang/gcc11/gcc-11.2.0/libgo/misc/cgo/test/
H A Dtestx.go171 C.doAdd(10, 6)
/dports/lang/gcc10/gcc-10.3.0/libgo/misc/cgo/test/
H A Dtestx.go171 C.doAdd(10, 6)
/dports/lang/gcc11-devel/gcc-11-20211009/libgo/misc/cgo/test/
H A Dtestx.go171 C.doAdd(10, 6)
/dports/misc/cxx_atomics_pic/gcc-11.2.0/libgo/misc/cgo/test/
H A Dtestx.go171 C.doAdd(10, 6)
/dports/devel/avr-gcc/gcc-10.2.0/libgo/misc/cgo/test/
H A Dtestx.go171 C.doAdd(10, 6)
/dports/lang/gcc10-devel/gcc-10-20211008/libgo/misc/cgo/test/
H A Dtestx.go171 C.doAdd(10, 6)
/dports/www/mediawiki137/mediawiki-1.37.1/includes/libs/objectcache/
H A DRESTBagOStuff.php188 protected function doAdd( $key, $value, $exptime = 0, $flags = 0 ) { function in RESTBagOStuff
/dports/www/mediawiki136/mediawiki-1.36.3/includes/libs/objectcache/
H A DRESTBagOStuff.php189 protected function doAdd( $key, $value, $exptime = 0, $flags = 0 ) { function in RESTBagOStuff
H A DMediumSpecificBagOStuff.php236 return $usable ? $this->doAdd( $key, $entry, $exptime, $flags ) : false;
248 abstract protected function doAdd( $key, $value, $exptime = 0, $flags = 0 ); function in MediumSpecificBagOStuff
/dports/lang/go-devel/go-becaeea1199b875bc24800fa88f2f4fea119bf78/misc/cgo/test/
H A Dtestx.go156 C.doAdd(10, 6)
/dports/security/keybase/client-v5.7.1/go/kbfs/libkbfs/
H A Dfavorites.go798 doAdd := true
802 for doAdd {
807 doAdd, err = f.waitOnReq(ctx, req)
/dports/net-p2p/vuze/vuze-5.7.4.0_2/com/aelitis/azureus/ui/swt/views/skin/
H A DSB_Transfers.java1400 boolean doAdd = false; in setupTag()
1419 if (!doAdd && !tag.hasTaggable(dm)) { in setupTag()
1420 doAdd = true; in setupTag()
1430 if ( doAdd ){ in setupTag()
/dports/cad/sumo/sumo-1.2.0/src/microsim/output/
H A DMSMeanData.cpp59 MSLane* const lane, const double length, const bool doAdd, in MeanDataValues() argument
61 MSMoveReminder("meandata_" + (lane == nullptr ? "NULL" : lane->getID()), lane, doAdd), in MeanDataValues()
/dports/devel/llvm10/llvm-10.0.1.src/unittests/Support/
H A DFileCheckTest.cpp60 uint64_t doAdd(uint64_t OpL, uint64_t OpR) { return OpL + OpR; } in doAdd() function
101 BinaryOperation Binop(doAdd, std::move(FooVarUse), std::move(BarVarUse)); in TEST_F()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/llvm/unittests/Support/
H A DFileCheckTest.cpp60 uint64_t doAdd(uint64_t OpL, uint64_t OpR) { return OpL + OpR; } in doAdd() function
101 BinaryOperation Binop(doAdd, std::move(FooVarUse), std::move(BarVarUse)); in TEST_F()
/dports/devel/llvm90/llvm-9.0.1.src/unittests/Support/
H A DFileCheckTest.cpp87 uint64_t doAdd(uint64_t OpL, uint64_t OpR) { return OpL + OpR; } in doAdd() function
99 FileCheckASTBinop(doAdd, std::move(FooVarUse), std::move(BarVarUse)); in TEST_F()
/dports/lang/seed7/seed7/lib/comp/
H A Dbig_act.s7i176 var boolean: doAdd is TRUE;
198 addSubElement.doAdd := TRUE;
204 addSubElement.doAdd := FALSE;
216 addSubElement.doAdd := TRUE;
223 addSubElement.doAdd := FALSE;
233 addSubElement.doAdd := TRUE;
258 addSubParamList[index].doAdd := not addSubParamList[index].doAdd;
310 if addSubParamList[index].doAdd then
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/java.base/share/classes/java/security/
H A DProvider.java1393 private void updateSecureRandomEntries(boolean doAdd, String s) { in updateSecureRandomEntries() argument
1395 if (doAdd) { in updateSecureRandomEntries()
1405 debug.println((doAdd? "Add":"Remove") + " SecureRandom algo " + s); in updateSecureRandomEntries()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/java.base/share/classes/java/security/
H A DProvider.java1390 private void updateSecureRandomEntries(boolean doAdd, String s) { in updateSecureRandomEntries() argument
1392 if (doAdd) { in updateSecureRandomEntries()
1402 debug.println((doAdd? "Add":"Remove") + " SecureRandom algo " + s); in updateSecureRandomEntries()
/dports/graphics/graphviz/graphviz-2.44.1/lib/neatogen/
H A Dconstraint.c582 if (margin.doAdd) { in initItem()
883 if (margin.doAdd) { in scAdjust()
891 if (margin.doAdd) { in scAdjust()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/java.base/share/classes/java/security/
H A DProvider.java1392 private void updateSecureRandomEntries(boolean doAdd, String s) { in updateSecureRandomEntries() argument
1394 if (doAdd) { in updateSecureRandomEntries()
1404 debug.println((doAdd? "Add":"Remove") + " SecureRandom algo " + s); in updateSecureRandomEntries()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/java.base/share/classes/java/security/
H A DProvider.java1349 private void updateSecureRandomEntries(boolean doAdd, String s) { in updateSecureRandomEntries() argument
1351 if (doAdd) { in updateSecureRandomEntries()
1361 debug.println((doAdd? "Add":"Remove") + " SecureRandom algo " + s); in updateSecureRandomEntries()

12345678910>>...19