Home
last modified time | relevance | path

Searched refs:DESC (Results 1 – 25 of 4668) sorted by relevance

12345678910>>...187

/dports/science/votca/votca-2021.2-18560-gfbe18d971/csg/csg-da5c1dc/share/xml/
H A Dcsg_defaults.xml.in2 <DESC>Section containing the all coarse-graining options</DESC>
4 <DESC>Force matching options</DESC>
16 <DESC>general options for inverse script</DESC>
22 <DESC>lower convergency limit to stop</DESC>
34 <DESC> Name of dlpoly topology file</DESC>
103 <DESC>gnuplot binary to use</DESC>
107 <DESC>gromacs specific options </DESC>
273 <DESC> lammps script to run </DESC>
381 <DESC>name of the log file</DESC>
471 <DESC>simulation options </DESC>
[all …]
/dports/science/votca/votca-2021.2-18560-gfbe18d971/csg/share/xml/
H A Dcsg_defaults.xml.in2 <DESC>Section containing the all coarse-graining options</DESC>
4 <DESC>Force matching options</DESC>
16 <DESC>general options for inverse script</DESC>
22 <DESC>lower convergency limit to stop</DESC>
34 <DESC> Name of dlpoly topology file</DESC>
103 <DESC>gnuplot binary to use</DESC>
107 <DESC>gromacs specific options </DESC>
273 <DESC> lammps script to run </DESC>
381 <DESC>name of the log file</DESC>
471 <DESC>simulation options </DESC>
[all …]
/dports/archivers/sharutils/sharutils-4.15.2/src/
H A Dshar-opts.h126 #define HAVE_OPT(n) (! UNUSED_OPT(& DESC(n)))
135 #define COUNT_OPT(n) (DESC(n).optOccCt)
137 #define ISSEL_OPT(n) (SELECTED_OPT(&DESC(n)))
139 #define ISUNUSED_OPT(n) (UNUSED_OPT(& DESC(n)))
153 DESC(n).optCookie = NULL )
177 DESC(COMPACTOR).optActualIndex = 2; \
180 DESC(COMPACTOR).fOptState |= OPTST_SET; \
250 DESC(SUBMITTER).optActualIndex = 21; \
292 DESC(NO_PIPING).optActualIndex = 32; \
314 DESC(NO_I18N).optActualIndex = 39; \
[all …]
H A Dshar-opts.h.bak126 #define HAVE_OPT(n) (! UNUSED_OPT(& DESC(n)))
135 #define COUNT_OPT(n) (DESC(n).optOccCt)
137 #define ISSEL_OPT(n) (SELECTED_OPT(&DESC(n)))
139 #define ISUNUSED_OPT(n) (UNUSED_OPT(& DESC(n)))
153 DESC(n).optCookie = NULL )
177 DESC(COMPACTOR).optActualIndex = 2; \
180 DESC(COMPACTOR).fOptState |= OPTST_SET; \
250 DESC(SUBMITTER).optActualIndex = 21; \
292 DESC(NO_PIPING).optActualIndex = 32; \
314 DESC(NO_I18N).optActualIndex = 39; \
[all …]
/dports/math/mlpack/mlpack-3.4.2/src/mlpack/core/util/
H A Dparam.hpp189 #define PARAM_FLAG(ID, DESC, ALIAS) \ argument
248 #define PARAM_INT_OUT(ID, DESC) \ argument
249 PARAM_OUT(int, ID, DESC, "", 0, false)
306 #define PARAM_DOUBLE_OUT(ID, DESC) \ argument
395 #define PARAM_MATRIX_IN(ID, DESC, ALIAS) \ argument
670 #define PARAM_COL_IN(ID, DESC, ALIAS) \ argument
726 #define PARAM_ROW_IN(ID, DESC, ALIAS) \ argument
754 #define PARAM_UCOL_IN(ID, DESC, ALIAS) \ argument
783 #define PARAM_UROW_IN(ID, DESC, ALIAS) \ argument
816 #define PARAM_COL_OUT(ID, DESC, ALIAS) \ argument
[all …]
/dports/databases/pg_citus/citus-10.2.3/src/test/regress/sql/
H A Dmulti_subquery_window_functions.sql25 3 DESC, 1 DESC, 2 DESC
40 3 DESC, 1 DESC, 2 DESC
55 4 DESC, 3 DESC NULLS LAST, 1 DESC, 2 DESC
73 2 DESC, 1 DESC, 3 DESC
174 3 DESC, 1 DESC,2 DESC
196 3 DESC, 1 DESC,2 DESC
491 3 DESC, 1 DESC, 2 DESC
506 3 DESC, 1 DESC, 2 DESC
521 3 DESC, 1 DESC, 2 DESC
572 3 DESC, 1 DESC,2 DESC
[all …]
H A Dwindow_functions.sql13 1 DESC, 2 DESC, 3 DESC
79 3 DESC, 2 DESC, 1 DESC
136 rnk DESC, 1 DESC
175 3 DESC, 2 DESC, 1 DESC;
238 4 DESC,3 DESC,2 DESC ,1 DESC;
301 4 DESC,3 DESC,2 DESC ,1 DESC;
358 2 DESC, 3 DESC, 1 DESC
421 3 DESC, 2 DESC, 1 DESC;
434 3 DESC, 2 DESC, 1 DESC;
446 3 DESC, 2 DESC, 1 DESC;
[all …]
H A Dsubquery_complex_target_list.sql23 ORDER BY 1 DESC, 2 DESC
32 ORDER BY 1 DESC, 2 DESC, 3 DESC LIMIT 5;
56 ORDER BY 1 DESC;
131 1 DESC
158 ORDER BY 1 DESC, 2 DESC
207 ORDER BY 3 DESC, 2 DESC, 1 DESC
254 3 DESC, 1 DESC, 2 DESC
271 3 DESC, 1 DESC, 2 DESC
273 ORDER BY foo.rnk DESC, foo.time DESC, bar.time LIMIT 5;
287 ORDER BY 1 DESC, 2 DESC
[all …]
H A Dmulti_subquery_complex_queries.sql1255 user_id DESC, lastseen DESC
1363 user_id DESC, lastseen DESC
1421 user_id DESC, lastseen DESC
1479 user_id DESC, lastseen DESC
1533 user_id DESC, lastseen DESC
1885 value_3 DESC, user_id DESC
1985 cnt DESC, user_id DESC
2025 value_2 DESC, user_id DESC
2457 ORDER BY 2 DESC, 1 DESC
2472 ORDER BY 2 DESC, 1 DESC
[all …]
/dports/devel/autogen/autogen-5.18.16/agen5/
H A Dopts.h134 #define COUNT_OPT(n) (DESC(n).optOccCt)
138 #define ISUNUSED_OPT(n) (UNUSED_OPT(& DESC(n)))
152 DESC(n).optCookie = NULL )
177 DESC(TEMPL_DIRS).optActualIndex = 1; \
205 DESC(WRITABLE).optActualIndex = 10; \
238 DESC(DEFINE).optActualIndex = 22; \
241 DESC(DEFINE).fOptState |= OPTST_SET; \
242 DESC(DEFINE).optArg.argString = (a); \
248 DESC(DEFINE).optActualIndex = 23; \
252 DESC(DEFINE).optArg.argString = (a); \
[all …]
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/xml_int/mod_xml_ldap/
H A Dfsv2.schema2 DESC '%attr_desc%'
7 DESC '%attr_desc%'
12 DESC '%attr_desc%'
17 DESC '%attr_desc%'
22 DESC '%attr_desc%'
27 DESC '%attr_desc%'
32 DESC '%attr_desc%'
37 DESC '%attr_desc%'
42 DESC '%attr_desc%'
47 DESC '%attr_desc%'
[all …]
/dports/net/freeradius3/freeradius-server-3.0.25/doc/schemas/ldap/iplanet/
H A Dfreeradius.ldif10 attributeTypes: ( 1.3.6.1.4.1.11344.4.3.1.1 NAME 'radiusArapFeatures' DESC '' EQUALITY caseIgnoreIA…
18 attributeTypes: ( 1.3.6.1.4.1.11344.4.3.1.8 NAME 'radiusClass' DESC '' EQUALITY caseIgnoreIA5Match …
30 attributeTypes: ( 1.3.6.1.4.1.11344.4.3.1.19 NAME 'radiusFramedRoute' DESC '' EQUALITY caseIgnoreIA…
32 attributeTypes: ( 1.3.6.1.4.1.11344.4.3.1.46 NAME 'radiusGroupName' DESC '' EQUALITY caseIgnoreIA5M…
34 attributeTypes: ( 1.3.6.1.4.1.11344.4.3.1.48 NAME 'radiusHuntgroupName' DESC '' EQUALITY caseIgnore…
45 attributeTypes: ( 1.3.6.1.4.1.11344.4.3.1.49 NAME 'radiusProfileDN' DESC '' EQUALITY distinguishedN…
59 attributeTypes: ( 1.3.6.1.4.1.11344.4.3.1.41 NAME 'radiusTunnelType' DESC '' EQUALITY caseIgnoreIA5…
60 attributeTypes: ( 1.3.6.1.4.1.11344.4.3.1.42 NAME 'radiusVSA' DESC '' EQUALITY caseIgnoreIA5Match S…
63 attributeTypes: ( 1.3.6.1.4.1.11344.4.3.1.53 NAME 'radiusSimultaneousUse' DESC '' SYNTAX 1.3.6.1.4.…
66 attributeTypes: ( 1.3.6.1.4.1.11344.4.3.1.56 NAME 'radiusStripUserName' DESC '' SYNTAX 1.3.6.1.4.1.…
[all …]
H A Dfreeradius.schema25 attributeTypes: ( 1.3.6.1.4.1.11344.4.3.1.8 NAME 'radiusClass' DESC '' EQUALITY caseIgnoreIA5Match…
37 attributeTypes: ( 1.3.6.1.4.1.11344.4.3.1.19 NAME 'radiusFramedRoute' DESC '' EQUALITY caseIgnoreI…
39 attributeTypes: ( 1.3.6.1.4.1.11344.4.3.1.46 NAME 'radiusGroupName' DESC '' EQUALITY caseIgnoreIA5…
41 attributeTypes: ( 1.3.6.1.4.1.11344.4.3.1.48 NAME 'radiusHuntgroupName' DESC '' EQUALITY caseIgnor…
61 attributeTypes: ( 1.3.6.1.4.1.11344.4.3.1.36 NAME 'radiusTunnelMediumType' DESC '' EQUALITY caseIg…
63 attributeTypes: ( 1.3.6.1.4.1.11344.4.3.1.38 NAME 'radiusTunnelPreference' DESC '' EQUALITY caseIg…
66 attributeTypes: ( 1.3.6.1.4.1.11344.4.3.1.41 NAME 'radiusTunnelType' DESC '' EQUALITY caseIgnoreIA…
67 attributeTypes: ( 1.3.6.1.4.1.11344.4.3.1.42 NAME 'radiusVSA' DESC '' EQUALITY caseIgnoreIA5Match …
75 attributeTypes: ( 1.3.6.1.4.1.11344.4.3.1.59 NAME 'radiusAttribute' DESC '' EQUALITY caseIgnoreIA5…
76 attributetypes: ( 1.3.6.1.4.1.11344.4.3.1.60 NAME 'radiusControlAttribute' DESC '' EQUALITY caseIg…
[all …]
/dports/databases/p5-SQL-Abstract/SQL-Abstract-2.000001/t/
H A D24order_by_chunks.t14 \"colA DESC"
17 "colA DESC"
23 \"colA DESC"
26 "colA DESC"
50 "colA DESC"
53 "colA DESC"
59 "colA DESC"
62 "`colA DESC`"
139 "colB DESC"
142 "colB DESC"
[all …]
H A D06order_by.t12 given => \'colA DESC',
13 expects => ' ORDER BY colA DESC',
22 given => 'colA DESC',
69 expects => ' ORDER BY colA DESC, colB DESC',
70 expects_quoted => ' ORDER BY `colA` DESC, `colB` DESC',
74 expects => ' ORDER BY colA DESC, colB DESC, colC ASC',
75 expects_quoted => ' ORDER BY `colA` DESC, `colB` DESC, `colC` ASC',
79 expects => ' ORDER BY colA DESC, colB DESC, colC ASC, colD ASC',
80 expects_quoted => ' ORDER BY `colA` DESC, `colB` DESC, `colC` ASC, `colD` ASC',
84 expects => ' ORDER BY colA DESC, colB DESC, colC DESC',
[all …]
/dports/net/freeradius3/freeradius-server-3.0.25/doc/schemas/ldap/openldap/
H A Dfreeradius.ldif4 olcAttributeTypes: {0}( 1.3.6.1.4.1.11344.4.3.1.1 NAME 'radiusArapFeatures' DESC '' EQUALITY caseIg…
5 olcAttributeTypes: {1}( 1.3.6.1.4.1.11344.4.3.1.2 NAME 'radiusArapSecurity' DESC '' EQUALITY caseIg…
6 olcAttributeTypes: {2}( 1.3.6.1.4.1.11344.4.3.1.3 NAME 'radiusArapZoneAccess' DESC '' EQUALITY case…
12 olcAttributeTypes: {8}( 1.3.6.1.4.1.11344.4.3.1.8 NAME 'radiusClass' DESC 'replyItem: Class' EQUALI…
26 olcAttributeTypes: {22}( 1.3.6.1.4.1.11344.4.3.1.46 NAME 'radiusGroupName' DESC '' EQUALITY caseIgn…
27 olcAttributeTypes: {23}( 1.3.6.1.4.1.11344.4.3.1.47 NAME 'radiusHint' DESC '' EQUALITY caseIgnoreIA…
28 olcAttributeTypes: {24}( 1.3.6.1.4.1.11344.4.3.1.48 NAME 'radiusHuntgroupName' DESC '' EQUALITY cas…
39 olcAttributeTypes: {35}( 1.3.6.1.4.1.11344.4.3.1.49 NAME 'radiusProfileDN' DESC '' EQUALITY disting…
53 olcAttributeTypes: {49}( 1.3.6.1.4.1.11344.4.3.1.41 NAME 'radiusTunnelType' DESC '' EQUALITY caseIg…
54 olcAttributeTypes: {50}( 1.3.6.1.4.1.11344.4.3.1.42 NAME 'radiusVSA' DESC '' EQUALITY caseIgnoreIA5…
[all …]
/dports/net/freeradius3/freeradius-server-3.0.25/src/tests/salt-test-server/salt/ldap/
H A Dschema_freeradius.ldif4 olcAttributeTypes: {0}( 1.3.6.1.4.1.11344.4.3.1.1 NAME 'radiusArapFeatures' DESC '' EQUALITY caseIg…
5 olcAttributeTypes: {1}( 1.3.6.1.4.1.11344.4.3.1.2 NAME 'radiusArapSecurity' DESC '' EQUALITY caseIg…
6 olcAttributeTypes: {2}( 1.3.6.1.4.1.11344.4.3.1.3 NAME 'radiusArapZoneAccess' DESC '' EQUALITY case…
12 olcAttributeTypes: {8}( 1.3.6.1.4.1.11344.4.3.1.8 NAME 'radiusClass' DESC 'replyItem: Class' EQUALI…
26 olcAttributeTypes: {22}( 1.3.6.1.4.1.11344.4.3.1.46 NAME 'radiusGroupName' DESC '' EQUALITY caseIgn…
27 olcAttributeTypes: {23}( 1.3.6.1.4.1.11344.4.3.1.47 NAME 'radiusHint' DESC '' EQUALITY caseIgnoreIA…
28 olcAttributeTypes: {24}( 1.3.6.1.4.1.11344.4.3.1.48 NAME 'radiusHuntgroupName' DESC '' EQUALITY cas…
39 olcAttributeTypes: {35}( 1.3.6.1.4.1.11344.4.3.1.49 NAME 'radiusProfileDN' DESC '' EQUALITY disting…
53 olcAttributeTypes: {49}( 1.3.6.1.4.1.11344.4.3.1.41 NAME 'radiusTunnelType' DESC '' EQUALITY caseIg…
54 olcAttributeTypes: {50}( 1.3.6.1.4.1.11344.4.3.1.42 NAME 'radiusVSA' DESC '' EQUALITY caseIgnoreIA5…
[all …]
/dports/databases/p5-SQL-Abstract-More/SQL-Abstract-More-1.37/t/
H A D02-order-by.t15 given => \'colA DESC',
16 expects => ' ORDER BY colA DESC',
25 given => 'colA DESC',
67 expects => ' ORDER BY colA DESC, colB DESC',
68 expects_quoted => ' ORDER BY `colA` DESC, `colB` DESC',
72 expects => ' ORDER BY colA DESC, colB DESC, colC ASC',
73 expects_quoted => ' ORDER BY `colA` DESC, `colB` DESC, `colC` ASC',
77 expects => ' ORDER BY colA DESC, colB DESC, colC ASC, colD ASC',
78 expects_quoted => ' ORDER BY `colA` DESC, `colB` DESC, `colC` ASC, `colD` ASC',
82 expects => ' ORDER BY colA DESC, colB DESC, colC DESC',
[all …]
/dports/databases/p5-SQL-Abstract-Classic/SQL-Abstract-Classic-1.91/t/
H A D06order_by.t12 given => \'colA DESC',
13 expects => ' ORDER BY colA DESC',
22 given => 'colA DESC',
64 expects => ' ORDER BY colA DESC, colB DESC',
65 expects_quoted => ' ORDER BY `colA` DESC, `colB` DESC',
69 expects => ' ORDER BY colA DESC, colB DESC, colC ASC',
70 expects_quoted => ' ORDER BY `colA` DESC, `colB` DESC, `colC` ASC',
74 expects => ' ORDER BY colA DESC, colB DESC, colC ASC, colD ASC',
75 expects_quoted => ' ORDER BY `colA` DESC, `colB` DESC, `colC` ASC, `colD` ASC',
79 expects => ' ORDER BY colA DESC, colB DESC, colC DESC',
[all …]
/dports/games/pcgen/pcgen/data/3e/dragonwing_games/bastion_press/faeries/
H A Dfaeries_abilities_aspects.lst11 …tOfNature.AspectOfTheAir PRETEMPLATE:1,Aspect of the Air DESC:+1 to Attack rolls 3x/day DESC:-1 …
12 …tOfNature.AspectOfTheAir PRETEMPLATE:1,Aspect of the Air DESC:+1 to Damage rolls 3x/day DESC:-1 …
13 …ectOfNature.AspectOfTheAir PRETEMPLATE:1,Aspect of the Air DESC:+1 to AC rolls 3x/day DESC:-1 to…
18 …OfNature.AspectOfTheAnimal PRETEMPLATE:1,Aspect of the Animal DESC:+1 to AC 3x/day DESC:-1 to Da…
20 …OfNature.AspectOfTheAnimal PRETEMPLATE:1,Aspect of the Animal DESC:+1 to AC 3x/day DESC:-1 to At…
33 …Nature.AspectOfTheDarkness PRETEMPLATE:1,Aspect of the Darkness DESC:+1 to AC 3x/day DESC:-1 to AC…
40 …pectOfNature.AspectOfTheDawn PRETEMPLATE:1,Aspect of the Dawn DESC:+1 to AC 3x/day DESC:-1 to AC…
47 …pectOfNature.AspectOfTheDusk PRETEMPLATE:1,Aspect of the Dusk DESC:+1 to AC 3x/day DESC:-1 to AC…
52 …ctOfNature.AspectOfTheEarth PRETEMPLATE:1,Aspect of the Earth DESC:Practiced spell DESC:Amateur …
59 …OfNature.AspectOfTheFire PRETEMPLATE:1,Aspect of the Fire DESC:Practiced spell (fire) DESC:Amate…
[all …]
/dports/games/pcgen/pcgen/data/fantasy_craft/crafty_games/core_rulebook_demo/
H A Dfc_free_demo_abilities_natural_attacks.lst8DESC:Aligned|PREABILITY:1,CATEGORY=Natural Attack,Bite Upgrade (Aligned) DESC:Alternate Damage|PRE…
9DESC:Aligned|PREABILITY:1,CATEGORY=Natural Attack,Claw Upgrade (Aligned) DESC:Alternate Damage|PRE…
10DESC:Aligned|PREABILITY:1,CATEGORY=Natural Attack,Kick Upgrade (Aligned) DESC:Alternate Damage|PRE…
11DESC:Aligned|PREABILITY:1,CATEGORY=Natural Attack,Slam Upgrade (Aligned) DESC:Alternate Damage|PRE…
12DESC:Aligned|PREABILITY:1,CATEGORY=Natural Attack,Talon Upgrade (Aligned) DESC:Alternate Damage|PR…
13DESC:Aligned|PREABILITY:1,CATEGORY=Natural Attack,Gore Upgrade (Aligned) DESC:Alternate Damage|PRE…
14DESC:Aligned|PREABILITY:1,CATEGORY=Natural Attack,Squeeze Upgrade (Aligned) DESC:Alternate Damage|…
15DESC:Aligned|PREABILITY:1,CATEGORY=Natural Attack,Swallow Upgrade (Aligned) DESC:Alternate Damage|…
17DESC:Tiny and smaller only|PRESIZEEQ:M DESC:Small and smaller only|PRESIZEEQ:L DESC:Medium and sma…
32DESC:Aligned|PREABILITY:1,CATEGORY=Natural Attack,Bite Upgrade (Aligned) DESC:Alternate Damage|PRE…
[all …]
/dports/dns/powerdns/pdns-4.5.2/modules/ldapbackend/
H A Ddnsdomain2.schema60 DESC 'Signature, RFC 2535'
66 DESC 'Key, RFC 2535'
84 DESC 'Location, RFC 1876'
156 DESC 'RRSIG, RFC 3755'
162 DESC 'NSEC, RFC 3755'
168 DESC 'DNSKEY, RFC 3755'
174 DESC 'DHCID, RFC 4701'
198 DESC 'Child DS, RFC7344'
252 DESC 'URI, RFC7553'
270 DESC ''
[all …]
/dports/net/samba412/samba-4.12.15/examples/LDAP/
H A Dsamba.schema.at.IBM-DS3 attributetypes=( 1.3.6.1.4.1.7165.2.1.24 NAME 'sambaLMPassword' DESC 'LanManager Password' EQUALITY…
9 attributetypes=( 1.3.6.1.4.1.7165.2.1.26 NAME 'sambaAcctFlags' DESC 'Account Flags' EQUALITY caseIg…
31 attributetypes=( 1.3.6.1.4.1.7165.2.1.37 NAME 'sambaHomePath' DESC 'Home directory UNC path' EQUALI…
35 attributetypes=( 1.3.6.1.4.1.7165.2.1.20 NAME 'sambaSID' DESC 'Security ID' EQUALITY caseIgnoreIA5M…
39 attributetypes=( 1.3.6.1.4.1.7165.2.1.19 NAME 'sambaGroupType' DESC 'NT Group Type' EQUALITY intege…
49 attributetypes=( 1.3.6.1.4.1.7165.2.1.41 NAME 'sambaShareName' DESC 'Share Name' EQUALITY caseIgnor…
53 attributetypes=( 1.3.6.1.4.1.7165.2.1.43 NAME 'sambaBoolOption' DESC 'A boolean option' EQUALITY bo…
59 attributetypes=( 1.3.6.1.4.1.7165.2.1.46 NAME 'sambaStringListOption' DESC 'A string list option' E…
67 attributetypes=( 1.3.6.1.4.1.7165.2.1.51 NAME 'sambaSIDList' DESC 'Security ID List' EQUALITY caseI…
69 attributetypes=( 1.3.6.1.4.1.7165.2.1.53 NAME 'sambaTrustFlags' DESC 'Trust Password Flags' EQUALIT…
[all …]
/dports/www/horde-base/horde-5.2.23/scripts/ldap/
H A Dhorde.ldif19 olcAttributeTypes: {0}( 1.3.6.1.4.1.13040.2.1.1 NAME 'hordePrefs' DESC 'Horde
22 olcAttributeTypes: {1}( 1.3.6.1.4.1.13040.3.1.1 NAME 'impPrefs' DESC 'IMP Pref
25 olcAttributeTypes: {2}( 1.3.6.1.4.1.13040.4.1.1 NAME 'turbaPrefs' DESC 'Turba
28 olcAttributeTypes: {3}( 1.3.6.1.4.1.13040.4.1.2 NAME 'turbaType' DESC 'Turba O
31 olcAttributeTypes: {4}( 1.3.6.1.4.1.13040.4.1.3 NAME 'turbaMembers' DESC 'Enco
33 olcAttributeTypes: {5}( 1.3.6.1.4.1.13040.4.1.4 NAME 'turbaPGPPublicKey' DESC
36 olcAttributeTypes: {6}( 1.3.6.1.4.1.13040.5.1.1 NAME 'kronolithPrefs' DESC 'Kr
39 olcAttributeTypes: {7}( 1.3.6.1.4.1.13040.6.1.1 NAME 'nagPrefs' DESC 'Nag Pref
42 olcAttributeTypes: {8}( 1.3.6.1.4.1.13040.7.1.1 NAME 'gollemPrefs' DESC 'Golle
45 olcAttributeTypes: {9}( 1.3.6.1.4.1.13040.8.1.1 NAME 'choraPrefs' DESC 'Chora
[all …]
/dports/databases/sqlite3/sqlite-src-3350500/test/
H A Dorderby6.test96 11 10 24 {+b DESC,+a}
112 31 10 24 {+b DESC,+a DESC}
113 32 10 25 {+b DESC,+a DESC}
114 33 10 26 {+b DESC,+a DESC}
115 34 10 39 {+b DESC,+a DESC}
116 35 10 40 {+b DESC,+a DESC}
117 36 10 41 {+b DESC,+a DESC}
118 37 27 24 {+b DESC,+a DESC}
119 38 27 49 {+b DESC,+a DESC}
172 SELECT a FROM t2 ORDER BY b DESC,c DESC,d,e,f LIMIT 31;
[all …]

12345678910>>...187