Home
last modified time | relevance | path

Searched defs:silent (Results 51 – 75 of 4409) sorted by relevance

12345678910>>...177

/dports/net/pacemaker1/pacemaker-Pacemaker-1.1.24/cts/
H A Dremote.py127 def __init__(self, rsh, silent=False): argument
173 …def __call__(self, node, command, stdout=0, synchronous=1, silent=False, blocking=True, completion… argument
233 def cp(self, source, target, silent=False): argument
263 def new(self, silent=False): argument
/dports/audio/mhwaveedit/mhwaveedit-1.4.24/src/
H A Dsound-alsalib.c41 static gboolean alsa_init(gboolean silent) in alsa_init()
112 gboolean silent) in alsa_open_rw()
138 static gboolean alsa_open_write(gboolean silent) in alsa_open_write()
144 static gboolean alsa_open_read(gboolean silent) in alsa_open_read()
365 static gint alsa_output_select_format(Dataformat *format, gboolean silent, in alsa_output_select_format()
378 static gint alsa_input_select_format(Dataformat *format, gboolean silent, in alsa_input_select_format()
H A Dsound-artsc.c44 static gboolean mharts_init(gboolean silent) in mharts_init()
75 static gint mharts_output_select_format(Dataformat *format, gboolean silent) in mharts_output_select_format()
96 static gint mharts_input_select_format(Dataformat *format, gboolean silent) in mharts_input_select_format()
H A Dsound-sdl.c34 static gboolean sdl_init(gboolean silent) in sdl_init()
62 static gint sdl_output_select_format(Dataformat *format, gboolean silent, in sdl_output_select_format()
/dports/math/concorde/concorde/TSP/
H A Dcontrol.c367 int silent) in CCtsp_cutselect_set_tols()
418 int savelp, int maxlocal, int update_tol, int silent, in CCtsp_cutting_multiple_loop()
469 int silent, CCrandstate *rstate) in CCtsp_cutting_loop()
2606 int CCtsp_subtour_and_blossom_loop (CCtsp_lp *lp, int silent, in CCtsp_subtour_and_blossom_loop()
2839 int *istour, int silent, CCrandstate *rstate) in call_add_cuts()
2907 int CCtsp_pricing_loop (CCtsp_lp *lp, double *bnd, int silent, in CCtsp_pricing_loop()
2939 static int full_edge_check (CCtsp_lp *lp, int *nadded, int silent, in full_edge_check()
2983 int *nadded, double *bnd, int silent, CCrandstate *rstate) in sparse_edge_check()
3026 int *besttour, int level, int silent, CCrandstate *rstate) in CCtsp_bb_cutting()
3134 int silent, CCrandstate *rstate) in CCtsp_call_x_heuristic()
[all …]
/dports/ftp/filezilla/filezilla-3.55.1/src/interface/
H A Dstorj_key_interface.cpp24 …tuple<bool, std::wstring> CStorjKeyInterface::ValidateGrant(std::wstring const& grant, bool silent) in ValidateGrant()
40 bool CStorjKeyInterface::LoadProcess(bool silent) in LoadProcess()
/dports/science/dakota/dakota-6.13.0-release-public.src-UI/packages/external/JEGA/eddy/logging/level_classes/
H A Ddakota_levels.hpp184 static const level silent; member in eddy::logging::dakota_levels
282 dakota_levels<CharT, Traits>::silent = 4; member in eddy::logging::dakota_levels<CharT, Traits>
/dports/science/afni/afni-AFNI_21.3.16/src/R_scripts/
H A D3dMSS.R617 try(fm <- gam(lop$mrr, data=DM, method='REML'), silent=TRUE) functionVar
651 try(fm <- gamm(lop$lme, data=DM, random=lop$ranEff, method='REML'), silent=TRUE) functionVar
845 …tem.time(try(fm <- gamm(lop$lme, data=lop$dataStr, random=lop$ranEff, method='REML'), silent=TRUE)) globalVar
854 if(is.null(lop$vt)) try(tmp <- predict(fm$gam, lop$Pred, se.fit = T), silent=TRUE) else globalVar
855 try(tmp <- predict(fm$gam, lop$Pred, exclude=lop$vt[2], se.fit = T), silent=TRUE) globalVar
862 tt <- system.time(try(fm <- gam(lop$mrr, data=lop$dataStr, method='REML'), silent=TRUE)) globalVar
867 tmp <- NULL; try(tmp <- summary(fm), silent=TRUE) globalVar
873 try(tmp <- predict(fm, lop$Pred, exclude=lop$vt[2], se.fit = T), silent=TRUE) globalVar
/dports/audio/hydrogen/hydrogen-1.0.1/src/core/src/helpers/
H A Dfilesystem.cpp143 bool Filesystem::check_permissions( const QString& path, const int perms, bool silent ) in check_permissions()
181 bool Filesystem::file_exists( const QString& path, bool silent ) in file_exists()
185 bool Filesystem::file_readable( const QString& path, bool silent ) in file_readable()
189 bool Filesystem::file_writable( const QString& path, bool silent ) in file_writable()
193 bool Filesystem::file_executable( const QString& path, bool silent ) in file_executable()
197 bool Filesystem::dir_readable( const QString& path, bool silent ) in dir_readable()
201 bool Filesystem::dir_writable( const QString& path, bool silent ) in dir_writable()
215 bool Filesystem::path_usable( const QString& path, bool create, bool silent ) in path_usable()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/devtools-frontend/src/node_modules/remark-parse/
H A Dreadme.md322 * `boolean? = tokenizer(eat, value, silent)` argument
324 ###### Parameters
330 ###### Properties
339 ###### Returns
/dports/textproc/kibana7/kibana-7.16.2-darwin-x86_64/node_modules/remark-parse/
H A Dreadme.md326 * `boolean? = tokenizer(eat, value, silent)` argument
328 ###### Parameters
334 ###### Properties
343 ###### Returns
/dports/databases/py-pymemcache/pymemcache-3.5.0/pymemcache/
H A Dpool.py92 def destroy(self, obj, silent=True): argument
104 def release(self, obj, silent=True): argument
/dports/www/firefox-esr/firefox-91.8.0/mobile/android/geckoview/src/main/java/org/mozilla/geckoview/
H A DWebNotification.java89 public final boolean silent; field in WebNotification
107 @NonNull final String source, final boolean silent, in WebNotification()
/dports/lang/tcl87/tcl8.7a5/libtommath/
H A Dmakefile6 silent= macro
8 silent=@ macro
/dports/math/libtommath/libtommath-1.2.0/
H A Dmakefile6 silent= macro
8 silent=@ macro
/dports/www/firefox/firefox-99.0/mobile/android/geckoview/src/main/java/org/mozilla/geckoview/
H A DWebNotification.java101 public final boolean silent; field in WebNotification
125 final boolean silent, in WebNotification()
/dports/mail/thunderbird/thunderbird-91.8.0/mobile/android/geckoview/src/main/java/org/mozilla/geckoview/
H A DWebNotification.java89 public final boolean silent; field in WebNotification
107 @NonNull final String source, final boolean silent, in WebNotification()
/dports/misc/deco/deco39/
H A Drun.c137 int runl (int silent, char *name, ...) in runl()
160 int runv (int silent, char *name, char **a0) in runv()
196 static int run (char *name, char **a0, int (*exe)(), int silent) in run()
/dports/net/pacemaker2/pacemaker-Pacemaker-2.1.1/cts/lab/
H A Dremote.py139 def __init__(self, rsh, silent=False): argument
184 …def __call__(self, node, command, stdout=0, synchronous=1, silent=False, blocking=True, completion… argument
247 def cp(self, source, target, silent=False): argument
277 def new(self, silent=False): argument
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/
H A DCmsSignature.RSA.cs101 bool silent, in Sign()
224 bool silent, in Sign()
/dports/devel/radare2/radare2-5.1.1/libr/lang/p/
H A Dvala.c9 static bool lang_vala_file(RLang *lang, const char *file, bool silent) { in lang_vala_file()
134 bool silent = !strncmp (code, "-s", 2); in lang_vala_run() local
/dports/databases/akonadi/akonadi-21.12.3/src/server/storage/
H A Ddatastore.cpp235 bool silent) in setItemsFlags()
308 …st &items, const Flag &flag, const QSet<Entity::Id> &existing, const Collection &col_, bool silent) in doAppendItemsFlag()
355 bool silent) in appendItemsFlags()
408 …::List &items, const QVector<Flag> &flags, bool *flagsChanged, const Collection &col_, bool silent) in removeItemsFlags()
461 …re::setItemsTags(const PimItem::List &items, const Tag::List &tags, bool *tagsChanged, bool silent) in setItemsTags()
523 …:List &items, const Tag &tag, const QSet<Entity::Id> &existing, const Collection &col, bool silent) in doAppendItemsTag()
558 …, const Tag::List &tags, bool *tagsChanged, bool checkIfExists, const Collection &col, bool silent) in appendItemsTags()
610 …:removeItemsTags(const PimItem::List &items, const Tag::List &tags, bool *tagsChanged, bool silent) in removeItemsTags()
651 bool DataStore::removeTags(const Tag::List &tags, bool silent) in removeTags()
1186 bool DataStore::cleanupPimItems(const PimItem::List &items, bool silent) in cleanupPimItems()
[all …]
/dports/audio/supercollider/SuperCollider-3.11.0-Source/editors/sc-ide/core/
H A Dmain.hpp80 static void evaluateCode(QString const& text, bool silent = false) { in evaluateCode()
84 static void evaluateCodeIfCompiled(QString const& text, bool silent = false) { in evaluateCodeIfCompiled()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/devtools-frontend/src/node_modules/stylelint/node_modules/resolve-from/
H A Dindex.d.ts28 silent(fromDirectory: string, moduleId: string): string | undefined; constant
/dports/textproc/kibana7/kibana-7.16.2-darwin-x86_64/node_modules/react-markdown/node_modules/remark-parse/
H A Dreadme.md278 * `boolean? = tokenizer(eat, value, silent)` argument
280 ###### Parameters
286 ###### Properties
300 ###### Returns

12345678910>>...177