Home
last modified time | relevance | path

Searched refs:pMatcher (Results 1 – 20 of 20) sorted by relevance

/dports/editors/libreoffice6/libreoffice-6.4.7.2/sfx2/source/appl/
H A Dappmain.cxx44 if( !pImpl->pMatcher ) in GetFilterMatcher()
46 pImpl->pMatcher = new SfxFilterMatcher(); in GetFilterMatcher()
48 pImpl->pMatcher, SfxFilterMatcher, MaybeFileHdl_Impl ) ); in GetFilterMatcher()
50 return *pImpl->pMatcher; in GetFilterMatcher()
H A Dappquit.cxx102 DELETEZ(pImpl->pMatcher); in Deinitialize()
H A Dappdata.cxx84 , pMatcher( nullptr ) in SfxAppData_Impl()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sfx2/source/appl/
H A Dappmain.cxx29 if( !pImpl->pMatcher ) in GetFilterMatcher()
31 pImpl->pMatcher.reset(new SfxFilterMatcher()); in GetFilterMatcher()
33 pImpl->pMatcher.get(), SfxFilterMatcher, MaybeFileHdl_Impl ) ); in GetFilterMatcher()
35 return *pImpl->pMatcher; in GetFilterMatcher()
H A Dappquit.cxx83 pImpl->pMatcher.reset(); in Deinitialize()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sfx2/source/doc/
H A Ddocinsert.cxx113 std::unique_ptr<SfxFilterMatcher> pMatcher; in CreateMedium() local
115 pMatcher.reset(new SfxFilterMatcher(m_sDocFactory)); in CreateMedium()
117 pMatcher.reset(new SfxFilterMatcher()); in CreateMedium()
120 ErrCode nError = pMatcher->DetectFilter( *pMedium, pFilter ); in CreateMedium()
124 pMatcher.reset(new SfxFilterMatcher(OUString::createFromAscii(pFallbackHack))); in CreateMedium()
125 nError = pMatcher->DetectFilter( *pMedium, pFilter ); in CreateMedium()
/dports/net-im/dendrite/dendrite-0.5.1/vendor/github.com/containerd/containerd/integration/client/
H A Dimage_test.go97 pMatcher := platforms.Default()
100 image, err := client.Pull(ctx, imageName, WithPlatformMatcher(pMatcher))
110 childrenHandler := images.LimitManifests(images.ChildrenHandler(cs), pMatcher, 1)
156 pMatcher := platforms.Default()
159 image, err := client.Pull(ctx, imageName, WithPlatformMatcher(pMatcher))
180 …if _, err := client.Fetch(ctx, imageName, WithPlatformMatcher(pMatcher), WithAllMetadata()); err !…
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sfx2/source/doc/
H A Ddocinsert.cxx112 std::unique_ptr<SfxFilterMatcher> pMatcher; in CreateMedium() local
114 pMatcher.reset(new SfxFilterMatcher(m_sDocFactory)); in CreateMedium()
116 pMatcher.reset(new SfxFilterMatcher()); in CreateMedium()
119 ErrCode nError = pMatcher->DetectFilter( *pMedium, pFilter ); in CreateMedium()
123 pMatcher.reset(new SfxFilterMatcher(OUString::createFromAscii(pFallbackHack))); in CreateMedium()
124 nError = pMatcher->DetectFilter( *pMedium, pFilter ); in CreateMedium()
/dports/net-mgmt/prometheus2/prometheus-2.30.3/vendor/github.com/containerd/containerd/integration/client/
H A Dimage_test.go97 pMatcher := platforms.Default()
100 image, err := client.Pull(ctx, imageName, WithPlatformMatcher(pMatcher))
110 childrenHandler := images.LimitManifests(images.ChildrenHandler(cs), pMatcher, 1)
156 pMatcher := platforms.Default()
159 image, err := client.Pull(ctx, imageName, WithPlatformMatcher(pMatcher))
180 …if _, err := client.Fetch(ctx, imageName, WithPlatformMatcher(pMatcher), WithAllMetadata()); err !…
/dports/sysutils/istio/istio-1.6.7/vendor/github.com/containerd/containerd/
H A Dimage_test.go99 pMatcher := platforms.Default()
102 image, err := client.Pull(ctx, imageName, WithPlatformMatcher(pMatcher))
112 childrenHandler := images.FilterPlatforms(images.ChildrenHandler(cs), pMatcher)
/dports/misc/concourse/concourse-6.7.2/vendor/github.com/containerd/containerd/
H A Dimage_test.go99 pMatcher := platforms.Default()
102 image, err := client.Pull(ctx, imageName, WithPlatformMatcher(pMatcher))
112 childrenHandler := images.FilterPlatforms(images.ChildrenHandler(cs), pMatcher)
/dports/devel/gitlab-runner/gitlab-runner-8925d9a06fd8e452e2161a768462652a2a13111f/vendor/github.com/containerd/containerd/containerd-1.4.3/
H A Dimage_test.go100 pMatcher := platforms.Default()
103 image, err := client.Pull(ctx, imageName, WithPlatformMatcher(pMatcher))
113 childrenHandler := images.FilterPlatforms(images.ChildrenHandler(cs), pMatcher)
/dports/sysutils/helm/helm-3.5.2/vendor/github.com/containerd/containerd/
H A Dimage_test.go100 pMatcher := platforms.Default()
103 image, err := client.Pull(ctx, imageName, WithPlatformMatcher(pMatcher))
113 childrenHandler := images.FilterPlatforms(images.ChildrenHandler(cs), pMatcher)
/dports/security/vault/vault-1.8.2/vendor/github.com/containerd/containerd/
H A Dimage_test.go100 pMatcher := platforms.Default()
103 image, err := client.Pull(ctx, imageName, WithPlatformMatcher(pMatcher))
113 childrenHandler := images.FilterPlatforms(images.ChildrenHandler(cs), pMatcher)
/dports/net-mgmt/promscale/promscale-0.6.2/vendor/github.com/containerd/containerd/
H A Dimage_test.go103 pMatcher := platforms.Default()
106 image, err := client.Pull(ctx, imageName, WithPlatformMatcher(pMatcher))
116 childrenHandler := images.LimitManifests(images.ChildrenHandler(cs), pMatcher, 1)
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sfx2/source/inc/
H A Dappdata.hxx84 SfxFilterMatcher* pMatcher; member in SfxAppData_Impl
/dports/editors/libreoffice/libreoffice-7.2.6.2/sfx2/source/inc/
H A Dappdata.hxx81 std::unique_ptr<SfxFilterMatcher> pMatcher; member in SfxAppData_Impl
/dports/databases/hsqldb/hsqldb-2.3.4/hsqldb/build/
H A Dbuild.gradle649 Matcher pMatcher
653 pMatcher = privatePattern.matcher(t.name)
654 if (pMatcher.matches()) {
655 assert pMatcher.groupCount() == 1 && pMatcher.group(1) != null:
657 describedPrivates << pMatcher.group(1)
/dports/devel/icu/icu/source/test/intltest/
H A Dregextst.cpp5434 …RegexMatcher* const pMatcher = new RegexMatcher("\\Aboo\\z", UREGEX_DOTALL|UREGEX_CASE_INSENSITIVE… in Bug8479() local
5440 pMatcher->reset(str); in Bug8479()
5442 pMatcher->matches(status); in Bug8479()
5444 delete pMatcher; in Bug8479()
5453 RegexMatcher* const pMatcher = new RegexMatcher(".", 0, status); in Bug7029() local
5457 int32_t numFields = pMatcher->split(text, splits, 10, status); in Bug7029()
5460 delete pMatcher; in Bug7029()
/dports/devel/icu-lx/icu/source/test/intltest/
H A Dregextst.cpp5434 …RegexMatcher* const pMatcher = new RegexMatcher("\\Aboo\\z", UREGEX_DOTALL|UREGEX_CASE_INSENSITIVE… in Bug8479() local
5440 pMatcher->reset(str); in Bug8479()
5442 pMatcher->matches(status); in Bug8479()
5444 delete pMatcher; in Bug8479()
5453 RegexMatcher* const pMatcher = new RegexMatcher(".", 0, status); in Bug7029() local
5457 int32_t numFields = pMatcher->split(text, splits, 10, status); in Bug7029()
5460 delete pMatcher; in Bug7029()