Home
last modified time | relevance | path

Searched refs:basicTypeName (Results 1 – 5 of 5) sorted by relevance

/dports/net/traefik/traefik-2.6.1/pkg/middlewares/auth/
H A Dbasic_auth.go20 basicTypeName = "BasicAuth" const
34 log.FromContext(middlewares.GetLoggerCtx(ctx, name, basicTypeName)).Debug("Creating middleware")
63 logger := log.FromContext(middlewares.GetLoggerCtx(req.Context(), b.name, basicTypeName))
/dports/editors/libreoffice/libreoffice-7.2.6.2/forms/qa/org/openoffice/xforms/
H A DModel.java63 … String basicTypeName = (String)m_model.getDataTypeRepository().getBasicDataType( _dataTypeClass ). in createBindingForNode() local
65 binding.setPropertyValue( "Type", basicTypeName ); in createBindingForNode()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/forms/qa/org/openoffice/xforms/
H A DModel.java63 … String basicTypeName = (String)m_model.getDataTypeRepository().getBasicDataType( _dataTypeClass ). in createBindingForNode() local
65 binding.setPropertyValue( "Type", basicTypeName ); in createBindingForNode()
/dports/editors/libreoffice/libreoffice-7.2.6.2/basic/source/classes/
H A Dsbunoobj.cxx1636 css::uno::Reference<css::reflection::XIdlClass> const & unoType, OUString const & basicTypeName) in matchesBasicTypeName() argument
1638 if (unoType->getName().endsWithIgnoreAsciiCase(basicTypeName)) { in matchesBasicTypeName()
1644 [&basicTypeName](auto const & t) { return matchesBasicTypeName(t, basicTypeName); }); in matchesBasicTypeName()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/basic/source/classes/
H A Dsbunoobj.cxx1623 css::uno::Reference<css::reflection::XIdlClass> const & unoType, OUString const & basicTypeName) in matchesBasicTypeName() argument
1625 if (unoType->getName().endsWithIgnoreAsciiCase(basicTypeName)) { in matchesBasicTypeName()
1631 [&basicTypeName](auto const & t) { return matchesBasicTypeName(t, basicTypeName); }); in matchesBasicTypeName()