Home
last modified time | relevance | path

Searched refs:CreateAbsolute (Results 1 – 21 of 21) sorted by relevance

/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Web/Security/
H A DCookielessHelper.cs96 _Context.Request.ClientFilePath = VirtualPath.CreateAbsolute(path); in RemoveCookielessValuesFromPath()
115 _Context.RewritePath(VirtualPath.CreateAbsolute(newFilePath), in RemoveCookielessValuesFromPath()
/dports/graphics/tgif/tgif-QPL-4.2.5/
H A Dpolygon.c435 void CreatePolygonObj(NumPts, CreateAbsolute) in CreatePolygonObj() argument
437 int CreateAbsolute;
467 v[0].x = CreateAbsolute ? pipt->hinge_pt.x :
469 v[0].y = CreateAbsolute ? pipt->hinge_pt.y :
472 v[1].x = CreateAbsolute ? pipt->later_smooth_pt.x :
474 v[1].y = CreateAbsolute ? pipt->later_smooth_pt.y :
484 v[num_ss_pts-1].x = CreateAbsolute ? pipt->hinge_pt.x :
486 v[num_ss_pts-1].y = CreateAbsolute ? pipt->hinge_pt.y :
507 v[index].x = CreateAbsolute ? pipt->hinge_pt.x :
509 v[index].y = CreateAbsolute ? pipt->hinge_pt.y :
[all …]
H A Doval.e34 extern void CreateOvalObj ARGS_DECL((struct BBRec *, int CreateAbsolute));
H A Dbox.e34 int CreateAbsolute));
H A Drcbox.e38 int CreateAbsolute));
H A Dpolygon.e39 extern void CreatePolygonObj ARGS_DECL((int NumPts, int CreateAbsolute));
H A Darc.e51 int CreateAbsolute));
H A Dpoly.e75 extern void CreatePolyObj ARGS_DECL((int NumPts, int CreateAbsolute));
H A Dpoly.c385 void CreatePolyObj(NumPts, CreateAbsolute) in CreatePolyObj() argument
387 int CreateAbsolute;
417 v[0].x = CreateAbsolute ? pipt->hinge_pt.x :
419 v[0].y = CreateAbsolute ? pipt->hinge_pt.y :
422 v[1].x = CreateAbsolute ? pipt->later_smooth_pt.x :
424 v[1].y = CreateAbsolute ? pipt->later_smooth_pt.y :
434 v[num_ss_pts-1].x = CreateAbsolute ? pipt->hinge_pt.x :
436 v[num_ss_pts-1].y = CreateAbsolute ? pipt->hinge_pt.y :
457 v[index].x = CreateAbsolute ? pipt->hinge_pt.x :
459 v[index].y = CreateAbsolute ? pipt->hinge_pt.y :
[all …]
H A Dbox.c308 int CreateBoxObj(X1, Y1, X2, Y2, CreateAbsolute) in CreateBoxObj() argument
309 int X1, Y1, X2, Y2, CreateAbsolute; in CreateBoxObj()
344 if (CreateAbsolute) {
H A Doval.c432 void CreateOvalObj(BBox, CreateAbsolute) in CreateOvalObj() argument
434 int CreateAbsolute;
456 if (CreateAbsolute) {
H A Drcbox.c499 void CreateRCBoxObj(X1, Y1, X2, Y2, CreateAbsolute) in CreateRCBoxObj() argument
500 int X1, Y1, X2, Y2, CreateAbsolute; in CreateRCBoxObj()
537 if (CreateAbsolute) {
H A Darc.c1219 angle1, angle2, CreateAbsolute) in CreateArcObj() argument
1221 int CreateAbsolute;
1243 if (CreateAbsolute) {
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Web/Configuration/
H A DWebConfigurationHost.cs371 vpath = VirtualPath.CreateAbsolute(configPath.Substring(indexVPath)); in GetSiteIDAndVPathFromConfigPath()
696 virtualPath = VirtualPath.CreateAbsolute(locationSubPath.Substring(firstSlash)); in GetConfigPathFromLocationSubPath()
H A DMetabaseServerConfig.cs177 return VirtualPath.CreateAbsolute(appPath); in GetAppPathForPathWorker()
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Web/
H A DVirtualPath.cs526 public static VirtualPath CreateAbsolute(string virtualPath) { in CreateAbsolute() method in System.Web.VirtualPath
H A DHttpRequest.cs186 _path = VirtualPath.CreateAbsolute(_url.AbsolutePath); in HttpRequest()
1540 _filePath = VirtualPath.CreateAbsolute(Path.Substring(0, filePathLen));
1629 _pathInfo = VirtualPath.CreateAbsolute(pathInfoString);
H A Dhttpserverutility.cs824 VirtualPath.CreateAbsolute(path), in ExecuteLocalRequestAndCaptureResponse()
/dports/www/chromium-legacy/chromium-88.0.4324.182/extensions/browser/api/alarms/
H A Dalarms_api_unittest.cc211 TEST_F(ExtensionAlarmsTest, CreateAbsolute) { in TEST_F() argument
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/extensions/browser/api/alarms/
H A Dalarms_api_unittest.cc211 TEST_F(ExtensionAlarmsTest, CreateAbsolute) { in TEST_F() argument
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Web/Hosting/
H A DApplicationManager.cs243 …SimpleApplicationHost appHost = new SimpleApplicationHost(VirtualPath.CreateAbsolute(virtualPath),… in CreateObject()