Home
last modified time | relevance | path

Searched refs:doAdd (Results 126 – 150 of 456) sorted by relevance

12345678910>>...19

/dports/audio/sonic-visualiser/sonic-visualiser-4.0.1/dataquay/src/backend/
H A DBasicStoreSord.cpp128 return doAdd(t); in add()
160 if (!doAdd(triple)) { in change()
186 if (!doAdd(triple)) { in revert()
633 bool doAdd(Triple t) { in doAdd() function in Dataquay::BasicStore::D
H A DBasicStoreRedland.cpp132 return doAdd(t);
164 if (!doAdd(triple)) {
190 if (!doAdd(triple)) {
597 bool doAdd(Triple t) {
/dports/lang/seed7/seed7/lib/comp/
H A Dint_act.s7i167 var boolean: doAdd is TRUE;
232 in boolean: doAdd) is func
239 addSubElement.doAdd := doAdd;
363 addSubParamList[index].doAdd := not addSubParamList[index].doAdd;
1130 if summand.doAdd then
1141 if summand.doAdd then
1156 if not summand1.doAdd then
1158 elsif summand2.doAdd then
1223 doAdd := addSubParamList[length(addSubParamList)].doAdd;
1232 if doAdd then
[all …]
/dports/net/keycloak/keycloak-15.1.1/themes/base/account/
H A DfederatedIdentity.ftl34 … <button id="add-link-${identity.providerId!}" class="btn btn-default">${msg("doAdd")}</button>
/dports/net/keycloak/keycloak-15.1.1/themes/base/account/messages/
H A Dmessages_zh_CN.properties6 doAdd=添加 key
H A Dmessages_ru.properties6 doAdd=Добавить key
/dports/www/mediawiki136/mediawiki-1.36.3/includes/libs/objectcache/
H A DWinCacheBagOStuff.php85 protected function doAdd( $key, $value, $exptime = 0, $flags = 0 ) { function in WinCacheBagOStuff
H A DMemcachedPhpBagOStuff.php81 protected function doAdd( $key, $value, $exptime = 0, $flags = 0 ) { function in MemcachedPhpBagOStuff
/dports/graphics/exiv2/exiv2-0.27.5-Source/src/
H A Dcrwimage_int.cpp204 doAdd(component); in add()
207 void CiffEntry::doAdd(AutoPtr /*component*/) in doAdd() function in Exiv2::Internal::CiffEntry
212 void CiffDirectory::doAdd(AutoPtr component) in doAdd() function in Exiv2::Internal::CiffDirectory
676 return doAdd(crwDirs, crwTagId); in add()
679 CiffComponent* CiffComponent::doAdd(CrwDirs& /*crwDirs*/, uint16_t /*crwTagId*/) in doAdd() function in Exiv2::Internal::CiffComponent
684 CiffComponent* CiffDirectory::doAdd(CrwDirs& crwDirs, uint16_t crwTagId) in doAdd() function in Exiv2::Internal::CiffDirectory
/dports/science/dakota/dakota-6.13.0-release-public.src-UI/packages/external/NOMAD/examples/interfaces/Matlab_MEX/Source/
H A Dnomadmex.cpp1449 bool doAdd = false; in setNOMADopts() local
1478 … sprintf(strbuf,"%s %.0f",field,val); doAdd = true; //write with no decimal points and no exponent in setNOMADopts()
1481 sprintf(strbuf,"%s %g",field,val); doAdd = true; in setNOMADopts()
1493 doAdd = true; in setNOMADopts()
1535 if(doAdd) { in setNOMADopts()
1546 doAdd = false; in setNOMADopts()
/dports/devel/hs-darcs/darcs-2.16.4/src/Darcs/UI/Commands/
H A DRebase.hs420 (_repository, renames) <- runHijackT IgnoreHijack $ doAdd _repository ps_to_unsuspend
427 where doAdd :: (RepoPatch p, ApplyState p ~ Tree)
431 doAdd _repo NilFL = return (_repo, NilFL) function
432 doAdd _repo ((p :: WDDNamed p wT wU) :>:ps) = do function
473 (_repo, renames) <- doAdd _repo ps2
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.ui/bundles/org.eclipse.core.databinding/src/org/eclipse/core/databinding/
H A DUpdateListStrategy.java196 protected IStatus doAdd(IObservableList<? super D> observableList, D element, int index) { in doAdd() method in UpdateListStrategy
/dports/www/mediawiki135/mediawiki-1.35.5/includes/libs/objectcache/
H A DHashBagOStuff.php103 protected function doAdd( $key, $value, $exptime = 0, $flags = 0 ) { function in HashBagOStuff
H A DAPCUBagOStuff.php82 protected function doAdd( $key, $value, $exptime = 0, $flags = 0 ) { function in APCUBagOStuff
/dports/www/mediawiki137/mediawiki-1.37.1/includes/libs/objectcache/
H A DMemcachedPhpBagOStuff.php81 protected function doAdd( $key, $value, $exptime = 0, $flags = 0 ) { function in MemcachedPhpBagOStuff
H A DWinCacheBagOStuff.php94 protected function doAdd( $key, $value, $exptime = 0, $flags = 0 ) { function in WinCacheBagOStuff
H A DHashBagOStuff.php107 protected function doAdd( $key, $value, $exptime = 0, $flags = 0 ) { function in HashBagOStuff
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/endpoints/mod_khomp/commons/base/
H A Drefcounter.hpp76 Atomic::doAdd(&_data_count); in increment()
/dports/net-mgmt/librenms/librenms-vendor-21.5.1/brick/math/src/Internal/Calculator/
H A DNativeCalculator.php76 $result = $aNeg === $bNeg ? $this->doAdd($aDig, $bDig) : $this->doSub($aDig, $bDig);
315 private function doAdd(string $a, string $b) : string function in Brick\\Math\\Internal\\Calculator\\NativeCalculator
/dports/security/nextcloud-twofactor_webauthn/twofactor_webauthn/vendor/brick/math/src/Internal/Calculator/
H A DNativeCalculator.php76 $result = $aNeg === $bNeg ? $this->doAdd($aDig, $bDig) : $this->doSub($aDig, $bDig);
315 private function doAdd(string $a, string $b) : string function in Brick\\Math\\Internal\\Calculator\\NativeCalculator
/dports/www/webtrees20/webtrees-2.0.19/webtrees/vendor/brick/math/src/Internal/Calculator/
H A DNativeCalculator.php76 $result = $aNeg === $bNeg ? $this->doAdd($aDig, $bDig) : $this->doSub($aDig, $bDig);
315 private function doAdd(string $a, string $b) : string function in Brick\\Math\\Internal\\Calculator\\NativeCalculator
/dports/www/nextcloud/nextcloud/3rdparty/brick/math/src/Internal/Calculator/
H A DNativeCalculator.php76 $result = $aNeg === $bNeg ? $this->doAdd($aDig, $bDig) : $this->doSub($aDig, $bDig);
315 private function doAdd(string $a, string $b) : string function in Brick\\Math\\Internal\\Calculator\\NativeCalculator
/dports/science/gtamsanalyzer/GTAMSAnalyzer.src.0.42/Source/
H A DmyProject_h.bk76 - (IBAction)doAdd:(id)sender;
/dports/science/py-veusz/veusz-veusz-3.3.1/veusz/utils/
H A Dtextrender.py1126 def doAdd(p): function
1137 doAdd(ps)
1139 doAdd(p[len(ps)-len(p):])
1142 doAdd(ps)
1145 parents.append( doAdd([]) )
1151 doAdd(p)
/dports/graphics/photoflow/PhotoFlow-8472024f/src/external/exiv2/src/
H A Dcrwimage.cpp363 doAdd(component); in add()
366 void CiffEntry::doAdd(AutoPtr /*component*/) in doAdd() function in Exiv2::Internal::CiffEntry
371 void CiffDirectory::doAdd(AutoPtr component) in doAdd() function in Exiv2::Internal::CiffDirectory
812 return doAdd(crwDirs, crwTagId); in add()
815 CiffComponent* CiffComponent::doAdd(CrwDirs& /*crwDirs*/, uint16_t /*crwTagId*/) in doAdd() function in Exiv2::Internal::CiffComponent
820 CiffComponent* CiffDirectory::doAdd(CrwDirs& crwDirs, uint16_t crwTagId) in doAdd() function in Exiv2::Internal::CiffDirectory

12345678910>>...19