Home
last modified time | relevance | path

Searched refs:SubPath (Results 1 – 25 of 459) sorted by relevance

12345678910>>...19

/dports/editors/lazarus-qt5-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/converter/
H A Dconvertsettings.pas321 SubPath: String;
339 SubPath: String;
360 SubPath: String;
394 SubPath, s: String;
428 ParentType, SubPath: String;
446 SubPath: String;
727 RelPath, SubPath, fn: string;
730 SubPath:=ExtractFilePath(RelPath);
737 Result:=MainPath+SubPath+fn+LazExt;
749 RelPath, SubPath, fn: string;
[all …]
/dports/editors/lazarus/lazarus/converter/
H A Dconvertsettings.pas321 SubPath: String;
339 SubPath: String;
360 SubPath: String;
394 SubPath, s: String;
428 ParentType, SubPath: String;
446 SubPath: String;
727 RelPath, SubPath, fn: string;
730 SubPath:=ExtractFilePath(RelPath);
737 Result:=MainPath+SubPath+fn+LazExt;
749 RelPath, SubPath, fn: string;
[all …]
/dports/editors/lazarus-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/converter/
H A Dconvertsettings.pas321 SubPath: String;
339 SubPath: String;
360 SubPath: String;
394 SubPath, s: String;
428 ParentType, SubPath: String;
446 SubPath: String;
727 RelPath, SubPath, fn: string;
730 SubPath:=ExtractFilePath(RelPath);
737 Result:=MainPath+SubPath+fn+LazExt;
749 RelPath, SubPath, fn: string;
[all …]
/dports/editors/lazarus-qt5/lazarus/converter/
H A Dconvertsettings.pas321 SubPath: String;
339 SubPath: String;
360 SubPath: String;
394 SubPath, s: String;
428 ParentType, SubPath: String;
446 SubPath: String;
727 RelPath, SubPath, fn: string;
730 SubPath:=ExtractFilePath(RelPath);
737 Result:=MainPath+SubPath+fn+LazExt;
749 RelPath, SubPath, fn: string;
[all …]
/dports/archivers/pecl-rar/rar-4.2.0/tests/
H A D065.phpt17 echo 'SubPath: ' . rawurldecode($it->getSubPath()) . "\n";
26 SubPath:
30 SubPath:
34 SubPath:
38 SubPath: אּ%s%2Fempty%2E
42 SubPath: אּ
46 SubPath: אּ
50 SubPath: אּ%sאּ_2
54 SubPath: אּ%sאּ_2
/dports/www/gitlab-pages/gitlab-pages-f8512edbec4ec83b426c8ca2dda467de424685e4/internal/serving/
H A Drequest.go10 SubPath string // Subpath is a URL path subcomponent for this request member
19 SubPath: s.SubPath,
31 SubPath: s.SubPath,
/dports/editors/lazarus/examples/lpicustomdata/
H A Dlpicustomdata.lpr42 SubPath: String;
50 SubPath:=Path+'Item'+IntToStr(i)+'/';
51 CurName:=XMLConfig.GetValue(SubPath+'Name','');
52 CurValue:=XMLConfig.GetValue(SubPath+'Value','');
63 SubPath: String;
70 SubPath:=Path+'Item'+IntToStr(i)+'/';
71 XMLConfig.SetDeleteValue(SubPath+'Name',Item^.Name,'');
72 XMLConfig.SetDeleteValue(SubPath+'Value',Item^.Value,'');
/dports/editors/lazarus-devel/examples/lpicustomdata/
H A Dlpicustomdata.lpr42 SubPath: String;
50 SubPath:=Path+'Item'+IntToStr(i)+'/';
51 CurName:=XMLConfig.GetValue(SubPath+'Name','');
52 CurValue:=XMLConfig.GetValue(SubPath+'Value','');
63 SubPath: String;
70 SubPath:=Path+'Item'+IntToStr(i)+'/';
71 XMLConfig.SetDeleteValue(SubPath+'Name',Item^.Name,'');
72 XMLConfig.SetDeleteValue(SubPath+'Value',Item^.Value,'');
/dports/editors/lazarus-qt5/examples/lpicustomdata/
H A Dlpicustomdata.lpr42 SubPath: String;
50 SubPath:=Path+'Item'+IntToStr(i)+'/';
51 CurName:=XMLConfig.GetValue(SubPath+'Name','');
52 CurValue:=XMLConfig.GetValue(SubPath+'Value','');
63 SubPath: String;
70 SubPath:=Path+'Item'+IntToStr(i)+'/';
71 XMLConfig.SetDeleteValue(SubPath+'Name',Item^.Name,'');
72 XMLConfig.SetDeleteValue(SubPath+'Value',Item^.Value,'');
/dports/editors/lazarus-qt5-devel/examples/lpicustomdata/
H A Dlpicustomdata.lpr42 SubPath: String;
50 SubPath:=Path+'Item'+IntToStr(i)+'/';
51 CurName:=XMLConfig.GetValue(SubPath+'Name','');
52 CurValue:=XMLConfig.GetValue(SubPath+'Value','');
63 SubPath: String;
70 SubPath:=Path+'Item'+IntToStr(i)+'/';
71 XMLConfig.SetDeleteValue(SubPath+'Name',Item^.Name,'');
72 XMLConfig.SetDeleteValue(SubPath+'Value',Item^.Value,'');
/dports/editors/lazarus/lazarus/components/onlinepackagemanager/
H A Dopkman_updates.pas267 Path, SubPath: String;
295 SubPath := Path + 'PackageFile' + IntToStr(J) + '/';
296 LazarusPkgName := FXML.GetValue(SubPath + 'Name', '');
300 LazarusPkg.UpdateVersion := FXML.GetValue(SubPath + 'UpdateVersion', '');
301 LazarusPkg.ForceNotify := FXML.GetValue(SubPath + 'ForceNotify', False);
322 Path, SubPath: String;
345 SubPath := Path + 'PackageFile' + IntToStr(J) + '/';
347 FXML.SetDeleteValue(SubPath + 'Name', LazarusPkg.Name, '');
348 FXML.SetDeleteValue(SubPath + 'UpdateVersion', LazarusPkg.UpdateVersion, '');
349 FXML.SetDeleteValue(SubPath + 'ForceNotify', LazarusPkg.ForceNotify, False);
[all …]
/dports/editors/lazarus-qt5/lazarus/components/onlinepackagemanager/
H A Dopkman_updates.pas267 Path, SubPath: String;
295 SubPath := Path + 'PackageFile' + IntToStr(J) + '/';
296 LazarusPkgName := FXML.GetValue(SubPath + 'Name', '');
300 LazarusPkg.UpdateVersion := FXML.GetValue(SubPath + 'UpdateVersion', '');
301 LazarusPkg.ForceNotify := FXML.GetValue(SubPath + 'ForceNotify', False);
322 Path, SubPath: String;
345 SubPath := Path + 'PackageFile' + IntToStr(J) + '/';
347 FXML.SetDeleteValue(SubPath + 'Name', LazarusPkg.Name, '');
348 FXML.SetDeleteValue(SubPath + 'UpdateVersion', LazarusPkg.UpdateVersion, '');
349 FXML.SetDeleteValue(SubPath + 'ForceNotify', LazarusPkg.ForceNotify, False);
[all …]
/dports/editors/lazarus-qt5/lazarus/components/ideintf/
H A Dcomponentreg.pas464 SubPath, CompPath: String;
476 SubPath:=Path+'Pages/';
486 SubPath:=Path+'HiddenPages/';
496 SubPath:=Path+'ComponentPages/';
520 SubPath, CompPath: String;
528 SubPath:=Path+'Pages/';
529 XMLConfig.DeletePath(SubPath);
534 SubPath:=Path+'HiddenPages/';
535 XMLConfig.DeletePath(SubPath);
540 SubPath:=Path+'ComponentPages/';
[all …]
/dports/editors/lazarus/lazarus/components/ideintf/
H A Dcomponentreg.pas464 SubPath, CompPath: String;
476 SubPath:=Path+'Pages/';
486 SubPath:=Path+'HiddenPages/';
496 SubPath:=Path+'ComponentPages/';
520 SubPath, CompPath: String;
528 SubPath:=Path+'Pages/';
529 XMLConfig.DeletePath(SubPath);
534 SubPath:=Path+'HiddenPages/';
535 XMLConfig.DeletePath(SubPath);
540 SubPath:=Path+'ComponentPages/';
[all …]
/dports/editors/lazarus/lazarus/components/lazutils/
H A Dlazconfigstorage.pas160 SubPath: String;
168 SubPath:=Path+'Item'+IntToStr(i)+'/';
169 CurName:=Config.GetValue(SubPath+'Name','');
170 CurValue:=Config.GetValue(SubPath+'Value','');
181 SubPath: String;
188 SubPath:=Path+'Item'+IntToStr(i)+'/';
924 SubPath:=SubPath+'_'+Node.Name+'/';
933 Save(Child,SubPath);
937 Config.SetDeleteValue(SubPath+'Items',Names,'');
961 SubPath:=SubPath+'_'+Node.Name+'/';
[all …]
/dports/editors/lazarus-qt5/lazarus/components/lazutils/
H A Dlazconfigstorage.pas160 SubPath: String;
168 SubPath:=Path+'Item'+IntToStr(i)+'/';
169 CurName:=Config.GetValue(SubPath+'Name','');
170 CurValue:=Config.GetValue(SubPath+'Value','');
181 SubPath: String;
188 SubPath:=Path+'Item'+IntToStr(i)+'/';
924 SubPath:=SubPath+'_'+Node.Name+'/';
933 Save(Child,SubPath);
937 Config.SetDeleteValue(SubPath+'Items',Names,'');
961 SubPath:=SubPath+'_'+Node.Name+'/';
[all …]
/dports/editors/lazarus-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/components/lazutils/
H A Dlazconfigstorage.pas160 SubPath: String;
168 SubPath:=Path+'Item'+IntToStr(i)+'/';
169 CurName:=Config.GetValue(SubPath+'Name','');
170 CurValue:=Config.GetValue(SubPath+'Value','');
181 SubPath: String;
188 SubPath:=Path+'Item'+IntToStr(i)+'/';
924 SubPath:=SubPath+'_'+Node.Name+'/';
933 Save(Child,SubPath);
937 Config.SetDeleteValue(SubPath+'Items',Names,'');
961 SubPath:=SubPath+'_'+Node.Name+'/';
[all …]
/dports/editors/lazarus-qt5-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/components/lazutils/
H A Dlazconfigstorage.pas160 SubPath: String;
168 SubPath:=Path+'Item'+IntToStr(i)+'/';
169 CurName:=Config.GetValue(SubPath+'Name','');
170 CurValue:=Config.GetValue(SubPath+'Value','');
181 SubPath: String;
188 SubPath:=Path+'Item'+IntToStr(i)+'/';
924 SubPath:=SubPath+'_'+Node.Name+'/';
933 Save(Child,SubPath);
937 Config.SetDeleteValue(SubPath+'Items',Names,'');
961 SubPath:=SubPath+'_'+Node.Name+'/';
[all …]
/dports/editors/lazarus-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/components/ideintf/
H A Dcomponentreg.pas486 SubPath, CompPath: String;
498 SubPath:=Path+'Pages/';
508 SubPath:=Path+'HiddenPages/';
518 SubPath:=Path+'ComponentPages/';
542 SubPath, CompPath: String;
550 SubPath:=Path+'Pages/';
551 XMLConfig.DeletePath(SubPath);
556 SubPath:=Path+'HiddenPages/';
557 XMLConfig.DeletePath(SubPath);
562 SubPath:=Path+'ComponentPages/';
[all …]
/dports/editors/lazarus-qt5-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/components/ideintf/
H A Dcomponentreg.pas486 SubPath, CompPath: String;
498 SubPath:=Path+'Pages/';
508 SubPath:=Path+'HiddenPages/';
518 SubPath:=Path+'ComponentPages/';
542 SubPath, CompPath: String;
550 SubPath:=Path+'Pages/';
551 XMLConfig.DeletePath(SubPath);
556 SubPath:=Path+'HiddenPages/';
557 XMLConfig.DeletePath(SubPath);
562 SubPath:=Path+'ComponentPages/';
[all …]
/dports/graphics/ipe/ipe-7.2.23/src/include/
H A Dipeshape.h86 class SubPath {
90 virtual ~SubPath() = 0;
116 class Ellipse : public SubPath {
137 class ClosedSpline : public SubPath {
156 class Curve : public SubPath {
252 inline const SubPath *subPath(int i) const { return iImp->iSubPaths[i]; } in subPath()
256 void appendSubPath(SubPath *sp);
260 typedef std::vector<SubPath *> SubPathSeq;
/dports/editors/lazarus-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/components/chmhelp/packages/help/
H A Dlazhelpchm.pas154 SubPath: String;
188 SubPath:='';
193 SubPath:=URLParams;
194 Delete(SubPath,1,length(CHMPathParam)+1);
245 debugln(['TLHelpConnector.ShowNode CHMFilename="',CHMFilename,'" SubPath="',SubPath,'"']);
247 Response:=Connection.OpenURL(CHMFilename,SubPath);
252 srInvalidURL,srInvalidContext: ErrMsg:='lhelp can not find the help entry "'+SubPath+'"';
/dports/editors/lazarus/lazarus/components/chmhelp/packages/help/
H A Dlazhelpchm.pas149 SubPath: String;
183 SubPath:='';
188 SubPath:=URLParams;
189 Delete(SubPath,1,length(CHMPathParam)+1);
240 debugln(['TLHelpConnector.ShowNode CHMFilename="',CHMFilename,'" SubPath="',SubPath,'"']);
242 Response:=Connection.OpenURL(CHMFilename,SubPath);
247 srInvalidURL,srInvalidContext: ErrMsg:='lhelp can not find the help entry "'+SubPath+'"';
/dports/editors/lazarus-qt5/lazarus/components/chmhelp/packages/help/
H A Dlazhelpchm.pas149 SubPath: String;
183 SubPath:='';
188 SubPath:=URLParams;
189 Delete(SubPath,1,length(CHMPathParam)+1);
240 debugln(['TLHelpConnector.ShowNode CHMFilename="',CHMFilename,'" SubPath="',SubPath,'"']);
242 Response:=Connection.OpenURL(CHMFilename,SubPath);
247 srInvalidURL,srInvalidContext: ErrMsg:='lhelp can not find the help entry "'+SubPath+'"';
/dports/editors/lazarus-qt5-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/components/chmhelp/packages/help/
H A Dlazhelpchm.pas154 SubPath: String;
188 SubPath:='';
193 SubPath:=URLParams;
194 Delete(SubPath,1,length(CHMPathParam)+1);
245 debugln(['TLHelpConnector.ShowNode CHMFilename="',CHMFilename,'" SubPath="',SubPath,'"']);
247 Response:=Connection.OpenURL(CHMFilename,SubPath);
252 srInvalidURL,srInvalidContext: ErrMsg:='lhelp can not find the help entry "'+SubPath+'"';

12345678910>>...19