Home
last modified time | relevance | path

Searched refs:shouldCopy (Results 1 – 25 of 166) sorted by relevance

1234567

/dports/www/gohugo/hugo-0.91.2/common/hugio/
H A Dcopy.go56 func CopyDir(fs afero.Fs, from, to string, shouldCopy func(filename string) bool) error {
76 if shouldCopy != nil && !shouldCopy(fromFilename) {
79 if err := CopyDir(fs, fromFilename, toFilename, shouldCopy); err != nil {
/dports/lang/gnustep-base/libs-base-base-1_27_0/Source/
H A DNSConcretePointerFunctions.m31 NSUInteger (*size)(const void *item), BOOL shouldCopy)
33 if (shouldCopy == YES)
46 NSUInteger (*size)(const void *item), BOOL shouldCopy)
48 if (shouldCopy == YES)
57 NSUInteger (*size)(const void *item), BOOL shouldCopy)
279 NSUInteger (*size)(const void *item), BOOL shouldCopy)) acquireFunction
308 NSUInteger (*size)(const void *item), BOOL shouldCopy))func
H A DNSPointerFunctions.m69 NSUInteger (*size)(const void *item), BOOL shouldCopy)) acquireFunction
103 NSUInteger (*size)(const void *item), BOOL shouldCopy))func
/dports/lang/gnustep-base/libs-base-base-1_27_0/Headers/Foundation/
H A DNSPointerFunctions.h112 NSUInteger (*size)(const void *item), BOOL shouldCopy)) acquireFunction;
126 NSUInteger (*size)(const void *item), BOOL shouldCopy))func;
/dports/misc/usd/USD-21.11/pxr/usd/usdUtils/testenv/
H A DtestUsdUtilsStitch.cpp75 VtValue shouldCopy = attrSpec->GetCustomData()["copy_samples"]; in TestCallback() local
76 if (!shouldCopy.Get<bool>()) { in TestCallback()
/dports/devel/hs-git-annex/git-annex-8.20210903/Command/
H A DCopy.hs72 start o si file key = stopUnless shouldCopy $
75 shouldCopy
/dports/x11-toolkits/wxgtk30/wxWidgets-3.0.5.1/build/tools/
H A Dcreate-archive.py119 shouldCopy = True
122 shouldCopy = False
124 if shouldCopy:
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/ext/wxWidgets/build/tools/
H A Dcreate-archive.py119 shouldCopy = True
122 shouldCopy = False
124 if shouldCopy:
/dports/graphics/Coin/coin-Coin-4.0.0/include/Inventor/engines/
H A DSoEngine.h65 SbBool shouldCopy(void) const;
/dports/graphics/Coin/coin-Coin-4.0.0/src/engines/
H A DSoEngine.cpp492 if (this->shouldCopy() == FALSE) in copyThroughConnection()
513 SoEngine::shouldCopy(void) const in shouldCopy() function in SoEngine
/dports/net/syncthing/syncthing-1.18.1/syncthing/lib/util/
H A Dutils.go91 func CopyMatchingTag(from interface{}, to interface{}, tag string, shouldCopy func(value string) bo…
114 if shouldCopy(v) {
/dports/www/firefox-legacy/firefox-52.8.0esr/dom/xul/templates/
H A DnsRuleNetwork.cpp304 bool shouldCopy = (mKids.Count() > 1); in Propagate() local
314 if (shouldCopy) { in Propagate()
/dports/devel/hadoop/hadoop-1.2.1/src/tools/org/apache/hadoop/tools/distcp2/
H A DSimpleCopyListing.java182 protected boolean shouldCopy(Path path, DistCpOptions options) { in shouldCopy() method in SimpleCopyListing
267 if (!shouldCopy(fileStatus.getPath(), options)) { in writeToFileListing()
/dports/devel/hadoop2/hadoop-2.7.2-src/hadoop-tools/hadoop-distcp/src/main/java/org/apache/hadoop/tools/
H A DSimpleCopyListing.java245 protected boolean shouldCopy(Path path, DistCpOptions options) { in shouldCopy() method in SimpleCopyListing
349 if (!shouldCopy(fileStatus.getPath(), options)) { in writeToFileListing()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/clang/include/clang/AST/
H A DExprObjC.h1577 void setShouldCopy(bool shouldCopy) { in setShouldCopy() argument
1578 ObjCIndirectCopyRestoreExprBits.ShouldCopy = shouldCopy; in setShouldCopy()
1582 ObjCIndirectCopyRestoreExpr(Expr *operand, QualType type, bool shouldCopy) in ObjCIndirectCopyRestoreExpr() argument
1585 setShouldCopy(shouldCopy); in ObjCIndirectCopyRestoreExpr()
1594 bool shouldCopy() const { return ObjCIndirectCopyRestoreExprBits.ShouldCopy; } in shouldCopy() function
/dports/devel/llvm12/llvm-project-12.0.1.src/clang/include/clang/AST/
H A DExprObjC.h1577 void setShouldCopy(bool shouldCopy) { in setShouldCopy() argument
1578 ObjCIndirectCopyRestoreExprBits.ShouldCopy = shouldCopy; in setShouldCopy()
1582 ObjCIndirectCopyRestoreExpr(Expr *operand, QualType type, bool shouldCopy) in ObjCIndirectCopyRestoreExpr() argument
1585 setShouldCopy(shouldCopy); in ObjCIndirectCopyRestoreExpr()
1594 bool shouldCopy() const { return ObjCIndirectCopyRestoreExprBits.ShouldCopy; } in shouldCopy() function
/dports/devel/llvm11/llvm-11.0.1.src/tools/clang/include/clang/AST/
H A DExprObjC.h1577 void setShouldCopy(bool shouldCopy) { in setShouldCopy() argument
1578 ObjCIndirectCopyRestoreExprBits.ShouldCopy = shouldCopy; in setShouldCopy()
1582 ObjCIndirectCopyRestoreExpr(Expr *operand, QualType type, bool shouldCopy) in ObjCIndirectCopyRestoreExpr() argument
1585 setShouldCopy(shouldCopy); in ObjCIndirectCopyRestoreExpr()
1594 bool shouldCopy() const { return ObjCIndirectCopyRestoreExprBits.ShouldCopy; } in shouldCopy() function
/dports/devel/llvm90/llvm-9.0.1.src/tools/clang/include/clang/AST/
H A DExprObjC.h1588 void setShouldCopy(bool shouldCopy) { in setShouldCopy() argument
1589 ObjCIndirectCopyRestoreExprBits.ShouldCopy = shouldCopy; in setShouldCopy()
1593 ObjCIndirectCopyRestoreExpr(Expr *operand, QualType type, bool shouldCopy) in ObjCIndirectCopyRestoreExpr() argument
1599 setShouldCopy(shouldCopy); in ObjCIndirectCopyRestoreExpr()
1607 bool shouldCopy() const { return ObjCIndirectCopyRestoreExprBits.ShouldCopy; } in shouldCopy() function
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/clang/include/clang/AST/
H A DExprObjC.h1577 void setShouldCopy(bool shouldCopy) { in setShouldCopy() argument
1578 ObjCIndirectCopyRestoreExprBits.ShouldCopy = shouldCopy; in setShouldCopy()
1582 ObjCIndirectCopyRestoreExpr(Expr *operand, QualType type, bool shouldCopy) in ObjCIndirectCopyRestoreExpr() argument
1585 setShouldCopy(shouldCopy); in ObjCIndirectCopyRestoreExpr()
1594 bool shouldCopy() const { return ObjCIndirectCopyRestoreExprBits.ShouldCopy; } in shouldCopy() function
/dports/devel/llvm10/llvm-10.0.1.src/tools/clang/include/clang/AST/
H A DExprObjC.h1588 void setShouldCopy(bool shouldCopy) { in setShouldCopy() argument
1589 ObjCIndirectCopyRestoreExprBits.ShouldCopy = shouldCopy; in setShouldCopy()
1593 ObjCIndirectCopyRestoreExpr(Expr *operand, QualType type, bool shouldCopy) in ObjCIndirectCopyRestoreExpr() argument
1599 setShouldCopy(shouldCopy); in ObjCIndirectCopyRestoreExpr()
1607 bool shouldCopy() const { return ObjCIndirectCopyRestoreExprBits.ShouldCopy; } in shouldCopy() function
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/clang/include/clang/AST/
H A DExprObjC.h1577 void setShouldCopy(bool shouldCopy) { in setShouldCopy() argument
1578 ObjCIndirectCopyRestoreExprBits.ShouldCopy = shouldCopy; in setShouldCopy()
1582 ObjCIndirectCopyRestoreExpr(Expr *operand, QualType type, bool shouldCopy) in ObjCIndirectCopyRestoreExpr() argument
1585 setShouldCopy(shouldCopy); in ObjCIndirectCopyRestoreExpr()
1594 bool shouldCopy() const { return ObjCIndirectCopyRestoreExprBits.ShouldCopy; } in shouldCopy() function
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/clang/include/clang/AST/
H A DExprObjC.h1577 void setShouldCopy(bool shouldCopy) { in setShouldCopy() argument
1578 ObjCIndirectCopyRestoreExprBits.ShouldCopy = shouldCopy; in setShouldCopy()
1582 ObjCIndirectCopyRestoreExpr(Expr *operand, QualType type, bool shouldCopy) in ObjCIndirectCopyRestoreExpr() argument
1585 setShouldCopy(shouldCopy); in ObjCIndirectCopyRestoreExpr()
1594 bool shouldCopy() const { return ObjCIndirectCopyRestoreExprBits.ShouldCopy; } in shouldCopy() function
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/clang/include/clang/AST/
H A DExprObjC.h1577 void setShouldCopy(bool shouldCopy) { in setShouldCopy() argument
1578 ObjCIndirectCopyRestoreExprBits.ShouldCopy = shouldCopy; in setShouldCopy()
1582 ObjCIndirectCopyRestoreExpr(Expr *operand, QualType type, bool shouldCopy) in ObjCIndirectCopyRestoreExpr() argument
1585 setShouldCopy(shouldCopy); in ObjCIndirectCopyRestoreExpr()
1594 bool shouldCopy() const { return ObjCIndirectCopyRestoreExprBits.ShouldCopy; } in shouldCopy() function
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/clang/include/clang/AST/
H A DExprObjC.h1588 void setShouldCopy(bool shouldCopy) { in setShouldCopy() argument
1589 ObjCIndirectCopyRestoreExprBits.ShouldCopy = shouldCopy; in setShouldCopy()
1593 ObjCIndirectCopyRestoreExpr(Expr *operand, QualType type, bool shouldCopy) in ObjCIndirectCopyRestoreExpr() argument
1599 setShouldCopy(shouldCopy); in ObjCIndirectCopyRestoreExpr()
1607 bool shouldCopy() const { return ObjCIndirectCopyRestoreExprBits.ShouldCopy; } in shouldCopy() function
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/clang/include/clang/AST/
H A DExprObjC.h1577 void setShouldCopy(bool shouldCopy) { in setShouldCopy() argument
1578 ObjCIndirectCopyRestoreExprBits.ShouldCopy = shouldCopy; in setShouldCopy()
1582 ObjCIndirectCopyRestoreExpr(Expr *operand, QualType type, bool shouldCopy) in ObjCIndirectCopyRestoreExpr() argument
1585 setShouldCopy(shouldCopy); in ObjCIndirectCopyRestoreExpr()
1594 bool shouldCopy() const { return ObjCIndirectCopyRestoreExprBits.ShouldCopy; } in shouldCopy() function

1234567