Home
last modified time | relevance | path

Searched refs:pathSegment (Results 1 – 25 of 60) sorted by relevance

123

/dports/www/zend-framework/ZendFramework-2.4.13/library/Zend/Dom/Document/
H A DQuery.php84 $pathSegment = static::_tokenize($segment);
86 if (0 === strpos($pathSegment, '[contains(')) {
87 $paths[0] .= '*' . ltrim($pathSegment, '*');
89 $paths[0] .= $pathSegment;
93 if (0 === strpos($pathSegment, '[contains(')) {
95 $paths[$pathKey] .= '//*' . ltrim($pathSegment, '*');
96 $paths[] = $xpath . $pathSegment;
100 $paths[$pathKey] .= '//' . $pathSegment;
/dports/audio/rhvoice/RHVoice-1.2.4/src/third-party/cldr/tools/java/org/unicode/cldr/json/
H A DCldrNode.java14 public static CldrNode createNode(String parent, String pathSegment, in createNode() argument
59 private static String extractAttrs(String pathSegment, in extractAttrs() argument
65 int ind1 = pathSegment.indexOf("[@", start); in extractAttrs()
68 trunk = pathSegment; in extractAttrs()
73 trunk = pathSegment.substring(0, ind1); in extractAttrs()
76 int ind2 = pathSegment.indexOf("=", ind1); in extractAttrs()
81 String attr = pathSegment.substring(ind1, ind2); in extractAttrs()
84 if (pathSegment.charAt(ind1) == '"') { in extractAttrs()
86 ind2 = pathSegment.indexOf("\"]", ind1); in extractAttrs()
88 ind2 = pathSegment.indexOf("]", ind1); in extractAttrs()
[all …]
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Web/Routing/
H A DRouteParser.cs159 foreach (string pathSegment in urlParts) { in SplitUrlToPathSegments()
160 bool isCurrentPartSeparator = IsSeparator(pathSegment); in SplitUrlToPathSegments()
166 IList<PathSubsegment> subsegments = ParseUrlSegment(pathSegment, out exception); in SplitUrlToPathSegments()
217 foreach (string pathSegment in pathSegments) { in ValidateUrlParts()
232 isPreviousPartSeparator = IsSeparator(pathSegment); in ValidateUrlParts()
236 isCurrentPartSeparator = IsSeparator(pathSegment); in ValidateUrlParts()
249 IList<PathSubsegment> subsegments = ParseUrlSegment(pathSegment, out exception); in ValidateUrlParts()
253 exception = ValidateUrlSegment(subsegments, usedParameterNames, pathSegment); in ValidateUrlParts()
266 …nt(IList<PathSubsegment> pathSubsegments, HashSet<string> usedParameterNames, string pathSegment) { in ValidateUrlSegment() argument
H A DParsedRoute.cs162 PathSegment pathSegment = PathSegments[i]; // parsedRouteUrlPart in Bind()
164 if (pathSegment is SeparatorPathSegment) { in Bind()
197 ContentPathSegment contentPathSegment = pathSegment as ContentPathSegment; in Bind()
340 PathSegment pathSegment = pathSegments[i]; in ForEachParameter()
342 if (pathSegment is SeparatorPathSegment) { in ForEachParameter()
347 ContentPathSegment contentPathSegment = pathSegment as ContentPathSegment; in ForEachParameter()
431 PathSegment pathSegment = PathSegments[i]; in Match()
439 if (pathSegment is SeparatorPathSegment) { in Match()
450 ContentPathSegment contentPathSegment = pathSegment as ContentPathSegment; in Match()
/dports/lang/mono/mono-5.10.1.57/external/aspnetwebstack/src/System.Web.Http/Routing/
H A DHttpRouteParser.cs173 foreach (string pathSegment in uriParts) in SplitUriToPathSegments()
175 bool isCurrentPartSeparator = IsSeparator(pathSegment); in SplitUriToPathSegments()
183 IList<PathSubsegment> subsegments = ParseUriSegment(pathSegment, out exception); in SplitUriToPathSegments()
243 foreach (string pathSegment in pathSegments) in ValidateUriParts()
256 isPreviousPartSeparator = IsSeparator(pathSegment); in ValidateUriParts()
261 isCurrentPartSeparator = IsSeparator(pathSegment); in ValidateUriParts()
277 IList<PathSubsegment> subsegments = ParseUriSegment(pathSegment, out exception); in ValidateUriParts()
H A DHttpParsedRoute.cs193 PathSegment pathSegment = _pathSegments[i]; // parsedRouteUriPart in Bind()
195 if (pathSegment is PathSeparatorSegment) in Bind()
236 PathContentSegment contentPathSegment = pathSegment as PathContentSegment; in Bind()
413 PathSegment pathSegment = pathSegments[i]; in ForEachParameter()
415 if (pathSegment is PathSeparatorSegment) in ForEachParameter()
422 PathContentSegment contentPathSegment = pathSegment as PathContentSegment; in ForEachParameter()
525 PathSegment pathSegment = _pathSegments[i]; in Match()
534 if (pathSegment is PathSeparatorSegment) in Match()
550 PathContentSegment contentPathSegment = pathSegment as PathContentSegment; in Match()
/dports/net-p2p/go-ethereum/go-ethereum-1.10.14/vendor/github.com/graph-gophers/graphql-go/internal/exec/
H A Dexec.go71 func (r *Request) execSelections(ctx context.Context, sels []selected.Selection, path *pathSegment,…
85 execFieldSelection(ctx, r, s, f, &pathSegment{path, f.field.Alias}, true)
92 execFieldSelection(ctx, r, s, f, &pathSegment{path, f.field.Alias}, true)
165 …ntext.Context, r *Request, s *resolvable.Schema, f *fieldToExec, path *pathSegment, applyLimiter b… argument
242 …ctx context.Context, sels []selected.Selection, typ common.Type, path *pathSegment, s *resolvable.…
312 …tx context.Context, sels []selected.Selection, typ *common.List, path *pathSegment, s *resolvable.…
326 …r.execSelectionSet(ctx, sels, typ.OfType, &pathSegment{path, i}, s, resolver.Index(i), &entryouts[…
334 …r.execSelectionSet(ctx, sels, typ.OfType, &pathSegment{path, i}, s, resolver.Index(i), &entryouts[…
365 type pathSegment struct { struct
366 parent *pathSegment argument
[all …]
/dports/audio/ampache/ampache-php74-5.0.0/vendor/sabre/http/lib/
H A DURLUtil.php41 * @param string $pathSegment
44 static function encodePathSegment($pathSegment) { argument
46 return encodePathSegment($pathSegment);
/dports/www/dolibarr/dolibarr-14.0.3/htdocs/includes/sabre/sabre/http/lib/
H A DURLUtil.php41 * @param string $pathSegment
44 static function encodePathSegment($pathSegment) { argument
46 return encodePathSegment($pathSegment);
/dports/www/dolibarr13/dolibarr-13.0.5/htdocs/includes/sabre/sabre/http/lib/
H A DURLUtil.php41 * @param string $pathSegment
44 static function encodePathSegment($pathSegment) { argument
46 return encodePathSegment($pathSegment);
/dports/www/ilias/ILIAS-5.4.25/libs/composer/vendor/sabre/http/lib/
H A DURLUtil.php41 * @param string $pathSegment
44 static function encodePathSegment($pathSegment) { argument
46 return encodePathSegment($pathSegment);
/dports/www/groupoffice/groupoffice-6.4.231-php-71/vendor/sabre/http/lib/
H A DURLUtil.php41 * @param string $pathSegment
44 static function encodePathSegment($pathSegment) { argument
46 return encodePathSegment($pathSegment);
/dports/mail/rainloop-community/rainloop-community-php74-1.16.0_1/rainloop/v/1.16.0/app/libraries/SabreForRainLoop/DAV/
H A DURLUtil.php46 * @param string $pathSegment
49 static function encodePathSegment($pathSegment) { argument
55 }, $pathSegment);
/dports/mail/rainloop/rainloop-php74-1.16.0_1/rainloop/v/1.16.0/app/libraries/SabreForRainLoop/DAV/
H A DURLUtil.php46 * @param string $pathSegment
49 static function encodePathSegment($pathSegment) { argument
55 }, $pathSegment);
/dports/www/pear-Horde_Dav/Horde_Dav-1.1.4/bundle/vendor/sabre/dav/lib/Sabre/DAV/
H A DURLUtil.php49 * @param string $pathSegment
52 static function encodePathSegment($pathSegment) { argument
58 }, $pathSegment);
/dports/www/typo3-11/typo3_src-11.5.7/vendor/typo3fluid/fluid/src/Core/Variables/
H A DVariableExtractor.php81 foreach ($propertyPathSegments as $index => $pathSegment) {
83 $subject = $this->extractSingleValue($subject, $pathSegment, $accessor);
100 foreach ($propertyPathSegments as $index => $pathSegment) {
101 $accessor = $this->detectAccessor($subject, $pathSegment);
110 $subject = $this->extractSingleValue($subject, $pathSegment);
H A DStandardVariableProvider.php126 … foreach (explode('.', $this->resolveSubVariableReferences($path)) as $index => $pathSegment) {
128 $subject = $this->extractSingleValue($subject, $pathSegment, $accessor);
236 foreach ($propertyPathSegments as $index => $pathSegment) {
237 $accessor = $this->detectAccessor($subject, $pathSegment);
246 $subject = $this->extractSingleValue($subject, $pathSegment);
/dports/www/typo3-9/typo3_src-9.5.31/vendor/typo3fluid/fluid/src/Core/Variables/
H A DVariableExtractor.php81 foreach ($propertyPathSegments as $index => $pathSegment) {
83 $subject = $this->extractSingleValue($subject, $pathSegment, $accessor);
100 foreach ($propertyPathSegments as $index => $pathSegment) {
101 $accessor = $this->detectAccessor($subject, $pathSegment);
110 $subject = $this->extractSingleValue($subject, $pathSegment);
H A DStandardVariableProvider.php126 … foreach (explode('.', $this->resolveSubVariableReferences($path)) as $index => $pathSegment) {
128 $subject = $this->extractSingleValue($subject, $pathSegment, $accessor);
236 foreach ($propertyPathSegments as $index => $pathSegment) {
237 $accessor = $this->detectAccessor($subject, $pathSegment);
246 $subject = $this->extractSingleValue($subject, $pathSegment);
/dports/www/typo3-10/typo3_src-10.4.25/vendor/typo3fluid/fluid/src/Core/Variables/
H A DVariableExtractor.php81 foreach ($propertyPathSegments as $index => $pathSegment) {
83 $subject = $this->extractSingleValue($subject, $pathSegment, $accessor);
100 foreach ($propertyPathSegments as $index => $pathSegment) {
101 $accessor = $this->detectAccessor($subject, $pathSegment);
110 $subject = $this->extractSingleValue($subject, $pathSegment);
H A DStandardVariableProvider.php126 … foreach (explode('.', $this->resolveSubVariableReferences($path)) as $index => $pathSegment) {
128 $subject = $this->extractSingleValue($subject, $pathSegment, $accessor);
236 foreach ($propertyPathSegments as $index => $pathSegment) {
237 $accessor = $this->detectAccessor($subject, $pathSegment);
246 $subject = $this->extractSingleValue($subject, $pathSegment);
/dports/www/wt/wt-4.6.1/src/web/
H A DConfiguration.C691 PathSegment *pathSegment = &rootPathSegment_; in registerEntryPoint() local
701 if (!pathSegment->dynamicChild) { in registerEntryPoint()
702 pathSegment->dynamicChild = std::unique_ptr<PathSegment>(new PathSegment("", pathSegment)); in registerEntryPoint()
707 auto &children = pathSegment->children; in registerEntryPoint()
726 pathSegment = childSegment; in registerEntryPoint()
729 pathSegment->entryPoint = &ep; in registerEntryPoint()
831 pathSegment->dynamicChild) { in matchEntryPoint()
841 pathSegment = childSegment; in matchEntryPoint()
849 for (; pathSegment != nullptr; pathSegment = pathSegment->parent) { in matchEntryPoint()
861 if (pathSegment->entryPoint) { in matchEntryPoint()
[all …]
/dports/java/springframework31/spring-framework-3.1.4.RELEASE/projects/org.springframework.web/src/test/java/org/springframework/web/util/
H A DUriComponentsBuilderTests.java172 UriComponents result = builder.pathSegment("foo").pathSegment("bar").build(); in pathSegments()
189 UriComponentsBuilder builder = UriComponentsBuilder.fromPath("/foo/bar").pathSegment("ba/z"); in pathThenPathSegments()
198 …UriComponentsBuilder builder = UriComponentsBuilder.newInstance().pathSegment("foo").pathSegment("… in pathSegmentsThenPathSegments()
207 UriComponentsBuilder builder = UriComponentsBuilder.newInstance().pathSegment("foo").path("/"); in pathSegmentsThenPath()
216 …UriComponentsBuilder builder = UriComponentsBuilder.newInstance().pathSegment("", "foo", "", "bar"… in pathSegmentsSomeEmpty()
/dports/misc/dartsim/dart-6.11.1/dart/planning/
H A DPath.cpp328 const PathSegment* pathSegment = getPathSegment(s); in getConfig() local
329 return pathSegment->getConfig(s); in getConfig()
334 const PathSegment* pathSegment = getPathSegment(s); in getTangent() local
335 return pathSegment->getTangent(s); in getTangent()
340 const PathSegment* pathSegment = getPathSegment(s); in getCurvature() local
341 return pathSegment->getCurvature(s); in getCurvature()
/dports/net-im/libquotient/libQuotient-0.6.8/lib/
H A Duri.cpp64 static QString pathSegment(const QUrl& url, int which) in pathSegment() function
156 const auto& type2 = pathSegment(*this, 2); in secondaryType()
186 const auto& idStem = pathSegment(*this, 1); in primaryId()
192 const auto& idStem = pathSegment(*this, 3); in secondaryId()

123