Home
last modified time | relevance | path

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

12345678910>>...73

/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.py68 self.minor = minor
94 self.minor,
111 self.minor,
158 self.minor,
162 other.minor,
189 entriesFile.readline()
190 entriesFile.readline()
191 entriesFile.readline()
192 return entriesFile.readline().strip()
250 def getVersionString(version): argument
[all …]
/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))
48 minor = int(version.group(2)) variable
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/games/gnubg/gnubg-1.06.002/scripts/
H A Dgnubg.py82 minor = int(ver_split[1]) 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/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/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/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/devel/libreadline-java/libreadline-java-0.8.0/
H A DChangeLog4 added item '0. Change version numbers'
8 updated version number to 0.8.0
22 minor code cleanups
90 changed version to 0.7.4
181 changed version to 0.7.1
186 changed version to 0.7.0
211 - minor code cleanup (provided by Henner Zeller)
215 - minor changes to main input loop
232 changed version to 0.6.1
278 changed version to 0.6pre1
[all …]
/dports/math/gnubc/bc-1.07.1/
H A DNEWS1 This is GNU bc version 1.07.1. (And dc version 1.4.1)
44 enables readline only if interactive.
46 use int instead of char for readline char counts.
65 readline (if support is compiled in) is enabled only for
69 This is GNU bc version 1.04. (And dc version 1.1)
84 added support for readline to bc (use configure --with-readline)
90 minor bug fixes in bc.
97 minor bug fixes.
/dports/math/py-Pyomo/Pyomo-6.1.2/pyomo/version/
H A Dinfo.py27 minor=1 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/emulators/x48/x48-0.6.4_1/
H A Dconfigure.ac2 m4_include([version.m4])
28 # ********* readline library
29 AC_ARG_ENABLE(readline, optenable
30 [ --disable-readline disable readline support],
42 AC_CHECK_LIB(readline, readline,
47 problem_readline=": Can't detect readline library.",
50 AC_CHECK_HEADERS([readline/readline.h])
51 AC_CHECK_HEADERS([readline/history.h])
94 AC_DEFINE([VERSION_MAJOR], _VERSION_MAJOR, [The major version number])
95 AC_DEFINE([VERSION_MINOR], _VERSION_MINOR, [The minor version number])
/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()
136 minor = int(parts[1])
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()
136 minor = int(parts[1])
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()
136 minor = int(parts[1])
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()
136 minor = int(parts[1])
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()
136 minor = int(parts[1])
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()
136 minor = int(parts[1])
142 elif major == 6 and minor == 0:
144 elif major == 6 and minor == 1:
146 elif major == 6 and minor == 2:
/dports/mail/thunderbird/thunderbird-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()
136 minor = int(parts[1])
142 elif major == 6 and minor == 0:
144 elif major == 6 and minor == 1:
146 elif major == 6 and minor == 2:
/dports/editors/texmaker/texmaker-5.0.3/pdfium/tools/drmemory/scripts/
H A Dcommon.py60 line = p.stdout.readline()
64 line = p.stdout.readline()
125 version_str = platform.version()
132 minor = int(parts[1])
138 elif major == 6 and minor == 0:
140 elif major == 6 and minor == 1:
142 elif major == 6 and minor == 2:

12345678910>>...73