Home
last modified time | relevance | path

Searched refs:doAdd (Results 151 – 175 of 456) sorted by relevance

12345678910>>...19

/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.pde.ui/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/nls/
H A DInternationalizeWizardPluginPage.java500 doAdd(selectedObject); in handleAdd()
521 doAdd(dataObject);
547 private void doAdd(Object o) {
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.pde.ui/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/feature/
H A DRequiresSection.java203 doAdd(models); in handleNewPlugin()
245 doAdd(models); in handleNewFeature()
253 private void doAdd(Object[] candidates) throws CoreException { in doAdd() method in RequiresSection
/dports/sysutils/chezmoi/chezmoi-2.9.3/vendor/github.com/go-git/go-git/v5/
H A Dworktree_status.go269 return w.doAdd(path, make([]gitignore.Pattern, 0))
326 _, err := w.doAdd(".", w.Excludes)
338 func (w *Worktree) doAdd(path string, ignorePattern []gitignore.Pattern) (plumbing.Hash, error) { func
/dports/net/cloudquery/cloudquery-0.16.0/vendor/github.com/go-git/go-git/v5/
H A Dworktree_status.go269 return w.doAdd(path, make([]gitignore.Pattern, 0))
326 _, err := w.doAdd(".", w.Excludes)
338 func (w *Worktree) doAdd(path string, ignorePattern []gitignore.Pattern) (plumbing.Hash, error) { func
/dports/sysutils/gomplate/gomplate-3.9.0/vendor/github.com/go-git/go-git/v5/
H A Dworktree_status.go269 return w.doAdd(path, make([]gitignore.Pattern, 0))
326 _, err := w.doAdd(".", w.Excludes)
338 func (w *Worktree) doAdd(path string, ignorePattern []gitignore.Pattern) (plumbing.Hash, error) { func
/dports/devel/lazygit/lazygit-0.31.4/vendor/github.com/jesseduffield/go-git/v5/go-git-341962be15a4/
H A Dworktree_status.go269 return w.doAdd(path, make([]gitignore.Pattern, 0))
326 _, err := w.doAdd(".", w.Excludes)
338 func (w *Worktree) doAdd(path string, ignorePattern []gitignore.Pattern) (plumbing.Hash, error) { func
/dports/devel/lazygit/lazygit-0.31.4/vendor/github.com/jesseduffield/go-git/v5/
H A Dworktree_status.go269 return w.doAdd(path, make([]gitignore.Pattern, 0))
326 _, err := w.doAdd(".", w.Excludes)
338 func (w *Worktree) doAdd(path string, ignorePattern []gitignore.Pattern) (plumbing.Hash, error) { func
/dports/www/gitea/gitea-1.16.5/vendor/github.com/go-git/go-git/v5/
H A Dworktree_status.go269 return w.doAdd(path, make([]gitignore.Pattern, 0))
326 _, err := w.doAdd(".", w.Excludes)
338 func (w *Worktree) doAdd(path string, ignorePattern []gitignore.Pattern) (plumbing.Hash, error) { func
/dports/devel/gitty/gitty-0.3.0/vendor/github.com/go-git/go-git/v5/
H A Dworktree_status.go269 return w.doAdd(path, make([]gitignore.Pattern, 0))
326 _, err := w.doAdd(".", w.Excludes)
338 func (w *Worktree) doAdd(path string, ignorePattern []gitignore.Pattern) (plumbing.Hash, error) { func
/dports/www/mediawiki136/mediawiki-1.36.3/includes/libs/objectcache/
H A DAPCUBagOStuff.php83 protected function doAdd( $key, $value, $exptime = 0, $flags = 0 ) { function in APCUBagOStuff
H A DHashBagOStuff.php108 protected function doAdd( $key, $value, $exptime = 0, $flags = 0 ) { function in HashBagOStuff
/dports/benchmarks/polygraph/polygraph-4.13.0/src/xstd/
H A DPrefixIdentifier.cc16 void PrefixIdentifier::doAdd(String &str, int id) { in doAdd() function in PrefixIdentifier
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/unittests/FileCheck/
H A DFileCheckTest.cpp801 binop_eval_t doAdd = operator+; in TEST_F() local
802 BinaryOperation Binop(ExprStr, doAdd, std::move(FooVarUse), in TEST_F()
833 Binop = BinaryOperation(ExprStr, doAdd, std::move(FooVarUse), in TEST_F()
843 Binop = BinaryOperation(ExprStr, doAdd, std::move(Eighteen), in TEST_F()
858 Binop = BinaryOperation(ExprStr, doAdd, std::move(FooVarUse), in TEST_F()
883 ExprStr.take_front(9), doAdd, std::move(FooVarUse), std::move(BazVarUse)); in TEST_F()
885 ExprStr.take_back(10), doAdd, std::move(FooVarUse2), in TEST_F()
888 std::make_unique<BinaryOperation>(ExprStr, doAdd, std::move(Binop1), in TEST_F()
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/unittests/FileCheck/
H A DFileCheckTest.cpp762 binop_eval_t doAdd = operator+; in TEST_F() local
763 BinaryOperation Binop(ExprStr, doAdd, std::move(FooVarUse), in TEST_F()
794 Binop = BinaryOperation(ExprStr, doAdd, std::move(FooVarUse), in TEST_F()
804 Binop = BinaryOperation(ExprStr, doAdd, std::move(Eighteen), in TEST_F()
819 Binop = BinaryOperation(ExprStr, doAdd, std::move(FooVarUse), in TEST_F()
844 ExprStr.take_front(9), doAdd, std::move(FooVarUse), std::move(BazVarUse)); in TEST_F()
846 ExprStr.take_back(10), doAdd, std::move(FooVarUse2), in TEST_F()
849 std::make_unique<BinaryOperation>(ExprStr, doAdd, std::move(Binop1), in TEST_F()
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/llvm/unittests/FileCheck/
H A DFileCheckTest.cpp801 binop_eval_t doAdd = operator+; in TEST_F() local
802 BinaryOperation Binop(ExprStr, doAdd, std::move(FooVarUse), in TEST_F()
833 Binop = BinaryOperation(ExprStr, doAdd, std::move(FooVarUse), in TEST_F()
843 Binop = BinaryOperation(ExprStr, doAdd, std::move(Eighteen), in TEST_F()
858 Binop = BinaryOperation(ExprStr, doAdd, std::move(FooVarUse), in TEST_F()
883 ExprStr.take_front(9), doAdd, std::move(FooVarUse), std::move(BazVarUse)); in TEST_F()
885 ExprStr.take_back(10), doAdd, std::move(FooVarUse2), in TEST_F()
888 std::make_unique<BinaryOperation>(ExprStr, doAdd, std::move(Binop1), in TEST_F()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/llvm/unittests/FileCheck/
H A DFileCheckTest.cpp762 binop_eval_t doAdd = operator+; in TEST_F() local
763 BinaryOperation Binop(ExprStr, doAdd, std::move(FooVarUse), in TEST_F()
794 Binop = BinaryOperation(ExprStr, doAdd, std::move(FooVarUse), in TEST_F()
804 Binop = BinaryOperation(ExprStr, doAdd, std::move(Eighteen), in TEST_F()
819 Binop = BinaryOperation(ExprStr, doAdd, std::move(FooVarUse), in TEST_F()
844 ExprStr.take_front(9), doAdd, std::move(FooVarUse), std::move(BazVarUse)); in TEST_F()
846 ExprStr.take_back(10), doAdd, std::move(FooVarUse2), in TEST_F()
849 std::make_unique<BinaryOperation>(ExprStr, doAdd, std::move(Binop1), in TEST_F()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/llvm/unittests/FileCheck/
H A DFileCheckTest.cpp801 binop_eval_t doAdd = operator+; in TEST_F() local
802 BinaryOperation Binop(ExprStr, doAdd, std::move(FooVarUse), in TEST_F()
833 Binop = BinaryOperation(ExprStr, doAdd, std::move(FooVarUse), in TEST_F()
843 Binop = BinaryOperation(ExprStr, doAdd, std::move(Eighteen), in TEST_F()
858 Binop = BinaryOperation(ExprStr, doAdd, std::move(FooVarUse), in TEST_F()
883 ExprStr.take_front(9), doAdd, std::move(FooVarUse), std::move(BazVarUse)); in TEST_F()
885 ExprStr.take_back(10), doAdd, std::move(FooVarUse2), in TEST_F()
888 std::make_unique<BinaryOperation>(ExprStr, doAdd, std::move(Binop1), in TEST_F()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/unittests/FileCheck/
H A DFileCheckTest.cpp762 binop_eval_t doAdd = operator+; in TEST_F() local
763 BinaryOperation Binop(ExprStr, doAdd, std::move(FooVarUse), in TEST_F()
794 Binop = BinaryOperation(ExprStr, doAdd, std::move(FooVarUse), in TEST_F()
804 Binop = BinaryOperation(ExprStr, doAdd, std::move(Eighteen), in TEST_F()
819 Binop = BinaryOperation(ExprStr, doAdd, std::move(FooVarUse), in TEST_F()
844 ExprStr.take_front(9), doAdd, std::move(FooVarUse), std::move(BazVarUse)); in TEST_F()
846 ExprStr.take_back(10), doAdd, std::move(FooVarUse2), in TEST_F()
849 std::make_unique<BinaryOperation>(ExprStr, doAdd, std::move(Binop1), in TEST_F()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/unittests/FileCheck/
H A DFileCheckTest.cpp801 binop_eval_t doAdd = operator+; in TEST_F() local
802 BinaryOperation Binop(ExprStr, doAdd, std::move(FooVarUse), in TEST_F()
833 Binop = BinaryOperation(ExprStr, doAdd, std::move(FooVarUse), in TEST_F()
843 Binop = BinaryOperation(ExprStr, doAdd, std::move(Eighteen), in TEST_F()
858 Binop = BinaryOperation(ExprStr, doAdd, std::move(FooVarUse), in TEST_F()
883 ExprStr.take_front(9), doAdd, std::move(FooVarUse), std::move(BazVarUse)); in TEST_F()
885 ExprStr.take_back(10), doAdd, std::move(FooVarUse2), in TEST_F()
888 std::make_unique<BinaryOperation>(ExprStr, doAdd, std::move(Binop1), in TEST_F()
/dports/graphics/llvm-mesa/llvm-13.0.1.src/unittests/FileCheck/
H A DFileCheckTest.cpp801 binop_eval_t doAdd = operator+; in TEST_F() local
802 BinaryOperation Binop(ExprStr, doAdd, std::move(FooVarUse), in TEST_F()
833 Binop = BinaryOperation(ExprStr, doAdd, std::move(FooVarUse), in TEST_F()
843 Binop = BinaryOperation(ExprStr, doAdd, std::move(Eighteen), in TEST_F()
858 Binop = BinaryOperation(ExprStr, doAdd, std::move(FooVarUse), in TEST_F()
883 ExprStr.take_front(9), doAdd, std::move(FooVarUse), std::move(BazVarUse)); in TEST_F()
885 ExprStr.take_back(10), doAdd, std::move(FooVarUse2), in TEST_F()
888 std::make_unique<BinaryOperation>(ExprStr, doAdd, std::move(Binop1), in TEST_F()
/dports/devel/llvm13/llvm-project-13.0.1.src/llvm/unittests/FileCheck/
H A DFileCheckTest.cpp801 binop_eval_t doAdd = operator+; in TEST_F() local
802 BinaryOperation Binop(ExprStr, doAdd, std::move(FooVarUse), in TEST_F()
833 Binop = BinaryOperation(ExprStr, doAdd, std::move(FooVarUse), in TEST_F()
843 Binop = BinaryOperation(ExprStr, doAdd, std::move(Eighteen), in TEST_F()
858 Binop = BinaryOperation(ExprStr, doAdd, std::move(FooVarUse), in TEST_F()
883 ExprStr.take_front(9), doAdd, std::move(FooVarUse), std::move(BazVarUse)); in TEST_F()
885 ExprStr.take_back(10), doAdd, std::move(FooVarUse2), in TEST_F()
888 std::make_unique<BinaryOperation>(ExprStr, doAdd, std::move(Binop1), in TEST_F()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.ui/tests/org.eclipse.jface.tests.databinding/src/org/eclipse/core/tests/databinding/
H A DListBindingTest.java135 …protected IStatus doAdd(IObservableList<? super String> observableList, String element, int index)… in testAddValidationStatusContainsMultipleStatuses()
136 super.doAdd(observableList, element, index); in testAddValidationStatusContainsMultipleStatuses()
/dports/www/mediawiki137/mediawiki-1.37.1/includes/libs/objectcache/
H A DAPCUBagOStuff.php92 protected function doAdd( $key, $value, $exptime = 0, $flags = 0 ) { function in APCUBagOStuff
/dports/math/singular/Singular-Release-4-2-1/gfanlib/
H A Dgfanlib_symmetriccomplex.cpp378 bool doAdd=!boundedPart; in fvector() local
384 doAdd=isBounded; in fvector()
386 if(doAdd) in fvector()
/dports/math/gfan/gfan0.6.2/src/
H A Dgfanlib_symmetriccomplex.cpp377 bool doAdd=!boundedPart; in fvector() local
383 doAdd=isBounded; in fvector()
385 if(doAdd) in fvector()

12345678910>>...19