Home
last modified time | relevance | path

Searched refs:pversion (Results 1 – 25 of 536) sorted by relevance

12345678910>>...22

/dports/net-mgmt/observium/observium/includes/polling/unix-agent/
H A Dpackages.inc.php43 $pkgs[$manager][$name][$arch][$pversion][$build]['name'] = $name;
45 $pkgs[$manager][$name][$arch][$pversion][$build]['version'] = $pversion;
48 $pkgs[$manager][$name][$arch][$pversion][$build]['status'] = '1';
49 $text = $manager."-".$name."-".$arch."-".$pversion."-".$build;
50 $pkgs_id[] = $pkgs[$manager][$name][$arch][$pversion][$build];
77 list($name, $pversion, $arch, $size) = explode(" ", $package);
82 $pkgs[$manager][$name][$arch][$pversion][$build]['version'] = $pversion;
86 $text = $manager."-".$name."-".$arch."-".$pversion."-".$build;
87 $pkgs_id[] = $pkgs[$manager][$name][$arch][$pversion][$build];
95 $pversion = $pkg['version']; variable
[all …]
/dports/finance/aqbanking/aqbanking-6.2.10/src/libs/aqbanking/types/
H A Dbankinfoservice.c35 p_struct->pversion=NULL; in GWEN_LIST_FUNCTIONS()
62 p_struct->pversion=NULL; in AB_BankInfoService_free()
127 if (p_struct->pversion) { in AB_BankInfoService_dup()
129 p_struct->pversion=NULL; in AB_BankInfoService_dup()
130 p_struct->pversion=NULL; in AB_BankInfoService_dup()
132 if (p_src->pversion) { in AB_BankInfoService_dup()
133 p_struct->pversion=strdup(p_src->pversion); in AB_BankInfoService_dup()
237 if (p_struct->pversion) { in AB_BankInfoService_copy()
242 if (p_src->pversion) { in AB_BankInfoService_copy()
243 p_struct->pversion=strdup(p_src->pversion); in AB_BankInfoService_copy()
[all …]
/dports/textproc/sigil/Sigil-1.8.0/src/Resource_Files/python_pkg/
H A Dosx_add_python_framework.py17 pversion = build_fwk.split(os.sep)[-1] variable
24 print('pversion', pversion)
31 fwk_struct = ['Python.framework/Versions/' + pversion + '/lib/' + stdlib_name + '/site-packages',
32 'Python.framework/Versions/' + pversion + '/bin'
202 dest_file = os.path.join(app_dir, 'Python.framework','Versions', pversion, 'Python')
208 dest_dir = os.path.join(app_dir, 'Python.framework','Versions', pversion, 'Resources')
214 os.symlink(pversion, 'Current')
220 os.chdir(os.path.join(app_dir, 'Python.framework', 'Versions', pversion, 'lib'))
222 dylibname = 'libpython' + pversion + '.dylib'
230 new_rpath = '@executable_path/../Frameworks/Python.framework/Versions/' + pversion
[all …]
/dports/mail/squirrelmail-pupdate-plugin/squirrelmail-pupdate-plugin-php74-0.7_4/pupdate/
H A Dupdate.php49 $pversion = $_GET['pversion']; variable
58 $update->ChangeVersion($name2, $pversion, $dname);
262 function ChangeVersion($name2,$pversion,$dname) { argument
264 print "<dd><font size=-1><b>Version</b>: $pversion</font></dd>";
266 …on='update.php'>Change version to:<br><input type=text name=vvv value='$pversion'><input type=hidd…
316 function DisplayCoreInfo($dname, $plugin, $cinfo, $pversion) { argument
334 function DisplayPluginInfo($dname, $plugin, $a, $pversion) { argument
337 …f='update.php?do=edit&dname=$dname&name2=$plugin&pversion=$pversion'><font size=-1>v$pversion</fon…
338 if (!$pversion)
339 …nk = "(<a href='update.php?do=edit&dname=$dname&name2=$plugin&pversion=$pversion'><font size=-1><i…
[all …]
/dports/x11-fonts/p5-Font-TTF/Font-TTF-1.06/
H A DMakefile.PL38 my ($pversion) = $self->{'VERSION'};
55 $pversion .= "+$svn" unless ($opt_r);
56 $fpackage = "$package-$pversion";
65 tar cvzf ${package}_${pversion}.orig.tar.gz $package
68 cd $fpackage && dch -v $pversion "interim dev release" && dpkg-buildpackage -S
78 dch -D $d -v $pversion-$opt_v -m -b -c $fpackage/debian/changelog "Auto build from perl for $d"
/dports/print/p5-Text-PDF/Text-PDF-0.31/
H A DMakefile.PL23 my ($pversion) = $self->{'VERSION'};
31 $pversion .= "+$sha" unless ($opt_r);
32 $fpackage = "$package-$pversion";
40 tar cfz "${package}_$pversion.orig.tar.gz" $fpackage
52 dch -D $d -v $pversion-$opt_v -m -b -c $fpackage/debian/changelog "Auto build from perl for $d"
/dports/net/scapy/scapy-2.4.5/scapy/contrib/
H A Dnlm.py72 bind_layers(RPC_Call, SHARE_Call, program=100021, pversion=4, procedure=20)
100 RPC_Call, UNSHARE_Call, program=100021, pversion=4, procedure=21
131 bind_layers(RPC_Call, LOCK_Call, program=100021, pversion=4, procedure=2)
157 bind_layers(RPC_Call, UNLOCK_Call, program=100021, pversion=4, procedure=4)
182 RPC_Call, GRANTED_MSG_Call, program=100021, pversion=4, procedure=10
202 RPC_Call, GRANTED_RES_Call, program=100021, pversion=4, procedure=15
231 bind_layers(RPC_Call, CANCEL_Call, program=100021, pversion=4, procedure=3)
258 bind_layers(RPC_Call, TEST_Call, program=100021, pversion=4, procedure=1)
H A Dnfs.py237 RPC_Call, GETATTR_Call, program=100003, pversion=3, procedure=1
332 RPC_Call, FSINFO_Call, program=100003, pversion=3, procedure=19
376 RPC_Call, PATHCONF_Call, program=100003, pversion=3, procedure=20
542 RPC_Call, COMMIT_Call, program=100003, pversion=3, procedure=21
575 RPC_Call, SETATTR_Call, program=100003, pversion=3, procedure=2
608 RPC_Call, FSSTAT_Call, program=100003, pversion=3, procedure=18
694 RPC_Call, REMOVE_Call, program=100003, pversion=3, procedure=12
739 RPC_Call, READDIR_Call, program=100003, pversion=3, procedure=16
783 RPC_Call, RENAME_Call, program=100003, pversion=3, procedure=14
879 RPC_Call, READLINK_Call, program=100003, pversion=3, procedure=5
[all …]
H A Dportmap.py34 RPC_Call, GETPORT_Call, program=100000, pversion=2, procedure=3
50 bind_layers(RPC_Call, NULL_Call, program=100000, pversion=2, procedure=0)
86 bind_layers(RPC_Call, DUMP_Call, program=100000, pversion=2, procedure=4)
H A Dmount.py62 bind_layers(RPC_Call, NULL_Call, program=100005, procedure=0, pversion=3)
98 bind_layers(RPC_Call, MOUNT_Call, program=100005, procedure=1, pversion=3)
116 RPC_Call, UNMOUNT_Call, program=100005, procedure=3, pversion=3
/dports/security/vxquery/vxquery-0.2.1/
H A DMakefile10 $O/processors.o $O/vuxml.o $O/pversion.o \
13 $O/parser.o $O/processors.o $O/vuxml.o $O/pversion.o \
31 $O/pversion.o: pversion.c ${DEP}
32 @${COMPILE} $O/pversion.o pversion.c
/dports/astro/py-astropy/astropy-5.0/astropy/constants/tests/
H A Dtest_sciencestate.py8 pversion = physical_constants.get()
10 assert pversion == refpversion
/dports/games/scorched3d/scorched/src/common/coms/
H A DComsConnectMessage.h46 void setProtocolVersion(const char *pversion) { setValue("pversion", pversion); } in setProtocolVersion() argument
/dports/x11/xpra/xpra-4.3/xpra/net/bencode/
H A D__init__.py34 __version__ as pversion, unknown
38 __version__ = pversion
/dports/security/gnutls/gnutls-3.6.16/lib/
H A Dsession_pack.c161 if (session->security_parameters.pversion->tls13_sem) { in _gnutls_session_pack()
170 if (!session->security_parameters.pversion->tls13_sem) { in _gnutls_session_pack()
281 if (session->internals.resumed_security_parameters.pversion->tls13_sem) { in _gnutls_session_unpack()
290 if (!session->internals.resumed_security_parameters.pversion->tls13_sem) { in _gnutls_session_unpack()
909 BUFFER_APPEND_NUM(ps, session->security_parameters.pversion->id); in pack_security_parameters()
916 if (!session->security_parameters.pversion->tls13_sem) { in pack_security_parameters()
1016 session->internals.resumed_security_parameters.pversion = in unpack_security_parameters()
1018 if (session->internals.resumed_security_parameters.pversion == in unpack_security_parameters()
1029 if (!session->internals.resumed_security_parameters.pversion->tls13_sem) { in unpack_security_parameters()
1155 session->internals.resumed_security_parameters.pversion = in gnutls_session_set_premaster()
[all …]
/dports/devel/sunpromake/schily-2021-09-18/mountcd/
H A Dmountcd.c70 BOOL pversion = FALSE; local
101 if (getallargs(&cac, &cav, options, &help, &pversion, &debug, &volid) < 0) {
107 if (pversion) {
/dports/devel/smake/schily-2021-09-18/mountcd/
H A Dmountcd.c70 BOOL pversion = FALSE; local
101 if (getallargs(&cac, &cav, options, &help, &pversion, &debug, &volid) < 0) {
107 if (pversion) {
/dports/devel/sccs/schily-2021-09-18/mountcd/
H A Dmountcd.c70 BOOL pversion = FALSE; local
101 if (getallargs(&cac, &cav, options, &help, &pversion, &debug, &volid) < 0) {
107 if (pversion) {
/dports/devel/schilybase/schily-2021-09-18/mountcd/
H A Dmountcd.c70 BOOL pversion = FALSE; local
101 if (getallargs(&cac, &cav, options, &help, &pversion, &debug, &volid) < 0) {
107 if (pversion) {
/dports/net/rscsi/schily-2021-09-18/mountcd/
H A Dmountcd.c70 BOOL pversion = FALSE; local
101 if (getallargs(&cac, &cav, options, &help, &pversion, &debug, &volid) < 0) {
107 if (pversion) {
/dports/archivers/star/schily-2021-09-18/mountcd/
H A Dmountcd.c70 BOOL pversion = FALSE; local
101 if (getallargs(&cac, &cav, options, &help, &pversion, &debug, &volid) < 0) {
107 if (pversion) {
/dports/sysutils/cdrtools/schily-2021-09-18/mountcd/
H A Dmountcd.c70 BOOL pversion = FALSE; local
101 if (getallargs(&cac, &cav, options, &help, &pversion, &debug, &volid) < 0) {
107 if (pversion) {
/dports/editors/ved/schily-2021-09-18/mountcd/
H A Dmountcd.c70 BOOL pversion = FALSE; local
101 if (getallargs(&cac, &cav, options, &help, &pversion, &debug, &volid) < 0) {
107 if (pversion) {
/dports/sysutils/schilyutils/schily-2021-09-18/mountcd/
H A Dmountcd.c70 BOOL pversion = FALSE; local
101 if (getallargs(&cac, &cav, options, &help, &pversion, &debug, &volid) < 0) {
107 if (pversion) {
/dports/science/py-qcengine/qcengine-0.21.0/qcengine/programs/
H A Dpsi4.py121 pversion = parse_version(self.get_version())
123 if pversion < parse_version("1.2"):
149 if pversion < parse_version("1.4a2.dev160"):
208 if pversion < parse_version("1.5rc1"): # adjust to where DDD merged

12345678910>>...22