Home
last modified time | relevance | path

Searched refs:RequestInformation (Results 1 – 25 of 1647) sorted by relevance

12345678910>>...66

/dports/lang/mono/mono-5.10.1.57/external/corefx/src/Common/tests/System/Net/Prerequisites/Servers/CoreFxNetCloudService/WebServer/
H A DRequestInformation.cs15 public class RequestInformation class
35 public static RequestInformation Create(HttpRequest request) in Create()
37 var info = new RequestInformation(); in Create()
70 public static RequestInformation DeSerializeFromJson(string json) in DeSerializeFromJson()
72 return (RequestInformation)JsonConvert.DeserializeObject( in DeSerializeFromJson()
74 typeof(RequestInformation), in DeSerializeFromJson()
83 private RequestInformation() in RequestInformation() method in WebServer.RequestInformation
H A DTest.ashx.cs22 RequestInformation info = RequestInformation.Create(context.Request); in ProcessRequest()
33 RequestInformation newEcho = RequestInformation.DeSerializeFromJson(echoJson); in ProcessRequest()
H A DEcho.ashx.cs28 RequestInformation info = RequestInformation.Create(context.Request); in ProcessRequest()
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Web/Management/
H A DWebEvents.cs1271 public WebRequestInformation RequestInformation { property in System.Web.Management.WebRequestEvent
1280 …fields.Add(new WebEventFieldData("RequestUrl", RequestInformation.RequestUrl, WebEventFieldType.St… in GenerateFieldsForMarshal()
1296 RequestInformation.FormatToString(formatter); in FormatToString()
1415 public WebRequestInformation RequestInformation { property in System.Web.Management.WebErrorEvent
1442 RequestInformation.FormatToString(formatter); in FormatToString()
1455 …fields.Add(new WebEventFieldData("RequestUrl", RequestInformation.RequestUrl, WebEventFieldType.St… in GenerateFieldsForMarshal()
1514 public WebRequestInformation RequestInformation { property in System.Web.Management.WebRequestErrorEvent
1541 RequestInformation.FormatToString(formatter); in FormatToString()
1554 …fields.Add(new WebEventFieldData("RequestUrl", RequestInformation.RequestUrl, WebEventFieldType.St… in GenerateFieldsForMarshal()
1605 public WebRequestInformation RequestInformation { property in System.Web.Management.WebAuditEvent
[all …]
H A Dwmiprovider.cs151 … FillRequestWmiDataFields(ref wmiData, ((WebRequestEvent)eventRaised).RequestInformation); in ProcessEvent()
155 … FillRequestWmiDataFields(ref wmiData, ((WebAuditEvent)eventRaised).RequestInformation); in ProcessEvent()
216 WebRequestInformation reqInfo = reEvent.RequestInformation; in ProcessEvent()
225 WebRequestInformation reqInfo = eEvent.RequestInformation; in ProcessEvent()
/dports/math/vtk9/VTK-9.1.0/Wrapping/Python/vtkmodules/util/
H A DvtkAlgorithm.py59 def RequestInformation(self, vtkself, request, inInfo, outInfo): member in VTKAlgorithm
78 return self.RequestInformation(vtkself, request, inInfo, outInfo)
194 return self.RequestInformation(request, inInfo, outInfo)
208 def RequestInformation(self, request, inInfo, outInfo): member in VTKPythonAlgorithmBase
/dports/math/vtk6/VTK-6.2.0/Wrapping/Python/vtk/util/
H A DvtkAlgorithm.py58 def RequestInformation(self, vtkself, request, inInfo, outInfo): member in VTKAlgorithm
77 return self.RequestInformation(vtkself, request, inInfo, outInfo)
193 return self.RequestInformation(request, inInfo, outInfo)
207 def RequestInformation(self, request, inInfo, outInfo): member in VTKPythonAlgorithmBase
/dports/math/vtk8/VTK-8.2.0/Wrapping/Python/vtkmodules/util/
H A DvtkAlgorithm.py59 def RequestInformation(self, vtkself, request, inInfo, outInfo): member in VTKAlgorithm
78 return self.RequestInformation(vtkself, request, inInfo, outInfo)
194 return self.RequestInformation(request, inInfo, outInfo)
208 def RequestInformation(self, request, inInfo, outInfo): member in VTKPythonAlgorithmBase
/dports/math/vtk8/VTK-8.2.0/Imaging/General/
H A DvtkImageSlabReslice.cxx46 int vtkImageSlabReslice::RequestInformation( in RequestInformation() function in vtkImageSlabReslice
57 this->Superclass::RequestInformation(request, inputVector, outputVector); in RequestInformation()
/dports/math/vtk9/VTK-9.1.0/Imaging/General/
H A DvtkImageSlabReslice.cxx46 int vtkImageSlabReslice::RequestInformation( in RequestInformation() function in vtkImageSlabReslice
55 this->Superclass::RequestInformation(request, inputVector, outputVector); in RequestInformation()
/dports/math/vtk6/VTK-6.2.0/Imaging/General/
H A DvtkImageSlabReslice.cxx48 int vtkImageSlabReslice::RequestInformation( in RequestInformation() function in vtkImageSlabReslice
59 this->Superclass::RequestInformation(request, inputVector, outputVector); in RequestInformation()
/dports/math/vtk8/VTK-8.2.0/Filters/Generic/
H A DvtkGenericOutlineFilter.cxx71 int vtkGenericOutlineFilter::RequestInformation( in RequestInformation() function in vtkGenericOutlineFilter
87 int result = this->Superclass::RequestInformation(request,inputVector, in RequestInformation()
/dports/math/vtk6/VTK-6.2.0/Filters/Generic/
H A DvtkGenericOutlineFilter.cxx71 int vtkGenericOutlineFilter::RequestInformation( in RequestInformation() function in vtkGenericOutlineFilter
87 int result = this->Superclass::RequestInformation(request,inputVector, in RequestInformation()
/dports/math/vtk9/VTK-9.1.0/Filters/Generic/
H A DvtkGenericOutlineFilter.cxx75 int vtkGenericOutlineFilter::RequestInformation( in RequestInformation() function in vtkGenericOutlineFilter
88 int result = this->Superclass::RequestInformation(request, inputVector, outputVector); in RequestInformation()
/dports/math/vtk9/VTK-9.1.0/IO/Infovis/
H A DvtkTemporalDelimitedTextReader.cxx79 int vtkTemporalDelimitedTextReader::RequestInformation( in RequestInformation() function in vtkTemporalDelimitedTextReader
109 return this->Superclass::RequestInformation(request, inputVector, outputVector); in RequestInformation()
145 return this->Superclass::RequestInformation(request, inputVector, outputVector); in RequestInformation()
/dports/www/typo3-11/typo3_src-11.5.7/typo3/sysext/adminpanel/
H A Dext_localconf.php15 use TYPO3\CMS\Adminpanel\Modules\Info\RequestInformation; alias
51 'module' => RequestInformation::class,
/dports/math/vtk8/VTK-8.2.0/Filters/Hybrid/Testing/Cxx/
H A DTestTemporalCacheSimple.cxx68 int RequestInformation(
95 int vtkTemporalSphereSource::RequestInformation( in RequestInformation() function in vtkTemporalSphereSource
102 if (!this->Superclass::RequestInformation(request, inputVector, outputVector)) { in RequestInformation()
/dports/math/vtk6/VTK-6.2.0/Filters/Hybrid/Testing/Cxx/
H A DTestTemporalCacheSimple.cxx70 virtual int RequestInformation(
97 int vtkTemporalSphereSource::RequestInformation( in RequestInformation() function in vtkTemporalSphereSource
104 if (!this->Superclass::RequestInformation(request, inputVector, outputVector)) { in RequestInformation()
/dports/math/vtk8/VTK-8.2.0/Imaging/Core/
H A DvtkImageStencilAlgorithm.cxx100 int vtkImageStencilAlgorithm::RequestInformation( in RequestInformation() function in vtkImageStencilAlgorithm
141 this->RequestInformation(request, inputVector, outputVector); in ProcessRequest()
/dports/math/vtk9/VTK-9.1.0/Imaging/Core/
H A DvtkImageStencilAlgorithm.cxx94 int vtkImageStencilAlgorithm::RequestInformation( in RequestInformation() function in vtkImageStencilAlgorithm
128 this->RequestInformation(request, inputVector, outputVector); in ProcessRequest()
/dports/math/vtk6/VTK-6.2.0/Imaging/Core/
H A DvtkImageStencilAlgorithm.cxx102 int vtkImageStencilAlgorithm::RequestInformation( in RequestInformation() function in vtkImageStencilAlgorithm
143 this->RequestInformation(request, inputVector, outputVector); in ProcessRequest()
/dports/math/vtk9/VTK-9.1.0/Common/ExecutionModel/
H A DvtkArrayDataAlgorithm.cxx68 return this->RequestInformation(request, inputVector, outputVector); in ProcessRequest()
102 int vtkArrayDataAlgorithm::RequestInformation(vtkInformation* vtkNotUsed(request), in RequestInformation() function in vtkArrayDataAlgorithm
H A DvtkTableAlgorithm.cxx68 return this->RequestInformation(request, inputVector, outputVector); in ProcessRequest()
102 int vtkTableAlgorithm::RequestInformation(vtkInformation* vtkNotUsed(request), in RequestInformation() function in vtkTableAlgorithm
H A DvtkTreeAlgorithm.cxx67 return this->RequestInformation(request, inputVector, outputVector); in ProcessRequest()
101 int vtkTreeAlgorithm::RequestInformation(vtkInformation* vtkNotUsed(request), in RequestInformation() function in vtkTreeAlgorithm
/dports/math/vtk6/VTK-6.2.0/Common/ExecutionModel/
H A DvtkAnnotationLayersAlgorithm.cxx65 return this->RequestInformation(request, inputVector, outputVector); in ProcessRequest()
101 int vtkAnnotationLayersAlgorithm::RequestInformation( in RequestInformation() function in vtkAnnotationLayersAlgorithm

12345678910>>...66