Home
last modified time | relevance | path

Searched defs:DEPRECATED (Results 1 – 25 of 1120) sorted by relevance

12345678910>>...45

/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/doc/user/clusters/
H A Dapplications.md57 ### Usage
139 ### Important notes
150 ### Install Ingress using GitLab CI/CD
222 ### Install Sentry using GitLab CI/CD
293 ### Install PostHog using GitLab CI/CD
417 ### Install Cilium using GitLab CI/CD
536 ### Install Falco using GitLab CI/CD
633 ### Install Vault using GitLab CI/CD
858 ### Install Fluentd using GitLab CI/CD
890 ### Install Knative using GitLab CI/CD
[all …]
/dports/sysutils/libdnf/libdnf-0.64.0/libdnf/
H A Ddnf-utils.h33 #define DEPRECATED(msg) [[deprecated(msg)]] macro
39 #define DEPRECATED(msg) __attribute__((__deprecated__(msg))) macro
41 #define DEPRECATED(msg) __declspec(deprecated(msg)) macro
43 #define DEPRECATED(msg) __attribute__((__deprecated__)) macro
45 #define DEPRECATED(msg) __declspec(deprecated) macro
47 #define DEPRECATED(msg) macro
/dports/biology/viennarna/ViennaRNA-2.4.18/src/ViennaRNA/
H A DLPfold.h24 # define DEPRECATED(func, msg) func __attribute__ ((deprecated("", msg))) macro
26 # define DEPRECATED(func, msg) func __attribute__ ((deprecated(msg))) macro
28 # define DEPRECATED(func, msg) func macro
31 # define DEPRECATED(func, msg) func macro
H A DPKplex.h17 # define DEPRECATED(func, msg) func __attribute__ ((deprecated("", msg))) macro
19 # define DEPRECATED(func, msg) func __attribute__ ((deprecated(msg))) macro
21 # define DEPRECATED(func, msg) func macro
24 # define DEPRECATED(func, msg) func macro
H A Dalphabet.h6 # define DEPRECATED(func, msg) func __attribute__ ((deprecated("", msg))) macro
8 # define DEPRECATED(func, msg) func __attribute__ ((deprecated(msg))) macro
10 # define DEPRECATED(func, msg) func macro
13 # define DEPRECATED(func, msg) func macro
H A Dcofold.h10 # define DEPRECATED(func, msg) func __attribute__ ((deprecated("", msg))) macro
12 # define DEPRECATED(func, msg) func __attribute__ ((deprecated(msg))) macro
14 # define DEPRECATED(func, msg) func macro
17 # define DEPRECATED(func, msg) func macro
H A Dcentroid.h10 # define DEPRECATED(func, msg) func __attribute__ ((deprecated("", msg))) macro
12 # define DEPRECATED(func, msg) func __attribute__ ((deprecated(msg))) macro
14 # define DEPRECATED(func, msg) func macro
17 # define DEPRECATED(func, msg) func macro
H A DLfold.h14 # define DEPRECATED(func, msg) func __attribute__ ((deprecated("", msg))) macro
16 # define DEPRECATED(func, msg) func __attribute__ ((deprecated(msg))) macro
18 # define DEPRECATED(func, msg) func macro
21 # define DEPRECATED(func, msg) func macro
H A Dalifold.h15 # define DEPRECATED(func, msg) func __attribute__ ((deprecated("", msg))) macro
17 # define DEPRECATED(func, msg) func __attribute__ ((deprecated(msg))) macro
19 # define DEPRECATED(func, msg) func macro
22 # define DEPRECATED(func, msg) func macro
H A Dprofiledist.h6 # define DEPRECATED(func, msg) func __attribute__ ((deprecated("", msg))) macro
8 # define DEPRECATED(func, msg) func __attribute__ ((deprecated(msg))) macro
10 # define DEPRECATED(func, msg) func macro
13 # define DEPRECATED(func, msg) func macro
H A DMEA.h77 # define DEPRECATED(func, msg) func __attribute__ ((deprecated("", msg))) macro
79 # define DEPRECATED(func, msg) func __attribute__ ((deprecated(msg))) macro
81 # define DEPRECATED(func, msg) func macro
84 # define DEPRECATED(func, msg) func macro
H A Dfold.h13 # define DEPRECATED(func, msg) func __attribute__ ((deprecated("", msg))) macro
15 # define DEPRECATED(func, msg) func __attribute__ ((deprecated(msg))) macro
17 # define DEPRECATED(func, msg) func macro
20 # define DEPRECATED(func, msg) func macro
H A Dpart_func_co.h6 # define DEPRECATED(func, msg) func __attribute__ ((deprecated("", msg))) macro
8 # define DEPRECATED(func, msg) func __attribute__ ((deprecated(msg))) macro
10 # define DEPRECATED(func, msg) func macro
13 # define DEPRECATED(func, msg) func macro
H A DRNAstruct.h6 # define DEPRECATED(func, msg) func __attribute__ ((deprecated("", msg))) macro
8 # define DEPRECATED(func, msg) func __attribute__ ((deprecated(msg))) macro
10 # define DEPRECATED(func, msg) func macro
13 # define DEPRECATED(func, msg) func macro
H A Deval.h13 # define DEPRECATED(func, msg) func __attribute__ ((deprecated("", msg))) macro
15 # define DEPRECATED(func, msg) func __attribute__ ((deprecated(msg))) macro
17 # define DEPRECATED(func, msg) func macro
20 # define DEPRECATED(func, msg) func macro
/dports/biology/viennarna/ViennaRNA-2.4.18/src/ViennaRNA/plotting/
H A Dnaview.h6 # define DEPRECATED(func, msg) func __attribute__ ((deprecated("", msg))) macro
8 # define DEPRECATED(func, msg) func __attribute__ ((deprecated(msg))) macro
10 # define DEPRECATED(func, msg) func macro
13 # define DEPRECATED(func, msg) func macro
H A Dstructures.h10 # define DEPRECATED(func, msg) func __attribute__ ((deprecated("", msg))) macro
12 # define DEPRECATED(func, msg) func __attribute__ ((deprecated(msg))) macro
14 # define DEPRECATED(func, msg) func macro
17 # define DEPRECATED(func, msg) func macro
H A Dalignments.h6 # define DEPRECATED(func, msg) func __attribute__ ((deprecated("", msg))) macro
8 # define DEPRECATED(func, msg) func __attribute__ ((deprecated(msg))) macro
10 # define DEPRECATED(func, msg) func macro
13 # define DEPRECATED(func, msg) func macro
/dports/biology/viennarna/ViennaRNA-2.4.18/src/ViennaRNA/landscape/
H A Dfindpath.h6 # define DEPRECATED(func, msg) func __attribute__ ((deprecated("", msg))) macro
8 # define DEPRECATED(func, msg) func __attribute__ ((deprecated(msg))) macro
10 # define DEPRECATED(func, msg) func macro
13 # define DEPRECATED(func, msg) func macro
/dports/biology/viennarna/ViennaRNA-2.4.18/src/ViennaRNA/loops/
H A Dexternal.h13 # define DEPRECATED(func, msg) func __attribute__ ((deprecated("", msg))) macro
15 # define DEPRECATED(func, msg) func __attribute__ ((deprecated(msg))) macro
17 # define DEPRECATED(func, msg) func macro
20 # define DEPRECATED(func, msg) func macro
/dports/security/libnitrokey/libnitrokey-v3.6/libnitrokey/
H A Ddeprecated.h27 #define DEPRECATED __attribute__((deprecated)) macro
29 #define DEPRECATED __declspec(deprecated) macro
32 #define DEPRECATED macro
/dports/science/libint2/libint-2.7.1/include/libint2/util/
H A Ddeprecated.h26 #define DEPRECATED [[deprecated]] macro
28 #define DEPRECATED __attribute__((deprecated)) macro
31 #define DEPRECATED macro
/dports/biology/viennarna/ViennaRNA-2.4.18/src/ViennaRNA/io/
H A Dfile_formats.h6 # define DEPRECATED(func, msg) func __attribute__ ((deprecated("", msg))) macro
8 # define DEPRECATED(func, msg) func __attribute__ ((deprecated(msg))) macro
10 # define DEPRECATED(func, msg) func macro
13 # define DEPRECATED(func, msg) func macro
/dports/devel/kiwix-lib/kiwix-lib-9.4.1/include/
H A Dcommon.h8 #define DEPRECATED __attribute__((deprecated)) macro
10 #define DEPRECATED __declspec(deprecated) macro
13 #define DEPRECATED macro
/dports/biology/viennarna/ViennaRNA-2.4.18/src/ViennaRNA/utils/
H A Dstrings.h6 # define DEPRECATED(func, msg) func __attribute__ ((deprecated("", msg))) macro
8 # define DEPRECATED(func, msg) func __attribute__ ((deprecated(msg))) macro
10 # define DEPRECATED(func, msg) func macro
13 # define DEPRECATED(func, msg) func macro

12345678910>>...45