Home | History | Annotate | Download | only in Common

Lines Matching refs:Front

185   return ForFile && ForDir && WildcardMatching && PathParts.Size() == 1 && PathParts.Front() == L"*";

260 return IncludeItems.Front().AreAllAllowed();
285 if (!DoesNameContainWildcard(item.PathParts.Front()))
291 const UString &front = item.PathParts.Front();
296 && DoesNameContainWildcard(front))
301 int index = FindSubNode(front);
303 index = SubNodes.Add(CCensorNode(front, this));
360 int index = FindSubNode(pathParts.Front());
593 const UString &front = pathParts.Front();
596 if (i >= numPrefixParts && DoesNameContainWildcard(front))
598 prefix += front;