Home
last modified time | relevance | path

Searched +defs:get +defs:first +defs:char (Results 101 – 125 of 267) sorted by relevance

1234567891011

/dports/lang/ghc/ghc-8.10.7/compiler/utils/
H A DPretty.hs286 char c = textBeside_ (Chr c) 1 Empty function
837 get w _ | w == 0 && False = undefined function
838 get _ Empty = Empty function
839 get _ NoDoc = NoDoc function
840 get w (NilAbove p) = nilAbove_ (get w p) function
841 get w (TextBeside s sl p) = textBeside_ s sl (get1 w sl p) function
842 get w (Nest k p) = nest_ k (get (w - k) p) function
843 get w (p `Union` q) = nicest w r (get w p) (get w q) function
844 get _ (Above {}) = error "best get Above" function
845 get _ (Beside {}) = error "best get Beside" function
[all …]
/dports/security/gvmd/gvmd-21.4.4/src/
H A Dgmp.c7899 send_nvt (iterator_t *nvts, int details, int preferences, int pref_count, in send_nvt()
8784 get_data_t get; in buffer_result_notes_xml() local
8835 get_data_t get; in buffer_result_overrides_xml() local
9004 int ret, first; in results_xml_append_nvt() local
9073 int first; in results_xml_append_nvt() local
10832 get_data_t *get; in handle_get_aggregates() local
10842 int first, sort_order; in handle_get_aggregates() local
12895 get_data_t *get; in handle_get_info() local
16908 get_data_t *get; in handle_get_tasks() local
17786 get_data_t *get; in handle_get_vulns() local
[all …]
H A Dmanage_sql.c1587 int index, first, max, sort; in split_filter_add_specials() local
1830 manage_filter_controls (const gchar *filter, int *first, int *max, in manage_filter_controls()
2372 get_join (int first, int last_was_and, int last_was_not) in get_join()
4763 int first, max; in init_get_iterator2_with() local
8491 get_data_t get; in init_task_alert_iterator() local
20333 int index, in_assets_int, count, insert_count, first, rc; in create_report() local
22967 xml_append_nvt_refs (GString *xml, const char *oid, int *first) in xml_append_nvt_refs()
24045 int first; in cache_report_counts() local
28557 manage_send_report (report_t report, report_t delta_report, in manage_send_report()
30442 const char *first; in validate_port() local
[all …]
/dports/lang/spidermonkey60/firefox-60.9.0/third_party/rust/regex-0.2.2/src/
H A Dcompile.rs345 fn c_literal(&mut self, chars: &[char], casei: bool) -> Result { in c_literal()
353 let first = *chars.next().expect("non-empty literal"); in c_literal() localVariable
363 fn c_char(&mut self, c: char, casei: bool) -> Result { in c_char()
400 let first = *bytes.next().expect("non-empty literal"); in c_bytes() localVariable
454 let first = match exprs.next() { in c_concat() localVariable
968 fn get(&mut self, key: SuffixCacheKey, pc: InstPtr) -> Option<InstPtr> { in get() method
/dports/net/rabbiteer/rabbiteer-rs-c881238/cargo-crates/regex-0.1.80/src/
H A Dcompile.rs346 fn c_literal(&mut self, chars: &[char], casei: bool) -> Result { in c_literal()
354 let first = *chars.next().expect("non-empty literal"); in c_literal() localVariable
364 fn c_char(&mut self, c: char, casei: bool) -> Result { in c_char()
401 let first = *bytes.next().expect("non-empty literal"); in c_bytes() localVariable
455 let first = match exprs.next() { in c_concat() localVariable
969 fn get(&mut self, key: SuffixCacheKey, pc: InstPtr) -> Option<InstPtr> { in get() method
/dports/textproc/xsv-rs/xsv-0.13.0/cargo-crates/proc-macro2-0.3.8/src/
H A Dstable.rs464 let first = chars.next().unwrap(); in validate_term() localVariable
524 fn get(&self, idx: usize) -> &str { in get() method
1042 I: Iterator<Item = (usize, char)>, in backslash_x_char() argument
1060 I: Iterator<Item = (usize, char)>, in backslash_u() argument
1228 fn op_char(input: Cursor) -> PResult<char> { in op_char()
1235 let first = match chars.next() { in op_char() localVariable
/dports/lang/spidermonkey60/firefox-60.9.0/third_party/rust/proc-macro2-0.2.2/src/
H A Dstable.rs457 fn get(&self, idx: usize) -> &str { in get() method
970 where I: Iterator<Item = (usize, char)> in backslash_x_char() argument
986 where I: Iterator<Item = (usize, char)> in backslash_u() argument
1149 fn op(input: Cursor) -> PResult<(char, Spacing)> { in op()
1163 fn op_char(input: Cursor) -> PResult<char> { in op_char()
1165 let first = match chars.next() { in op_char() localVariable
/dports/lang/ghc/ghc-8.10.7/libraries/pretty/src/Text/PrettyPrint/Annotated/
H A DHughesPJ.hs336 char c = textBeside_ (NoAnnot (Chr c) 1) Empty function
845 get w _ | w == 0 && False = undefined function
846 get _ Empty = Empty function
847 get _ NoDoc = NoDoc function
848 get w (NilAbove p) = nilAbove_ (get w p) function
849 get w (TextBeside s p) = textBeside_ s (get1 w (annotSize s) p) function
850 get w (Nest k p) = nest_ k (get (w - k) p) function
851 get w (p `Union` q) = nicest w r (get w p) (get w q) function
852 get _ (Above {}) = error "best get Above" function
853 get _ (Beside {}) = error "best get Beside" function
[all …]
/dports/x11-wm/herbstluftwm/herbstluftwm-0.9.2/src/
H A Dcommand.cpp46 static bool no_completion(int, char**, int) { in no_completion() argument
259 shared_ptr<const CommandTable> Commands::get() { in get() function in Commands
405 const char* first = (argc > 1) ? argv[1] : ""; in complete_merge_tag() local
/dports/lang/spidermonkey60/firefox-60.9.0/third_party/rust/proc-macro2/src/
H A Dstable.rs468 fn get(&self, idx: usize) -> &str { in get() method
976 I: Iterator<Item = (usize, char)>, in backslash_x_char() argument
994 I: Iterator<Item = (usize, char)>, in backslash_u() argument
1162 fn op_char(input: Cursor) -> PResult<char> { in op_char()
1164 let first = match chars.next() { in op_char() localVariable
/dports/www/trafficserver/trafficserver-9.1.1/plugins/s3_auth/
H A Ds3_auth.cc594 ConfigCache::get(const char *fname) in get() function in ConfigCache
722 bool first = true; in set_header() local
1116 TSRemapNewInstance(int argc, char *argv[], void **ih, char * /* errbuf ATS_UNUSED */, int /* errbuf… in TSRemapNewInstance() argument
/dports/devel/entt/entt-3.8.1/single_include/entt/
H A Dentt.hpp965 [[nodiscard]] static id_type type_hash(char) ENTT_NOEXCEPT { in type_hash() argument
2854 [[nodiscard]] static id_type type_hash(char) ENTT_NOEXCEPT { in type_hash() argument
9758 inline constexpr get_t<Type...> get{}; variable
11338 [[nodiscard]] static id_type type_hash(char) ENTT_NOEXCEPT { in type_hash() argument
12745 [[nodiscard]] static id_type type_hash(char) ENTT_NOEXCEPT { in type_hash() argument
14730 [[nodiscard]] static id_type type_hash(char) ENTT_NOEXCEPT { in type_hash() argument
16135 [[nodiscard]] static id_type type_hash(char) ENTT_NOEXCEPT { in type_hash() argument
17807 It first; member in entt::internal::view_iterator
24566 void get(Archive &archive, std::size_t sz, It first, It last) const { in get() function in entt::basic_snapshot
24883 auto update(char, Container &container) in update() argument
[all …]
/dports/math/saga/saga-8.1.3/saga-gis/src/tools/db/db_odbc/
H A Dotlv4.h6227 int first(void) function
11463 unsigned char* /* abuf */,
12820 (const char* /* name */,
13352 int first function
17284 unsigned char* /* abuf */,
17292 (const unsigned char* /* abuf */,
17843 int first function
18189 int first(void) function
24641 int first function
25686 int first(void) function
[all …]
/dports/biology/viennarna/ViennaRNA-2.4.18/interfaces/Python3/
H A DRNA.py277 first = property(_RNA.DoublePair_first_get, _RNA.DoublePair_first_set) variable in DoublePair
2142 def get(self, i: "int") -> "COORDINATE *": member in COORDINATE
2168 def gmlRNA(string: "char *", structure: "char *", ssfile: "char *", option: "char") -> "int":
2171 def ssv_rna_plot(string: "char *", structure: "char *", ssfile: "char *") -> "int":
2174 def svg_rna_plot(string: "char *", structure: "char *", ssfile: "char *") -> "int":
2177 def xrna_plot(string: "char *", structure: "char *", ssfile: "char *") -> "int":
2180 def PS_rna_plot(string: "char *", structure: "char *", file: "char *") -> "int":
2183 def PS_rna_plot_a(string: "char *", structure: "char *", file: "char *", pre: "char *", post: "char…
2186 def PS_rna_plot_a_gquad(string: "char *", structure: "char *", ssfile: "char *", pre: "char *", pos…
2205 def PS_dot_plot(string: "char *", file: "char *") -> "int":
[all …]
/dports/www/limesurvey/limesurvey/third_party/devbridge-autocomplete/typings/jquery/
H A Djquery.d.ts484 char: any; property
669get(url: string, success?: (data: any, textStatus: string, jqXHR: JQueryXHR) => any, dataType?: st… method
678get(url: string, data?: Object|string, success?: (data: any, textStatus: string, jqXHR: JQueryXHR)… method
684 get(settings : JQueryAjaxSettings): JQueryXHR; method
2818 get(index: number): HTMLElement; method
2822 get(): any[]; method
2979 first(): JQuery; method
/dports/lang/python27/Python-2.7.18/Lib/lib-tk/
H A DTkinter.py272 def get(self): member in Variable
346 def get(self): member in StringVar
374 def get(self): member in IntVar
393 def get(self): member in DoubleVar
416 def get(self): member in BooleanVar
2516 def get(self): member in Entry
2628 def get(self, first, last=None): member in Listbox
2715 def tk_traverseToMenu(self, char): argument
2717 def tk_traverseWithinMenu(self, char): argument
2869 def get(self): member in Scale
[all …]
/dports/lang/python-legacy/Python-2.7.18/Lib/lib-tk/
H A DTkinter.py272 def get(self): member in Variable
346 def get(self): member in StringVar
374 def get(self): member in IntVar
393 def get(self): member in DoubleVar
416 def get(self): member in BooleanVar
2516 def get(self): member in Entry
2628 def get(self, first, last=None): member in Listbox
2715 def tk_traverseToMenu(self, char): argument
2717 def tk_traverseWithinMenu(self, char): argument
2869 def get(self): member in Scale
[all …]
/dports/emulators/mess/mame-mame0226/3rdparty/sol2/single/sol/
H A Dsol.hpp1036 inline int luaL_loadbufferx(lua_State* L, const char* buff, size_t size, const char* name, const ch… in luaL_loadbufferx()
3120 static auto get(U&& value) { in get() function
7252 decltype(auto) get() const { in get() function
9239 decltype(auto) get() const { in get() function
9436 decltype(auto) get() const { in get() function
10060 member_search first; member
10191 inline void make_reg_op(Regs&, int&, const char*) { in make_reg_op()
10979 …auto register_kvp = [&](std::size_t i, stack_reference& t, const std::string& first, object& secon… in push()
11031 auto& first = std::get<0>(kvp); in push() local
11114 auto& first = std::get<0>(kvp); in push() local
[all …]
/dports/emulators/mame/mame-mame0226/3rdparty/sol2/single/sol/
H A Dsol.hpp1036 inline int luaL_loadbufferx(lua_State* L, const char* buff, size_t size, const char* name, const ch… in luaL_loadbufferx()
3120 static auto get(U&& value) { in get() function
7252 decltype(auto) get() const { in get() function
9239 decltype(auto) get() const { in get() function
9436 decltype(auto) get() const { in get() function
10060 member_search first; member
10191 inline void make_reg_op(Regs&, int&, const char*) { in make_reg_op()
10979 …auto register_kvp = [&](std::size_t i, stack_reference& t, const std::string& first, object& secon… in push()
11031 auto& first = std::get<0>(kvp); in push() local
11114 auto& first = std::get<0>(kvp); in push() local
[all …]
/dports/www/firefox-legacy/firefox-52.8.0esr/js/src/gc/
H A DStatistics.cpp54 JS_PUBLIC_API(const char*) in JS_PUBLIC_API()
246 void get(Phase* phase, size_t* dagSlot, size_t* level = nullptr) { in get() function
1052 bool first = !runtime->gc.isIncrementalGCInProgress(); in beginSlice() local
/dports/net-mgmt/bosun/bosun-0.9.0-preview/annotate/web/static/js/typings/browser/ambient/jquery/
H A Djquery.d.ts486 char: any; property
671get(url: string, success?: (data: any, textStatus: string, jqXHR: JQueryXHR) => any, dataType?: st… method
680get(url: string, data?: Object|string, success?: (data: any, textStatus: string, jqXHR: JQueryXHR)… method
2809 get(index: number): HTMLElement; method
2813 get(): any[]; method
2970 first(): JQuery; method
/dports/net-mgmt/bosun/bosun-0.9.0-preview/annotate/web/static/js/typings/main/ambient/jquery/
H A Djquery.d.ts486 char: any; property
671get(url: string, success?: (data: any, textStatus: string, jqXHR: JQueryXHR) => any, dataType?: st… method
680get(url: string, data?: Object|string, success?: (data: any, textStatus: string, jqXHR: JQueryXHR)… method
2809 get(index: number): HTMLElement; method
2813 get(): any[]; method
2970 first(): JQuery; method
/dports/net-mgmt/bosun/bosun-0.9.0-preview/cmd/bosun/web/static/js/
H A Djquery.d.ts366 char: any; property
545get(url: string, success?: (data: any, textStatus: string, jqXHR: JQueryXHR) => any, dataType?: st… method
554get(url: string, data?: Object, success?: (data: any, textStatus: string, jqXHR: JQueryXHR) => any… method
563get(url: string, data?: string, success?: (data: any, textStatus: string, jqXHR: JQueryXHR) => any… method
2623 get(index?: number): any; method
2664 first(): JQuery; method
/dports/math/libmesh/libmesh-1.6.2/include/base/
H A Dgetpot.h1592 GetPot::_convert_to_type(const std::string& String, const char*) const in _convert_to_type()
1652 GetPot::_convert_to_type_no_default(const char*, const std::string& String, const std::string&) con… in _convert_to_type_no_default()
1661 GetPot::_convert_to_type_no_default(const char*, const std::string& String, const char*) const in _convert_to_type_no_default()
1885 GetPot::get(unsigned int Idx, const T& Default) const in get() function
1895 GetPot::get(unsigned int Idx, const char* Default) const in get() function
2776 unsigned first = 0; in _DBE_expand_string() local
/dports/science/dakota/dakota-6.13.0-release-public.src-UI/packages/external/queso/src/contrib/getpot/
H A Dgetpot.h1569 GetPot::_convert_to_type(const std::string& String, const char*) const in _convert_to_type()
1629 GetPot::_convert_to_type_no_default(const char*, const std::string& String, const std::string&) con… in _convert_to_type_no_default()
1638 GetPot::_convert_to_type_no_default(const char*, const std::string& String, const char*) const in _convert_to_type_no_default()
1861 GetPot::get(unsigned int Idx, const T& Default) const in get() function
1871 GetPot::get(unsigned int Idx, const char* Default) const in get() function
2702 unsigned first = 0; in _DBE_expand_string() local

1234567891011