Home
last modified time | relevance | path

Searched refs:filterPath (Results 1 – 25 of 700) sorted by relevance

12345678910>>...28

/dports/net/norm/norm-1.5r6/protolib/include/
H A DprotoXml.h24 IterFilterBase(const char* filterPath);
26 bool AddFilter(const char* filterPath); //
36 Filter(const char* filterPath);
37 void SetPath(const char* filterPath);
73 IterParser(const char* filterPath = NULL);
76 bool Open(const char* fileName, const char* filterPath = NULL);
79 void SetFilter(const char* filterPath) in SetFilter() argument
80 {IterFilterBase::SetFilter(filterPath);} in SetFilter()
82 bool AddFilter(const char* filterPath) in AddFilter() argument
83 {return IterFilterBase::AddFilter(filterPath);} in AddFilter()
[all …]
/dports/net/norm/norm-1.5r6/protolib/src/common/
H A DprotoXml.cpp46 SetPath(filterPath); in Filter()
51 if (NULL != filterPath) in SetPath()
52 strncpy(filter_path, filterPath, FILTER_PATH_MAX); in SetPath()
58 : path_filter(filterPath) in IterFilterBase()
67 path_filter.SetPath(filterPath); in SetFilter()
74 Filter* filter = new Filter(filterPath); in AddFilter()
84 path_filter.SetPath(filterPath); in AddFilter()
188 if (NULL != filterPath) in Open()
189 IterFilterBase::SetFilter(filterPath); in Open()
275 if (NULL != filterPath) in Reset()
[all …]
/dports/misc/usd/USD-21.11/third_party/renderman-24/plugin/hdPrman/
H A DlightFilterUtils.cpp109 SdfPath &filterPath, in HdPrmanLightFilterPopulateNodesFromLightParams() argument
126 RtUString(filterPath.GetName().c_str()), in HdPrmanLightFilterPopulateNodesFromLightParams()
139 pval = sceneDelegate->GetLightParamValue(filterPath, in HdPrmanLightFilterPopulateNodesFromLightParams()
150 pval = sceneDelegate->GetLightParamValue(filterPath, in HdPrmanLightFilterPopulateNodesFromLightParams()
180 pval = sceneDelegate->GetLightParamValue(filterPath, in HdPrmanLightFilterPopulateNodesFromLightParams()
200 pval = sceneDelegate->GetLightParamValue(filterPath, in HdPrmanLightFilterPopulateNodesFromLightParams()
351 pval = sceneDelegate->GetLightParamValue(filterPath, in HdPrmanLightFilterPopulateNodesFromLightParams()
361 pval = sceneDelegate->GetLightParamValue(filterPath, in HdPrmanLightFilterPopulateNodesFromLightParams()
379 pval = sceneDelegate->GetLightParamValue(filterPath, in HdPrmanLightFilterPopulateNodesFromLightParams()
771 SdfPath &filterPath, in HdPrmanLightFilterGenerateCoordSysAndLinks() argument
[all …]
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.swt/bundles/org.eclipse.swt/Eclipse SWT/cocoa/org/eclipse/swt/widgets/
H A DDirectoryDialog.java44 String message = "", filterPath = ""; field in DirectoryDialog
109 return filterPath; in getFilterPath()
131 directoryPath = filterPath = filename.getString(); in handleResponse()
165 …NSString dir = (filterPath != null && filterPath.length() > 0) ? NSString.stringWith(filterPath) :… in open()
228 filterPath = string; in setFilterPath()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.swt/bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/widgets/
H A DDirectoryDialog.java42 String message = "", filterPath = ""; field in DirectoryDialog
98 return filterPath; in getFilterPath()
141 if (filterPath != null && filterPath.length () > 0) { in openNativeChooserDialog()
144 if (!filterPath.startsWith (SEPARATOR)) { in openNativeChooserDialog()
147 stringBuilder.append (filterPath); in openNativeChooserDialog()
212 filterPath = answer; in openNativeChooserDialog()
234 filterPath = string; in setFilterPath()
/dports/www/gitea/gitea-1.16.5/vendor/github.com/olivere/elastic/v7/
H A Dxpack_watcher_start.go24 filterPath []string // list of filters used to reduce the response member
55 func (s *XPackWatcherStartService) FilterPath(filterPath ...string) *XPackWatcherStartService {
56 s.filterPath = filterPath
91 if len(s.filterPath) > 0 {
92 params.Set("filter_path", strings.Join(s.filterPath, ","))
H A Dxpack_watcher_stop.go24 filterPath []string // list of filters used to reduce the response member
55 func (s *XPackWatcherStopService) FilterPath(filterPath ...string) *XPackWatcherStopService {
56 s.filterPath = filterPath
91 if len(s.filterPath) > 0 {
92 params.Set("filter_path", strings.Join(s.filterPath, ","))
H A Dclear_scroll.go25 filterPath []string // list of filters used to reduce the response member
59 func (s *ClearScrollService) FilterPath(filterPath ...string) *ClearScrollService {
60 s.filterPath = filterPath
102 if len(s.filterPath) > 0 {
103 params.Set("filter_path", strings.Join(s.filterPath, ","))
H A Dxpack_rollup_delete.go26 filterPath []string // list of filters used to reduce the response member
59 func (s *XPackRollupDeleteService) FilterPath(filterPath ...string) *XPackRollupDeleteService {
60 s.filterPath = filterPath
106 if len(s.filterPath) > 0 {
107 params.Set("filter_path", strings.Join(s.filterPath, ","))
H A Dxpack_rollup_start.go26 filterPath []string // list of filters used to reduce the response member
59 func (s *XPackRollupStartService) FilterPath(filterPath ...string) *XPackRollupStartService {
60 s.filterPath = filterPath
106 if len(s.filterPath) > 0 {
107 params.Set("filter_path", strings.Join(s.filterPath, ","))
H A Dxpack_rollup_stop.go26 filterPath []string // list of filters used to reduce the response member
59 func (s *XPackRollupStopService) FilterPath(filterPath ...string) *XPackRollupStopService {
60 s.filterPath = filterPath
106 if len(s.filterPath) > 0 {
107 params.Set("filter_path", strings.Join(s.filterPath, ","))
H A Dxpack_async_search_delete.go26 filterPath []string // list of filters used to reduce the response member
60 func (s *XPackAsyncSearchDelete) FilterPath(filterPath ...string) *XPackAsyncSearchDelete {
61 s.filterPath = filterPath
101 if len(s.filterPath) > 0 {
102 params.Set("filter_path", strings.Join(s.filterPath, ","))
/dports/www/mattermost-server/mattermost-server-6.0.2/vendor/gopkg.in/olivere/elastic.v6/
H A Dxpack_watcher_stop.go24 filterPath []string // list of filters used to reduce the response member
55 func (s *XPackWatcherStopService) FilterPath(filterPath ...string) *XPackWatcherStopService {
56 s.filterPath = filterPath
91 if len(s.filterPath) > 0 {
92 params.Set("filter_path", strings.Join(s.filterPath, ","))
H A Dxpack_watcher_restart.go24 filterPath []string // list of filters used to reduce the response member
55 func (s *XPackWatcherRestartService) FilterPath(filterPath ...string) *XPackWatcherRestartService {
56 s.filterPath = filterPath
91 if len(s.filterPath) > 0 {
92 params.Set("filter_path", strings.Join(s.filterPath, ","))
H A Dxpack_watcher_start.go24 filterPath []string // list of filters used to reduce the response member
55 func (s *XPackWatcherStartService) FilterPath(filterPath ...string) *XPackWatcherStartService {
56 s.filterPath = filterPath
91 if len(s.filterPath) > 0 {
92 params.Set("filter_path", strings.Join(s.filterPath, ","))
H A Dscroll.go83 s.filterPath = filterPath
327 if len(s.filterPath) > 0 {
328 params.Set("filter_path", strings.Join(s.filterPath, ","))
430 if len(s.filterPath) > 0 {
433 for _, path := range s.filterPath {
440 s.filterPath = append(s.filterPath, "_scroll_id")
442 params.Set("filter_path", strings.Join(s.filterPath, ","))
551 if len(s.filterPath) > 0 {
554 for _, path := range s.filterPath {
561 s.filterPath = append(s.filterPath, "_scroll_id")
[all …]
/dports/textproc/gitlab-elasticsearch-indexer/gitlab-elasticsearch-indexer-ef1440548effec15831eda2d246dacc43233cefb/vendor/github.com/olivere/elastic/
H A Dxpack_watcher_restart.go24 filterPath []string // list of filters used to reduce the response member
55 func (s *XPackWatcherRestartService) FilterPath(filterPath ...string) *XPackWatcherRestartService {
56 s.filterPath = filterPath
91 if len(s.filterPath) > 0 {
92 params.Set("filter_path", strings.Join(s.filterPath, ","))
H A Dxpack_watcher_start.go24 filterPath []string // list of filters used to reduce the response member
55 func (s *XPackWatcherStartService) FilterPath(filterPath ...string) *XPackWatcherStartService {
56 s.filterPath = filterPath
91 if len(s.filterPath) > 0 {
92 params.Set("filter_path", strings.Join(s.filterPath, ","))
H A Dxpack_watcher_stop.go24 filterPath []string // list of filters used to reduce the response member
55 func (s *XPackWatcherStopService) FilterPath(filterPath ...string) *XPackWatcherStopService {
56 s.filterPath = filterPath
91 if len(s.filterPath) > 0 {
92 params.Set("filter_path", strings.Join(s.filterPath, ","))
/dports/net-mgmt/bosun/bosun-0.9.0-preview/vendor/github.com/olivere/elastic/v7/
H A Dxpack_watcher_start.go24 filterPath []string // list of filters used to reduce the response member
55 func (s *XPackWatcherStartService) FilterPath(filterPath ...string) *XPackWatcherStartService {
56 s.filterPath = filterPath
91 if len(s.filterPath) > 0 {
92 params.Set("filter_path", strings.Join(s.filterPath, ","))
H A Dxpack_watcher_stop.go24 filterPath []string // list of filters used to reduce the response member
55 func (s *XPackWatcherStopService) FilterPath(filterPath ...string) *XPackWatcherStopService {
56 s.filterPath = filterPath
91 if len(s.filterPath) > 0 {
92 params.Set("filter_path", strings.Join(s.filterPath, ","))
H A Dscroll.go83 s.filterPath = filterPath
339 if len(s.filterPath) > 0 {
340 params.Set("filter_path", strings.Join(s.filterPath, ","))
442 if len(s.filterPath) > 0 {
445 for _, path := range s.filterPath {
452 s.filterPath = append(s.filterPath, "_scroll_id")
454 params.Set("filter_path", strings.Join(s.filterPath, ","))
563 if len(s.filterPath) > 0 {
566 for _, path := range s.filterPath {
573 s.filterPath = append(s.filterPath, "_scroll_id")
[all …]
/dports/x11-toolkits/swt/swt-4.20/org/eclipse/swt/widgets/
H A DDirectoryDialog.java44 String message = "", filterPath = ""; field in DirectoryDialog
100 return filterPath; in getFilterPath()
143 if (filterPath != null && filterPath.length () > 0) { in openNativeChooserDialog()
146 if (!filterPath.startsWith (SEPARATOR)) { in openNativeChooserDialog()
149 stringBuilder.append (filterPath); in openNativeChooserDialog()
217 filterPath = answer; in openNativeChooserDialog()
267 filterPath = string; in setFilterPath()
/dports/www/firefox-legacy/firefox-52.8.0esr/gfx/skia/skia/src/core/
H A DSkPathEffect.cpp66 bool SkComposePathEffect::filterPath(SkPath* dst, const SkPath& src, in filterPath() function in SkComposePathEffect
71 if (fPE1->filterPath(&tmp, src, rec, cullRect)) { in filterPath()
74 return fPE0->filterPath(dst, *ptr, rec, cullRect); in filterPath()
94 bool SkSumPathEffect::filterPath(SkPath* dst, const SkPath& src, in filterPath() function in SkSumPathEffect
97 return fPE0->filterPath(dst, src, rec, cullRect) | in filterPath()
98 fPE1->filterPath(dst, src, rec, cullRect); in filterPath()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.swt/bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/
H A DDirectoryDialog.java41 String message = "", filterPath = ""; //$NON-NLS-1$//$NON-NLS-2$ field in DirectoryDialog
99 return filterPath; in getFilterPath()
145 if (filterPath != null && filterPath.length() > 0) { in open()
146 String path = filterPath.replace('/', '\\'); in open()
202 filterPath = string; in setFilterPath()

12345678910>>...28