Searched refs:doc_idx (Results 1 – 9 of 9) sorted by relevance
/dports/devel/geany-legacy/geany-1.37.1/src/ |
H A D | plugindata.h | 469 #define DOC_IDX_VALID(doc_idx) \ argument 470 ((doc_idx) >= 0 && (guint)(doc_idx) < documents_array->len && documents[doc_idx]->is_valid)
|
/dports/devel/geany/geany-1.38/src/ |
H A D | plugindata.h | 466 #define DOC_IDX_VALID(doc_idx) \ argument 467 ((doc_idx) >= 0 && (guint)(doc_idx) < documents_array->len && documents[doc_idx]->is_valid)
|
/dports/textproc/py-orange3-text/orange3-text-1.3.1/orangecontrib/text/widgets/ |
H A D | owconcordance.py | 146 (doc_idx, offset) for doc_idx, doc in enumerate(self.indices)
|
/dports/misc/py-gluonnlp/gluon-nlp-0.10.0/scripts/bert/ |
H A D | finetune_squad.py | 732 doc_idx, 735 for doc_idx in doc_spans_indices
|
/dports/misc/py-gluonnlp/gluon-nlp-0.10.0/scripts/language_model/ |
H A D | run_squad.py | 341 align_position2doc_spans([tok_start_position, tok_end_position], doc_idx, offset=0, 343 for (doc_idx, seq) in zip(doc_spans_indices, seq_features)
|
/dports/editors/emacs-devel/emacs-4d1968b/src/ |
H A D | comp.c | 5121 Lisp_Object c_name, Lisp_Object type, Lisp_Object doc_idx, in make_subr() argument 5156 x->s.doc = XFIXNUM (doc_idx); in make_subr() 5176 Lisp_Object doc_idx = FIRST (rest); 5183 make_subr (c_name, minarg, maxarg, c_name, type, doc_idx, intspec, comp_u); 5206 Lisp_Object doc_idx = FIRST (rest); 5209 make_subr (SYMBOL_NAME (name), minarg, maxarg, c_name, type, doc_idx,
|
/dports/devel/geany/geany-1.38/ |
H A D | ChangeLog.pre-1-22 | 16249 Add DOC_FILENAME() null-safe macro to get the filename at doc_idx.
|
/dports/devel/geany-legacy/geany-1.37.1/ |
H A D | ChangeLog.pre-1-22 | 16249 Add DOC_FILENAME() null-safe macro to get the filename at doc_idx.
|
/dports/editors/emacs-devel/emacs-4d1968b/ |
H A D | ChangeLog.3 | 44191 (Fcomp__late_register_subr): Use a rest arg to pass 'doc_idx' and
|