Home
last modified time | relevance | path

Searched defs:querySettings (Results 1 – 23 of 23) sorted by relevance

/dports/net-im/dendrite/dendrite-0.5.1/vendor/github.com/pressly/goose/vendor/github.com/ClickHouse/clickhouse-go/
H A Dquery_settings.go218 type querySettings struct { struct
219 settings map[string]querySettingValueEncoder
220 settingsStr string // used for debug output
268 func (qs *querySettings) IsEmpty() bool {
272 func (qs *querySettings) Serialize(enc *binary.Encoder) error {
/dports/multimedia/navidrome/navidrome-0.40.0/vendor/github.com/pressly/goose/vendor/github.com/ClickHouse/clickhouse-go/
H A Dquery_settings.go218 type querySettings struct { struct
219 settings map[string]querySettingValueEncoder
220 settingsStr string // used for debug output
268 func (qs *querySettings) IsEmpty() bool {
272 func (qs *querySettings) Serialize(enc *binary.Encoder) error {
/dports/multimedia/navidrome/navidrome-0.40.0/vendor/github.com/ClickHouse/clickhouse-go/
H A Dquery_settings.go221 type querySettings struct { struct
222 settings map[string]querySettingValueEncoder
223 settingsStr string // used for debug output
271 func (qs *querySettings) IsEmpty() bool {
275 func (qs *querySettings) Serialize(enc *binary.Encoder) error {
/dports/www/typo3-11/typo3_src-11.5.7/typo3/sysext/belog/Classes/Domain/Repository/
H A DWorkspaceRepository.php30 public ?QuerySettingsInterface $querySettings = null; variable in TYPO3\\CMS\\Belog\\Domain\\Repository\\WorkspaceRepository
35 public function injectQuerySettings(QuerySettingsInterface $querySettings): void
H A DLogEntryRepository.php42 public ?QuerySettingsInterface $querySettings = null; variable in TYPO3\\CMS\\Belog\\Domain\\Repository\\LogEntryRepository
47 public function injectQuerySettings(QuerySettingsInterface $querySettings): void
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/mongo/db/commands/
H A Dindex_filter_commands.cpp80 QuerySettings* querySettings = infoCache->getQuerySettings(); in getQuerySettingsAndPlanCache() local
170 QuerySettings* querySettings; in runIndexFilterCommand() local
184 Status ListFilters::list(const QuerySettings& querySettings, BSONObjBuilder* bob) { in list()
238 QuerySettings* querySettings; in runIndexFilterCommand() local
251 QuerySettings* querySettings, in clear()
346 QuerySettings* querySettings; in runIndexFilterCommand() local
358 QuerySettings* querySettings, in set()
H A Dindex_filter_commands_test.cpp59 vector<BSONObj> getFilters(const QuerySettings& querySettings) { in getFilters()
242 QuerySettings querySettings; in TEST() local
327 QuerySettings querySettings; in TEST() local
425 QuerySettings querySettings; in TEST() local
502 QuerySettings querySettings; in TEST() local
/dports/www/typo3-9/typo3_src-9.5.31/typo3/sysext/extbase/Classes/Persistence/Generic/Storage/
H A DTypo3DbQueryParser.php691 …protected function getAdditionalWhereClause(QuerySettingsInterface $querySettings, $tableName, $ta…
724 …protected function getVisibilityConstraintStatement(QuerySettingsInterface $querySettings, $tableN…
801 protected function getSysLanguageStatement($tableName, $tableAlias, $querySettings)
881 …ected function getLanguageStatement($tableName, $tableAlias, QuerySettingsInterface $querySettings)
H A DTypo3DbBackend.php545 …orkspaceOverlay(Qom\SourceInterface $source, array $rows, QuerySettingsInterface $querySettings, $…
/dports/www/typo3-11/typo3_src-11.5.7/typo3/sysext/extensionmanager/Classes/Domain/Repository/
H A DExtensionRepository.php39 protected ?QuerySettingsInterface $querySettings = null; variable in TYPO3\\CMS\\Extensionmanager\\Domain\\Repository\\ExtensionRepository
44 public function injectQuerySettings(QuerySettingsInterface $querySettings)
/dports/www/typo3-11/typo3_src-11.5.7/typo3/sysext/extbase/Classes/Persistence/Generic/Storage/
H A DTypo3DbQueryParser.php644 …protected function getAdditionalWhereClause(QuerySettingsInterface $querySettings, $tableName, $ta…
679 …protected function getVisibilityConstraintStatement(QuerySettingsInterface $querySettings, $tableN…
760 …ected function getLanguageStatement($tableName, $tableAlias, QuerySettingsInterface $querySettings)
/dports/www/typo3-10/typo3_src-10.4.25/typo3/sysext/extbase/Classes/Persistence/Generic/Storage/
H A DTypo3DbQueryParser.php691 …protected function getAdditionalWhereClause(QuerySettingsInterface $querySettings, $tableName, $ta…
725 …protected function getVisibilityConstraintStatement(QuerySettingsInterface $querySettings, $tableN…
804 …ected function getLanguageStatement($tableName, $tableAlias, QuerySettingsInterface $querySettings)
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Core/System/Linq/Parallel/QueryOperators/
H A DQueryOperator.cs181 private QueryResults<TOutput> GetQueryResults(QuerySettings querySettings) in GetQueryResults()
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Linq.Parallel/src/System/Linq/Parallel/QueryOperators/
H A DQueryOperator.cs177 private QueryResults<TOutput> GetQueryResults(QuerySettings querySettings) in GetQueryResults()
/dports/www/typo3-9/typo3_src-9.5.31/typo3/sysext/extbase/Classes/Persistence/Generic/
H A DQuery.php104 protected $querySettings; variable in TYPO3\\CMS\\Extbase\\Persistence\\Generic\\Query
178 public function setQuerySettings(QuerySettingsInterface $querySettings)
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/mongo/db/query/
H A Dget_executor_test.cpp96 QuerySettings querySettings; in testAllowedIndices() local
H A Dexplain.cpp613 const QuerySettings* querySettings = infoCache->getQuerySettings(); in generatePlannerInfo() local
H A Dget_executor.cpp153 QuerySettings* querySettings = collection->infoCache()->getQuerySettings(); in fillOutPlannerParams() local
/dports/www/typo3-11/typo3_src-11.5.7/typo3/sysext/extbase/Classes/Persistence/Generic/
H A DQuery.php109 protected $querySettings; variable in TYPO3\\CMS\\Extbase\\Persistence\\Generic\\Query
158 public function setQuerySettings(QuerySettingsInterface $querySettings)
/dports/www/typo3-10/typo3_src-10.4.25/typo3/sysext/extbase/Classes/Persistence/Generic/
H A DQuery.php119 protected $querySettings; variable in TYPO3\\CMS\\Extbase\\Persistence\\Generic\\Query
193 public function setQuerySettings(QuerySettingsInterface $querySettings)
/dports/www/typo3-11/typo3_src-11.5.7/typo3/sysext/extbase/Classes/Persistence/
H A DQueryInterface.php294 public function setQuerySettings(QuerySettingsInterface $querySettings);
/dports/www/typo3-9/typo3_src-9.5.31/typo3/sysext/extbase/Classes/Persistence/
H A DQueryInterface.php286 public function setQuerySettings(Generic\QuerySettingsInterface $querySettings);
/dports/www/typo3-10/typo3_src-10.4.25/typo3/sysext/extbase/Classes/Persistence/
H A DQueryInterface.php287 public function setQuerySettings(QuerySettingsInterface $querySettings);