Home
last modified time | relevance | path

Searched refs:ACM (Results 1 – 25 of 2696) sorted by relevance

12345678910>>...108

/dports/math/gap/gap-4.11.0/pkg/ctbllib/data/
H A Dclmexsp.tbl52 ACM("exsp",3,[[1,1,1],[8,8,-1],[6,-3,0]]);
53 ACM("exsp",3,[[1,1,1],[1,E(3),E(3)^2],[1,E(3)^2,E(3)]]);
54 ACM("exsp",3,[[1,1,1],[E(3),E(3)^2,1],[E(3)^2,E(3),1]]);
55 ACM("exsp",3,[[1,1,1],[1,E(3),E(3)^2],[1,E(3)^2,E(3)]]);
56 ACM("exsp",3,[[1,1,1],[1,1,-1],[2,-2,0]]);
57 ACM("exsp",3,[[1,1,1],[-1,-E(3),-E(3)^2],[-1,-E(3)^2,-E(3)]]);
58 ACM("exsp",4,[[1,1,1,1],[2,2,-1,2],[6,6,0,-3],[6,-3,0,0]]);
63 ACM("exsp",4,[[1,1,1,1],[6,0,3,-3],[12,-3,0,3],[8,2,-4,-1]]);
65 ACM("exsp",4,[[1,1,1,1],[5,5,-3,1],[10,10,2,-2],[4,-4,0,0]]);
72 ACM("exsp",5,[[1,1,1,1,1],[1,1,1,E(3),E(3)^2],[1,1,1,E(3)^2,E(3)],[
[all …]
/dports/emulators/libretro-vice/vice-libretro-5725415/vice/src/lib/
H A DMakefile.am74 liblame/ACM/ACM.cpp \
75 liblame/ACM/ACM.h \
76 liblame/ACM/acm.rc \
78 liblame/ACM/ACMStream.h \
79 liblame/ACM/adebug.h \
84 liblame/ACM/lame.ico \
86 liblame/ACM/lameACM.def \
88 liblame/ACM/main.cpp \
91 liblame/ACM/readme.txt \
92 liblame/ACM/resource.h \
[all …]
/dports/net/spread4/spread-src-4.2.0/daemon/
H A Dauth-pword.c113 Alarmp( SPLOG_DEBUG, ACM, "pword_init: Starting\n"); in pword_init()
121 Alarmp( SPLOG_INFO, ACM, "pword_init: using file: %s\n", file_name); in pword_init()
124 Alarmp( SPLOG_INFO,ACM, "pword_init: using file: ./spread.access_pword\n"); in pword_init()
127 Alarmp( SPLOG_INFO, ACM, "pword_init: using file: /etc/spread.access_pword\n"); in pword_init()
142 Alarmp( SPLOG_ERROR, ACM, "pword_init: incomplete line: %s\n", line); in pword_init()
151 … Alarmp(SPLOG_FATAL, ACM, "pword_init: not a valid username:password entry. line: %s\n", line); in pword_init()
153 …Alarmp( SPLOG_INFO, ACM, "pword_init: loaded user %s with crypted password %s\n",username, passwor… in pword_init()
167 Alarmp(SPLOG_FATAL, ACM, "insert_user: Failed to allocate a struct user_password\n"); in insert_user()
253 …Alarmp( SPLOG_WARNING, ACM, "auth_client_conn_read: reading username string failed on mailbox %d\n… in auth_client_conn_read()
261 …Alarmp( SPLOG_WARNING, ACM, "auth_client_conn_read: reading username string SHORT on mailbox %d\n"… in auth_client_conn_read()
[all …]
H A Dauth-ip.c93 Alarmp( SPLOG_INFO, ACM, "ip_init: using file: %s\n", file_name); in ip_init()
96 Alarmp( SPLOG_INFO, ACM, "ip_init: using file: ./spread.access_ip\n"); in ip_init()
99 Alarmp( SPLOG_INFO, ACM, "ip_init: using file: /etc/spread.access_ip\n"); in ip_init()
116 Alarmp( SPLOG_INFO, ACM, "ip_init: Allowing UNIX Domain Socket connections\n"); in ip_init()
123 Alarmp( SPLOG_INFO, ACM, "ip_init: Allowing localhost tcp Socket connections\n"); in ip_init()
133 Alarmp( SPLOG_ERROR, ACM, "ip_init: incomplete line: %s\n", line); in ip_init()
145 … Alarmp( SPLOG_FATAL, ACM, "ip_init: not a valid ip network address/prefix line: %s\n", line); in ip_init()
147 Alarmp( SPLOG_INFO, ACM, "ip_init: network address %d.%d.%d.%d with prefix length: %d\n", in ip_init()
165 Alarmp(SPLOG_FATAL, ACM, "insert_ip_rule: Failed to allocate a struct ip_rule\n"); in insert_ip_rule()
199 …Alarmp(SPLOG_INFO, ACM, "ip_open_connection: client_ip: %d.%d.%d.%d, prefix: %d premask: 0x%x mask… in ip_auth_client_connection()
[all …]
/dports/net/spread-j/spread-src-3.17.3/
H A Dauth-pword.c112 Alarmp( SPLOG_DEBUG, ACM, "pword_init: Starting\n"); in pword_init()
120 Alarmp( SPLOG_INFO, ACM, "pword_init: using file: %s\n", file_name); in pword_init()
123 Alarmp( SPLOG_INFO,ACM, "pword_init: using file: ./spread.access_pword\n"); in pword_init()
126 Alarmp( SPLOG_INFO, ACM, "pword_init: using file: /etc/spread.access_pword\n"); in pword_init()
141 Alarmp( SPLOG_ERROR, ACM, "pword_init: incomplete line: %s\n", line); in pword_init()
150 … Alarmp(SPLOG_FATAL, ACM, "pword_init: not a valid username:password entry. line: %s\n", line); in pword_init()
152 …Alarmp( SPLOG_INFO, ACM, "pword_init: loaded user %s with crypted password %s\n",username, passwor… in pword_init()
166 Alarmp(SPLOG_FATAL, ACM, "insert_user: Failed to allocate a struct user_password\n"); in insert_user()
252 …Alarmp( SPLOG_WARNING, ACM, "auth_client_conn_read: reading username string failed on mailbox %d\n… in auth_client_conn_read()
260 …Alarmp( SPLOG_WARNING, ACM, "auth_client_conn_read: reading username string SHORT on mailbox %d\n"… in auth_client_conn_read()
[all …]
H A Dauth-ip.c92 Alarmp( SPLOG_INFO, ACM, "ip_init: using file: %s\n", file_name); in ip_init()
95 Alarmp( SPLOG_INFO, ACM, "ip_init: using file: ./spread.access_ip\n"); in ip_init()
98 Alarmp( SPLOG_INFO, ACM, "ip_init: using file: /etc/spread.access_ip\n"); in ip_init()
115 Alarmp( SPLOG_INFO, ACM, "ip_init: Allowing UNIX Domain Socket connections\n"); in ip_init()
122 Alarmp( SPLOG_INFO, ACM, "ip_init: Allowing localhost tcp Socket connections\n"); in ip_init()
132 Alarmp( SPLOG_ERROR, ACM, "ip_init: incomplete line: %s\n", line); in ip_init()
144 … Alarmp( SPLOG_FATAL, ACM, "ip_init: not a valid ip network address/prefix line: %s\n", line); in ip_init()
146 Alarmp( SPLOG_INFO, ACM, "ip_init: network address %d.%d.%d.%d with prefix length: %d\n", in ip_init()
164 Alarmp(SPLOG_FATAL, ACM, "insert_ip_rule: Failed to allocate a struct ip_rule\n"); in insert_ip_rule()
198 …Alarmp(SPLOG_INFO, ACM, "ip_open_connection: client_ip: %d.%d.%d.%d, prefix: %d premask: 0x%x mask… in ip_auth_client_connection()
[all …]
/dports/emulators/vice/vice-3.5/src/lib/
H A DMakefile.am77 liblame/ACM/ACM.cpp \
78 liblame/ACM/ACM.h \
79 liblame/ACM/acm.rc \
81 liblame/ACM/ACMStream.h \
82 liblame/ACM/adebug.h \
87 liblame/ACM/lame.ico \
89 liblame/ACM/lameACM.def \
91 liblame/ACM/main.cpp \
94 liblame/ACM/readme.txt \
95 liblame/ACM/resource.h \
[all …]
/dports/net/spread/spread-src-3.17.4/
H A Dauth-pword.c112 Alarmp( SPLOG_DEBUG, ACM, "pword_init: Starting\n"); in pword_init()
120 Alarmp( SPLOG_INFO, ACM, "pword_init: using file: %s\n", file_name); in pword_init()
123 … Alarmp( SPLOG_INFO, ACM, "pword_init: using file: " SPREAD_ETCDIR "/spread.access_pword\n"); in pword_init()
138 Alarmp( SPLOG_ERROR, ACM, "pword_init: incomplete line: %s\n", line); in pword_init()
147 … Alarmp(SPLOG_FATAL, ACM, "pword_init: not a valid username:password entry. line: %s\n", line); in pword_init()
149 …Alarmp( SPLOG_INFO, ACM, "pword_init: loaded user %s with crypted password %s\n",username, passwor… in pword_init()
163 Alarmp(SPLOG_FATAL, ACM, "insert_user: Failed to allocate a struct user_password\n"); in insert_user()
249 …Alarmp( SPLOG_WARNING, ACM, "auth_client_conn_read: reading username string failed on mailbox %d\n… in auth_client_conn_read()
257 …Alarmp( SPLOG_WARNING, ACM, "auth_client_conn_read: reading username string SHORT on mailbox %d\n"… in auth_client_conn_read()
268 …Alarmp( SPLOG_WARNING, ACM, "auth_client_conn_read: reading password string failed on mailbox %d\n… in auth_client_conn_read()
[all …]
H A Dauth-ip.c87 …Alarmp( SPLOG_FATAL, ACM, "ip_init: Failed to register IP. Too many ACM methods registered. Recomp… in ip_init()
92 Alarmp( SPLOG_INFO, ACM, "ip_init: using file: %s\n", file_name); in ip_init()
95 Alarmp( SPLOG_INFO, ACM, "ip_init: using file: " SPREAD_ETCDIR "/spread.access_ip\n"); in ip_init()
112 Alarmp( SPLOG_INFO, ACM, "ip_init: Allowing UNIX Domain Socket connections\n"); in ip_init()
119 Alarmp( SPLOG_INFO, ACM, "ip_init: Allowing localhost tcp Socket connections\n"); in ip_init()
129 Alarmp( SPLOG_ERROR, ACM, "ip_init: incomplete line: %s\n", line); in ip_init()
141 … Alarmp( SPLOG_FATAL, ACM, "ip_init: not a valid ip network address/prefix line: %s\n", line); in ip_init()
143 Alarmp( SPLOG_INFO, ACM, "ip_init: network address %d.%d.%d.%d with prefix length: %d\n", in ip_init()
161 Alarmp(SPLOG_FATAL, ACM, "insert_ip_rule: Failed to allocate a struct ip_rule\n"); in insert_ip_rule()
195 …Alarmp(SPLOG_INFO, ACM, "ip_open_connection: client_ip: %d.%d.%d.%d, prefix: %d premask: 0x%x mask… in ip_auth_client_connection()
[all …]
/dports/lang/mosml/mosml-ver-2.10.1/src/doc/
H A Dbooks.bib62 publisher = "ACM",
63 organization = "ACM",
205 publisher = "ACM",
215 publisher = "ACM",
225 publisher = "ACM",
234 publisher = "ACM",
244 publisher = "ACM",
255 publisher = "ACM",
264 publisher = "ACM",
273 publisher = "ACM",
[all …]
/dports/net/libyang/libyang-1.0.240/tests/schema/yang/ietf/
H A Dietf-snmp-vacm.yang89 SNMP-VIEW-BASED-ACM-MIB.vacmSecurityToGroupTable
90 SNMP-VIEW-BASED-ACM-MIB.vacmAccessTable";
99 SNMP-VIEW-BASED-ACM-MIB.vacmGroupName";
113 SNMP-VIEW-BASED-ACM-MIB.vacmSecurityToGroupTable";
122 SNMP-VIEW-BASED-ACM-MIB.vacmSecurityName";
134 SNMP-VIEW-BASED-ACM-MIB.vacmSecurityModel";
145 SNMP-VIEW-BASED-ACM-MIB.vacmAccessTable";
252 SNMP-VIEW-BASED-ACM-MIB.vacmViewTreeFamilyTable";
262 SNMP-VIEW-BASED-ACM-MIB.vacmViewTreeFamilyName";
273 SNMP-VIEW-BASED-ACM-MIB.vacmViewTreeFamilyMask
[all …]
/dports/net-mgmt/py-pyang/pyang-1.7.8/modules/ietf/
H A Dietf-snmp-vacm.yang89 SNMP-VIEW-BASED-ACM-MIB.vacmSecurityToGroupTable
90 SNMP-VIEW-BASED-ACM-MIB.vacmAccessTable";
99 SNMP-VIEW-BASED-ACM-MIB.vacmGroupName";
113 SNMP-VIEW-BASED-ACM-MIB.vacmSecurityToGroupTable";
122 SNMP-VIEW-BASED-ACM-MIB.vacmSecurityName";
134 SNMP-VIEW-BASED-ACM-MIB.vacmSecurityModel";
145 SNMP-VIEW-BASED-ACM-MIB.vacmAccessTable";
252 SNMP-VIEW-BASED-ACM-MIB.vacmViewTreeFamilyTable";
262 SNMP-VIEW-BASED-ACM-MIB.vacmViewTreeFamilyName";
273 SNMP-VIEW-BASED-ACM-MIB.vacmViewTreeFamilyMask
[all …]
/dports/math/randlib/RANDLIB90/source/randlib90/
H A DLEGALITIES5 However, code from ACM publications is subject to the ACM policy
18 Package with Splitting Facilities.'' ACM Trans. on Math. Softw. 17:1, pp
25 Shape Parameters.'' Communications of the ACM, 21:317-322 (Algorithms
32 Variate Generation.'' Communications of the ACM, 31: 216. (Algorithm
40 ACM, 15: 873-882. (Algorithm SA.)
46 Modified Rejection Technique.'' Communications of the ACM, 25: 47-54.
56 ACM Policy on Use of Code
58 Here is the software Policy of the ACM.
61 ACM Transactions implies that unrestricted use of the
65 distributed for direct commercial advantage. The ACM
[all …]
/dports/science/octopus/octopus-10.5/external_libs/qshep/
H A DCOPYING4 ACM Software Copyright Notice
14 ACM Software License Agreement
19 Association (hereafter, ACM) and ownership of all right, title and
20 interest in and to the Software remains with ACM. By using or copying
26 The ACM grants to you (hereafter, User) a royalty-free, nonexclusive
33 services from ACM. Neither ACM nor the author makes any
40 2. ACM shall not be held liable for direct, indirect, incidental or
45 3. User agrees to fully indemnify and hold harmless ACM and/or the
53 acknowledges that it contains material copyrighted by ACM (b) no
54 charge is associated with such copies, (c) User agrees to notify ACM
[all …]
/dports/math/suitesparse-klu/SuiteSparse-5.10.1/SLIP_LU/Doc/
H A DSLIP_LU_UserGuide.bib15 journal={ACM Transactions on Mathematical Software (TOMS)},
20 publisher={ACM}
34 journal={ACM Transactions on Mathematical Software (TOMS)},
39 publisher={ACM}
45 journal={ACM Transactions on Mathematical Software (TOMS)},
50 publisher={ACM}
56 journal={ACM Transactions on Mathematical Software (TOMS)},
61 publisher={ACM}
/dports/math/suitesparse-graphblas/SuiteSparse-5.10.1/SLIP_LU/Doc/
H A DSLIP_LU_UserGuide.bib15 journal={ACM Transactions on Mathematical Software (TOMS)},
20 publisher={ACM}
34 journal={ACM Transactions on Mathematical Software (TOMS)},
39 publisher={ACM}
45 journal={ACM Transactions on Mathematical Software (TOMS)},
50 publisher={ACM}
56 journal={ACM Transactions on Mathematical Software (TOMS)},
61 publisher={ACM}
/dports/math/suitesparse-config/SuiteSparse-5.10.1/SLIP_LU/Doc/
H A DSLIP_LU_UserGuide.bib15 journal={ACM Transactions on Mathematical Software (TOMS)},
20 publisher={ACM}
34 journal={ACM Transactions on Mathematical Software (TOMS)},
39 publisher={ACM}
45 journal={ACM Transactions on Mathematical Software (TOMS)},
50 publisher={ACM}
56 journal={ACM Transactions on Mathematical Software (TOMS)},
61 publisher={ACM}
/dports/math/suitesparse-amd/SuiteSparse-5.10.1/SLIP_LU/Doc/
H A DSLIP_LU_UserGuide.bib15 journal={ACM Transactions on Mathematical Software (TOMS)},
20 publisher={ACM}
34 journal={ACM Transactions on Mathematical Software (TOMS)},
39 publisher={ACM}
45 journal={ACM Transactions on Mathematical Software (TOMS)},
50 publisher={ACM}
56 journal={ACM Transactions on Mathematical Software (TOMS)},
61 publisher={ACM}
/dports/math/suitesparse-mongoose/SuiteSparse-5.10.1/SLIP_LU/Doc/
H A DSLIP_LU_UserGuide.bib15 journal={ACM Transactions on Mathematical Software (TOMS)},
20 publisher={ACM}
34 journal={ACM Transactions on Mathematical Software (TOMS)},
39 publisher={ACM}
45 journal={ACM Transactions on Mathematical Software (TOMS)},
50 publisher={ACM}
56 journal={ACM Transactions on Mathematical Software (TOMS)},
61 publisher={ACM}
/dports/math/suitesparse-ldl/SuiteSparse-5.10.1/SLIP_LU/Doc/
H A DSLIP_LU_UserGuide.bib15 journal={ACM Transactions on Mathematical Software (TOMS)},
20 publisher={ACM}
34 journal={ACM Transactions on Mathematical Software (TOMS)},
39 publisher={ACM}
45 journal={ACM Transactions on Mathematical Software (TOMS)},
50 publisher={ACM}
56 journal={ACM Transactions on Mathematical Software (TOMS)},
61 publisher={ACM}
/dports/math/suitesparse-colamd/SuiteSparse-5.10.1/SLIP_LU/Doc/
H A DSLIP_LU_UserGuide.bib15 journal={ACM Transactions on Mathematical Software (TOMS)},
20 publisher={ACM}
34 journal={ACM Transactions on Mathematical Software (TOMS)},
39 publisher={ACM}
45 journal={ACM Transactions on Mathematical Software (TOMS)},
50 publisher={ACM}
56 journal={ACM Transactions on Mathematical Software (TOMS)},
61 publisher={ACM}
/dports/math/suitesparse-ccolamd/SuiteSparse-5.10.1/SLIP_LU/Doc/
H A DSLIP_LU_UserGuide.bib15 journal={ACM Transactions on Mathematical Software (TOMS)},
20 publisher={ACM}
34 journal={ACM Transactions on Mathematical Software (TOMS)},
39 publisher={ACM}
45 journal={ACM Transactions on Mathematical Software (TOMS)},
50 publisher={ACM}
56 journal={ACM Transactions on Mathematical Software (TOMS)},
61 publisher={ACM}
/dports/math/suitesparse-camd/SuiteSparse-5.10.1/SLIP_LU/Doc/
H A DSLIP_LU_UserGuide.bib15 journal={ACM Transactions on Mathematical Software (TOMS)},
20 publisher={ACM}
34 journal={ACM Transactions on Mathematical Software (TOMS)},
39 publisher={ACM}
45 journal={ACM Transactions on Mathematical Software (TOMS)},
50 publisher={ACM}
56 journal={ACM Transactions on Mathematical Software (TOMS)},
61 publisher={ACM}
/dports/math/suitesparse-cholmod/SuiteSparse-5.10.1/SLIP_LU/Doc/
H A DSLIP_LU_UserGuide.bib15 journal={ACM Transactions on Mathematical Software (TOMS)},
20 publisher={ACM}
34 journal={ACM Transactions on Mathematical Software (TOMS)},
39 publisher={ACM}
45 journal={ACM Transactions on Mathematical Software (TOMS)},
50 publisher={ACM}
56 journal={ACM Transactions on Mathematical Software (TOMS)},
61 publisher={ACM}
/dports/math/suitesparse-spqr/SuiteSparse-5.10.1/SLIP_LU/Doc/
H A DSLIP_LU_UserGuide.bib15 journal={ACM Transactions on Mathematical Software (TOMS)},
20 publisher={ACM}
34 journal={ACM Transactions on Mathematical Software (TOMS)},
39 publisher={ACM}
45 journal={ACM Transactions on Mathematical Software (TOMS)},
50 publisher={ACM}
56 journal={ACM Transactions on Mathematical Software (TOMS)},
61 publisher={ACM}

12345678910>>...108