Home
last modified time | relevance | path

Searched defs:set_options (Results 1 – 25 of 671) sorted by relevance

12345678910>>...27

/dports/net/openradius/openradius-0.9.12c/common/
H A Dmetadict.c76 struct set_options { struct
79 char atr_ofs, atr_size;
80 char vnd_ofs, vnd_size;
81 char single; /* flags */
84 META_ORD vendor;
85 char len_ofs, len_size, len_adj;
86 char val_ofs, val_size, val_type;
87 META_SPC *spc, *subspace;
88 char nodec, noenc, reject, acct; /* flags */
91 META_ITEM *item;
/dports/databases/couchdb3/apache-couchdb-3.2.1/src/couch/src/
H A Dcouch_emsort.erl157 set_options(Ems, []) -> function
159 set_options(Ems, [{root, Root} | Rest]) -> function
161 set_options(Ems, [{chain_chunk, Count} | Rest]) when is_integer(Count) -> function
163 set_options(Ems, [{back_bone_chunk, Count} | Rest]) when is_integer(Count) -> function
165 set_options(Ems, [{num_kvs, NumKVs} | Rest]) when is_integer(NumKVs) -> function
167 set_options(Ems, [{num_bb, NumBB} | Rest]) when is_integer(NumBB) -> function
H A Dcouch_btree.erl43 set_options(Bt, []) -> function
45 set_options(Bt, [{split, Extract}|Rest]) -> function
47 set_options(Bt, [{join, Assemble}|Rest]) -> function
49 set_options(Bt, [{less, Less}|Rest]) -> function
51 set_options(Bt, [{reduce, Reduce}|Rest]) -> function
53 set_options(Bt, [{compression, Comp}|Rest]) -> function
/dports/databases/couchdb3/apache-couchdb-3.2.1/src/ets_lru/src/
H A Dets_lru.erl332 set_options(St, []) -> function
334 set_options(St, [{max_objects, N} | Rest]) when is_integer(N), N >= 0 -> function
336 set_options(St, [{max_size, N} | Rest]) when is_integer(N), N >= 0 -> function
338 set_options(St, [{max_lifetime, N} | Rest]) when is_integer(N), N >= 0 -> function
340 set_options(St, [{time_unit, T} | Rest]) when is_atom(T) -> function
342 set_options(_, [Opt | _]) -> function
/dports/games/endgame-singularity/singularity-1.00/singularity/code/screens/
H A Doptions.py140 def set_options(self, options): member in OptionsScreen
213 def set_options(self, options): member in GeneralPane
336 def set_options(self, options): member in VideoPane
493 def set_options(self, options): member in AudioPane
563 def set_options(self, options): member in GUIPane
/dports/chinese/libpinyin/libpinyin-2.3.0/src/storage/
H A Dchewing_large_table.h67 bool set_options(pinyin_option_t options) { in set_options() function
111 bool set_options(pinyin_option_t options) { in set_options() function
/dports/archivers/dpkg/dpkg-1.19.7/scripts/Dpkg/
H A DControl.pm188 sub set_options { subroutine
/dports/sysutils/p5-Rex/Rex-1.13.4/lib/Rex/PkgConf/
H A DDebian.pm61 sub set_options { subroutine
/dports/x11-toolkits/p5-Prima/Prima-1.63/examples/
H A Dprint.pl74 sub set_options subroutine
/dports/www/snarf/snarf-7.0/
H A Doptions.c12 set_options(unsigned char opts, char *optstring) in set_options() function
/dports/dns/p5-Net-DRI/Net-DRI-0.96/lib/Net/DRI/Protocol/EPP/Extensions/AT/
H A DIOptions.pm109 sub set_options subroutine
/dports/devel/R-cran-withr/withr/R/
H A Doptions.R5 set_options <- function(new_options) { function
/dports/audio/guitarix-lv2/guitarix-0.43.1/tools/
H A Dgcov.py7 def set_options(opt): function
/dports/textproc/p5-RDF-Notation3/RDF-Notation3-0.91/lib/RDF/Notation3/
H A DRDFStore.pm40 sub set_options { subroutine
/dports/textproc/p5-Text-BibTeX/Text-BibTeX-0.88/lib/Text/BibTeX/
H A DNameFormat.pm219 sub set_options subroutine
/dports/databases/xtrabackup8/percona-xtrabackup-8.0.14/sql/dd/impl/types/
H A Dpartition_index_impl.h115 virtual bool set_options(const Properties &options) { in set_options() function
119 virtual bool set_options(const String_type &options_raw) { in set_options() function
H A Dabstract_table_impl.h115 virtual bool set_options(const Properties &options) { in set_options() function
119 virtual bool set_options(const String_type &options_raw) { in set_options() function
/dports/sysutils/webmin/webmin-1.981/hpuxexports/
H A Dhpux-lib.pl186 sub set_options subroutine
/dports/sysutils/webmin/webmin-1.981/WebminUI/
H A DRadios.pm64 sub set_options subroutine
H A DMenu.pm52 sub set_options subroutine
/dports/sysutils/usermin/usermin-1.830/WebminUI/
H A DRadios.pm64 sub set_options subroutine
/dports/devel/cdecl/cdecl-cdecl-11.9/src/
H A Dautocomplete.c179 char **const set_options = free_later( MALLOC( char*, set_options_size ) ); in init_set_options() local
387 static char const *const *set_options; in keyword_generator() local
/dports/math/py-numpoly/numpoly-1.2.3/numpoly/
H A Doption.py49 def set_options(**kwargs: Any) -> None: function
/dports/www/p5-WWW-Myspace/WWW-Myspace-0.92/lib/WWW/Myspace/
H A DMyBase.pm168 sub set_options { subroutine
/dports/textproc/py-agate/agate-1.6.3/agate/
H A Dconfig.py81 def set_options(options): function

12345678910>>...27