Home
last modified time | relevance | path

Searched defs:warn (Results 76 – 100 of 6892) sorted by relevance

12345678910>>...276

/dports/databases/postgresql12-contrib/postgresql-12.9/src/backend/parser/
H A Dscansup.c131 downcase_truncate_identifier(const char *ident, int len, bool warn) in downcase_truncate_identifier()
140 downcase_identifier(const char *ident, int len, bool warn, bool truncate) in downcase_identifier()
187 truncate_identifier(char *ident, int len, bool warn) in truncate_identifier()
/dports/databases/postgresql12-plperl/postgresql-12.9/src/backend/parser/
H A Dscansup.c131 downcase_truncate_identifier(const char *ident, int len, bool warn) in downcase_truncate_identifier()
140 downcase_identifier(const char *ident, int len, bool warn, bool truncate) in downcase_identifier()
187 truncate_identifier(char *ident, int len, bool warn) in truncate_identifier()
/dports/databases/postgresql13-docs/postgresql-13.5/src/backend/parser/
H A Dscansup.c130 downcase_truncate_identifier(const char *ident, int len, bool warn) in downcase_truncate_identifier()
139 downcase_identifier(const char *ident, int len, bool warn, bool truncate) in downcase_identifier()
186 truncate_identifier(char *ident, int len, bool warn) in truncate_identifier()
/dports/databases/postgresql13-contrib/postgresql-13.5/src/backend/parser/
H A Dscansup.c130 downcase_truncate_identifier(const char *ident, int len, bool warn) in downcase_truncate_identifier()
139 downcase_identifier(const char *ident, int len, bool warn, bool truncate) in downcase_identifier()
186 truncate_identifier(char *ident, int len, bool warn) in truncate_identifier()
/dports/databases/postgresql12-plpython/postgresql-12.9/src/backend/parser/
H A Dscansup.c131 downcase_truncate_identifier(const char *ident, int len, bool warn) in downcase_truncate_identifier()
140 downcase_identifier(const char *ident, int len, bool warn, bool truncate) in downcase_identifier()
187 truncate_identifier(char *ident, int len, bool warn) in truncate_identifier()
/dports/databases/postgresql12-docs/postgresql-12.9/src/backend/parser/
H A Dscansup.c131 downcase_truncate_identifier(const char *ident, int len, bool warn) in downcase_truncate_identifier()
140 downcase_identifier(const char *ident, int len, bool warn, bool truncate) in downcase_identifier()
187 truncate_identifier(char *ident, int len, bool warn) in truncate_identifier()
/dports/databases/postgresql13-plperl/postgresql-13.5/src/backend/parser/
H A Dscansup.c130 downcase_truncate_identifier(const char *ident, int len, bool warn) in downcase_truncate_identifier()
139 downcase_identifier(const char *ident, int len, bool warn, bool truncate) in downcase_identifier()
186 truncate_identifier(char *ident, int len, bool warn) in truncate_identifier()
/dports/databases/postgresql13-plpython/postgresql-13.5/src/backend/parser/
H A Dscansup.c130 downcase_truncate_identifier(const char *ident, int len, bool warn) in downcase_truncate_identifier()
139 downcase_identifier(const char *ident, int len, bool warn, bool truncate) in downcase_identifier()
186 truncate_identifier(char *ident, int len, bool warn) in truncate_identifier()
/dports/databases/postgresql12-pltcl/postgresql-12.9/src/backend/parser/
H A Dscansup.c131 downcase_truncate_identifier(const char *ident, int len, bool warn) in downcase_truncate_identifier()
140 downcase_identifier(const char *ident, int len, bool warn, bool truncate) in downcase_identifier()
187 truncate_identifier(char *ident, int len, bool warn) in truncate_identifier()
/dports/databases/postgresql13-client/postgresql-13.5/src/backend/parser/
H A Dscansup.c130 downcase_truncate_identifier(const char *ident, int len, bool warn) in downcase_truncate_identifier()
139 downcase_identifier(const char *ident, int len, bool warn, bool truncate) in downcase_identifier()
186 truncate_identifier(char *ident, int len, bool warn) in truncate_identifier()
/dports/devel/R-cran-fansi/fansi/R/
H A Dsubstr2.R132 warn=getOption('fansi.warn'), argument
147 warn=getOption('fansi.warn'), argument
231 warn=getOption('fansi.warn'), argument
245 warn=getOption('fansi.warn'), argument
261 tab.stops, warn, term.cap.int, round.start, round.stop, argument
328 state_at_pos <- function(x, starts, ends, warn=getOption('fansi.warn')) { argument
H A Dstrip.R64 strip_ctl <- function(x, ctl='all', warn=getOption('fansi.warn'), strip) { argument
90 strip_sgr <- function(x, warn=getOption('fansi.warn')) { argument
/dports/devel/hs-hlint/hlint-3.3.4/data/
H A DTest.hs22 warn = ignoreTest3 function
40 warn = id Control.Arrow.*** id ==> id function
46 warn "noop" = a ? 0 ==> a function
/dports/devel/hs-haskell-language-server/haskell-language-server-1.4.0/_cabal_deps/hlint-3.2.7/data/
H A DTest.hs22 warn = ignoreTest3 function
40 warn = id Control.Arrow.*** id ==> id function
46 warn "noop" = a ? 0 ==> a function
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/test/langtools/tools/javac/processing/
H A DTestWarnErrorCount.java69 boolean warn(int round) { return false; } in warn() method
74 boolean warn(int round) { return (round % 2) == 0; } in warn() method
79 boolean warn(int round) { return (round % 3) == 0; } in warn() method
84 boolean warn(int round) { return true; } in warn() method
89 abstract boolean warn(int round); in warn() method in TestWarnErrorCount.WarnKind
324 void generate(String name, boolean error, boolean warn) { in generate()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/test/langtools/tools/javac/processing/
H A DTestWarnErrorCount.java69 boolean warn(int round) { return false; } in warn() method
74 boolean warn(int round) { return (round % 2) == 0; } in warn() method
79 boolean warn(int round) { return (round % 3) == 0; } in warn() method
84 boolean warn(int round) { return true; } in warn() method
89 abstract boolean warn(int round); in warn() method in TestWarnErrorCount.WarnKind
324 void generate(String name, boolean error, boolean warn) { in generate()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/test/langtools/tools/javac/processing/
H A DTestWarnErrorCount.java69 boolean warn(int round) { return false; } in warn() method
74 boolean warn(int round) { return (round % 2) == 0; } in warn() method
79 boolean warn(int round) { return (round % 3) == 0; } in warn() method
84 boolean warn(int round) { return true; } in warn() method
89 abstract boolean warn(int round); in warn() method in TestWarnErrorCount.WarnKind
324 void generate(String name, boolean error, boolean warn) { in generate()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/test/langtools/tools/javac/processing/
H A DTestWarnErrorCount.java69 boolean warn(int round) { return false; } in warn() method
74 boolean warn(int round) { return (round % 2) == 0; } in warn() method
79 boolean warn(int round) { return (round % 3) == 0; } in warn() method
84 boolean warn(int round) { return true; } in warn() method
89 abstract boolean warn(int round); in warn() method in TestWarnErrorCount.WarnKind
324 void generate(String name, boolean error, boolean warn) { in generate()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/test/langtools/tools/javac/processing/
H A DTestWarnErrorCount.java69 boolean warn(int round) { return false; } in warn() method
74 boolean warn(int round) { return (round % 2) == 0; } in warn() method
79 boolean warn(int round) { return (round % 3) == 0; } in warn() method
84 boolean warn(int round) { return true; } in warn() method
89 abstract boolean warn(int round); in warn() method in TestWarnErrorCount.WarnKind
324 void generate(String name, boolean error, boolean warn) { in generate()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/test/langtools/tools/javac/processing/
H A DTestWarnErrorCount.java69 boolean warn(int round) { return false; } in warn() method
74 boolean warn(int round) { return (round % 2) == 0; } in warn() method
79 boolean warn(int round) { return (round % 3) == 0; } in warn() method
84 boolean warn(int round) { return true; } in warn() method
89 abstract boolean warn(int round); in warn() method in TestWarnErrorCount.WarnKind
324 void generate(String name, boolean error, boolean warn) { in generate()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/test/langtools/tools/javac/processing/
H A DTestWarnErrorCount.java69 boolean warn(int round) { return false; } in warn() method
74 boolean warn(int round) { return (round % 2) == 0; } in warn() method
79 boolean warn(int round) { return (round % 3) == 0; } in warn() method
84 boolean warn(int round) { return true; } in warn() method
89 abstract boolean warn(int round); in warn() method in TestWarnErrorCount.WarnKind
324 void generate(String name, boolean error, boolean warn) { in generate()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/test/langtools/tools/javac/processing/
H A DTestWarnErrorCount.java69 boolean warn(int round) { return false; } in warn() method
74 boolean warn(int round) { return (round % 2) == 0; } in warn() method
79 boolean warn(int round) { return (round % 3) == 0; } in warn() method
84 boolean warn(int round) { return true; } in warn() method
89 abstract boolean warn(int round); in warn() method in TestWarnErrorCount.WarnKind
324 void generate(String name, boolean error, boolean warn) { in generate()
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/langtools/test/tools/javac/processing/
H A DTestWarnErrorCount.java69 boolean warn(int round) { return false; } in warn() method
74 boolean warn(int round) { return (round % 2) == 0; } in warn() method
79 boolean warn(int round) { return (round % 3) == 0; } in warn() method
84 boolean warn(int round) { return true; } in warn() method
89 abstract boolean warn(int round); in warn() method in TestWarnErrorCount.WarnKind
324 void generate(String name, boolean error, boolean warn) { in generate()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/langtools/test/tools/javac/processing/
H A DTestWarnErrorCount.java69 boolean warn(int round) { return false; } in warn() method
74 boolean warn(int round) { return (round % 2) == 0; } in warn() method
79 boolean warn(int round) { return (round % 3) == 0; } in warn() method
84 boolean warn(int round) { return true; } in warn() method
89 abstract boolean warn(int round); in warn() method in TestWarnErrorCount.WarnKind
324 void generate(String name, boolean error, boolean warn) { in generate()
/dports/net-mgmt/p5-jmx4perl/jmx4perl-1.11_2/lib/JMX/Jmx4Perl/Agent/Jolokia/
H A DLogger.pm86 sub warn { subroutine
162 sub warn { } subroutine

12345678910>>...276