Home
last modified time | relevance | path

Searched refs:nameOnly (Results 1 – 25 of 219) sorted by relevance

123456789

/dports/sysutils/helm/helm-3.5.2/vendor/k8s.io/kubectl/pkg/cmd/config/
H A Dget_contexts.go42 nameOnly bool member
90 o.nameOnly = false
92 o.nameOnly = true
95 if cmdutil.GetFlagBool(cmd, "no-headers") || o.nameOnly {
149 err = printContextHeaders(out, o.nameOnly)
157 err = printContext(name, config.Contexts[name], out, o.nameOnly, config.CurrentContext == name)
166 func printContextHeaders(out io.Writer, nameOnly bool) error {
168 if nameOnly {
175 func printContext(name string, context *clientcmdapi.Context, w io.Writer, nameOnly, current bool) … argument
176 if nameOnly {
H A Dget_contexts_test.go33 nameOnly bool member
46 nameOnly: false,
63 nameOnly: false,
80 nameOnly: false,
98 nameOnly: true,
113 nameOnly: true,
124 nameOnly: false,
140 nameOnly: true,
165 if test.nameOnly {
/dports/sysutils/istio/istio-1.6.7/vendor/k8s.io/kubectl/pkg/cmd/config/
H A Dget_contexts.go42 nameOnly bool member
99 o.nameOnly = false
101 o.nameOnly = true
104 if cmdutil.GetFlagBool(cmd, "no-headers") || o.nameOnly {
143 err = printContextHeaders(out, o.nameOnly)
151 err = printContext(name, config.Contexts[name], out, o.nameOnly, config.CurrentContext == name)
160 func printContextHeaders(out io.Writer, nameOnly bool) error {
162 if nameOnly {
169 func printContext(name string, context *clientcmdapi.Context, w io.Writer, nameOnly, current bool) … argument
170 if nameOnly {
H A Dget_contexts_test.go33 nameOnly bool member
46 nameOnly: false,
63 nameOnly: false,
80 nameOnly: false,
98 nameOnly: true,
113 nameOnly: true,
124 nameOnly: false,
140 nameOnly: true,
165 if test.nameOnly {
/dports/sysutils/kubectl/kubernetes-1.22.2/staging/src/k8s.io/kubectl/pkg/cmd/config/
H A Dget_contexts.go42 nameOnly bool member
90 o.nameOnly = false
92 o.nameOnly = true
95 if cmdutil.GetFlagBool(cmd, "no-headers") || o.nameOnly {
149 err = printContextHeaders(out, o.nameOnly)
157 err = printContext(name, config.Contexts[name], out, o.nameOnly, config.CurrentContext == name)
166 func printContextHeaders(out io.Writer, nameOnly bool) error {
168 if nameOnly {
175 func printContext(name string, context *clientcmdapi.Context, w io.Writer, nameOnly, current bool) … argument
176 if nameOnly {
H A Dget_contexts_test.go33 nameOnly bool member
46 nameOnly: false,
63 nameOnly: false,
80 nameOnly: false,
98 nameOnly: true,
113 nameOnly: true,
124 nameOnly: false,
140 nameOnly: true,
165 if test.nameOnly {
/dports/science/InsightToolkit/ITK-5.0.1/Modules/IO/ImageBase/test/
H A DitkIOCommonTest.cxx30 char* nameOnly; in CheckFileNameParsing() local
35 nameOnly = new char[fileNameString.size() + 1]; in CheckFileNameParsing()
36 std::strncpy(nameOnly, fileNameString.c_str(), fileNameString.size() + 1); in CheckFileNameParsing()
88 if ( strlen(nameOnly) == 0 ) in CheckFileNameParsing()
94 nameMatches = correctNameOnly.compare(nameOnly) == 0; in CheckFileNameParsing()
122 << "\" (actual) \"" << static_cast<const char *>(nameOnly) in CheckFileNameParsing()
140 delete[] nameOnly; in CheckFileNameParsing()
/dports/security/vault/vault-1.8.2/vendor/go.mongodb.org/mongo-driver/x/mongo/driver/operation/
H A Dlist_collections.go26 nameOnly *bool member
95 if lc.nameOnly != nil {
96 dst = bsoncore.AppendBooleanElement(dst, "nameOnly", *lc.nameOnly)
112 func (lc *ListCollections) NameOnly(nameOnly bool) *ListCollections {
117 lc.nameOnly = &nameOnly
H A DlistDatabases.go29 nameOnly *bool member
184 if ld.nameOnly != nil {
186 dst = bsoncore.AppendBooleanElement(dst, "nameOnly", *ld.nameOnly)
207 func (ld *ListDatabases) NameOnly(nameOnly bool) *ListDatabases {
212 ld.nameOnly = &nameOnly
/dports/sysutils/helmfile/vault-f6547fa8e820/vendor/go.mongodb.org/mongo-driver/x/mongo/driver/operation/
H A Dlist_collections.go26 nameOnly *bool member
95 if lc.nameOnly != nil {
96 dst = bsoncore.AppendBooleanElement(dst, "nameOnly", *lc.nameOnly)
112 func (lc *ListCollections) NameOnly(nameOnly bool) *ListCollections {
117 lc.nameOnly = &nameOnly
H A DlistDatabases.go28 nameOnly *bool member
183 if ld.nameOnly != nil {
185 dst = bsoncore.AppendBooleanElement(dst, "nameOnly", *ld.nameOnly)
202 func (ld *ListDatabases) NameOnly(nameOnly bool) *ListDatabases {
207 ld.nameOnly = &nameOnly
/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/vault-plugin-database-mongodbatlas/vendor/go.mongodb.org/mongo-driver/x/mongo/driver/operation/
H A Dlist_collections.go26 nameOnly *bool member
95 if lc.nameOnly != nil {
96 dst = bsoncore.AppendBooleanElement(dst, "nameOnly", *lc.nameOnly)
112 func (lc *ListCollections) NameOnly(nameOnly bool) *ListCollections {
117 lc.nameOnly = &nameOnly
H A DlistDatabases.go29 nameOnly *bool member
184 if ld.nameOnly != nil {
186 dst = bsoncore.AppendBooleanElement(dst, "nameOnly", *ld.nameOnly)
207 func (ld *ListDatabases) NameOnly(nameOnly bool) *ListDatabases {
212 ld.nameOnly = &nameOnly
/dports/net-mgmt/semaphore/semaphore-2.6.8/vendor/go.mongodb.org/mongo-driver/x/mongo/driver/operation/
H A Dlist_collections.go26 nameOnly *bool member
95 if lc.nameOnly != nil {
96 dst = bsoncore.AppendBooleanElement(dst, "nameOnly", *lc.nameOnly)
112 func (lc *ListCollections) NameOnly(nameOnly bool) *ListCollections {
117 lc.nameOnly = &nameOnly
H A DlistDatabases.go28 nameOnly *bool member
183 if ld.nameOnly != nil {
185 dst = bsoncore.AppendBooleanElement(dst, "nameOnly", *ld.nameOnly)
202 func (ld *ListDatabases) NameOnly(nameOnly bool) *ListDatabases {
207 ld.nameOnly = &nameOnly
/dports/databases/mongodb42-tools/mongo-tools-r4.2.17/vendor/go.mongodb.org/mongo-driver/x/mongo/driver/operation/
H A Dlist_collections.go26 nameOnly *bool member
95 if lc.nameOnly != nil {
96 dst = bsoncore.AppendBooleanElement(dst, "nameOnly", *lc.nameOnly)
112 func (lc *ListCollections) NameOnly(nameOnly bool) *ListCollections {
117 lc.nameOnly = &nameOnly
H A DlistDatabases.go28 nameOnly *bool member
183 if ld.nameOnly != nil {
185 dst = bsoncore.AppendBooleanElement(dst, "nameOnly", *ld.nameOnly)
202 func (ld *ListDatabases) NameOnly(nameOnly bool) *ListDatabases {
207 ld.nameOnly = &nameOnly
/dports/net-mgmt/prometheus2/prometheus-2.30.3/vendor/go.mongodb.org/mongo-driver/x/mongo/driver/operation/
H A Dlist_collections.go26 nameOnly *bool member
96 if lc.nameOnly != nil {
97 dst = bsoncore.AppendBooleanElement(dst, "nameOnly", *lc.nameOnly)
119 func (lc *ListCollections) NameOnly(nameOnly bool) *ListCollections {
124 lc.nameOnly = &nameOnly
H A DlistDatabases.go29 nameOnly *bool member
184 if ld.nameOnly != nil {
186 dst = bsoncore.AppendBooleanElement(dst, "nameOnly", *ld.nameOnly)
207 func (ld *ListDatabases) NameOnly(nameOnly bool) *ListDatabases {
212 ld.nameOnly = &nameOnly
/dports/www/grafana8/grafana-8.3.6/vendor/go.mongodb.org/mongo-driver/x/mongo/driver/operation/
H A Dlist_collections.go26 nameOnly *bool member
96 if lc.nameOnly != nil {
97 dst = bsoncore.AppendBooleanElement(dst, "nameOnly", *lc.nameOnly)
119 func (lc *ListCollections) NameOnly(nameOnly bool) *ListCollections {
124 lc.nameOnly = &nameOnly
H A DlistDatabases.go29 nameOnly *bool member
184 if ld.nameOnly != nil {
186 dst = bsoncore.AppendBooleanElement(dst, "nameOnly", *ld.nameOnly)
207 func (ld *ListDatabases) NameOnly(nameOnly bool) *ListDatabases {
212 ld.nameOnly = &nameOnly
/dports/www/matomo/piwik/core/Updater/Migration/Db/
H A DAddIndex.php33 $nameOnly = $matches[1]; // eg "column_name"
34 $columnNamesOnly[] = $nameOnly;
35 $column = "`$nameOnly`";
/dports/databases/p5-MongoDB/MongoDB-v2.2.2/lib/MongoDB/Op/
H A D_ListCollections.pm102 if ($options->{nameOnly}) {
103 $options->{nameOnly} = true;
106 delete $options->{nameOnly};
117 nameOnly => false,
/dports/audio/fabla2-lv2/openAV-Fabla2-33f4062/src/ui/avtk/avtk/
H A Dutils.cxx85 int directories( std::string d, std::vector< std::string >& files, bool nameOnly, bool printErrors ) in directories() argument
106 if ( nameOnly ) { in directories()
125 …:vector< std::string >& files, std::string& strippedFilenameStart, bool nameOnly, bool smartShortS… in directoryContents() argument
138 if( !nameOnly ) { in directoryContents()
157 if ( nameOnly ) { in directoryContents()
/dports/audio/artyfx-lv2/openAV-ArtyFX-release-1.3-24-g6010d1a/src/avtk/avtk/
H A Dutils.cxx55 int directories( std::string d, std::vector< std::string >& files, bool nameOnly, bool printErrors ) in directories() argument
76 if ( nameOnly ) { in directories()
95 …:vector< std::string >& files, std::string& strippedFilenameStart, bool nameOnly, bool smartShortS… in directoryContents() argument
108 if( !nameOnly ) { in directoryContents()
127 if ( nameOnly ) { in directoryContents()

123456789