Home
last modified time | relevance | path

Searched refs:PathOption (Results 1 – 25 of 70) sorted by relevance

123

/dports/audio/faust/faust-2.37.3/tools/scbuilder/
H A Dscbuilder277 PathOption('BUILD_DIR',
290 PathOption('DESTDIR',
292 PathOption('FAUST2SC',
294 PathOption.PathAccept),
297 PathOption('PREFIX',
299 PathOption('INSTALLDIR',
301 PathOption.PathAccept),
306 PathOption('PLUGIN_SOURCES',
308 PathOption.PathAccept),
309 PathOption('SC_SOURCE_DIR',
[all …]
/dports/net/gscloud/gscloud-0.11.0/vendor/k8s.io/apimachinery/pkg/util/validation/field/
H A Dpath.go30 type PathOption func(o *pathOptions) type
33 func WithPath(p *Path) PathOption {
40 func ToPath(opts ...PathOption) *Path { argument
/dports/net-mgmt/prometheus2/prometheus-2.30.3/vendor/k8s.io/apimachinery/pkg/util/validation/field/
H A Dpath.go30 type PathOption func(o *pathOptions) type
33 func WithPath(p *Path) PathOption {
40 func ToPath(opts ...PathOption) *Path { argument
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/grafana/loki/vendor/k8s.io/apimachinery/pkg/util/validation/field/
H A Dpath.go30 type PathOption func(o *pathOptions) type
33 func WithPath(p *Path) PathOption {
40 func ToPath(opts ...PathOption) *Path { argument
/dports/devel/gitlab-runner/gitlab-runner-8925d9a06fd8e452e2161a768462652a2a13111f/vendor/k8s.io/apimachinery/pkg/util/validation/field/
H A Dpath.go30 type PathOption func(o *pathOptions) type
33 func WithPath(p *Path) PathOption {
40 func ToPath(opts ...PathOption) *Path { argument
/dports/sysutils/kubectl/kubernetes-1.22.2/staging/src/k8s.io/apimachinery/pkg/util/validation/field/
H A Dpath.go30 type PathOption func(o *pathOptions) type
33 func WithPath(p *Path) PathOption {
40 func ToPath(opts ...PathOption) *Path { argument
/dports/devel/gitlab-runner/gitlab-runner-8925d9a06fd8e452e2161a768462652a2a13111f/vendor/k8s.io/apimachinery/apimachinery-0.21.1/pkg/util/validation/field/
H A Dpath.go30 type PathOption func(o *pathOptions) type
33 func WithPath(p *Path) PathOption {
40 func ToPath(opts ...PathOption) *Path { argument
/dports/net/traefik/traefik-2.6.1/vendor/k8s.io/apimachinery/pkg/util/validation/field/
H A Dpath.go30 type PathOption func(o *pathOptions) type
33 func WithPath(p *Path) PathOption {
40 func ToPath(opts ...PathOption) *Path { argument
/dports/sysutils/doctl/doctl-1.68.0/vendor/k8s.io/apimachinery/pkg/util/validation/field/
H A Dpath.go30 type PathOption func(o *pathOptions) type
33 func WithPath(p *Path) PathOption {
40 func ToPath(opts ...PathOption) *Path { argument
/dports/science/apbs/apbs-pdb2pqr-apbs-1.5-102-g500c1473/pdb2pqr/scons/scons-local-2.3.3/SCons/Options/
H A D__init__.py40 from PathOption import PathOption # okay
/dports/graphics/photivo/photivo/scons-local-2.2.0/SCons/Options/
H A D__init__.py40 from PathOption import PathOption # okay
/dports/devel/nuitka/Nuitka-0.6.17/nuitka/build/inline_copy/lib/scons-2.3.2/SCons/Options/
H A D__init__.py40 from PathOption import PathOption # okay
/dports/graphics/py-pivy/pivy-0.6.6/scons/scons-local-1.2.0.d20090919/SCons/Options/
H A D__init__.py40 from PathOption import PathOption # okay
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/third_party/scons-2.5.0/scons-local-2.5.0/SCons/Options/
H A D__init__.py40 from PathOption import PathOption # okay
/dports/x11-toolkits/ctk/CTK-2018-10-29/Libs/Widgets/
H A DctkPathListWidget.h69 Q_FLAGS(PathOption PathOptions)
81 enum PathOption enum
94 Q_DECLARE_FLAGS(PathOptions, PathOption)
/dports/devel/hadoop2/hadoop-2.7.2-src/hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/util/
H A DOptions.java82 public static abstract class PathOption { class in Options
84 protected PathOption(Path value) { in PathOption() method in Options.PathOption
/dports/deskutils/fbreader/FBReader-0.99.6-freebsdport/fbreader/src/library/
H A DLibrary.cpp52 PathOption(ZLCategoryKey::CONFIG, OPTIONS, "BookPath", ""), in Library()
142 myPath != PathOption.value())) { in revision()
143 myPath = PathOption.value(); in revision()
180 myPath != PathOption.value()) { in synchronize()
181 myPath = PathOption.value(); in synchronize()
/dports/emulators/mess/mame-mame0226/3rdparty/portaudio/build/scons/
H A DSConscript_opts38 return PathOption(opt, explanation, default)
40 # return PathOption(path, help, default, PathOption.PathIsDir)
/dports/emulators/mame/mame-mame0226/3rdparty/portaudio/build/scons/
H A DSConscript_opts38 return PathOption(opt, explanation, default)
40 # return PathOption(path, help, default, PathOption.PathIsDir)
/dports/audio/portaudio/portaudio/build/scons/
H A DSConscript_opts38 return PathOption(opt, explanation, default)
40 # return PathOption(path, help, default, PathOption.PathIsDir)
/dports/audio/supercollider/SuperCollider-3.11.0-Source/external_libraries/portaudio_sc_org/build/scons/
H A DSConscript_opts38 return PathOption(opt, explanation, default)
40 # return PathOption(path, help, default, PathOption.PathIsDir)
/dports/sysutils/kubectl/kubernetes-1.22.2/staging/src/k8s.io/component-helpers/scheduling/corev1/nodeaffinity/
H A Dnodeaffinity.go40 func NewNodeSelector(ns *v1.NodeSelector, opts ...field.PathOption) (*NodeSelector, error) { argument
56 func NewLazyErrorNodeSelector(ns *v1.NodeSelector, opts ...field.PathOption) *LazyErrorNodeSelector… argument
112 func NewPreferredSchedulingTerms(terms []v1.PreferredSchedulingTerm, opts ...field.PathOption) (*Pr… argument
/dports/www/trac-devel/Trac-1.5.3/tracopt/perm/
H A Dauthz_policy.py22 from trac.config import ConfigurationError, PathOption, UnicodeConfigParser
131 authz_file = PathOption('authz_policy', 'authz_file', '',
/dports/deskutils/fbreader/FBReader-0.99.6-freebsdport/fbreader/src/optionsDialog/library/
H A DLibraryOptionsDialog.cpp35 libraryTab.addOption(ZLResourceKey("bookPath"), library.PathOption); in LibraryOptionsDialog()
/dports/www/trac-devel/Trac-1.5.3/trac/versioncontrol/
H A Dsvn_authz.py22 PathOption, UnicodeConfigParser
105 authz_file = PathOption('svn', 'authz_file', '',

123