Home
last modified time | relevance | path

Searched refs:InPath (Results 1 – 25 of 92) sorted by relevance

1234

/dports/devel/msbuild/msbuild-0.06/src/Tasks.UnitTests/
H A DFindUnderPath_Tests.cs30 Assert.Equal(1, t.InPath.Length); in BasicFilter()
32 … Assert.Equal(FileUtilities.FixFilePath(@"C:\MyProject\File1.txt"), t.InPath[0].ItemSpec); in BasicFilter()
111 Assert.Equal(1, t.InPath.Length); in VerifyFullPath()
113 Assert.Equal(testFile.FullName, t.InPath[0].ItemSpec); in VerifyFullPath()
134 Assert.Equal(1, t.InPath.Length); in VerifyFullPathNegative()
136 Assert.Equal(testFile.Name, t.InPath[0].ItemSpec); in VerifyFullPathNegative()
/dports/comms/cqrlog/cqrlog-2.5.0/src/lnet/lib/
H A Dlhttputil.pp47 function SeparatePath(var InPath: string; out ExtraPath: string; const Mode:Longint;
117 function SeparatePath(var InPath: string; out ExtraPath: string; const Mode:Longint;
127 if Length(InPath) <= 2 then exit(false);
128 lFullPath := InPath;
129 if InPath[Length(InPath)] = PathDelim then
130 SetLength(InPath, Length(InPath)-1);
132 Result := SysUtils.FindFirst(InPath, Mode, ASearchRec^) = 0;
136 ExtraPath := Copy(lFullPath, Length(InPath)+1, Length(lFullPath)-Length(InPath));
139 lPos := RPos(PathDelim, InPath);
141 SetLength(InPath, lPos-1)
/dports/lang/fpc-utils/fpc-3.2.2/utils/fppkg/lnet/
H A Dlhttputil.pp47 function SeparatePath(var InPath: string; out ExtraPath: string; const Mode:Longint;
117 function SeparatePath(var InPath: string; out ExtraPath: string; const Mode:Longint;
127 if Length(InPath) <= 2 then exit(false);
128 lFullPath := InPath;
129 if InPath[Length(InPath)] = PathDelim then
130 SetLength(InPath, Length(InPath)-1);
132 Result := SysUtils.FindFirst(InPath, Mode, ASearchRec^) = 0;
136 ExtraPath := Copy(lFullPath, Length(InPath)+1, Length(lFullPath)-Length(InPath));
139 lPos := RPos(PathDelim, InPath);
141 SetLength(InPath, lPos-1)
/dports/lang/fpc-source/fpc-3.2.2/utils/fppkg/lnet/
H A Dlhttputil.pp47 function SeparatePath(var InPath: string; out ExtraPath: string; const Mode:Longint;
117 function SeparatePath(var InPath: string; out ExtraPath: string; const Mode:Longint;
127 if Length(InPath) <= 2 then exit(false);
128 lFullPath := InPath;
129 if InPath[Length(InPath)] = PathDelim then
130 SetLength(InPath, Length(InPath)-1);
132 Result := SysUtils.FindFirst(InPath, Mode, ASearchRec^) = 0;
136 ExtraPath := Copy(lFullPath, Length(InPath)+1, Length(lFullPath)-Length(InPath));
139 lPos := RPos(PathDelim, InPath);
141 SetLength(InPath, lPos-1)
/dports/news/husky-areafix/husky-areafix-1.9.20191207/protick/
H A Dmkstring.pas40 Procedure AddBackSlash(Var InPath: String);
41 Function WithBackSlash(InPath: String): String; in WithBackSlash()
85 Procedure AddBackSlash(Var InPath: String);
87 If Length(InPath) > 0 Then
89 If InPath[Length(InPath)] <> DirSep Then
91 InPath[0] := Chr(Length(InPath) + 1);
92 InPath[Length(InPath)] := DirSep;
98 Function WithBackSlash(InPath: String): String; in WithBackSlash()
100 AddBackSlash(InPath);
101 WithBackSlash := InPath;
/dports/news/husky-areafix/husky-areafix-1.9.20191207/promknl/
H A Dmkstring.pas37 Procedure AddBackSlash(Var InPath: String);
38 Function WithBackSlash(InPath: String): String; in WithBackSlash()
82 Procedure AddBackSlash(Var InPath: String);
84 If Length(InPath) > 0 Then
86 If InPath[Length(InPath)] <> DirSep Then
88 InPath[0] := Chr(Length(InPath) + 1);
89 InPath[Length(InPath)] := DirSep;
95 Function WithBackSlash(InPath: String): String; in WithBackSlash()
97 AddBackSlash(InPath);
98 WithBackSlash := InPath;
/dports/news/husky/husky-1.9.20191207/promknl/
H A Dmkstring.pas37 Procedure AddBackSlash(Var InPath: String);
38 Function WithBackSlash(InPath: String): String; in WithBackSlash()
82 Procedure AddBackSlash(Var InPath: String);
84 If Length(InPath) > 0 Then
86 If InPath[Length(InPath)] <> DirSep Then
88 InPath[0] := Chr(Length(InPath) + 1);
89 InPath[Length(InPath)] := DirSep;
95 Function WithBackSlash(InPath: String): String; in WithBackSlash()
97 AddBackSlash(InPath);
98 WithBackSlash := InPath;
/dports/news/husky/husky-1.9.20191207/protick/
H A Dmkstring.pas40 Procedure AddBackSlash(Var InPath: String);
41 Function WithBackSlash(InPath: String): String; in WithBackSlash()
85 Procedure AddBackSlash(Var InPath: String);
87 If Length(InPath) > 0 Then
89 If InPath[Length(InPath)] <> DirSep Then
91 InPath[0] := Chr(Length(InPath) + 1);
92 InPath[Length(InPath)] := DirSep;
98 Function WithBackSlash(InPath: String): String; in WithBackSlash()
100 AddBackSlash(InPath);
101 WithBackSlash := InPath;
/dports/news/husky-areafix/husky-areafix-1.9.20191207/progate/
H A Dmkstring.pas37 Procedure AddBackSlash(Var InPath: String);
38 Function WithBackSlash(InPath: String): String; in WithBackSlash()
82 Procedure AddBackSlash(Var InPath: String);
84 If Length(InPath) > 0 Then
86 If InPath[Length(InPath)] <> DirSep Then
88 InPath[0] := Chr(Length(InPath) + 1);
89 InPath[Length(InPath)] := DirSep;
95 Function WithBackSlash(InPath: String): String; in WithBackSlash()
97 AddBackSlash(InPath);
98 WithBackSlash := InPath;
/dports/news/husky-fidoconf/husky-fidoconf-1.9.20191207/protick/
H A Dmkstring.pas40 Procedure AddBackSlash(Var InPath: String);
41 Function WithBackSlash(InPath: String): String; in WithBackSlash()
85 Procedure AddBackSlash(Var InPath: String);
87 If Length(InPath) > 0 Then
89 If InPath[Length(InPath)] <> DirSep Then
91 InPath[0] := Chr(Length(InPath) + 1);
92 InPath[Length(InPath)] := DirSep;
98 Function WithBackSlash(InPath: String): String; in WithBackSlash()
100 AddBackSlash(InPath);
101 WithBackSlash := InPath;
/dports/news/husky-fidoconf/husky-fidoconf-1.9.20191207/promknl/
H A Dmkstring.pas37 Procedure AddBackSlash(Var InPath: String);
38 Function WithBackSlash(InPath: String): String; in WithBackSlash()
82 Procedure AddBackSlash(Var InPath: String);
84 If Length(InPath) > 0 Then
86 If InPath[Length(InPath)] <> DirSep Then
88 InPath[0] := Chr(Length(InPath) + 1);
89 InPath[Length(InPath)] := DirSep;
95 Function WithBackSlash(InPath: String): String; in WithBackSlash()
97 AddBackSlash(InPath);
98 WithBackSlash := InPath;
/dports/news/husky-hpt/husky-hpt-1.9.20191207/progate/
H A Dmkstring.pas37 Procedure AddBackSlash(Var InPath: String);
38 Function WithBackSlash(InPath: String): String; in WithBackSlash()
82 Procedure AddBackSlash(Var InPath: String);
84 If Length(InPath) > 0 Then
86 If InPath[Length(InPath)] <> DirSep Then
88 InPath[0] := Chr(Length(InPath) + 1);
89 InPath[Length(InPath)] := DirSep;
95 Function WithBackSlash(InPath: String): String; in WithBackSlash()
97 AddBackSlash(InPath);
98 WithBackSlash := InPath;
/dports/news/husky-htick/husky-htick-1.9.20191207/progate/
H A Dmkstring.pas37 Procedure AddBackSlash(Var InPath: String);
38 Function WithBackSlash(InPath: String): String; in WithBackSlash()
82 Procedure AddBackSlash(Var InPath: String);
84 If Length(InPath) > 0 Then
86 If InPath[Length(InPath)] <> DirSep Then
88 InPath[0] := Chr(Length(InPath) + 1);
89 InPath[Length(InPath)] := DirSep;
95 Function WithBackSlash(InPath: String): String; in WithBackSlash()
97 AddBackSlash(InPath);
98 WithBackSlash := InPath;
/dports/news/husky-fidoconf/husky-fidoconf-1.9.20191207/progate/
H A Dmkstring.pas37 Procedure AddBackSlash(Var InPath: String);
38 Function WithBackSlash(InPath: String): String; in WithBackSlash()
82 Procedure AddBackSlash(Var InPath: String);
84 If Length(InPath) > 0 Then
86 If InPath[Length(InPath)] <> DirSep Then
88 InPath[0] := Chr(Length(InPath) + 1);
89 InPath[Length(InPath)] := DirSep;
95 Function WithBackSlash(InPath: String): String; in WithBackSlash()
97 AddBackSlash(InPath);
98 WithBackSlash := InPath;
/dports/news/husky-hpt/husky-hpt-1.9.20191207/protick/
H A Dmkstring.pas40 Procedure AddBackSlash(Var InPath: String);
41 Function WithBackSlash(InPath: String): String; in WithBackSlash()
85 Procedure AddBackSlash(Var InPath: String);
87 If Length(InPath) > 0 Then
89 If InPath[Length(InPath)] <> DirSep Then
91 InPath[0] := Chr(Length(InPath) + 1);
92 InPath[Length(InPath)] := DirSep;
98 Function WithBackSlash(InPath: String): String; in WithBackSlash()
100 AddBackSlash(InPath);
101 WithBackSlash := InPath;
/dports/news/husky-sqpack/husky-sqpack-1.9.20191207/promknl/
H A Dmkstring.pas37 Procedure AddBackSlash(Var InPath: String);
38 Function WithBackSlash(InPath: String): String; in WithBackSlash()
82 Procedure AddBackSlash(Var InPath: String);
84 If Length(InPath) > 0 Then
86 If InPath[Length(InPath)] <> DirSep Then
88 InPath[0] := Chr(Length(InPath) + 1);
89 InPath[Length(InPath)] := DirSep;
95 Function WithBackSlash(InPath: String): String; in WithBackSlash()
97 AddBackSlash(InPath);
98 WithBackSlash := InPath;
/dports/news/husky-sqpack/husky-sqpack-1.9.20191207/progate/
H A Dmkstring.pas37 Procedure AddBackSlash(Var InPath: String);
38 Function WithBackSlash(InPath: String): String; in WithBackSlash()
82 Procedure AddBackSlash(Var InPath: String);
84 If Length(InPath) > 0 Then
86 If InPath[Length(InPath)] <> DirSep Then
88 InPath[0] := Chr(Length(InPath) + 1);
89 InPath[Length(InPath)] := DirSep;
95 Function WithBackSlash(InPath: String): String; in WithBackSlash()
97 AddBackSlash(InPath);
98 WithBackSlash := InPath;
/dports/news/husky-sqpack/husky-sqpack-1.9.20191207/protick/
H A Dmkstring.pas40 Procedure AddBackSlash(Var InPath: String);
41 Function WithBackSlash(InPath: String): String; in WithBackSlash()
85 Procedure AddBackSlash(Var InPath: String);
87 If Length(InPath) > 0 Then
89 If InPath[Length(InPath)] <> DirSep Then
91 InPath[0] := Chr(Length(InPath) + 1);
92 InPath[Length(InPath)] := DirSep;
98 Function WithBackSlash(InPath: String): String; in WithBackSlash()
100 AddBackSlash(InPath);
101 WithBackSlash := InPath;
/dports/news/husky-smapi/husky-smapi-1.9.20191207,1/promknl/
H A Dmkstring.pas37 Procedure AddBackSlash(Var InPath: String);
38 Function WithBackSlash(InPath: String): String; in WithBackSlash()
82 Procedure AddBackSlash(Var InPath: String);
84 If Length(InPath) > 0 Then
86 If InPath[Length(InPath)] <> DirSep Then
88 InPath[0] := Chr(Length(InPath) + 1);
89 InPath[Length(InPath)] := DirSep;
95 Function WithBackSlash(InPath: String): String; in WithBackSlash()
97 AddBackSlash(InPath);
98 WithBackSlash := InPath;
/dports/news/husky-smapi/husky-smapi-1.9.20191207,1/protick/
H A Dmkstring.pas40 Procedure AddBackSlash(Var InPath: String);
41 Function WithBackSlash(InPath: String): String; in WithBackSlash()
85 Procedure AddBackSlash(Var InPath: String);
87 If Length(InPath) > 0 Then
89 If InPath[Length(InPath)] <> DirSep Then
91 InPath[0] := Chr(Length(InPath) + 1);
92 InPath[Length(InPath)] := DirSep;
98 Function WithBackSlash(InPath: String): String; in WithBackSlash()
100 AddBackSlash(InPath);
101 WithBackSlash := InPath;
/dports/news/husky-smapi/husky-smapi-1.9.20191207,1/progate/
H A Dmkstring.pas37 Procedure AddBackSlash(Var InPath: String);
38 Function WithBackSlash(InPath: String): String; in WithBackSlash()
82 Procedure AddBackSlash(Var InPath: String);
84 If Length(InPath) > 0 Then
86 If InPath[Length(InPath)] <> DirSep Then
88 InPath[0] := Chr(Length(InPath) + 1);
89 InPath[Length(InPath)] := DirSep;
95 Function WithBackSlash(InPath: String): String; in WithBackSlash()
97 AddBackSlash(InPath);
98 WithBackSlash := InPath;
/dports/news/husky-huskylib/husky-huskylib-1.9.20191207/promknl/
H A Dmkstring.pas37 Procedure AddBackSlash(Var InPath: String);
38 Function WithBackSlash(InPath: String): String; in WithBackSlash()
82 Procedure AddBackSlash(Var InPath: String);
84 If Length(InPath) > 0 Then
86 If InPath[Length(InPath)] <> DirSep Then
88 InPath[0] := Chr(Length(InPath) + 1);
89 InPath[Length(InPath)] := DirSep;
95 Function WithBackSlash(InPath: String): String; in WithBackSlash()
97 AddBackSlash(InPath);
98 WithBackSlash := InPath;
/dports/news/husky-huskylib/husky-huskylib-1.9.20191207/protick/
H A Dmkstring.pas40 Procedure AddBackSlash(Var InPath: String);
41 Function WithBackSlash(InPath: String): String; in WithBackSlash()
85 Procedure AddBackSlash(Var InPath: String);
87 If Length(InPath) > 0 Then
89 If InPath[Length(InPath)] <> DirSep Then
91 InPath[0] := Chr(Length(InPath) + 1);
92 InPath[Length(InPath)] := DirSep;
98 Function WithBackSlash(InPath: String): String; in WithBackSlash()
100 AddBackSlash(InPath);
101 WithBackSlash := InPath;
/dports/news/husky-htick/husky-htick-1.9.20191207/protick/
H A Dmkstring.pas40 Procedure AddBackSlash(Var InPath: String);
41 Function WithBackSlash(InPath: String): String; in WithBackSlash()
85 Procedure AddBackSlash(Var InPath: String);
87 If Length(InPath) > 0 Then
89 If InPath[Length(InPath)] <> DirSep Then
91 InPath[0] := Chr(Length(InPath) + 1);
92 InPath[Length(InPath)] := DirSep;
98 Function WithBackSlash(InPath: String): String; in WithBackSlash()
100 AddBackSlash(InPath);
101 WithBackSlash := InPath;
/dports/news/husky-huskylib/husky-huskylib-1.9.20191207/progate/
H A Dmkstring.pas37 Procedure AddBackSlash(Var InPath: String);
38 Function WithBackSlash(InPath: String): String; in WithBackSlash()
82 Procedure AddBackSlash(Var InPath: String);
84 If Length(InPath) > 0 Then
86 If InPath[Length(InPath)] <> DirSep Then
88 InPath[0] := Chr(Length(InPath) + 1);
89 InPath[Length(InPath)] := DirSep;
95 Function WithBackSlash(InPath: String): String; in WithBackSlash()
97 AddBackSlash(InPath);
98 WithBackSlash := InPath;

1234