Home
last modified time | relevance | path

Searched defs:Strip (Results 1 – 25 of 328) sorted by relevance

12345678910>>...14

/dports/math/freefem++/FreeFem-sources-4.6/3rdparty/dissection/src/Splitters/
H A DBisectionInterConnection.hpp63 struct Strip { struct
64 unsigned begin_src;// Starting indice in source block
65 unsigned begin_dst;// Starting indice in target block
66 unsigned width;
72 Strip() : in Strip() function
77 Strip(unsigned first, unsigned sz) : in Strip() argument
83 Strip(unsigned firstSnd, unsigned firstRcv, unsigned sz) : in Strip() function
87 Strip(const Strip& strp) : in Strip() argument
99 unsigned nextIndice() const in nextIndice()
116 bool contains(const Strip& T, unsigned& decal) const in contains()
[all …]
/dports/devel/binaryen/binaryen-version_98/src/passes/
H A DStrip.cpp32 struct Strip : public Pass { struct
34 typedef std::function<bool(UserSection&)> Decider;
35 Decider decider;
37 Strip(Decider decider) : decider(decider) {} in Strip() function
39 void run(PassRunner* runner, Module* module) override { in run()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/abseil-cpp/absl/strings/
H A Dstrip_test.cc30 TEST(Strip, ConsumePrefixOneChar) { in TEST() argument
48 TEST(Strip, ConsumePrefix) { in TEST() argument
70 TEST(Strip, ConsumeSuffix) { in TEST() argument
92 TEST(Strip, StripPrefix) { in TEST() argument
104 TEST(Strip, StripSuffix) { in TEST() argument
116 TEST(Strip, RemoveExtraAsciiWhitespace) { in TEST() argument
153 TEST(Strip, StripTrailingAsciiWhitespace) { in TEST() argument
178 TEST(Strip, StripAsciiWhitespace) { in TEST() argument
/dports/devel/abseil/abseil-cpp-20211102.0/absl/strings/
H A Dstrip_test.cc30 TEST(Strip, ConsumePrefixOneChar) { in TEST() argument
48 TEST(Strip, ConsumePrefix) { in TEST() argument
70 TEST(Strip, ConsumeSuffix) { in TEST() argument
92 TEST(Strip, StripPrefix) { in TEST() argument
104 TEST(Strip, StripSuffix) { in TEST() argument
116 TEST(Strip, RemoveExtraAsciiWhitespace) { in TEST() argument
153 TEST(Strip, StripTrailingAsciiWhitespace) { in TEST() argument
178 TEST(Strip, StripAsciiWhitespace) { in TEST() argument
/dports/net-im/tg_owt/tg_owt-d578c76/src/third_party/abseil-cpp/absl/strings/
H A Dstrip_test.cc30 TEST(Strip, ConsumePrefixOneChar) { in TEST() argument
48 TEST(Strip, ConsumePrefix) { in TEST() argument
70 TEST(Strip, ConsumeSuffix) { in TEST() argument
92 TEST(Strip, StripPrefix) { in TEST() argument
104 TEST(Strip, StripSuffix) { in TEST() argument
116 TEST(Strip, RemoveExtraAsciiWhitespace) { in TEST() argument
153 TEST(Strip, StripTrailingAsciiWhitespace) { in TEST() argument
178 TEST(Strip, StripAsciiWhitespace) { in TEST() argument
/dports/www/firefox/firefox-99.0/third_party/libwebrtc/third_party/abseil-cpp/absl/strings/
H A Dstrip_test.cc30 TEST(Strip, ConsumePrefixOneChar) { in TEST() argument
48 TEST(Strip, ConsumePrefix) { in TEST() argument
70 TEST(Strip, ConsumeSuffix) { in TEST() argument
92 TEST(Strip, StripPrefix) { in TEST() argument
104 TEST(Strip, StripSuffix) { in TEST() argument
116 TEST(Strip, RemoveExtraAsciiWhitespace) { in TEST() argument
153 TEST(Strip, StripTrailingAsciiWhitespace) { in TEST() argument
178 TEST(Strip, StripAsciiWhitespace) { in TEST() argument
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/abseil-cpp/absl/strings/
H A Dstrip_test.cc30 TEST(Strip, ConsumePrefixOneChar) { in TEST() argument
48 TEST(Strip, ConsumePrefix) { in TEST() argument
70 TEST(Strip, ConsumeSuffix) { in TEST() argument
92 TEST(Strip, StripPrefix) { in TEST() argument
104 TEST(Strip, StripSuffix) { in TEST() argument
116 TEST(Strip, RemoveExtraAsciiWhitespace) { in TEST() argument
153 TEST(Strip, StripTrailingAsciiWhitespace) { in TEST() argument
178 TEST(Strip, StripAsciiWhitespace) { in TEST() argument
/dports/devel/bloaty/bloaty-1.1/third_party/abseil-cpp/absl/strings/
H A Dstrip_test.cc33 TEST(Strip, ConsumePrefixOneChar) { in TEST() argument
51 TEST(Strip, ConsumePrefix) { in TEST() argument
73 TEST(Strip, ConsumeSuffix) { in TEST() argument
95 TEST(Strip, StripPrefix) { in TEST() argument
107 TEST(Strip, StripSuffix) { in TEST() argument
119 TEST(Strip, RemoveExtraAsciiWhitespace) { in TEST() argument
156 TEST(Strip, StripTrailingAsciiWhitespace) { in TEST() argument
181 TEST(Strip, StripAsciiWhitespace) { in TEST() argument
/dports/devel/py-grpcio/grpcio-1.43.0/third_party/abseil-cpp/absl/strings/
H A Dstrip_test.cc30 TEST(Strip, ConsumePrefixOneChar) { in TEST() argument
48 TEST(Strip, ConsumePrefix) { in TEST() argument
70 TEST(Strip, ConsumeSuffix) { in TEST() argument
92 TEST(Strip, StripPrefix) { in TEST() argument
104 TEST(Strip, StripSuffix) { in TEST() argument
116 TEST(Strip, RemoveExtraAsciiWhitespace) { in TEST() argument
153 TEST(Strip, StripTrailingAsciiWhitespace) { in TEST() argument
178 TEST(Strip, StripAsciiWhitespace) { in TEST() argument
/dports/graphics/aseprite/aseprite-1.2.9/src/ui/
H A Dgrid.h52 struct Strip { struct
57 void sumStripSize(const std::vector<Strip>& strip, int& size); argument
/dports/graphics/osg/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgUtil/tristripper/src/
H A Dtri_stripper.cpp42 void tri_stripper::Strip(primitive_vector * out_pPrimitivesVector) in Strip() function in triangle_stripper::tri_stripper
144 const strip Strip = ExtendToStrip(Candidate, triangle_order(i)); in FindBestStrip() local
155 const strip Strip = BackExtendToStrip(Candidate, triangle_order(i), false); in FindBestStrip() local
163 const strip Strip = BackExtendToStrip(Candidate, triangle_order(i), true); in FindBestStrip() local
259 void tri_stripper::BuildStrip(const strip Strip) in BuildStrip()
H A Dpolicy.cpp22 void policy::Challenge(strip Strip, size_t Degree, size_t CacheHits) in Challenge()
/dports/graphics/osg34/OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgUtil/tristripper/src/
H A Dtri_stripper.cpp42 void tri_stripper::Strip(primitive_vector * out_pPrimitivesVector) in Strip() function in triangle_stripper::tri_stripper
144 const strip Strip = ExtendToStrip(Candidate, triangle_order(i)); in FindBestStrip() local
155 const strip Strip = BackExtendToStrip(Candidate, triangle_order(i), false); in FindBestStrip() local
163 const strip Strip = BackExtendToStrip(Candidate, triangle_order(i), true); in FindBestStrip() local
259 void tri_stripper::BuildStrip(const strip Strip) in BuildStrip()
H A Dpolicy.cpp22 void policy::Challenge(strip Strip, size_t Degree, size_t CacheHits) in Challenge()
/dports/www/grails/grails-1.3.6/src/java/org/codehaus/groovy/grails/web/pages/
H A DStrip.java29 class Strip { class
35 Strip(CharSequence text) { in Strip() method in Strip
/dports/games/briquolo/briquolo-0.5.7/src/MOGL/
H A DMOGL_GestionnaireObjet.cpp174 MOGL_Strip Strip; in ChargerObjetASCStrip() local
197 MOGL_Strip Strip; in ChargerObjetASCStrip() local
285 MOGL_Strip Strip; in ChargerObjetASCStrip() local
/dports/devel/git-town/git-town-7.6.0/vendor/github.com/acarl005/stripansi/
H A Dstripansi.go11 func Strip(str string) string { func
/dports/devel/git-town/git-town-7.6.0/vendor/github.com/acarl005/stripansi/stripansi-5a71ef0e047d/
H A Dstripansi.go11 func Strip(str string) string { func
/dports/net/cloudquery/cloudquery-0.16.0/vendor/github.com/acarl005/stripansi/
H A Dstripansi.go11 func Strip(str string) string { func
/dports/mail/rainloop-community/rainloop-community-php74-1.16.0_1/rainloop/v/1.16.0/app/libraries/Imagine/Filter/Basic/
H A DStrip.php20 class Strip implements FilterInterface class
/dports/mail/rainloop/rainloop-php74-1.16.0_1/rainloop/v/1.16.0/app/libraries/Imagine/Filter/Basic/
H A DStrip.php20 class Strip implements FilterInterface class
/dports/www/elgg/elgg-3.3.23/vendor/imagine/imagine/lib/Imagine/Filter/Basic/
H A DStrip.php20 class Strip implements FilterInterface class
/dports/textproc/google-ctemplate/ctemplate-ctemplate-2.4/src/windows/ctemplate/
H A Dtemplate_enums.h41 enum Strip { DO_NOT_STRIP, STRIP_BLANK_LINES, STRIP_WHITESPACE, enum
/dports/textproc/google-ctemplate/ctemplate-ctemplate-2.4/src/ctemplate/
H A Dtemplate_enums.h.in41 enum Strip { DO_NOT_STRIP, STRIP_BLANK_LINES, STRIP_WHITESPACE, enum
/dports/devel/eric6/eric6-21.11/eric/eric6/Plugins/VcsPlugins/vcsMercurial/StripExtension/
H A Dstrip.py16 class Strip(HgExtension): class

12345678910>>...14