Home
last modified time | relevance | path

Searched defs:silent (Results 1 – 25 of 3385) sorted by relevance

12345678910>>...136

/dports/x11/stalonetray/stalonetray-0.8.3/src/
H A Dsettings.c106 int parse_log_level(char *str, int **tgt, int silent) in parse_log_level()
141 int parse_gravity(char *str, int **tgt, int silent) in parse_gravity()
165 int parse_int(char *str, int **tgt, int silent) in parse_int()
180 int parse_kludges(char *str, int **tgt, int silent) in parse_kludges()
203 int parse_strut_mode(char *str, int **tgt, int silent) in parse_strut_mode()
225 int parse_bool(char *str, int **tgt, int silent) in parse_bool()
239 int parse_bool_rev(char *str, int **tgt, int silent) in parse_bool_rev()
285 int parse_copystr(char *str, char ***tgt, int silent) in parse_copystr()
295 int parse_deco(char *str, int **tgt, int silent) in parse_deco()
313 int parse_sb_mode(char *str, int **tgt, int silent) in parse_sb_mode()
[all …]
/dports/net/libsignal-protocol-c/libsignal-protocol-c-2.3.3/src/curve25519/ed25519/tests/
H A Dinternal_fast_tests.c31 int sha512_fast_test(int silent) in sha512_fast_test()
59 int strict_fast_test(int silent) in strict_fast_test()
113 int ge_fast_test(int silent) in ge_fast_test()
205 int elligator_fast_test(int silent) in elligator_fast_test()
284 int curvesigs_fast_test(int silent) in curvesigs_fast_test()
324 int xeddsa_fast_test(int silent) in xeddsa_fast_test()
365 int generalized_xeddsa_fast_test(int silent) in generalized_xeddsa_fast_test()
402 int generalized_xveddsa_fast_test(int silent) in generalized_xveddsa_fast_test()
447 int all_fast_tests(int silent) in all_fast_tests()
H A Dinternal_slow_tests.c31 int curvesigs_slow_test(int silent, int iterations) in curvesigs_slow_test()
98 int xeddsa_slow_test(int silent, int iterations) in xeddsa_slow_test()
165 int xeddsa_to_curvesigs_slow_test(int silent, int iterations) in xeddsa_to_curvesigs_slow_test()
232 int generalized_xveddsa_slow_test(int silent, int iterations) in generalized_xveddsa_slow_test()
/dports/net-im/dino/dino-0.2.2/plugins/signal-protocol/libsignal-protocol-c/src/curve25519/ed25519/tests/
H A Dinternal_fast_tests.c31 int sha512_fast_test(int silent) in sha512_fast_test()
59 int strict_fast_test(int silent) in strict_fast_test()
113 int ge_fast_test(int silent) in ge_fast_test()
205 int elligator_fast_test(int silent) in elligator_fast_test()
284 int curvesigs_fast_test(int silent) in curvesigs_fast_test()
324 int xeddsa_fast_test(int silent) in xeddsa_fast_test()
365 int generalized_xeddsa_fast_test(int silent) in generalized_xeddsa_fast_test()
402 int generalized_xveddsa_fast_test(int silent) in generalized_xveddsa_fast_test()
447 int all_fast_tests(int silent) in all_fast_tests()
H A Dinternal_slow_tests.c31 int curvesigs_slow_test(int silent, int iterations) in curvesigs_slow_test()
98 int xeddsa_slow_test(int silent, int iterations) in xeddsa_slow_test()
165 int xeddsa_to_curvesigs_slow_test(int silent, int iterations) in xeddsa_to_curvesigs_slow_test()
232 int generalized_xveddsa_slow_test(int silent, int iterations) in generalized_xveddsa_slow_test()
/dports/www/pecl-solr/solr-2.5.1/src/php7/
H A Dphp_solr_response.c22 #define solr_read_response_object_property(objptr, name, silent, rv) zend_read_property(Z_OBJCE_P(o… argument
29 zend_bool silent = 1; in PHP_METHOD() local
44 zend_bool silent = 1; in PHP_METHOD() local
59 zend_bool silent = 1; in PHP_METHOD() local
73 zend_bool silent = 1; in PHP_METHOD() local
88 zend_bool silent = 1; in PHP_METHOD() local
103 zend_bool silent = 1; in PHP_METHOD() local
118 zend_bool silent = 1; in PHP_METHOD() local
133 zend_bool silent = 1; in PHP_METHOD() local
153 zend_bool silent = 0; in PHP_METHOD() local
[all …]
/dports/devel/R-cran-listenv/listenv/tests/
H A Dget_variable.R71 res <- try(var <- get_variable(x, 0L, mustExist = TRUE), silent = TRUE) globalVar
88 res <- try(var <- get_variable(x, "z", mustExist = TRUE), silent = TRUE) globalVar
91 res <- try(var <- get_variable(x, c("a", "b")), silent = TRUE) globalVar
94 res <- try(var <- get_variable(x, 1 + 2i), silent = TRUE) globalVar
H A Dparse_env_subset.R67 res <- try(target <- parse_env_subset(1, substitute = FALSE), silent = TRUE) globalVar
70 res <- try(target <- parse_env_subset(x[[1]], substitute = TRUE), silent = TRUE) globalVar
295 res <- try(target <- parse_env_subset(x[[0]], substitute = TRUE), silent = TRUE) globalVar
298 res <- try(target <- parse_env_subset("_a", substitute = TRUE), silent = TRUE) globalVar
310 res <- try(target <- parse_env_subset(x@a, substitute = TRUE), silent = TRUE) globalVar
/dports/devel/py-pyplusplus/pyplusplus-1.8.4/pyplusplus/code_creators/
H A Dinstruction.py14 def __init__(self, silent=True): argument
21 def set_silent(self, silent ): argument
24 silent = property( get_silent, set_silent variable in instruction_t
/dports/emulators/mesen/Mesen-0.9.8-4-g4c701ad6/GUI.NET/Debugger/
H A DDebugWorkspaceManager.cs136 public static void AutoLoadDbgFiles(bool silent) in AutoLoadDbgFiles()
163 public static void ImportNesasmFnsFile(string fnsPath, bool silent = false) in ImportNesasmFnsFile()
171 public static void ImportMlbFile(string mlbPath, bool silent = false) in ImportMlbFile()
179 public static void ImportDbgFile(string dbgPath, bool silent) in ImportDbgFile()
/dports/devel/py-python-easyconfig/Python-EasyConfig-0.1.7/easyconfig/
H A Dmappings.py10 def load_from_file(load_func, filename, silent=False, is_envvar=False): argument
32 def json_mapping(filename, silent=False, is_envvar=False): argument
38 def yaml_mapping(filename, silent=False, is_envvar=False): argument
H A Dobjects.py9 def str_object(obj_path, silent=False, is_envvar=False): argument
25 def envvar_object(var_name, silent=False): argument
/dports/devel/R-cran-future/future/tests/
H A DwhichIndex.R56 res <- try(idxs <- whichIndex(I, dim = dim, dimnames = dimnames), silent = TRUE) globalVar
60 res <- try(idxs <- whichIndex(I, dim = dim, dimnames = dimnames), silent = TRUE) globalVar
64 res <- try(idxs <- whichIndex(I, dim = dim, dimnames = dimnames), silent = TRUE) globalVar
68 res <- try(idxs <- whichIndex(D, dim = dim, dimnames = dimnames), silent = TRUE) globalVar
72 res <- try(idxs <- whichIndex(D, dim = dim, dimnames = dimnames), silent = TRUE) globalVar
/dports/net/wireshark-lite/wireshark-3.6.1/plugins/epan/pluginifdemo/ui/
H A Dpluginifdemo_main.cpp157 bool silent = ui->chkSilent->checkState() == Qt::Checked ? true : false; in on_btnSendButtonText_clicked() local
172 bool silent = ui->chkSilent->checkState() == Qt::Checked ? true : false; in on_btnSendText_clicked() local
185 bool silent = ui->chkSilent->checkState() == Qt::Checked ? true : false; in on_chkTestCheckbox_stateChanged() local
260 bool silent = ui->chkSilent->checkState() == Qt::Checked ? true : false; in on_btnAddItem_clicked() local
286 bool silent = ui->chkSilent->checkState() == Qt::Checked ? true : false; in on_btnRemoveItem_clicked() local
326 bool silent = ui->chkSilent->checkState() == Qt::Checked ? true : false; in on_btnSendList_clicked() local
345 bool silent = ui->chkSilent->checkState() == Qt::Checked ? true : false; in on_btnSendUpdateItem_clicked() local
360 bool silent = ui->chkSilent->checkState() == Qt::Checked ? true : false; in on_lstItems_clicked() local
/dports/databases/akonadi/akonadi-21.12.3/autotests/server/
H A Dfakedatastore.cpp70 bool silent) in setItemsFlags()
82 bool silent) in appendItemsFlags()
89 …m::List &items, const QVector<Flag> &flags, bool *flagsChanged, const Collection &col, bool silent) in removeItemsFlags()
96 …re::setItemsTags(const PimItem::List &items, const Tag::List &tags, bool *tagsChanged, bool silent) in setItemsTags()
107 bool silent) in appendItemsTags()
114 …:removeItemsTags(const PimItem::List &items, const Tag::List &tags, bool *tagsChanged, bool silent) in removeItemsTags()
183 bool FakeDataStore::cleanupPimItems(const PimItem::List &items, bool silent) in cleanupPimItems()
201 …ectionAttribute(const Collection &col, const QByteArray &key, const QByteArray &value, bool silent) in addCollectionAttribute()
/dports/net/wireshark/wireshark-3.6.1/plugins/epan/pluginifdemo/ui/
H A Dpluginifdemo_main.cpp157 bool silent = ui->chkSilent->checkState() == Qt::Checked ? true : false; in on_btnSendButtonText_clicked() local
172 bool silent = ui->chkSilent->checkState() == Qt::Checked ? true : false; in on_btnSendText_clicked() local
185 bool silent = ui->chkSilent->checkState() == Qt::Checked ? true : false; in on_chkTestCheckbox_stateChanged() local
260 bool silent = ui->chkSilent->checkState() == Qt::Checked ? true : false; in on_btnAddItem_clicked() local
286 bool silent = ui->chkSilent->checkState() == Qt::Checked ? true : false; in on_btnRemoveItem_clicked() local
326 bool silent = ui->chkSilent->checkState() == Qt::Checked ? true : false; in on_btnSendList_clicked() local
345 bool silent = ui->chkSilent->checkState() == Qt::Checked ? true : false; in on_btnSendUpdateItem_clicked() local
360 bool silent = ui->chkSilent->checkState() == Qt::Checked ? true : false; in on_lstItems_clicked() local
/dports/net/tshark-lite/wireshark-3.6.1/plugins/epan/pluginifdemo/ui/
H A Dpluginifdemo_main.cpp157 bool silent = ui->chkSilent->checkState() == Qt::Checked ? true : false; in on_btnSendButtonText_clicked() local
172 bool silent = ui->chkSilent->checkState() == Qt::Checked ? true : false; in on_btnSendText_clicked() local
185 bool silent = ui->chkSilent->checkState() == Qt::Checked ? true : false; in on_chkTestCheckbox_stateChanged() local
260 bool silent = ui->chkSilent->checkState() == Qt::Checked ? true : false; in on_btnAddItem_clicked() local
286 bool silent = ui->chkSilent->checkState() == Qt::Checked ? true : false; in on_btnRemoveItem_clicked() local
326 bool silent = ui->chkSilent->checkState() == Qt::Checked ? true : false; in on_btnSendList_clicked() local
345 bool silent = ui->chkSilent->checkState() == Qt::Checked ? true : false; in on_btnSendUpdateItem_clicked() local
360 bool silent = ui->chkSilent->checkState() == Qt::Checked ? true : false; in on_lstItems_clicked() local
/dports/science/rdkit/rdkit-Release_2021_03_5/rdkit/ML/Data/
H A DSplitData.py14 def SplitIndices(nPts, frac, silent=1, legacy=0, replacement=0): argument
136 def SplitDataSet(data, frac, silent=0): argument
167 nActs=2, actCol='', actBounds=[], silent=0): argument
/dports/net-p2p/vuze/vuze-5.7.4.0_2/org/gudy/azureus2/plugins/download/
H A DDownloadRemovalVetoException.java35 private boolean silent; field in DownloadRemovalVetoException
39 boolean silent) in DownloadRemovalVetoException()
/dports/net-p2p/vuze/vuze-5.7.4.0_2/org/gudy/azureus2/core3/global/
H A DGlobalManagerDownloadRemovalVetoException.java34 private boolean silent; field in GlobalManagerDownloadRemovalVetoException
39 boolean silent) in GlobalManagerDownloadRemovalVetoException()
/dports/math/concorde/concorde/EDGEGEN/
H A Dedgegen.c599 tabledat *td, int silent, CCrandstate *rstate) in call_random_edge()
631 int nearnum, CCkdtree *kt, tabledat *td, int silent, in call_nearest()
665 int silent, CCrandstate *rstate) in work_nearest()
694 int nearnum, CCkdtree *kt, tabledat *td, int silent, in call_quadnearest()
727 int silent, CCrandstate *rstate) in work_quadnearest()
760 tabledat *td, int silent, CCrandstate *rstate) in call_random_tour()
884 tabledat *td, int silent, CCrandstate *rstate) in call_greedy_tour()
962 tabledat *td, int silent, CCrandstate *rstate) in call_boruvka_tour()
1012 tabledat *td, int silent, CCrandstate *rstate) in call_qboruvka_tour()
1085 int silent, CCrandstate *rstate) in call_twoopt_tour()
[all …]
/dports/security/dropbear/dropbear-2020.81/libtomcrypt/doc/
H A Dmakefile2 silent= macro
5 silent=@ macro
/dports/security/libtomcrypt/libtomcrypt-1.18.2/doc/
H A Dmakefile2 silent= macro
5 silent=@ macro
/dports/devel/msbuild/msbuild-0.06/src/Tasks/
H A DComReference.cs36 …internal ComReference(TaskLoggingHelper taskLoggingHelper, bool silent, ComReferenceInfo reference… in ComReference()
299 …internal static bool GetTypeLibNameForITypeLib(TaskLoggingHelper log, bool silent, ITypeLib typeLi… in GetTypeLibNameForITypeLib()
359 …internal static bool GetTypeLibNameForTypeLibAttrs(TaskLoggingHelper log, bool silent, TYPELIBATTR… in GetTypeLibNameForTypeLibAttrs()
488 …internal static bool GetPathOfTypeLib(TaskLoggingHelper log, bool silent, ref TYPELIBATTR typeLibA… in GetPathOfTypeLib()
558 …internal static bool RemapAdoTypeLib(TaskLoggingHelper log, bool silent, ref TYPELIBATTR typeLibAt… in RemapAdoTypeLib()
/dports/www/squid/squid-4.15/src/ip/
H A DIntercept.cc132 Ip::Intercept::NetfilterInterception(const Comm::ConnectionPointer &newConn, int silent) in NetfilterInterception()
195 Ip::Intercept::IpfInterception(const Comm::ConnectionPointer &newConn, int silent) in IpfInterception()
313 Ip::Intercept::PfInterception(const Comm::ConnectionPointer &newConn, int silent) in PfInterception()
402 int silent = 0; in Lookup() local

12345678910>>...136