Home
last modified time | relevance | path

Searched refs:detailsType (Results 1 – 16 of 16) sorted by relevance

/dports/lang/mono/mono-5.10.1.57/external/corert/src/Common/src/TypeSystem/RuntimeDetermined/
H A DTypeSystemContext.RuntimeDetermined.cs19 … public RuntimeDeterminedTypeKey(DefType plainCanonType, GenericParameterDesc detailsType) in RuntimeDeterminedTypeKey()
22 _detailsType = detailsType; in RuntimeDeterminedTypeKey()
57 …meDeterminedType GetRuntimeDeterminedType(DefType plainCanonType, GenericParameterDesc detailsType) in GetRuntimeDeterminedType() argument
59 …runtimeDeterminedTypes.GetOrCreateValue(new RuntimeDeterminedTypeKey(plainCanonType, detailsType)); in GetRuntimeDeterminedType()
/dports/databases/kdb/kdb-3.2.0/src/
H A DKDbRelationship.cpp136 const KDbField::Type detailsType = detailsField->type(); in setIndices() local
137 if (masterType != detailsType in setIndices()
138 && KDbField::isIntegerType(masterType) != KDbField::isIntegerType(detailsType) in setIndices()
139 && KDbField::isTextType(masterType) != KDbField::isTextType(detailsType)) { in setIndices()
144 << KDbDriver::defaultSqlTypeName(detailsType) << detailsField->name(); in setIndices()
/dports/www/orangehrm/orangehrm-4.9/symfony/lib/vendor/google/apiclient-services/src/Google/Service/CloudHealthcare/
H A DSensitiveTextAnnotation.php20 protected $detailsType = 'Google_Service_CloudHealthcare_Detail'; variable in Google_Service_CloudHealthcare_SensitiveTextAnnotation
/dports/www/owncloud/owncloud/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/GameServices/
H A DTargetState.php21 protected $detailsType = 'Google_Service_GameServices_TargetDetails'; variable in Google_Service_GameServices_TargetState
/dports/www/orangehrm/orangehrm-4.9/symfony/lib/vendor/google/apiclient-services/src/Google/Service/DLP/
H A DGooglePrivacyDlpV2Error.php21 protected $detailsType = 'Google_Service_DLP_GoogleRpcStatus'; variable in Google_Service_DLP_GooglePrivacyDlpV2Error
/dports/www/owncloud/owncloud/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/DLP/
H A DGooglePrivacyDlpV2Error.php21 protected $detailsType = 'Google_Service_DLP_GoogleRpcStatus'; variable in Google_Service_DLP_GooglePrivacyDlpV2Error
/dports/www/orangehrm/orangehrm-4.9/symfony/lib/vendor/google/apiclient-services/src/Google/Service/ContainerAnalysis/
H A DVulnerabilityType.php22 protected $detailsType = 'Google_Service_ContainerAnalysis_Detail'; variable in Google_Service_ContainerAnalysis_VulnerabilityType
/dports/www/orangehrm/orangehrm-4.9/symfony/lib/vendor/google/apiclient-services/src/Google/Service/ToolResults/
H A DStatus.php22 protected $detailsType = 'Google_Service_ToolResults_Any'; variable in Google_Service_ToolResults_Status
/dports/www/owncloud/owncloud/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/CloudRun/
H A DStatus.php21 protected $detailsType = 'Google_Service_CloudRun_StatusDetails'; variable in Google_Service_CloudRun_Status
/dports/www/owncloud/owncloud/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/ContainerAnalysis/
H A DVulnerability.php24 protected $detailsType = 'Google_Service_ContainerAnalysis_Detail'; variable in Google_Service_ContainerAnalysis_Vulnerability
/dports/misc/py-tflite/tflite-2.3.0/tflite/
H A DQuantizationParameters.py142 def QuantizationParametersAddDetailsType(builder, detailsType): builder.PrependUint8Slot(4, details… argument
/dports/net-im/telegram-desktop/tdesktop-3.2.5-full/Telegram/SourceFiles/passport/
H A Dpassport_form_view_controller.cpp193 const auto detailsType = DetailsTypeForScopeType(scopeType); in ComputeScopes() local
196 const auto inlineDetails = InlineDetails(form.request, detailsType); in ComputeScopes()
203 ? findValue(detailsType) in ComputeScopes()
/dports/multimedia/mpc-qt/mpc-qt-20.10/
H A Dpropertieswindow.cpp47 ui->detailsType->setText(format.isEmpty() ? QString("-") in setFileFormat()
/dports/www/orangehrm/orangehrm-4.9/symfony/plugins/orangehrmOpenidAuthenticationPlugin/lib/vendor/GoogleAPIClient/Service/
H A DPagespeedonline.php395 …protected $detailsType = 'Google_Service_Pagespeedonline_ResultFormattedResultsRuleResultsElementU… variable in Google_Service_Pagespeedonline_ResultFormattedResultsRuleResultsElementUrlBlocksUrls
/dports/net/py-suds-community/suds-community-1.0.0/
H A DREADME.md517 detailsType
646 detailsType
663 detailsType
/dports/misc/py-tflite-support/tflite-support-0.1.0a1/tflite_support/
H A Dschema_py_generated.py3905 def QuantizationParametersAddDetailsType(builder, detailsType): builder.PrependUint8Slot(4, details… argument
3923 self.detailsType = 0 # type: int
3971 self.detailsType = quantizationParameters.DetailsType()
3972 … self.details = QuantizationDetailsCreator(self.detailsType, quantizationParameters.Details())
4020 QuantizationParametersAddDetailsType(builder, self.detailsType)