Home
last modified time | relevance | path

Searched defs:term (Results 176 – 200 of 13232) sorted by relevance

12345678910>>...530

/dports/lang/erlang-java/otp-OTP-24.1.7/lib/asn1/src/
H A Dasn1ct_pretty_format.erl48 term(Term) -> function
57 term([], Indent) -> function
59 term(L, Indent) when is_list(L) -> function
71 term(T, Indent) when is_tuple(T) -> function
78 term(A, Indent) -> function
/dports/lang/erlang-java/otp-OTP-24.1.7/lib/dialyzer/test/r9c_SUITE_data/src/asn1/
H A Dasn1ct_pretty_format.erl46 term(Term) -> function
55 term([], Indent) -> function
57 term(L, Indent) when is_list(L) -> function
69 term(T, Indent) when is_tuple(T) -> function
76 term(A, Indent) -> function
/dports/lang/erlang-runtime21/otp-OTP-21.3.8.24/lib/asn1/src/
H A Dasn1ct_pretty_format.erl48 term(Term) -> function
57 term([], Indent) -> function
59 term(L, Indent) when is_list(L) -> function
71 term(T, Indent) when is_tuple(T) -> function
78 term(A, Indent) -> function
/dports/lang/erlang/otp-OTP-24.1.7/lib/asn1/src/
H A Dasn1ct_pretty_format.erl48 term(Term) -> function
57 term([], Indent) -> function
59 term(L, Indent) when is_list(L) -> function
71 term(T, Indent) when is_tuple(T) -> function
78 term(A, Indent) -> function
/dports/www/firefox/firefox-99.0/third_party/rust/jsparagus-generated-parser/src/
H A Dparser_tables_generated.rs5190 let term = NonterminalId::Block.into(); in full_actions_668() localVariable
5905 let term = NonterminalId::Block.into(); in full_actions_713() localVariable
8610 let term = NonterminalId::Catch.into(); in full_actions_870() localVariable
10886 let term = NonterminalId::Catch.into(); in full_actions_991() localVariable
33422 let term = NonterminalId::Catch.into(); in full_actions_2167() localVariable
41638 let term = NonterminalId::Catch.into(); in full_actions_2619() localVariable
67801 let term = NonterminalId::Block.into(); in noop_actions_668() localVariable
68473 let term = NonterminalId::Block.into(); in noop_actions_713() localVariable
71021 let term = NonterminalId::Catch.into(); in noop_actions_870() localVariable
73176 let term = NonterminalId::Catch.into(); in noop_actions_991() localVariable
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/rust/jsparagus-generated-parser/src/
H A Dparser_tables_generated.rs5190 let term = NonterminalId::Block.into(); in full_actions_668() localVariable
5905 let term = NonterminalId::Block.into(); in full_actions_713() localVariable
8610 let term = NonterminalId::Catch.into(); in full_actions_870() localVariable
10886 let term = NonterminalId::Catch.into(); in full_actions_991() localVariable
33422 let term = NonterminalId::Catch.into(); in full_actions_2167() localVariable
41638 let term = NonterminalId::Catch.into(); in full_actions_2619() localVariable
67801 let term = NonterminalId::Block.into(); in noop_actions_668() localVariable
68473 let term = NonterminalId::Block.into(); in noop_actions_713() localVariable
71021 let term = NonterminalId::Catch.into(); in noop_actions_870() localVariable
73176 let term = NonterminalId::Catch.into(); in noop_actions_991() localVariable
[all …]
/dports/www/firefox-esr/firefox-91.8.0/third_party/rust/jsparagus-generated-parser/src/
H A Dparser_tables_generated.rs5190 let term = NonterminalId::Block.into(); in full_actions_668() localVariable
5905 let term = NonterminalId::Block.into(); in full_actions_713() localVariable
8610 let term = NonterminalId::Catch.into(); in full_actions_870() localVariable
10886 let term = NonterminalId::Catch.into(); in full_actions_991() localVariable
33422 let term = NonterminalId::Catch.into(); in full_actions_2167() localVariable
41638 let term = NonterminalId::Catch.into(); in full_actions_2619() localVariable
67801 let term = NonterminalId::Block.into(); in noop_actions_668() localVariable
68473 let term = NonterminalId::Block.into(); in noop_actions_713() localVariable
71021 let term = NonterminalId::Catch.into(); in noop_actions_870() localVariable
73176 let term = NonterminalId::Catch.into(); in noop_actions_991() localVariable
[all …]
/dports/textproc/clucene/clucene-core-2.3.3.4/src/core/CLucene/search/
H A DFilteredTermEnum.cpp56 Term* term = actualEnum->term(false); in next() local
74 Term* FilteredTermEnum::term(bool pointer) { in term() function in FilteredTermEnum
110 Term* term = actualEnum->term(false); in setEnum() local
/dports/devel/py-opengrok-tools/opengrok-1.3.16/opengrok-indexer/src/main/java/org/opengrok/indexer/search/
H A DCustomQueryParser.java93 private static String getCanonicalTerm(String field, String term) { in getCanonicalTerm()
101 protected Query getFuzzyQuery(String field, String term, float min) in getFuzzyQuery()
107 protected Query getPrefixQuery(String field, String term) in getPrefixQuery()
125 protected Query getWildcardQuery(String field, String term) in getWildcardQuery()
/dports/x11/foot/foot/
H A Dselection.c80 selection_view_up(struct terminal *term, int new_view) in selection_view_up()
208 extract_one_const_wrapper(struct terminal *term, in extract_one_const_wrapper()
216 selection_to_text(const struct terminal *term) in selection_to_text()
865 selection_dirty_cells(struct terminal *term) in selection_dirty_cells()
1141 selection_cancel(struct terminal *term) in selection_cancel()
1225 struct terminal *term = data; in fdm_scroll_timer() local
1310 selection_stop_scroll_timer(struct terminal *term) in selection_stop_scroll_timer()
1899 struct terminal *term = user; in receive_offer() local
1906 struct terminal *term = user; in receive_offer_done() local
2002 struct seat *seat, struct terminal *term, in text_from_primary()
[all …]
H A Drender.c118 struct terminal *term; member
130 struct terminal *term = ctx->term; in presented() local
1459 struct terminal *term = ctx->term; in render_worker_thread() local
1595 render_osd(struct terminal *term, in render_osd()
2062 render_csd(struct terminal *term) in render_csd()
2415 dirty_cursor(struct terminal *term) in dirty_cursor()
2429 grid_render(struct terminal *term) in grid_render()
3097 render_urls(struct terminal *term) in render_urls()
3343 struct terminal *term = data; in frame_callback() local
3389 tiocswinsz(struct terminal *term) in tiocswinsz()
[all …]
/dports/editors/vim/vim-8.2.3745/src/
H A Dterminal.c436 term_T *term; in term_start() local
1982 term_T *term; in term_check_timers() local
2866 term_T *term, in cell2attr()
3469 term_T *term; in term_channel_closing() local
3483 term_T *term; in term_channel_closed() local
3543 term_T *term; in term_check_channel_closed_recently() local
3565 term_T *term, in term_line2screenline()
4628 term_T *term; in term_update_colors_all() local
4695 term_T *term; in set_ref_in_term() local
4782 term_T *term; in f_term_dumpwrite() local
[all …]
/dports/math/eprover/eprover-E-2.0/TERMS/
H A Dcte_termbanks.h124 #define TBCellIdent(term) (TermIsVar(term)?(term)->f_code:term->entry_no) argument
126 #define TermIsTrueTerm(term) ((term)->f_code==SIG_TRUE_CODE) argument
128 #define TBTermIsSubterm(super, term) TermIsSubterm((super),(term),DEREF_NEVER) argument
130 #define TBTermIsTypeTerm(term)\ argument
132 #define TBTermIsXTypeTerm(term)\ argument
152 #define TBPrintTermFull(out, bank, term) \ argument
166 #define TBTermCellIsMarked(bank, term) \ argument
/dports/www/links1/links-1.04/
H A Dbfu.c108 void select_menu(struct terminal *term, struct menu *menu) in select_menu()
127 void count_menu_size(struct terminal *term, struct menu *menu) in count_menu_size()
177 void display_menu(struct terminal *term, struct menu *menu) in display_menu()
501 struct terminal *term = dlg->win->term; in display_dlg_item() local
626 struct terminal *term = dlg->win->term; in redraw_dialog() local
687 struct terminal *term = win->term; in dialog_func() local
1160 struct terminal *term = dlg->win->term; in checkbox_list_fn() local
1190 struct terminal *term = dlg->win->term; in group_fn() local
1220 struct terminal *term = dlg->win->term; in msg_box_fn() local
1377 struct terminal *term = dlg->win->term; in input_field_fn() local
[all …]
/dports/devel/py-py_interface/py_interface-2.3/py_interface/
H A Derl_term.py150 def IsErlAtom(term): argument
179 def IsErlRef(term): argument
207 def IsErlPort(term): argument
238 def IsErlPid(term): argument
313 def IsErlBitBinary(term): argument
367 def IsErlFun(term): argument
395 def IsErlFunExport(term): argument
421 def MakeErlMapKey(term): argument
530 def IsErlMap(term): argument
997 def _PackInt(term, flags): argument
[all …]
/dports/net/akonadi-search/akonadi-search-21.12.3/akonadiplugin/
H A Dsearchplugin.cpp55 static Term getTerm(const Akonadi::SearchTerm &term, const QString &property) in getTerm()
62 Term recursiveEmailTermMapping(const Akonadi::SearchTerm &term) in recursiveEmailTermMapping()
189 Term recursiveCalendarTermMapping(const Akonadi::SearchTerm &term) in recursiveCalendarTermMapping()
224 Term recursiveNoteTermMapping(const Akonadi::SearchTerm &term) in recursiveNoteTermMapping()
252 Term recursiveContactTermMapping(const Akonadi::SearchTerm &term) in recursiveContactTermMapping()
300 const Akonadi::SearchTerm term = searchQuery.term(); in search() local
/dports/textproc/luceneplusplus/LucenePlusPlus-rel_3.0.8/src/core/search/
H A DFuzzyTermEnum.cpp16 FuzzyTermEnum::FuzzyTermEnum(const IndexReaderPtr& reader, const TermPtr& term, double minSimilarit… in FuzzyTermEnum()
20 FuzzyTermEnum::FuzzyTermEnum(const IndexReaderPtr& reader, const TermPtr& term, double minSimilarit… in FuzzyTermEnum()
24 FuzzyTermEnum::FuzzyTermEnum(const IndexReaderPtr& reader, const TermPtr& term) { in FuzzyTermEnum()
31 void FuzzyTermEnum::ConstructTermEnum(const IndexReaderPtr& reader, const TermPtr& term, double min… in ConstructTermEnum()
62 bool FuzzyTermEnum::termCompare(const TermPtr& term) { in termCompare()
/dports/textproc/kibana7/kibana-7.16.2-darwin-x86_64/x-pack/plugins/ml/server/models/data_recognizer/modules/siem_auditbeat/ml/
H A Ddatafeed_linux_rare_kernel_module_arguments.json13 {"term": {"process.name": "insmod"}}, object
14 {"term": {"process.name": "kmod"}}, object
15 {"term": {"process.name": "modprobe"}}, object
16 {"term": {"process.name": "rmod"}} object
/dports/biology/py-python-libsbml/python-libsbml-5.19.0/libsbml_source/src/sbml/annotation/test/
H A DTestCVTerms_newSetters.c58 CVTerm_t *term = CVTerm_createWithQualifierType(MODEL_QUALIFIER); in START_TEST() local
93 CVTerm_t *term = CVTerm_createWithQualifierType(BIOLOGICAL_QUALIFIER); in START_TEST() local
128 CVTerm_t *term = CVTerm_createWithQualifierType(MODEL_QUALIFIER); in START_TEST() local
167 CVTerm_t *term = CVTerm_createWithQualifierType(MODEL_QUALIFIER); in START_TEST() local
/dports/biology/libsbml/libsbml-5.19.0/src/sbml/annotation/test/
H A DTestCVTerms_newSetters.c58 CVTerm_t *term = CVTerm_createWithQualifierType(MODEL_QUALIFIER); in START_TEST() local
93 CVTerm_t *term = CVTerm_createWithQualifierType(BIOLOGICAL_QUALIFIER); in START_TEST() local
128 CVTerm_t *term = CVTerm_createWithQualifierType(MODEL_QUALIFIER); in START_TEST() local
167 CVTerm_t *term = CVTerm_createWithQualifierType(MODEL_QUALIFIER); in START_TEST() local
/dports/lang/maude/maude-2.7.1/src/Core/
H A DtermBag.cc42 TermBag::insertMatchedTerm(Term* term, bool eagerContext) in insertMatchedTerm()
55 TermBag::insertBuiltTerm(Term* term, bool eagerContext) in insertBuiltTerm()
74 TermBag::findTerm(Term* term, bool eagerContext) in findTerm()
/dports/devel/hadoop/hadoop-1.2.1/src/contrib/index/src/java/org/apache/hadoop/contrib/index/mapred/
H A DDocumentAndOp.java59 private Term term; field in DocumentAndOp
84 public DocumentAndOp(Op op, Term term) { in DocumentAndOp()
97 public DocumentAndOp(Op op, Document doc, Term term) { in DocumentAndOp()
128 public void setDelete(Term term) { in setDelete()
139 public void setUpdate(Document doc, Term term) { in setUpdate()
/dports/textproc/kibana7/kibana-7.16.2-darwin-x86_64/x-pack/plugins/ml/server/models/data_recognizer/modules/security_windows/ml/
H A Ddatafeed_v2_windows_anomalous_network_activity_ecs.json11 "term": { object
16 "term": { object
50 "term": { object
55 "term": { object
60 "term": { object
/dports/x11/ly/ly-0.5.2/sub/termbox_next/src/
H A Dterm.c102 struct term struct
109 static struct term terms[] = argument
124 static int try_compatible(const char* term, const char* name, in try_compatible()
140 const char* term = getenv("TERM"); in init_term_builtin() local
227 static char* terminfo_try_path(const char* path, const char* term) in terminfo_try_path()
248 const char* term = getenv("TERM"); in load_terminfo() local
/dports/deskutils/recoll/recoll-1.31.2/rcldb/
H A Drclterms.cpp180 string term = _term; in termMatch() local
217 for (const auto& term : exp) { in termMatch() local
256 for (auto& term : lexp) { in termMatch() local
267 for (const auto& term : lexp) { in termMatch() local
280 for (const auto& term : lexp) { in termMatch() local
304 for (const auto& term: lexp) { in termMatch() local
316 for (const auto& term : lexp) { in termMatch() local
338 std::function<bool(const string& term, in idxTermMatch_p()
391 string term; in idxTermMatch_p() local
457 Xapian::termcount cf, Xapian::doccount tf) { in idxTermMatch()
[all …]

12345678910>>...530