Home
last modified time | relevance | path

Searched defs:warn (Results 1 – 25 of 3820) sorted by relevance

12345678910>>...153

/dports/devel/R-cran-desc/desc/R/
H A Dsyntax_checks.R6 chks <- function(..., x, warn) { argument
37 check_field <- function(x, warn = FALSE, ...) argument
43 check_field.DescriptionField <- function(x, warn = FALSE, ...) TRUE argument
81 check_field.DescriptionVersion <- function(x, warn = FALSE, ...) { argument
97 check_field.DescriptionLicense <- function(x, warn = FALSE, ...) { argument
129 check_field.DescriptionTitle <- function(x, warn = FALSE, ...) { argument
215 check_field.DescriptionRemotes <- function(x, warn = FALSE, ...) { argument
264 check_field.DescriptionURL <- function(x, warn = FALSE, ...) { argument
338 check_field.DescriptionOSType <- function(x, warn = FALSE, ...) { argument
350 check_field.DescriptionType <- function(x, warn = FALSE, ...) { argument
[all …]
/dports/textproc/py-pyexcel/pyexcel-0.6.7/tests/
H A Dtest_deprecation_notes.py22 def test_ods_note(warn): argument
28 def test_ods3_note(warn): argument
34 def test_xls_note(warn): argument
40 def test_xlsx_note(warn): argument
46 def test_text_note(warn): argument
/dports/www/osticket/upload/scp/
H A Dstaff.php84 $warn = sprintf(__('%1$d of %2$d %3$s activated'), $num, $count, variable
99 $warn = sprintf(__('%1$d of %2$d %3$s disabled'), $num, $count, variable
120 $warn = sprintf(__('%1$d of %2$d %3$s deleted'), $i, $count, variable
136 $warn = sprintf(__('%1$d of %2$d %3$s updated'), $i, $count, variable
161 $warn = sprintf(__('%1$d of %2$d %3$s updated'), $i, $count, variable
184 …$warn = sprintf(__('%s is assigned a %s that is not active.'), __('Agent'), __('Primary Department… variable
H A Ddepartments.php66 $warn=sprintf(__( variable
85 $warn = sprintf(__( variable
118 $warn = sprintf(__('%1$d of %2$d %3$s enabled'), $num, $count, variable
147 $warn = sprintf(__('%1$d of %2$d %3$s disabled'), $num, $count, variable
176 $warn = sprintf(__('%1$d of %2$d %3$s archived'), $num, $count, variable
203 $warn = sprintf(__( variable
229 …$warn = sprintf(__('%s is assigned a %s that is not active.'), __('Department'), __('Parent Depart… variable
H A Dbanlist.php21 $warn = __('System ban list is empty.'); variable
25 …$warn = __('SYSTEM BAN LIST filter is <b>DISABLED</b>').' - <a href="filters.php">'.__('enable her… variable
85 $warn = sprintf(__('%1$d of %2$d %3$s enabled'), $num, $count, variable
101 $warn = sprintf(__('%1$d of %2$d %3$s disabled'), $num, $count, variable
118 $warn = sprintf(__('%1$d of %2$d %3$s deleted'), $i, $count, variable
H A Dfilters.php76 $warn = sprintf(__('%1$d of %2$d %3$s enabled'), $num, $count, variable
98 $warn = sprintf(__('%1$d of %2$d %3$s disabled'), $num, $count, variable
116 $warn = sprintf(__('%1$d of %2$d %3$s deleted'), $i, $count, variable
148 …$warn = sprintf(__('%s is assigned a %s that is not active.'), __('Ticket Filter'), __('Department… variable
151 …$warn = sprintf(__('%s is assigned a %s that is not active.'), __('Ticket Filter'), __('Help Topic… variable
H A Dhelptopics.php93 $warn = sprintf(__('%1$d of %2$d %3$s enabled'), $num, $count, variable
130 $warn = sprintf(__('%1$d of %2$d %3$s disabled'), $num, $count, variable
167 $warn = sprintf(__('%1$d of %2$d %3$s archived'), $num, $count, variable
195 $warn = sprintf(__('%1$d of %2$d %3$s deleted'), ($i-1), $count, variable
237 …$warn = sprintf(__('%s is assigned a %s that is not active.'), __('Help Topic'), __('Department')); variable
H A Dteams.php70 $warn = sprintf(__('%1$d of %2$d %3$s activated'), $num, $count, variable
92 $warn = sprintf(__('%1$d of %2$d %3$s disabled'), $num, $count, variable
110 $warn = sprintf(__('%1$d of %2$d %3$s deleted'), $i, $count, variable
/dports/multimedia/tinyobjloader/tinyobjloader-2.0.0rc8-3-g7ba4b65/tests/
H A Dtester.cc221 std::string warn; in TestLoadObj() local
266 std::string warn; in TestLoadObjFromPreopenedFile() local
378 std::string warn; in TestStreamLoadObj() local
411 std::string warn; in test_catmark_torus_creases0() local
436 std::string warn; in test_pbr() local
484 std::string warn; in test_trailing_whitespace_in_mtl_issue92() local
506 std::string warn; in test_transmittance_filter_issue95() local
530 std::string warn; in test_transmittance_filter_Tf_issue95() local
554 std::string warn; in test_transmittance_filter_Kt_issue95() local
578 std::string warn; in test_usemtl_at_last_line_issue104() local
[all …]
/dports/cad/openroad/OpenROAD-2.0/src/OpenDB/src/lef/clef/
H A DxlefrReader.cpp620 void lefrSetArrayWarnings (int warn) { in lefrSetArrayWarnings()
656 void lefrSetIRDropWarnings (int warn) { in lefrSetIRDropWarnings()
660 void lefrSetLayerWarnings (int warn) { in lefrSetLayerWarnings()
664 void lefrSetMacroWarnings (int warn) { in lefrSetMacroWarnings()
696 void lefrSetPinWarnings (int warn) { in lefrSetPinWarnings()
700 void lefrSetSiteWarnings (int warn) { in lefrSetSiteWarnings()
704 void lefrSetSpacingWarnings (int warn) { in lefrSetSpacingWarnings()
708 void lefrSetTimingWarnings (int warn) { in lefrSetTimingWarnings()
712 void lefrSetUnitsWarnings (int warn) { in lefrSetUnitsWarnings()
720 void lefrSetViaRuleWarnings (int warn) { in lefrSetViaRuleWarnings()
[all …]
/dports/devel/R-cran-fansi/fansi/tests/unitizer/
H A Dnchar.R38 nzchar_ctl(esc.3, ctl=c('sgr', 'csi', 'esc'), warn=FALSE) nameattr
39 nzchar_ctl(esc.3, ctl=c('c0', 'nl'), warn=FALSE) nameattr
40 nzchar_ctl("\n\t\n", ctl=c('nl'), warn=FALSE) nameattr
41 nzchar_ctl("\t\n", ctl=c('nl'), warn=FALSE) nameattr
/dports/math/R-cran-memisc/memisc/R/
H A Drelabel.R1 relabel <- function(x,...,gsub=FALSE,fixed=TRUE,warn=TRUE){ argument
14 relabel.default <- function(x,...,gsub=FALSE,fixed=TRUE,warn=TRUE){ argument
40 relabel.factor <- function(x,...,gsub=FALSE,fixed=TRUE,warn=TRUE){ argument
66 relabel1 <- function(x,...,gsub=FALSE,fixed=TRUE,warn=TRUE){ argument
89 relabel.table <- function(x,...,gsub=FALSE,fixed=TRUE,warn=FALSE){ argument
101 relabel.ftable <- function(x,...,gsub=FALSE,fixed=TRUE,warn=FALSE){ argument
107 relabel1ft <- function(x,...,gsub=FALSE,fixed=TRUE,warn=TRUE){ argument
116 relabel.ftable_matrix <- function(x,...,gsub=FALSE,fixed=TRUE,warn=FALSE){ argument
/dports/cad/openroad/OpenROAD-2.0/src/OpenDB/src/lef/lef/
H A DlefrReader.cpp1701 lefrSetArrayWarnings(int warn) in lefrSetArrayWarnings()
1764 lefrSetIRDropWarnings(int warn) in lefrSetIRDropWarnings()
1771 lefrSetLayerWarnings(int warn) in lefrSetLayerWarnings()
1778 lefrSetMacroWarnings(int warn) in lefrSetMacroWarnings()
1834 lefrSetPinWarnings(int warn) in lefrSetPinWarnings()
1841 lefrSetSiteWarnings(int warn) in lefrSetSiteWarnings()
1848 lefrSetSpacingWarnings(int warn) in lefrSetSpacingWarnings()
1855 lefrSetTimingWarnings(int warn) in lefrSetTimingWarnings()
1862 lefrSetUnitsWarnings(int warn) in lefrSetUnitsWarnings()
1876 lefrSetViaRuleWarnings(int warn) in lefrSetViaRuleWarnings()
[all …]
/dports/biology/ncbi-blast+/ncbi-blast-2.12.0+-src/c++/include/util/
H A Dstatic_map.hpp119 NStaticArray::ECopyWarn warn = NStaticArray::eCopyWarn_default) in CStaticPairArrayMap()
129 NStaticArray::ECopyWarn warn = NStaticArray::eCopyWarn_default) in CStaticPairArrayMap()
140 NStaticArray::ECopyWarn warn = NStaticArray::eCopyWarn_default) in CStaticPairArrayMap()
150 NStaticArray::ECopyWarn warn = NStaticArray::eCopyWarn_default) in CStaticPairArrayMap()
189 NStaticArray::ECopyWarn warn = NStaticArray::eCopyWarn_default) in CStaticArrayMap()
199 NStaticArray::ECopyWarn warn = NStaticArray::eCopyWarn_default) in CStaticArrayMap()
210 NStaticArray::ECopyWarn warn = NStaticArray::eCopyWarn_default) in CStaticArrayMap()
220 NStaticArray::ECopyWarn warn = NStaticArray::eCopyWarn_default) in CStaticArrayMap()
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/include/util/
H A Dstatic_map.hpp119 NStaticArray::ECopyWarn warn = NStaticArray::eCopyWarn_default) in CStaticPairArrayMap()
129 NStaticArray::ECopyWarn warn = NStaticArray::eCopyWarn_default) in CStaticPairArrayMap()
140 NStaticArray::ECopyWarn warn = NStaticArray::eCopyWarn_default) in CStaticPairArrayMap()
150 NStaticArray::ECopyWarn warn = NStaticArray::eCopyWarn_default) in CStaticPairArrayMap()
189 NStaticArray::ECopyWarn warn = NStaticArray::eCopyWarn_default) in CStaticArrayMap()
199 NStaticArray::ECopyWarn warn = NStaticArray::eCopyWarn_default) in CStaticArrayMap()
210 NStaticArray::ECopyWarn warn = NStaticArray::eCopyWarn_default) in CStaticArrayMap()
220 NStaticArray::ECopyWarn warn = NStaticArray::eCopyWarn_default) in CStaticArrayMap()
/dports/math/R-cran-raster/raster/R/
H A DminValue.R15 function(x, layer=-1, warn=TRUE) { argument
35 function(x, layer=-1, warn=FALSE) { argument
64 function(x, layer=-1, warn=FALSE) { argument
92 function(x, layer=-1, warn=TRUE) { argument
113 function(x, layer=-1, warn=FALSE) { argument
142 function(x, layer=-1, warn=FALSE) { argument
/dports/devel/R-cran-fansi/fansi/R/
H A Dstrtrim.R37 strtrim_ctl <- function(x, width, warn=getOption('fansi.warn'), ctl='all'){ argument
83 x, width, warn=getOption('fansi.warn'), argument
140 strtrim_sgr <- function(x, width, warn=getOption('fansi.warn')) argument
146 strtrim2_sgr <- function(x, width, warn=getOption('fansi.warn'), argument
H A Dnchar.R64 warn=getOption('fansi.warn'), strip argument
107 x, type='chars', allowNA=FALSE, keepNA=NA, warn=getOption('fansi.warn') argument
116 nzchar_ctl <- function(x, keepNA=NA, ctl='all', warn=getOption('fansi.warn')) { argument
143 nzchar_sgr <- function(x, keepNA=NA, warn=getOption('fansi.warn')) argument
/dports/databases/pgpool-II-43/pgpool-II-4.3.0/src/parser/
H A Dscansup.c41 downcase_truncate_identifier(const char *ident, int len, bool warn) in downcase_truncate_identifier()
50 downcase_identifier(const char *ident, int len, bool warn, bool truncate) in downcase_identifier()
97 truncate_identifier(char *ident, int len, bool warn) in truncate_identifier()
/dports/databases/postgresql14-server/postgresql-14.1/src/backend/parser/
H A Dscansup.c37 downcase_truncate_identifier(const char *ident, int len, bool warn) in downcase_truncate_identifier()
46 downcase_identifier(const char *ident, int len, bool warn, bool truncate) in downcase_identifier()
93 truncate_identifier(char *ident, int len, bool warn) in truncate_identifier()
/dports/databases/postgresql14-pltcl/postgresql-14.1/src/backend/parser/
H A Dscansup.c37 downcase_truncate_identifier(const char *ident, int len, bool warn) in downcase_truncate_identifier()
46 downcase_identifier(const char *ident, int len, bool warn, bool truncate) in downcase_identifier()
93 truncate_identifier(char *ident, int len, bool warn) in truncate_identifier()
/dports/databases/postgresql14-docs/postgresql-14.1/src/backend/parser/
H A Dscansup.c37 downcase_truncate_identifier(const char *ident, int len, bool warn) in downcase_truncate_identifier()
46 downcase_identifier(const char *ident, int len, bool warn, bool truncate) in downcase_identifier()
93 truncate_identifier(char *ident, int len, bool warn) in truncate_identifier()
/dports/databases/postgresql14-plpython/postgresql-14.1/src/backend/parser/
H A Dscansup.c37 downcase_truncate_identifier(const char *ident, int len, bool warn) in downcase_truncate_identifier()
46 downcase_identifier(const char *ident, int len, bool warn, bool truncate) in downcase_identifier()
93 truncate_identifier(char *ident, int len, bool warn) in truncate_identifier()
/dports/databases/postgresql14-plperl/postgresql-14.1/src/backend/parser/
H A Dscansup.c37 downcase_truncate_identifier(const char *ident, int len, bool warn) in downcase_truncate_identifier()
46 downcase_identifier(const char *ident, int len, bool warn, bool truncate) in downcase_identifier()
93 truncate_identifier(char *ident, int len, bool warn) in truncate_identifier()
/dports/databases/postgresql14-contrib/postgresql-14.1/src/backend/partitioning/
H A Dpartbounds.c38 #include "utils/partcache.h" in downcase_truncate_identifier()
39 #include "utils/ruleutils.h" in downcase_truncate_identifier()
49 typedef struct PartitionHashBound in downcase_truncate_identifier()
94 static int32 qsort_partition_hbound_cmp(const void *a, const void *b); in truncate_identifier()

12345678910>>...153