Home
last modified time | relevance | path

Searched refs:FetchAll (Results 1 – 25 of 41) sorted by relevance

12

/dports/editors/micro/micro-2.0.10/vendor/github.com/robertkrimen/otto/parser/
H A Dstatement.go101 comments = self.comments.FetchAll()
261 comments = self.comments.FetchAll()
334 comments = self.comments.FetchAll()
362 comments = self.comments.FetchAll()
392 comments = self.comments.FetchAll()
442 comments = self.comments.FetchAll()
475 comments = self.comments.FetchAll()
569 comments = self.comments.FetchAll()
651 comments = self.comments.FetchAll()
679 comments = self.comments.FetchAll()
[all …]
/dports/sysutils/sensu-go/sensu-go-5.11.1/vendor/github.com/robertkrimen/otto/parser/
H A Dstatement.go101 comments = self.comments.FetchAll()
261 comments = self.comments.FetchAll()
334 comments = self.comments.FetchAll()
362 comments = self.comments.FetchAll()
392 comments = self.comments.FetchAll()
442 comments = self.comments.FetchAll()
475 comments = self.comments.FetchAll()
569 comments = self.comments.FetchAll()
651 comments = self.comments.FetchAll()
679 comments = self.comments.FetchAll()
[all …]
/dports/security/lego/lego-4.5.3/vendor/github.com/cpu/goacmedns/
H A Dstorage.go26 FetchAll() map[string]Account methodSpec
102 func (f fileStorage) FetchAll() map[string]Account { func
H A Dstorage_test.go231 allaccounts := storage.FetchAll()
/dports/net/traefik/traefik-2.6.1/vendor/github.com/cpu/goacmedns/
H A Dstorage.go26 FetchAll() map[string]Account methodSpec
102 func (f fileStorage) FetchAll() map[string]Account { func
/dports/mail/aerc/aerc-0.4.0/vendor/github.com/emersion/go-imap/
H A Dimap.go28 FetchAll FetchItem = "ALL" const
48 case FetchAll:
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/chromeos/policy/
H A Dcloud_external_data_manager_base.cc103 void FetchAll();
296 void CloudExternalDataManagerBase::Backend::FetchAll() { in FetchAll() function in policy::CloudExternalDataManagerBase::Backend
470 void CloudExternalDataManagerBase::FetchAll() { in FetchAll() function in policy::CloudExternalDataManagerBase
474 base::BindOnce(&Backend::FetchAll, base::Unretained(backend_.get()))); in FetchAll()
H A Ddevice_local_account_external_data_manager.cc36 FetchAll(); in OnPolicyStoreLoaded()
H A Dcloud_external_data_manager_base.h69 void FetchAll();
H A Dcloud_external_data_manager_base_unittest.cc88 void FetchAll();
199 void CloudExternalDataManagerBaseTest::FetchAll() { in FetchAll() function in policy::CloudExternalDataManagerBaseTest
200 external_data_manager_->FetchAll(); in FetchAll()
315 FetchAll(); in TEST_F()
/dports/devel/fpc-odata/fpc-3.2.2/packages/odata/src/
H A Dodataservice.pp200 …Function GetMulti(Const AQuery : String; FetchAll : Boolean; Out NextLink : String) : TODataEntity…
201 …Function GetMulti(Const AQuery : TQueryParams; FetchAll : Boolean; Out NextLink : String) : TOData…
552 Function TODataEntitySet.GetMulti(Const AQuery : String; FetchAll : Boolean; Out NextLink : String)…
563 Result:=TODataEntityArray(GetService.GetMulti(AURL,AQuery,EC,FetchAll,NextLink));
570 Result:=GetMulti(TODataService.QueryParamsToString(AQuery),FetchAll,NextLink);
1172 FetchAll: Boolean; out NextLink: String): TODataObjectArray;
1199 until (Not FetchAll) or (R.NextLink='');
1203 AClass: TODataObjectClass; FetchAll: Boolean; out NextLink: String
1207 Result:=GetMulti(ComposeURL(APath,AQuery),AClass,FetchAll,NextLink);
1322 AType: TODataEntityClass; FetchAll: Boolean; Out NextLink: String
[all …]
/dports/lang/fpc-source/fpc-3.2.2/packages/odata/src/
H A Dodataservice.pp200 …Function GetMulti(Const AQuery : String; FetchAll : Boolean; Out NextLink : String) : TODataEntity…
201 …Function GetMulti(Const AQuery : TQueryParams; FetchAll : Boolean; Out NextLink : String) : TOData…
552 Function TODataEntitySet.GetMulti(Const AQuery : String; FetchAll : Boolean; Out NextLink : String)…
563 Result:=TODataEntityArray(GetService.GetMulti(AURL,AQuery,EC,FetchAll,NextLink));
570 Result:=GetMulti(TODataService.QueryParamsToString(AQuery),FetchAll,NextLink);
1172 FetchAll: Boolean; out NextLink: String): TODataObjectArray;
1199 until (Not FetchAll) or (R.NextLink='');
1203 AClass: TODataObjectClass; FetchAll: Boolean; out NextLink: String
1207 Result:=GetMulti(ComposeURL(APath,AQuery),AClass,FetchAll,NextLink);
1322 AType: TODataEntityClass; FetchAll: Boolean; Out NextLink: String
[all …]
/dports/net-im/kopete/kopete-21.12.3/protocols/groupwise/libgroupwise/tasks/
H A Dsearchchattask.h42 FetchAll = 0, SinceLastSearch enumerator
H A Dsearchchattask.cpp55 …Field::SingleField(Field::NM_A_B_ONLY_MODIFIED, 0, NMFIELD_TYPE_BOOL, (type == FetchAll ? 0 : 1))); in search()
/dports/security/lego/lego-4.5.3/providers/dns/acmedns/
H A Dacmedns_test.go111 func (m mockStorage) FetchAll() map[string]goacmedns.Account { func
149 func (e errorFetchStorage) FetchAll() map[string]goacmedns.Account { func
/dports/devel/hs-hls-install/haskell-language-server-1.4.0/
H A DGenChangelogs.hs26 prs <- github' $ pullRequestsForR "haskell" "haskell-language-server" stateClosed FetchAll
/dports/devel/hs-haskell-language-server/haskell-language-server-1.4.0/
H A DGenChangelogs.hs26 prs <- github' $ pullRequestsForR "haskell" "haskell-language-server" stateClosed FetchAll
/dports/www/drupal8/drupal-8.9.20/core/modules/migrate_drupal/src/Plugin/migrate/source/d7/
H A DVariableTranslation.php56 $result = $this->prepareQuery()->execute()->FetchAll();
/dports/www/drupal9/drupal-9.2.10/core/modules/migrate_drupal/src/Plugin/migrate/source/d7/
H A DVariableTranslation.php76 $result = $this->prepareQuery()->execute()->FetchAll();
/dports/x11/plasma5-plasma-workspace/plasma-workspace-5.23.5/dataengines/mpris2/
H A Dplayercontainer.h63 FetchAll, enumerator
/dports/www/drupal8/drupal-8.9.20/core/modules/migrate_drupal/src/Plugin/migrate/source/d6/
H A DVariableTranslation.php58 $result = $this->prepareQuery()->execute()->FetchAll();
/dports/www/drupal9/drupal-9.2.10/core/modules/migrate_drupal/src/Plugin/migrate/source/d6/
H A DVariableTranslation.php77 $result = $this->prepareQuery()->execute()->FetchAll();
/dports/devel/upp/upp/uppsrc/ODBC/
H A DODBC.cpp60 void FetchAll();
563 FetchAll(); in Execute()
685 void ODBCConnection::FetchAll() in FetchAll() function in Upp::ODBCConnection
/dports/net-im/kopete/kopete-21.12.3/protocols/groupwise/libgroupwise/
H A Dchatroommanager.cpp55 sct->search((refresh ? SearchChatTask::SinceLastSearch : SearchChatTask::FetchAll)); in getChatrooms()
/dports/editors/micro/micro-2.0.10/vendor/github.com/robertkrimen/otto/ast/
H A Dcomments.go110 func (c *Comments) FetchAll() []*Comment { func

12