Home
last modified time | relevance | path

Searched defs:fetch (Results 176 – 200 of 7453) sorted by relevance

12345678910>>...299

/dports/databases/p5-DBIx-Class-Migration/DBIx-Class-Migration-0.075/examples/MusicBase/share/fixtures/2/conf/
H A Dall_tables.json21 "fetch" : 0 number
24 "fetch" : 0 number
27 "fetch" : 0 number
/dports/devel/p5-CHI/CHI-0.60/lib/CHI/Test/Driver/
H A DWriteonly.pm9 sub fetch { method in CHI::Test::Driver::Writeonly
/dports/deskutils/zanshin/zanshin-21.12.3/src/akonadi/
H A Dakonaditaskqueries.cpp56 auto fetch = m_helpers->fetchItems(const_cast<TaskQueries*>(this)); in findAll() local
68 auto fetch = m_helpers->fetchSiblings(item, const_cast<TaskQueries*>(this)); in findChildren() local
80 auto fetch = m_helpers->fetchTaskAndAncestors(task, const_cast<TaskQueries*>(this)); in findProject() local
95 auto fetch = m_helpers->fetchItemCollection(item, const_cast<TaskQueries*>(this)); in findDataSource() local
105 auto fetch = m_helpers->fetchItems(const_cast<TaskQueries*>(this)); in findTopLevel() local
136 auto fetch = m_helpers->fetchItems(const_cast<TaskQueries*>(this)); in findInboxTopLevel() local
152 auto fetch = m_helpers->fetchItems(const_cast<TaskQueries*>(this)); in findWorkdayTopLevel() local
208 auto fetch = m_helpers->fetchItems(const_cast<TaskQueries*>(this)); in findContexts() local
H A Dakonadidatasourcequeries.cpp39 …auto fetch = m_helpers->fetchCollections(Collection::root(), const_cast<DataSourceQueries*>(this)); in findTopLevel() local
49 auto fetch = m_helpers->fetchCollections(root, const_cast<DataSourceQueries*>(this)); in findChildren() local
57 auto fetch = m_helpers->fetchAllCollections(const_cast<DataSourceQueries*>(this)); in findAllSelected() local
70 auto fetch = m_helpers->fetchItems(root, const_cast<DataSourceQueries*>(this)); in findProjects() local
/dports/www/p5-WebDAO/WebDAO-2.25/t/lib/T/
H A DEngine.pm20 sub fetch { subroutine
39 sub fetch { subroutine
61 sub fetch { subroutine
129 sub fetch { subroutine
/dports/databases/cppdb/cppdb-0.3.1/drivers/
H A Dmysql_backend.cpp118 virtual bool fetch(int col,short &v) in fetch() function in cppdb::mysql_backend::unprep::result
126 virtual bool fetch(int col,int &v) in fetch() function in cppdb::mysql_backend::unprep::result
130 virtual bool fetch(int col,unsigned &v) in fetch() function in cppdb::mysql_backend::unprep::result
134 virtual bool fetch(int col,long &v) in fetch() function in cppdb::mysql_backend::unprep::result
151 virtual bool fetch(int col,float &v) in fetch() function in cppdb::mysql_backend::unprep::result
155 virtual bool fetch(int col,double &v) in fetch() function in cppdb::mysql_backend::unprep::result
189 virtual bool fetch(int col,std::tm &v) in fetch() function in cppdb::mysql_backend::unprep::result
554 virtual bool fetch(int col,short &v) in fetch() function in cppdb::mysql_backend::prep::result
576 virtual bool fetch(int col,int &v) in fetch() function in cppdb::mysql_backend::prep::result
598 virtual bool fetch(int col,long &v) in fetch() function in cppdb::mysql_backend::prep::result
[all …]
/dports/www/firefox-esr/firefox-91.8.0/taskcluster/taskgraph/transforms/
H A Dfetch.py110 def configure_fetch(config, typ, name, fetch): argument
231 def create_fetch_url_task(config, name, fetch): argument
308 def create_git_fetch_task(config, name, fetch): argument
364 def create_chromium_fetch_task(config, name, fetch): argument
/dports/www/firefox/firefox-99.0/taskcluster/gecko_taskgraph/transforms/
H A Dfetch.py105 def configure_fetch(config, typ, name, fetch): argument
224 def create_fetch_url_task(config, name, fetch): argument
304 def create_git_fetch_task(config, name, fetch): argument
365 def create_chromium_fetch_task(config, name, fetch): argument
/dports/lang/spidermonkey78/firefox-78.9.0/taskcluster/taskgraph/transforms/
H A Dfetch.py121 def configure_fetch(config, typ, name, fetch): argument
239 def create_fetch_url_task(config, name, fetch): argument
299 def create_git_fetch_task(config, name, fetch): argument
340 def create_chromium_fetch_task(config, name, fetch): argument
/dports/mail/thunderbird/thunderbird-91.8.0/taskcluster/taskgraph/transforms/
H A Dfetch.py110 def configure_fetch(config, typ, name, fetch): argument
231 def create_fetch_url_task(config, name, fetch): argument
308 def create_git_fetch_task(config, name, fetch): argument
364 def create_chromium_fetch_task(config, name, fetch): argument
/dports/databases/p5-DBIx-Class-Migration/DBIx-Class-Migration-0.075/examples/MusicBase/share/fixtures/3/conf/
H A Dall_tables.json25 "fetch" : 0 number
28 "fetch" : 0 number
31 "fetch" : 0 number
/dports/devel/emscripten/emscripten-2.0.3/tests/fetch/
H A Dexample_async_xhr_to_memory.cpp10 void downloadSucceeded(emscripten_fetch_t *fetch) in downloadSucceeded()
17 void downloadFailed(emscripten_fetch_t *fetch) in downloadFailed()
H A Dexample_async_xhr_to_memory_via_indexeddb.cpp10 void downloadSucceeded(emscripten_fetch_t *fetch) in downloadSucceeded()
17 void downloadFailed(emscripten_fetch_t *fetch) in downloadFailed()
H A Dexample_idb_delete.cpp10 void success(emscripten_fetch_t *fetch) in success()
16 void failure(emscripten_fetch_t *fetch) in failure()
/dports/dns/dnsdbq/dnsdbq-2.6.0/
H A Dnetio.c88 fetch_t fetch = NULL; in create_fetch() local
152 fetch_reap(fetch_t fetch) { in fetch_reap()
170 fetch_done(fetch_t fetch) { in fetch_done()
181 fetch_unlink(fetch_t fetch) { in fetch_unlink()
264 fetch_t fetch = (fetch_t) blob; in writer_func() local
393 last_fetch(fetch_t fetch) { in last_fetch()
476 fetch_t fetch = query->fetches, in writer_fini() local
715 fetch_t fetch; in io_drain() local
/dports/lang/elixir-devel/elixir-1.13.1/lib/elixir/test/elixir/
H A Dexception_test.exs447 def fetch(-%module{} = container-, key) function
668 def fetch(%module{} = container, key), do: {module, container, key} function
669 def fetch(map, key) when is_map(map), do: {map, key} function
670 def fetch(list, key) when is_list(list) and is_atom(key), do: {list, key} function
671 def fetch(nil, _key), do: nil function
/dports/net/messagelib/messagelib-21.12.3/messagelist/src/core/widgets/
H A Dsearchcollectionindexingwarning.cpp46 auto fetch = new Akonadi::CollectionFetchJob(cols, type, this); in fetchCollections() local
81 Akonadi::CollectionFetchJob *fetch = fetchCollections(cols, false); in setCollection() local
98 Akonadi::CollectionFetchJob *fetch = fetchCollections(mCollections, true); in queryRootCollectionFetchFinished() local
/dports/net/rabbitmq/rabbitmq-server-3.9.11/deps/rabbitmq_management/src/
H A Drabbit_mgmt_db_cache.erl56 fetch(Key, FetchFun) -> function
60 fetch(Key, FetchFun, Args) when is_list(Args) -> function
64 fetch(Key, FetchFun, FunArgs, Timeout) -> function
/dports/deskutils/zanshin/zanshin-21.12.3/tests/units/akonadi/
H A Dakonadilivequeryhelperstest.cpp86 auto fetch = helpers->fetchAllCollections(nullptr); in shouldFetchAllCollections() local
158 auto fetch = helpers->fetchCollections(root, nullptr); in shouldFetchCollectionsForRoot() local
235 auto fetch = helpers->fetchItems(nullptr); in shouldFetchItems() local
298 auto fetch = helpers->fetchItems(collection, nullptr); in shouldFetchItemsByCollection() local
385 auto fetch = helpers->fetchItemsForContext(context, nullptr); in shouldFetchItemsForContext() local
458 auto fetch = helpers->fetchSiblings(item, nullptr); in shouldFetchSiblings() local
/dports/dns/dnsdbflex/dnsdbflex-1.0.6/
H A Dnetio.c88 fetch_t fetch = NULL; in create_fetch() local
146 fetch_reap(fetch_t fetch) { in fetch_reap()
164 fetch_done(fetch_t fetch) { in fetch_done()
173 fetch_unlink(fetch_t fetch) { in fetch_unlink()
211 fetch_t fetch = (fetch_t) blob; in writer_func() local
425 fetch_t fetch; in io_drain() local
/dports/databases/p5-DBIx-Class-Fixtures/DBIx-Class-Fixtures-1.001039/t/var/configs/
H A Dsample.json3 "fetch": 0 number
6 "fetch": 0 number
13 "fetch": [{ array
34 "fetch": [{ array
H A Dunicode.json3 "fetch": 0 number
6 "fetch": 0 number
H A Dsimple.json3 "fetch": 0 number
6 "fetch": 0 number
H A Dquantity.json3 "fetch": 0 number
6 "fetch": 0 number
/dports/www/smarty3/smarty-3.1.34/demo/plugins/
H A Dresource.mysqls.php38 protected $fetch; variable in Smarty_Resource_Mysqls
64 protected function fetch($name, &$source, &$mtime) function in Smarty_Resource_Mysqls

12345678910>>...299