Home
last modified time | relevance | path

Searched refs:ALL_ATTRIBUTES (Results 1 – 25 of 57) sorted by relevance

123

/dports/net/py-ldap3/ldap3-2.8.1/ldap3/protocol/
H A Drfc4527.py26 from .. import NO_ATTRIBUTES, ALL_ATTRIBUTES, STRING_TYPES
34 elif attributes == ALL_ATTRIBUTES:
35 attributes = [ALL_ATTRIBUTES]
/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-dynamodb/source/model/
H A DSelect.cpp34 return Select::ALL_ATTRIBUTES; in GetSelectForName()
62 case Select::ALL_ATTRIBUTES: in GetNameForSelect()
/dports/net/py-ldap3/ldap3-2.8.1/ldap3/extend/
H A D__init__.py28 from .. import SUBTREE, DEREF_ALWAYS, ALL_ATTRIBUTES, DEREF_NEVER
132 attributes=ALL_ATTRIBUTES,
177 attributes=ALL_ATTRIBUTES,
267 attributes=ALL_ATTRIBUTES,
/dports/graphics/qgis/qgis-3.22.3/python/core/additions/
H A Dqgsfunction.py29 … referenced_columns=[QgsFeatureRequest.ALL_ATTRIBUTES], handlesnull=False, **kwargs):
61 … referencedColumns=QgsFeatureRequest.ALL_ATTRIBUTES, expandargs=False, handlesNull=False):
/dports/graphics/qgis-ltr/qgis-3.16.16/python/core/additions/
H A Dqgsfunction.py29 … referenced_columns=[QgsFeatureRequest.ALL_ATTRIBUTES], handlesnull=False, **kwargs):
61 … referencedColumns=QgsFeatureRequest.ALL_ATTRIBUTES, expandargs=False, handlesNull=False):
/dports/net/py-ldap3/ldap3-2.8.1/ldap3/utils/
H A Dconfig.py28 from .. import ALL_ATTRIBUTES, ALL_OPERATIONAL_ATTRIBUTES, NO_ATTRIBUTES, SEQUENCE_TYPES
33 _ATTRIBUTES_EXCLUDED_FROM_CHECK = [ALL_ATTRIBUTES,
/dports/net/py-ldap3/ldap3-2.8.1/ldap3/strategy/
H A DmockSync.py28 from .. import ALL_ATTRIBUTES, ALL_OPERATIONAL_ATTRIBUTES, NO_ATTRIBUTES
64 …te_name not in response['raw_attributes'] and attribute_name not in (ALL_ATTRIBUTES, ALL_OPERATION…
H A DmockAsync.py26 from .. import ALL_ATTRIBUTES, ALL_OPERATIONAL_ATTRIBUTES, NO_ATTRIBUTES
120 …te_name not in response['raw_attributes'] and attribute_name not in (ALL_ATTRIBUTES, ALL_OPERATION…
H A DmockBase.py33 from .. import SEQUENCE_TYPES, ALL_ATTRIBUTES
688 … if attribute.lower() in attributes or ALL_ATTRIBUTES in attributes]
H A Dbase.py37 from .. import SYNC, ANONYMOUS, get_config_parameter, BASE, ALL_ATTRIBUTES, ALL_OPERATIONAL_ATTRIBU…
424 …ibute_type not in entry['raw_attributes'] and attribute_type not in (ALL_ATTRIBUTES, ALL_OPERATION…
/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-dynamodb/include/aws/dynamodb/model/
H A DSelect.h19 ALL_ATTRIBUTES, enumerator
/dports/graphics/qgis-ltr/qgis-3.16.16/src/core/
H A Dqgsfeaturerequest.cpp23 const QString QgsFeatureRequest::ALL_ATTRIBUTES = QStringLiteral( "#!allattributes!#" ); member in QgsFeatureRequest
199 if ( attrNames.contains( QgsFeatureRequest::ALL_ATTRIBUTES ) ) in setSubsetOfAttributes()
221 if ( attrNames.contains( QgsFeatureRequest::ALL_ATTRIBUTES ) ) in setSubsetOfAttributes()
H A Dqgsfeaturerequest.h283 static const QString ALL_ATTRIBUTES; variable
/dports/graphics/qgis/qgis-3.22.3/src/core/
H A Dqgsfeaturerequest.cpp24 const QString QgsFeatureRequest::ALL_ATTRIBUTES = QStringLiteral( "#!allattributes!#" ); member in QgsFeatureRequest
242 if ( attrNames.contains( QgsFeatureRequest::ALL_ATTRIBUTES ) ) in setSubsetOfAttributes()
264 if ( attrNames.contains( QgsFeatureRequest::ALL_ATTRIBUTES ) ) in setSubsetOfAttributes()
H A Dqgsfeaturerequest.h292 static const QString ALL_ATTRIBUTES; variable
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.resources/tests/org.eclipse.core.tests.resources/src/org/eclipse/core/tests/internal/filesystem/ram/
H A DMemoryTree.java153 for (int element : ALL_ATTRIBUTES) {
171 …static final int[] ALL_ATTRIBUTES = new int[] {EFS.ATTRIBUTE_ARCHIVE, EFS.ATTRIBUTE_EXECUTABLE, EF…
/dports/net/py-ldap3/ldap3-2.8.1/ldap3/
H A D__init__.py65 ALL_ATTRIBUTES = '*' variable
/dports/devel/py-jedi/jedi-0.18.0/jedi/third_party/typeshed/third_party/2and3/pynamodb/
H A Dconstants.pyi124 ALL_ATTRIBUTES: str
/dports/graphics/qgis/qgis-3.22.3/src/core/layout/
H A Dqgslayoutgeopdfexporter.cpp99 return QSet< QString >() << QgsFeatureRequest::ALL_ATTRIBUTES; in usedAttributes()
/dports/graphics/qgis-ltr/qgis-3.16.16/src/core/layout/
H A Dqgslayoutgeopdfexporter.cpp99 return QSet< QString >() << QgsFeatureRequest::ALL_ATTRIBUTES; in usedAttributes()
/dports/graphics/qgis/qgis-3.22.3/tests/src/python/
H A Dtest_qgsexpression.py167 {QgsFeatureRequest.ALL_ATTRIBUTES})
/dports/graphics/qgis-ltr/qgis-3.16.16/tests/src/python/
H A Dtest_qgsexpression.py160 {QgsFeatureRequest.ALL_ATTRIBUTES})
/dports/www/chromium-legacy/chromium-88.0.4324.182/content/browser/accessibility/
H A Daccessibility_tree_formatter_win.cc392 const char* const ALL_ATTRIBUTES[] = { variable
915 for (const char* attribute_name : ALL_ATTRIBUTES) { in ProcessTreeForOutput()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/content/browser/accessibility/
H A Daccessibility_tree_formatter_win.cc413 const char* const ALL_ATTRIBUTES[] = { variable
930 for (const char* attribute_name : ALL_ATTRIBUTES) { in ProcessTreeForOutput()
/dports/graphics/qgis/qgis-3.22.3/src/core/maprenderer/
H A Dqgsmaprenderertask.cpp106 return QSet< QString >() << QgsFeatureRequest::ALL_ATTRIBUTES; in usedAttributes()

123