Home
last modified time | relevance | path

Searched refs:subPath (Results 1 – 25 of 1832) sorted by relevance

12345678910>>...74

/dports/sysutils/kubectl/kubernetes-1.22.2/pkg/volume/util/subpath/
H A Dsubpath_windows_test.go53 subPath string
59 subPath: ``,
115 linkPath := test.subPath
147 subPath string
154 subPath: ``,
161 subPath: `a`,
216 linkPath := test.subPath
251 subPath string
258 subPath: ``,
265 subPath: `a`,
[all …]
/dports/mail/phplist/phplist-3.6.6/public_html/lists/base/vendor/symfony/symfony/src/Symfony/Component/Validator/Util/
H A DPropertyPath.php33 * @param string $subPath The path to append
37 public static function append($basePath, $subPath) argument
39 $subPath = (string) $subPath;
40 if ('' !== $subPath) {
41 if ('[' === $subPath[0]) {
42 return $basePath.$subPath;
45 return '' !== $basePath ? $basePath.'.'.$subPath : $subPath;
/dports/finance/prestashop/prestashop/vendor/symfony/symfony/src/Symfony/Component/Validator/Util/
H A DPropertyPath.php33 * @param string $subPath The path to append
37 public static function append($basePath, $subPath) argument
39 $subPath = (string) $subPath;
40 if ('' !== $subPath) {
41 if ('[' === $subPath[0]) {
42 return $basePath.$subPath;
45 return '' !== $basePath ? $basePath.'.'.$subPath : $subPath;
/dports/www/drupal8/drupal-8.9.20/vendor/symfony/validator/Util/
H A DPropertyPath.php33 * @param string $subPath The path to append
37 public static function append($basePath, $subPath) argument
39 $subPath = (string) $subPath;
40 if ('' !== $subPath) {
41 if ('[' === $subPath[0]) {
42 return $basePath.$subPath;
45 return '' !== $basePath ? $basePath.'.'.$subPath : $subPath;
/dports/www/drupal9/drupal-9.2.10/vendor/symfony/validator/Util/
H A DPropertyPath.php33 * @param string $subPath The path to append
37 public static function append($basePath, $subPath) argument
39 $subPath = (string) $subPath;
40 if ('' !== $subPath) {
41 if ('[' === $subPath[0]) {
42 return $basePath.$subPath;
45 return '' !== $basePath ? $basePath.'.'.$subPath : $subPath;
/dports/www/bolt/bolt-2.2.24/vendor/symfony/validator/Symfony/Component/Validator/Util/
H A DPropertyPath.php35 * @param string $subPath The path to append
39 public static function append($basePath, $subPath) argument
41 if ('' !== (string) $subPath) {
42 if ('[' === $subPath{0}) {
43 return $basePath.$subPath;
46 return '' !== (string) $basePath ? $basePath.'.'.$subPath : $subPath;
/dports/net-mgmt/icingaweb2/icingaweb2-2.8.2/library/vendor/Zend/Controller/Router/Route/
H A DChain.php90 $subPath = $path;
97 && $subPath !== ''
98 && $subPath !== false
100 $separator = substr($subPath, 0, strlen($this->_separators[$key]));
107 $subPath = substr($subPath, strlen($separator));
111 $match = $subPath;
113 $request->setPathInfo($subPath);
127 $subPath = substr($subPath, strlen($matchedPath));
135 if ($subPath !== '' && $subPath !== false) {
/dports/www/bolt/bolt-2.2.24/vendor/symfony/validator/Symfony/Component/Validator/
H A DExecutionContextInterface.php110 * @param string $subPath The relative property path for the violation
123 …public function addViolationAt($subPath, $message, array $parameters = array(), $invalidValue = nu… argument
155 * @param string $subPath The path to append to the context's property path.
168 … public function validate($value, $subPath = '', $groups = null, $traverse = false, $deep = false); argument
192 … * @param string $subPath The path to append to the context's property path.
201 public function validateValue($value, $constraints, $subPath = '', $groups = null); argument
319 * @param string $subPath Optional. The suffix appended to the current
326 public function getPropertyPath($subPath = ''); argument
H A DExecutionContext.php121 …public function addViolationAt($subPath, $message, array $parameters = array(), $invalidValue = nu… argument
130 $this->getPropertyPath($subPath),
157 public function getPropertyPath($subPath = '') argument
159 if ('' != $subPath && '' !== $this->propertyPath && '[' !== $subPath[0]) {
160 return $this->propertyPath.'.'.$subPath;
163 return $this->propertyPath.$subPath;
221 … public function validate($value, $subPath = '', $groups = null, $traverse = false, $deep = false) argument
223 $propertyPath = $this->getPropertyPath($subPath);
233 public function validateValue($value, $constraints, $subPath = '', $groups = null) argument
237 if (null === $groups && '' === $subPath) {
[all …]
/dports/audio/carla/Carla-2.4.1/source/modules/juce_graphics/geometry/
H A Djuce_PathStrokeType.cpp376 auto& l = subPath.getReference (subPath.size() - 1); in shortenSubPath()
383 LineSection& prev = subPath.getReference (subPath.size() - 2); in shortenSubPath()
386 subPath.removeLast(); in shortenSubPath()
414 subPath.remove (0); in shortenSubPath()
436 jassert (subPath.size() > 0); in addSubPath()
479 auto& lastLine = subPath.getReference (subPath.size() - 1); in addSubPath()
579 Array<LineSection> subPath; in createStroke() local
591 if (subPath.size() > 0) in createStroke()
594 subPath.clearQuick(); in createStroke()
635 subPath.add (l); in createStroke()
[all …]
/dports/devel/juce/JUCE-f37e9a1/modules/juce_graphics/geometry/
H A Djuce_PathStrokeType.cpp376 auto& l = subPath.getReference (subPath.size() - 1); in shortenSubPath()
383 LineSection& prev = subPath.getReference (subPath.size() - 2); in shortenSubPath()
386 subPath.removeLast(); in shortenSubPath()
414 subPath.remove (0); in shortenSubPath()
436 jassert (subPath.size() > 0); in addSubPath()
479 auto& lastLine = subPath.getReference (subPath.size() - 1); in addSubPath()
579 Array<LineSection> subPath; in createStroke() local
591 if (subPath.size() > 0) in createStroke()
594 subPath.clearQuick(); in createStroke()
635 subPath.add (l); in createStroke()
[all …]
/dports/www/bolt/bolt-2.2.24/vendor/symfony/validator/Symfony/Component/Validator/Context/
H A DLegacyExecutionContext.php78 …public function addViolationAt($subPath, $message, array $parameters = array(), $invalidValue = nu… argument
83 ->atPath($subPath)
95 ->atPath($subPath)
103 … public function validate($value, $subPath = '', $groups = null, $traverse = false, $deep = false) argument
112 ->atPath($subPath)
123 ->atPath($subPath)
131 ->atPath($subPath)
139 public function validateValue($value, $constraints, $subPath = '', $groups = null) argument
144 ->atPath($subPath)
/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/vic/vendor/github.com/docker/distribution/registry/storage/driver/filesystem/
H A Ddriver.go162 writer, err := d.Writer(ctx, subPath, false)
200 fullPath := d.fullPath(subPath)
234 fullPath := d.fullPath(subPath)
239 return nil, storagedriver.PathNotFoundError{Path: subPath}
246 path: subPath,
254 fullPath := d.fullPath(subPath)
273 keys = append(keys, path.Join(subPath, fileName))
299 fullPath := d.fullPath(subPath)
305 return storagedriver.PathNotFoundError{Path: subPath}
319 func (d *driver) fullPath(subPath string) string {
[all …]
/dports/devel/gitlab-runner/gitlab-runner-8925d9a06fd8e452e2161a768462652a2a13111f/vendor/github.com/docker/distribution/distribution-2.7.0/registry/storage/driver/filesystem/
H A Ddriver.go136 writer, err := d.Writer(ctx, subPath, false)
174 fullPath := d.fullPath(subPath)
208 fullPath := d.fullPath(subPath)
213 return nil, storagedriver.PathNotFoundError{Path: subPath}
220 path: subPath,
228 fullPath := d.fullPath(subPath)
247 keys = append(keys, path.Join(subPath, fileName))
273 fullPath := d.fullPath(subPath)
279 return storagedriver.PathNotFoundError{Path: subPath}
299 func (d *driver) fullPath(subPath string) string {
[all …]
/dports/sysutils/istio/istio-1.6.7/vendor/github.com/docker/distribution/registry/storage/driver/filesystem/
H A Ddriver.go136 writer, err := d.Writer(ctx, subPath, false)
174 fullPath := d.fullPath(subPath)
208 fullPath := d.fullPath(subPath)
213 return nil, storagedriver.PathNotFoundError{Path: subPath}
220 path: subPath,
228 fullPath := d.fullPath(subPath)
247 keys = append(keys, path.Join(subPath, fileName))
273 fullPath := d.fullPath(subPath)
279 return storagedriver.PathNotFoundError{Path: subPath}
299 func (d *driver) fullPath(subPath string) string {
[all …]
/dports/databases/timescaledb-backup/timescaledb-backup-0.1.1/vendor/github.com/docker/distribution/registry/storage/driver/filesystem/
H A Ddriver.go136 writer, err := d.Writer(ctx, subPath, false)
174 fullPath := d.fullPath(subPath)
208 fullPath := d.fullPath(subPath)
213 return nil, storagedriver.PathNotFoundError{Path: subPath}
220 path: subPath,
228 fullPath := d.fullPath(subPath)
247 keys = append(keys, path.Join(subPath, fileName))
273 fullPath := d.fullPath(subPath)
279 return storagedriver.PathNotFoundError{Path: subPath}
299 func (d *driver) fullPath(subPath string) string {
[all …]
/dports/net-mgmt/promscale/promscale-0.6.2/vendor/github.com/docker/distribution/registry/storage/driver/filesystem/
H A Ddriver.go136 writer, err := d.Writer(ctx, subPath, false)
174 fullPath := d.fullPath(subPath)
208 fullPath := d.fullPath(subPath)
213 return nil, storagedriver.PathNotFoundError{Path: subPath}
220 path: subPath,
228 fullPath := d.fullPath(subPath)
247 keys = append(keys, path.Join(subPath, fileName))
273 fullPath := d.fullPath(subPath)
279 return storagedriver.PathNotFoundError{Path: subPath}
299 func (d *driver) fullPath(subPath string) string {
[all …]
/dports/net-mgmt/prometheus2/prometheus-2.30.3/vendor/github.com/docker/distribution/registry/storage/driver/filesystem/
H A Ddriver.go136 writer, err := d.Writer(ctx, subPath, false)
174 fullPath := d.fullPath(subPath)
208 fullPath := d.fullPath(subPath)
213 return nil, storagedriver.PathNotFoundError{Path: subPath}
220 path: subPath,
228 fullPath := d.fullPath(subPath)
247 keys = append(keys, path.Join(subPath, fileName))
273 fullPath := d.fullPath(subPath)
279 return storagedriver.PathNotFoundError{Path: subPath}
299 func (d *driver) fullPath(subPath string) string {
[all …]
/dports/security/vault/vault-1.8.2/vendor/github.com/docker/distribution/registry/storage/driver/filesystem/
H A Ddriver.go136 writer, err := d.Writer(ctx, subPath, false)
174 fullPath := d.fullPath(subPath)
208 fullPath := d.fullPath(subPath)
213 return nil, storagedriver.PathNotFoundError{Path: subPath}
220 path: subPath,
228 fullPath := d.fullPath(subPath)
247 keys = append(keys, path.Join(subPath, fileName))
273 fullPath := d.fullPath(subPath)
279 return storagedriver.PathNotFoundError{Path: subPath}
299 func (d *driver) fullPath(subPath string) string {
[all …]
/dports/net-im/dendrite/dendrite-0.5.1/vendor/github.com/docker/distribution/registry/storage/driver/filesystem/
H A Ddriver.go136 writer, err := d.Writer(ctx, subPath, false)
174 fullPath := d.fullPath(subPath)
208 fullPath := d.fullPath(subPath)
213 return nil, storagedriver.PathNotFoundError{Path: subPath}
220 path: subPath,
228 fullPath := d.fullPath(subPath)
247 keys = append(keys, path.Join(subPath, fileName))
273 fullPath := d.fullPath(subPath)
279 return storagedriver.PathNotFoundError{Path: subPath}
299 func (d *driver) fullPath(subPath string) string {
[all …]
/dports/misc/concourse/concourse-6.7.2/vendor/github.com/docker/distribution/registry/storage/driver/filesystem/
H A Ddriver.go136 writer, err := d.Writer(ctx, subPath, false)
174 fullPath := d.fullPath(subPath)
208 fullPath := d.fullPath(subPath)
213 return nil, storagedriver.PathNotFoundError{Path: subPath}
220 path: subPath,
228 fullPath := d.fullPath(subPath)
247 keys = append(keys, path.Join(subPath, fileName))
273 fullPath := d.fullPath(subPath)
279 return storagedriver.PathNotFoundError{Path: subPath}
299 func (d *driver) fullPath(subPath string) string {
[all …]
/dports/sysutils/helm/helm-3.5.2/vendor/github.com/docker/distribution/registry/storage/driver/filesystem/
H A Ddriver.go136 writer, err := d.Writer(ctx, subPath, false)
174 fullPath := d.fullPath(subPath)
208 fullPath := d.fullPath(subPath)
213 return nil, storagedriver.PathNotFoundError{Path: subPath}
220 path: subPath,
228 fullPath := d.fullPath(subPath)
247 keys = append(keys, path.Join(subPath, fileName))
273 fullPath := d.fullPath(subPath)
279 return storagedriver.PathNotFoundError{Path: subPath}
299 func (d *driver) fullPath(subPath string) string {
[all …]
/dports/sysutils/docker-registry/distribution-2.7.1/registry/storage/driver/filesystem/
H A Ddriver.go136 writer, err := d.Writer(ctx, subPath, false)
174 fullPath := d.fullPath(subPath)
208 fullPath := d.fullPath(subPath)
213 return nil, storagedriver.PathNotFoundError{Path: subPath}
220 path: subPath,
228 fullPath := d.fullPath(subPath)
247 keys = append(keys, path.Join(subPath, fileName))
273 fullPath := d.fullPath(subPath)
279 return storagedriver.PathNotFoundError{Path: subPath}
299 func (d *driver) fullPath(subPath string) string {
[all …]
/dports/devel/pear-PHPTAL/PHPTAL-1.3.0/PHPTAL/Php/
H A DTalesInternal.php251 $subPath .= $c;
261 $subPath .= $c;
271 $subPath .= $c;
281 $subPath .= $c;
286 $subPath = '';
294 $subEval = self::compileToPHPExpression($tales_prefix.$subPath,false);
296 $subPath = '';
306 $subPath = $c;
309 $subPath .= $c;
314 $subPath .= $c;
[all …]
/dports/www/owncloud/owncloud/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/CloudRun/
H A DVolumeMount.php23 public $subPath; variable in Google_Service_CloudRun_VolumeMount
49 public function setSubPath($subPath) argument
51 $this->subPath = $subPath;
55 return $this->subPath;

12345678910>>...74