Home
last modified time | relevance | path

Searched +refs:readline +refs:version +refs:major (Results 1 – 25 of 2424) sorted by relevance

12345678910>>...97

/dports/textproc/py-sphinx/Sphinx-3.5.2/utils/
H A Dbump_version.py44 major, minor = matched.groups()
45 return (int(major), int(minor), 0, 'final', 0)
49 major, minor, rev = matched.groups()
50 return (int(major), int(minor), int(rev), 'final', 0)
54 major, minor, typ, relver = matched.groups()
60 major, minor, rev, typ, relver = matched.groups()
92 version = f.readline().strip()
109 f.readline() # skip first two lines
110 f.readline()
130 f.readline() # skip first two lines
[all …]
/dports/math/vtk6/VTK-6.2.0/ThirdParty/Twisted/twisted/python/
H A Dversions.py67 self.major = major
93 return '%d.%d.%d%s' % (self.major,
110 self.major,
157 x = cmp((self.major,
161 (other.major,
189 entriesFile.readline()
190 entriesFile.readline()
191 entriesFile.readline()
192 return entriesFile.readline().strip()
250 def getVersionString(version): argument
[all …]
/dports/net/pjsip/pjproject-2.11.1/tests/automated/
H A Dconfigure.py26 s = proc.stdout.readline()
46 s = proc.stdout.readline()
54 major = ver[0:2]
55 if major=="12":
56 self.version = "6"
59 elif major=="13":
60 self.version = "7"
63 elif major=="14":
64 self.version = "8"
67 elif major=="15":
[all …]
/dports/games/gnubg/gnubg-1.06.002/scripts/
H A Dgnubg.py81 major = int(ver_split[0]) variable
84 if ((major < 5) or (major == 5 and minor == 0) or (major == 5 and minor == 1 and sp_ver < 2)):
115 banner = 'Python ' + sys.version
120 import readline
124 import pyreadline as readline namespace
130 readline.parse_and_bind('tab: complete')
150 line = sys.stdin.readline()
178 banner = 'IPython ' + ipyversion + ', Python ' + sys.version
/dports/print/lyx/lyx-2.3.4.2/lib/scripts/
H A DconvertDefault.py29 output = fout.readline()
35 output = fout.readline()
40 version = re_version.match(output) variable
46 if version != None:
47 major = int(version.group(1)) variable
48 minor = int(version.group(2))
49 patch = int(version.group(3))
50 version = hex(major * 65536 + minor * 256 + patch) variable
55 version = re_version.match(output) variable
56 if version != None:
[all …]
/dports/devel/gdb/gdb-11.1/readline/readline/examples/autoconf/
H A DRL_LIB_READLINE_VERSION10 AC_MSG_CHECKING([version of installed readline library])
21 # specifies --with-installed-readline=PREFIX as an argument to configure
37 #include <readline/readline.h>
91 # Readline versions greater than 4.2 have these defines in readline.h
94 AC_MSG_WARN([Could not test version of installed readline library.])
103 AC_DEFINE_UNQUOTED(RL_READLINE_VERSION, $RL_VERSION, [encoded version of the installed readline lib…
104 AC_DEFINE_UNQUOTED(RL_VERSION_MAJOR, $RL_MAJOR, [major version of installed readline library])
105 AC_DEFINE_UNQUOTED(RL_VERSION_MINOR, $RL_MINOR, [minor version of installed readline library])
/dports/devel/gdb761/gdb-7.6.1/readline/examples/autoconf/
H A DRL_LIB_READLINE_VERSION10 AC_MSG_CHECKING([version of installed readline library])
21 # specifies --with-installed-readline=PREFIX as an argument to configure
37 #include <readline/readline.h>
90 # Readline versions greater than 4.2 have these defines in readline.h
93 AC_MSG_WARN([Could not test version of installed readline library.])
102 AC_DEFINE_UNQUOTED(RL_READLINE_VERSION, $RL_VERSION, [encoded version of the installed readline lib…
103 AC_DEFINE_UNQUOTED(RL_VERSION_MAJOR, $RL_MAJOR, [major version of installed readline library])
104 AC_DEFINE_UNQUOTED(RL_VERSION_MINOR, $RL_MINOR, [minor version of installed readline library])
/dports/devel/readline/readline-8.1/examples/autoconf/
H A DRL_LIB_READLINE_VERSION10 AC_MSG_CHECKING([version of installed readline library])
21 # specifies --with-installed-readline=PREFIX as an argument to configure
37 #include <readline/readline.h>
91 # Readline versions greater than 4.2 have these defines in readline.h
94 AC_MSG_WARN([Could not test version of installed readline library.])
103 AC_DEFINE_UNQUOTED(RL_READLINE_VERSION, $RL_VERSION, [encoded version of the installed readline lib…
104 AC_DEFINE_UNQUOTED(RL_VERSION_MAJOR, $RL_MAJOR, [major version of installed readline library])
105 AC_DEFINE_UNQUOTED(RL_VERSION_MINOR, $RL_MINOR, [minor version of installed readline library])
/dports/emulators/qemu/qemu-6.2.0/qapi/
H A Dcontrol.json60 # A three-part version number.
62 # @major: The major version number.
64 # @minor: The minor version number.
71 'data': {'major': 'int', 'minor': 'int', 'micro': 'int'} }
77 # A description of QEMU's version.
80 # version of 50 signifies a development branch. A micro version
82 # the next minor version. A micro version of less than 50
96 # @query-version:
185 # @readline: HMP monitor (human-oriented command line interface)
191 { 'enum': 'MonitorMode', 'data': [ 'readline', 'control' ] }
[all …]
/dports/emulators/qemu60/qemu-6.0.0/qapi/
H A Dcontrol.json60 # A three-part version number.
62 # @major: The major version number.
64 # @minor: The minor version number.
71 'data': {'major': 'int', 'minor': 'int', 'micro': 'int'} }
77 # A description of QEMU's version.
80 # version of 50 signifies a development branch. A micro version
82 # the next minor version. A micro version of less than 50
96 # @query-version:
185 # @readline: HMP monitor (human-oriented command line interface)
191 { 'enum': 'MonitorMode', 'data': [ 'readline', 'control' ] }
[all …]
/dports/emulators/qemu-devel/qemu-de8ed1055c2ce18c95f597eb10df360dcb534f99/qapi/
H A Dcontrol.json60 # A three-part version number.
62 # @major: The major version number.
64 # @minor: The minor version number.
71 'data': {'major': 'int', 'minor': 'int', 'micro': 'int'} }
77 # A description of QEMU's version.
80 # version of 50 signifies a development branch. A micro version
82 # the next minor version. A micro version of less than 50
96 # @query-version:
185 # @readline: HMP monitor (human-oriented command line interface)
191 { 'enum': 'MonitorMode', 'data': [ 'readline', 'control' ] }
[all …]
/dports/emulators/qemu5/qemu-5.2.0/qapi/
H A Dcontrol.json60 # A three-part version number.
62 # @major: The major version number.
64 # @minor: The minor version number.
71 'data': {'major': 'int', 'minor': 'int', 'micro': 'int'} }
77 # A description of QEMU's version.
80 # version of 50 signifies a development branch. A micro version
82 # the next minor version. A micro version of less than 50
96 # @query-version:
229 # @readline: HMP monitor (human-oriented command line interface)
235 { 'enum': 'MonitorMode', 'data': [ 'readline', 'control' ] }
[all …]
/dports/emulators/qemu-guest-agent/qemu-5.0.1/qapi/
H A Dcontrol.json59 # A three-part version number.
61 # @major: The major version number.
63 # @minor: The minor version number.
70 'data': {'major': 'int', 'minor': 'int', 'micro': 'int'} }
76 # A description of QEMU's version.
79 # version of 50 signifies a development branch. A micro version
81 # the next minor version. A micro version of less than 50
95 # @query-version:
228 # @readline: HMP monitor (human-oriented command line interface)
234 { 'enum': 'MonitorMode', 'data': [ 'readline', 'control' ] }
[all …]
/dports/emulators/qemu-cheri/qemu-0a323821042c36e21ea80e58b9545dfc3b0cb8ef/qapi/
H A Dcontrol.json59 # A three-part version number.
61 # @major: The major version number.
63 # @minor: The minor version number.
70 'data': {'major': 'int', 'minor': 'int', 'micro': 'int'} }
76 # A description of QEMU's version.
79 # version of 50 signifies a development branch. A micro version
81 # the next minor version. A micro version of less than 50
95 # @query-version:
228 # @readline: HMP monitor (human-oriented command line interface)
234 { 'enum': 'MonitorMode', 'data': [ 'readline', 'control' ] }
[all …]
/dports/math/py-Pyomo/Pyomo-6.1.2/pyomo/version/
H A Dinfo.py26 major=6 variable
56 _ref = _FILE.readline().strip() #pragma:nocover
67 version_info = (major, minor, micro, releaselevel, serial)
69 version = '.'.join(str(x) for x in version_info[:(3 if micro else 2)]) variable
70 __version__ = version
72 version += ' ('+releaselevel+')'
/dports/java/java-subversion/subversion-1.14.1/build/generator/
H A Dgen_win_dependencies.py378 version = (major, minor, patch)
481 version = (major, minor, patch)
598 version = (major, minor, patch)
650 version = (major, minor, patch)
929 line = fp.readline()
935 line = fp.readline()
942 line = fp.readline()
974 line = fp.readline()
978 line = fp.readline()
982 line = fp.readline()
[all …]
/dports/devel/py-subversion/subversion-1.14.1/build/generator/
H A Dgen_win_dependencies.py378 version = (major, minor, patch)
481 version = (major, minor, patch)
598 version = (major, minor, patch)
650 version = (major, minor, patch)
929 line = fp.readline()
935 line = fp.readline()
942 line = fp.readline()
974 line = fp.readline()
978 line = fp.readline()
982 line = fp.readline()
[all …]
/dports/security/subversion-gnome-keyring/subversion-1.14.1/build/generator/
H A Dgen_win_dependencies.py378 version = (major, minor, patch)
481 version = (major, minor, patch)
598 version = (major, minor, patch)
650 version = (major, minor, patch)
929 line = fp.readline()
935 line = fp.readline()
942 line = fp.readline()
974 line = fp.readline()
978 line = fp.readline()
982 line = fp.readline()
[all …]
/dports/devel/p5-subversion/subversion-1.14.1/build/generator/
H A Dgen_win_dependencies.py378 version = (major, minor, patch)
481 version = (major, minor, patch)
598 version = (major, minor, patch)
650 version = (major, minor, patch)
929 line = fp.readline()
935 line = fp.readline()
942 line = fp.readline()
974 line = fp.readline()
978 line = fp.readline()
982 line = fp.readline()
[all …]
/dports/www/firefox-esr/firefox-91.8.0/media/libyuv/libyuv/tools_libyuv/valgrind/
H A Dcommon.py64 line = p.stdout.readline()
68 line = p.stdout.readline()
129 version_str = platform.version()
135 major = int(parts[0])
140 if major == 5:
142 elif major == 6 and minor == 0:
144 elif major == 6 and minor == 1:
146 elif major == 6 and minor == 2:
/dports/net/freeswitch/freeswitch-1.10.3.-release/libs/libyuv/tools_libyuv/valgrind/
H A Dcommon.py64 line = p.stdout.readline()
68 line = p.stdout.readline()
129 version_str = platform.version()
135 major = int(parts[0])
140 if major == 5:
142 elif major == 6 and minor == 0:
144 elif major == 6 and minor == 1:
146 elif major == 6 and minor == 2:
/dports/net-im/tg_owt/tg_owt-d578c76/src/third_party/libyuv/tools_libyuv/valgrind/
H A Dcommon.py64 line = p.stdout.readline()
68 line = p.stdout.readline()
129 version_str = platform.version()
135 major = int(parts[0])
140 if major == 5:
142 elif major == 6 and minor == 0:
144 elif major == 6 and minor == 1:
146 elif major == 6 and minor == 2:
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/libyuv/tools_libyuv/valgrind/
H A Dcommon.py64 line = p.stdout.readline()
68 line = p.stdout.readline()
129 version_str = platform.version()
135 major = int(parts[0])
140 if major == 5:
142 elif major == 6 and minor == 0:
144 elif major == 6 and minor == 1:
146 elif major == 6 and minor == 2:
/dports/www/firefox/firefox-99.0/media/libyuv/libyuv/tools_libyuv/valgrind/
H A Dcommon.py64 line = p.stdout.readline()
68 line = p.stdout.readline()
129 version_str = platform.version()
135 major = int(parts[0])
140 if major == 5:
142 elif major == 6 and minor == 0:
144 elif major == 6 and minor == 1:
146 elif major == 6 and minor == 2:
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/libyuv/tools_libyuv/valgrind/
H A Dcommon.py64 line = p.stdout.readline()
68 line = p.stdout.readline()
129 version_str = platform.version()
135 major = int(parts[0])
140 if major == 5:
142 elif major == 6 and minor == 0:
144 elif major == 6 and minor == 1:
146 elif major == 6 and minor == 2:

12345678910>>...97