Home
last modified time | relevance | path

Searched refs:get_docs (Results 1 – 25 of 93) sorted by relevance

1234

/dports/lang/erlang-runtime24/otp-OTP-24.1.7/lib/edoc/test/
H A Deep48_SUITE.erl168 Docs = get_docs(Config, eep48_meta),
174 Docs = get_docs(Config, eep48_meta),
180 Docs = get_docs(Config, eep48_meta),
186 Docs = get_docs(Config, eep48_meta),
191 Docs = get_docs(Config, eep48_meta),
197 Docs = get_docs(Config, eep48_meta),
202 Docs = get_docs(Config, eep48_meta),
208 Docs = get_docs(Config, eep48_meta),
214 Docs = get_docs(Config, eep48_meta),
255 Docs = get_docs(Config, eep48_sigs),
[all …]
/dports/lang/erlang-wx/otp-OTP-24.1.7/lib/edoc/test/
H A Deep48_SUITE.erl168 Docs = get_docs(Config, eep48_meta),
174 Docs = get_docs(Config, eep48_meta),
180 Docs = get_docs(Config, eep48_meta),
186 Docs = get_docs(Config, eep48_meta),
191 Docs = get_docs(Config, eep48_meta),
197 Docs = get_docs(Config, eep48_meta),
202 Docs = get_docs(Config, eep48_meta),
208 Docs = get_docs(Config, eep48_meta),
214 Docs = get_docs(Config, eep48_meta),
255 Docs = get_docs(Config, eep48_sigs),
[all …]
/dports/lang/erlang/otp-OTP-24.1.7/lib/edoc/test/
H A Deep48_SUITE.erl168 Docs = get_docs(Config, eep48_meta),
174 Docs = get_docs(Config, eep48_meta),
180 Docs = get_docs(Config, eep48_meta),
186 Docs = get_docs(Config, eep48_meta),
191 Docs = get_docs(Config, eep48_meta),
197 Docs = get_docs(Config, eep48_meta),
202 Docs = get_docs(Config, eep48_meta),
208 Docs = get_docs(Config, eep48_meta),
214 Docs = get_docs(Config, eep48_meta),
255 Docs = get_docs(Config, eep48_sigs),
[all …]
/dports/lang/erlang-java/otp-OTP-24.1.7/lib/edoc/test/
H A Deep48_SUITE.erl168 Docs = get_docs(Config, eep48_meta),
174 Docs = get_docs(Config, eep48_meta),
180 Docs = get_docs(Config, eep48_meta),
186 Docs = get_docs(Config, eep48_meta),
191 Docs = get_docs(Config, eep48_meta),
197 Docs = get_docs(Config, eep48_meta),
202 Docs = get_docs(Config, eep48_meta),
208 Docs = get_docs(Config, eep48_meta),
214 Docs = get_docs(Config, eep48_meta),
255 Docs = get_docs(Config, eep48_sigs),
[all …]
/dports/textproc/mdbook/mdBook-0.4.13/cargo-crates/elasticlunr-rs-2.3.13/src/
H A Dinverted_index.rs114 pub fn get_docs(&self, token: &str) -> Option<BTreeMap<String, f64>> { in get_docs() method
230 inverted_index.get_docs(token).unwrap(), in retrieving_items()
236 assert_eq!(inverted_index.get_docs(""), Some(BTreeMap::new())); in retrieving_items()
242 inverted_index.get_docs(token).unwrap(), in retrieving_items()
252 inverted_index.get_docs(token).unwrap(), in retrieving_items()
265 assert_eq!(inverted_index.get_docs("foo"), None); in retrieving_nonexistant_items()
266 assert_eq!(inverted_index.get_docs("fox"), None); in retrieving_nonexistant_items()
289 assert_eq!(inverted_index.get_docs("foo"), None); in removing_document_from_token()
293 inverted_index.get_docs("foo").unwrap(), in removing_document_from_token()
300 assert_eq!(inverted_index.get_docs("foo"), Some(BTreeMap::new())); in removing_document_from_token()
[all …]
/dports/www/zola/zola-0.15.2/cargo-crates/elasticlunr-rs-2.3.14/src/
H A Dinverted_index.rs114 pub fn get_docs(&self, token: &str) -> Option<BTreeMap<String, f64>> { in get_docs() method
230 inverted_index.get_docs(token).unwrap(), in retrieving_items()
236 assert_eq!(inverted_index.get_docs(""), Some(BTreeMap::new())); in retrieving_items()
242 inverted_index.get_docs(token).unwrap(), in retrieving_items()
252 inverted_index.get_docs(token).unwrap(), in retrieving_items()
265 assert_eq!(inverted_index.get_docs("foo"), None); in retrieving_nonexistant_items()
266 assert_eq!(inverted_index.get_docs("fox"), None); in retrieving_nonexistant_items()
289 assert_eq!(inverted_index.get_docs("foo"), None); in removing_document_from_token()
293 inverted_index.get_docs("foo").unwrap(), in removing_document_from_token()
300 assert_eq!(inverted_index.get_docs("foo"), Some(BTreeMap::new())); in removing_document_from_token()
[all …]
/dports/lang/rust/rustc-1.58.1-src/vendor/elasticlunr-rs/src/
H A Dinverted_index.rs114 pub fn get_docs(&self, token: &str) -> Option<BTreeMap<String, f64>> { in get_docs() method
230 inverted_index.get_docs(token).unwrap(), in retrieving_items()
236 assert_eq!(inverted_index.get_docs(""), Some(BTreeMap::new())); in retrieving_items()
242 inverted_index.get_docs(token).unwrap(), in retrieving_items()
252 inverted_index.get_docs(token).unwrap(), in retrieving_items()
265 assert_eq!(inverted_index.get_docs("foo"), None); in retrieving_nonexistant_items()
266 assert_eq!(inverted_index.get_docs("fox"), None); in retrieving_nonexistant_items()
289 assert_eq!(inverted_index.get_docs("foo"), None); in removing_document_from_token()
293 inverted_index.get_docs("foo").unwrap(), in removing_document_from_token()
300 assert_eq!(inverted_index.get_docs("foo"), Some(BTreeMap::new())); in removing_document_from_token()
[all …]
/dports/devel/py-phpserialize/phpserialize-1.3/
H A Dsetup.py4 def get_docs(): function
29 long_description=get_docs(),
/dports/devel/py-speaklater/speaklater-1.3/
H A Dsetup.py7 def get_docs(): function
31 long_description=get_docs(),
/dports/sysutils/py-salt/salt-3004.1/salt/runners/
H A Ddoc.py32 ret = client.get_docs()
47 ret = client.get_docs()
/dports/textproc/erlang-yamerl/yamerl-0.7.0/src/
H A Dyamerl_constr.erl326 EOS -> get_docs(Ret);
342 -spec get_docs(Constr) ->
348 get_docs(Constr) -> function
356 Token_Fun(get_docs)
471 get_docs(Constr).
515 get_docs(Constr).
743 (get_docs) when not Detailed ->
745 (get_docs) ->
/dports/net/py-txamqp/txAMQP-0.8.2/src/txamqp/
H A Dspec.py241 def get_docs(nd): function
253 l.add(Field(f_nd["@name"], f_nd.index(), field_type, get_docs(f_nd)))
273 get_docs(nd))
284 get_docs(c_nd))
293 get_docs(m_nd))
/dports/science/code_saturne/code_saturne-7.1.0/bin/
H A Dcs_info.py92 help="open a manual " + str(get_docs(pkg)))
153 def get_docs(pkg): function
/dports/databases/mariadb105-client/mariadb-10.5.15/storage/innobase/fts/
H A Dfts0fts.cc696 ib_vector_reset(cache->get_docs); in fts_reset_get_doc()
875 if (cache->get_docs) { in fts_drop_index()
1004 if (cache->get_docs) { in fts_cache_index_cache_create()
2976 if (cache->get_docs == NULL) { in fts_commit_table()
2978 if (cache->get_docs == NULL) { in fts_commit_table()
3321 ut_ad(cache->get_docs); in fts_add_doc_from_tuple()
3401 ut_ad(cache->get_docs); in fts_add_doc_by_id()
4731 ib_vector_t* get_docs; in fts_get_docs_create() local
4760 return(get_docs); in fts_get_docs_create()
4777 ib_vector_get(get_docs, i)); in fts_get_docs_clear()
[all …]
/dports/databases/mariadb104-server/mariadb-10.4.24/storage/innobase/fts/
H A Dfts0fts.cc696 ib_vector_reset(cache->get_docs); in fts_reset_get_doc()
888 if (cache->get_docs) { in fts_drop_index()
1017 if (cache->get_docs) { in fts_cache_index_cache_create()
2989 if (cache->get_docs == NULL) { in fts_commit_table()
2991 if (cache->get_docs == NULL) { in fts_commit_table()
3334 ut_ad(cache->get_docs); in fts_add_doc_from_tuple()
3414 ut_ad(cache->get_docs); in fts_add_doc_by_id()
4752 ib_vector_t* get_docs; in fts_get_docs_create() local
4781 return(get_docs); in fts_get_docs_create()
4798 ib_vector_get(get_docs, i)); in fts_get_docs_clear()
[all …]
/dports/databases/mariadb104-client/mariadb-10.4.24/storage/innobase/fts/
H A Dfts0fts.cc696 ib_vector_reset(cache->get_docs); in fts_reset_get_doc()
888 if (cache->get_docs) { in fts_drop_index()
1017 if (cache->get_docs) { in fts_cache_index_cache_create()
2989 if (cache->get_docs == NULL) { in fts_commit_table()
2991 if (cache->get_docs == NULL) { in fts_commit_table()
3334 ut_ad(cache->get_docs); in fts_add_doc_from_tuple()
3414 ut_ad(cache->get_docs); in fts_add_doc_by_id()
4752 ib_vector_t* get_docs; in fts_get_docs_create() local
4781 return(get_docs); in fts_get_docs_create()
4798 ib_vector_get(get_docs, i)); in fts_get_docs_clear()
[all …]
/dports/databases/mariadb105-server/mariadb-10.5.15/storage/innobase/fts/
H A Dfts0fts.cc696 ib_vector_reset(cache->get_docs); in fts_reset_get_doc()
875 if (cache->get_docs) { in fts_drop_index()
1004 if (cache->get_docs) { in fts_cache_index_cache_create()
2976 if (cache->get_docs == NULL) { in fts_commit_table()
2978 if (cache->get_docs == NULL) { in fts_commit_table()
3321 ut_ad(cache->get_docs); in fts_add_doc_from_tuple()
3401 ut_ad(cache->get_docs); in fts_add_doc_by_id()
4731 ib_vector_t* get_docs; in fts_get_docs_create() local
4760 return(get_docs); in fts_get_docs_create()
4777 ib_vector_get(get_docs, i)); in fts_get_docs_clear()
[all …]
/dports/textproc/rarian/rarian-00fa779/util/
H A Drarian-sk-get-cl.cpp80 get_docs (RrnReg *reg, TiXmlNode *pParent) in get_docs() function
140 rrn_for_each_in_category ((RrnForeachFunc) get_docs, cat, pParent); in process_node()
/dports/textproc/elixir-earmark/earmark-1.2.5/tasks/
H A Dreadme.exs59 case Code.get_docs(module, :moduledoc) do
83 docs = Code.get_docs(module, :docs)
/dports/databases/mariadb103-server/mariadb-10.3.34/storage/innobase/fts/
H A Dfts0fts.cc696 ib_vector_reset(cache->get_docs); in fts_reset_get_doc()
888 if (cache->get_docs) { in fts_drop_index()
1017 if (cache->get_docs) { in fts_cache_index_cache_create()
2989 if (cache->get_docs == NULL) { in fts_commit_table()
2991 if (cache->get_docs == NULL) { in fts_commit_table()
3344 ut_ad(cache->get_docs); in fts_add_doc_from_tuple()
3424 ut_ad(cache->get_docs); in fts_add_doc_by_id()
4778 ib_vector_t* get_docs; in fts_get_docs_create() local
4807 return(get_docs); in fts_get_docs_create()
4824 ib_vector_get(get_docs, i)); in fts_get_docs_clear()
[all …]
/dports/databases/mariadb103-client/mariadb-10.3.34/storage/innobase/fts/
H A Dfts0fts.cc696 ib_vector_reset(cache->get_docs); in fts_reset_get_doc()
888 if (cache->get_docs) { in fts_drop_index()
1017 if (cache->get_docs) { in fts_cache_index_cache_create()
2989 if (cache->get_docs == NULL) { in fts_commit_table()
2991 if (cache->get_docs == NULL) { in fts_commit_table()
3344 ut_ad(cache->get_docs); in fts_add_doc_from_tuple()
3424 ut_ad(cache->get_docs); in fts_add_doc_by_id()
4778 ib_vector_t* get_docs; in fts_get_docs_create() local
4807 return(get_docs); in fts_get_docs_create()
4824 ib_vector_get(get_docs, i)); in fts_get_docs_clear()
[all …]
/dports/lang/alchemist.el/alchemist.el-1.8.2/alchemist-server/lib/helpers/
H A Dmodule_info.exs6 case Code.get_docs module, :moduledoc do
13 docs = Code.get_docs module, :docs
/dports/databases/xtrabackup8/percona-xtrabackup-8.0.14/storage/innobase/fts/
H A Dfts0fts.cc610 ib_vector_reset(cache->get_docs); in fts_reset_get_doc()
767 if (cache->get_docs) { in fts_drop_index()
851 if (cache->get_docs) { in fts_cache_index_cache_create()
3188 if (cache->get_docs == nullptr) { in fts_commit_table()
3190 if (cache->get_docs == nullptr) { in fts_commit_table()
3504 ut_ad(cache->get_docs); in fts_add_doc_from_tuple()
3574 ut_ad(cache->get_docs); in fts_add_doc_by_id()
4841 ib_vector_t *get_docs; in fts_get_docs_create() local
4867 return (get_docs); in fts_get_docs_create()
6200 if (cache->get_docs == nullptr) { in fts_init_index()
[all …]
/dports/databases/percona56-server/percona-server-5.6.51-91.0/storage/innobase/fts/
H A Dfts0fts.cc731 ib_vector_reset(cache->get_docs); in fts_reset_get_doc()
921 if (cache->get_docs) { in fts_drop_index()
1061 if (cache->get_docs) { in fts_cache_index_cache_create()
3122 if (cache->get_docs == NULL) { in fts_commit_table()
3124 if (cache->get_docs == NULL) { in fts_commit_table()
3455 ut_ad(cache->get_docs); in fts_add_doc_by_id()
4955 ib_vector_t* get_docs; in fts_get_docs_create() local
4961 get_docs = ib_vector_create( in fts_get_docs_create()
4986 return(get_docs); in fts_get_docs_create()
5003 ib_vector_get(get_docs, i)); in fts_get_docs_clear()
[all …]
/dports/databases/percona56-client/percona-server-5.6.51-91.0/storage/innobase/fts/
H A Dfts0fts.cc731 ib_vector_reset(cache->get_docs); in fts_reset_get_doc()
921 if (cache->get_docs) { in fts_drop_index()
1061 if (cache->get_docs) { in fts_cache_index_cache_create()
3122 if (cache->get_docs == NULL) { in fts_commit_table()
3124 if (cache->get_docs == NULL) { in fts_commit_table()
3455 ut_ad(cache->get_docs); in fts_add_doc_by_id()
4955 ib_vector_t* get_docs; in fts_get_docs_create() local
4961 get_docs = ib_vector_create( in fts_get_docs_create()
4986 return(get_docs); in fts_get_docs_create()
5003 ib_vector_get(get_docs, i)); in fts_get_docs_clear()
[all …]

1234