Home
last modified time | relevance | path

Searched refs:id_regex (Results 1 – 25 of 28) sorted by relevance

12

/dports/sysutils/slurm-wlm/slurm-20.02.7/testsuite/expect/
H A Dtest38.1106 set id_regex "\[0-9,-\]+"
120 -re "HetJobIdSet=($id_regex)" {
163 -re "HetJobIdSet=$id_regex" {
198 -re "HetJobIdSet=$id_regex" {
H A Dtest38.5100 set id_regex "\[0-9,-\]+"
103 set regex "$job_id\\s+0\\s+$job_id\\s+($id_regex)"
H A Dtest38.3103 set id_regex "\[0-9,-\]+"
109 …"JobId=$job_id\\s+HetJobId=$job_id\\s+HetJobOffset=0\\s+JobName=sleep\\s+HetJobIdSet=($id_regex)" {
/dports/misc/iio-oscilloscope/iio-oscilloscope-0.14-master/plugins/
H A Dscpi.c70 char *id_regex; member
545 if (!strstr(scpi->model, scpi->id_regex)) { in scpi_connect()
790 current_instrument->id_regex = ""; in scpi_connect_counter()
936 if (current_instrument->id_regex) in scpi_handle()
937 free(current_instrument->id_regex); in scpi_handle()
938 current_instrument->id_regex = strdup(value); in scpi_handle()
1158 if (current_instrument->id_regex) in scpi_text_entry_cb()
1159 free(current_instrument->id_regex); in scpi_text_entry_cb()
1225 if (current_instrument->id_regex) in connect_clicked_cb()
1395 signal_generator.id_regex, in scpi_save_profile()
[all …]
/dports/devel/py-spyder/spyder-3.2.7/spyder/utils/introspection/
H A Dutils.py33 id_regex = re.compile(r'[^\d\W][\w\.]*', re.UNICODE) variable in CodeInfo
92 tokens = re.findall(self.id_regex, self.line)
103 match = re.match(self.id_regex, rest)
166 state['id_regex'] = self.id_regex
/dports/www/chromium-legacy/chromium-88.0.4324.182/tools/
H A Dcheck_grd_for_unused_strings.py62 id_regex = re.compile('IDS_[A-Z0-9_]+')
67 match = id_regex.search(x)
92 for match in sorted(set(id_regex.findall(src_file_contents))):
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/tools/
H A Dcheck_grd_for_unused_strings.py62 id_regex = re.compile('IDS_[A-Z0-9_]+')
67 match = id_regex.search(x)
92 for match in sorted(set(id_regex.findall(src_file_contents))):
/dports/misc/iio-oscilloscope/iio-oscilloscope-0.14-master/profiles/
H A DFMComms1_sweep_tx.ini78 rx.id_regex = Rohde&Schwarz,FSEA key
83 tx.id_regex = Rohde&Schwarz,SMA100A key
H A DAD-FMCADC2_test.ini58 tx.id_regex = Rohde&Schwarz,SMA100A key
H A DFMComms2_sweep.ini42 tx.id_regex = Rohde&Schwarz,SMA100A key
H A DFMComms1_test.ini83 rx.id_regex = Rohde&Schwarz,FSEA 20,839161/004,3.40.2 key
90 tx.id_regex = Rohde&Schwarz,SMA100A key
H A DFMComms1_sweep_rx.ini39 tx.id_regex = Rohde&Schwarz,SMA100A key
/dports/www/firefox/firefox-99.0/toolkit/components/featuregates/
H A Dgen_feature_definitions.py20 id_regex = re.compile(r"^[a-z0-9-]+$") variable
23 Match(id_regex): {
/dports/mail/thunderbird/thunderbird-91.8.0/toolkit/components/featuregates/
H A Dgen_feature_definitions.py20 id_regex = re.compile(r"^[a-z0-9-]+$") variable
23 Match(id_regex): {
/dports/www/firefox-esr/firefox-91.8.0/toolkit/components/featuregates/
H A Dgen_feature_definitions.py20 id_regex = re.compile(r"^[a-z0-9-]+$") variable
23 Match(id_regex): {
/dports/lang/spidermonkey78/firefox-78.9.0/toolkit/components/featuregates/
H A Dgen_feature_definitions.py20 id_regex = re.compile(r'^[a-z0-9-]+$') variable
22 Match(id_regex): {
/dports/www/p5-WWW-Mechanize/WWW-Mechanize-2.06/t/
H A Dfind_link_id.t34 my $x = $mech->find_link( id_regex => qr/^sig/ );
H A Dfind_image.t261 id_regex => qr/-/,
/dports/devel/ros-vcstools/vcstools-0.1.42/src/vcstools/
H A Dbzr.py250 id_regex = re.compile('^revno: ([0-9]+)$', flags=re.MULTILINE)
261 revno_match = id_regex.findall(text_response)
/dports/devel/thonny/thonny-3.3.14/thonny/plugins/
H A Dcoloring.py88 self.id_regex = re.compile(r"\s+(\w+)", re.S) # @UndefinedVariable
194 id_match = self.id_regex.match(chars, match_end)
/dports/audio/beets/beets-1.4.9/beetsplug/
H A Dspotify.py142 id_regex = r'(^|open\.spotify\.com/{}/)([0-9A-Za-z]{{22}})'
144 match = re.search(id_regex.format(url_type), id_)
/dports/security/py-stix2/cti-python-stix2-2.1.0/stix2/datastore/
H A Dfilesystem.py357 id_regex = re.compile(
366 if stat.S_ISDIR(s.st_mode) and id_regex.match(entry):
/dports/www/p5-WWW-Mechanize/WWW-Mechanize-2.06/lib/WWW/
H A DMechanize.pm466 …return if defined $p->{id_regex} && !($link->attrs->{id} && $link->attrs->{id} =~ $p->{id_reg…
621 …return if defined $p->{id_regex} && !($image->attrs && $image->attrs->{id} && $image->attrs->…
/dports/games/py-discord.py/discord.py-1.7.3/discord/ext/commands/
H A Dconverter.py270 id_regex = re.compile(r'(?:(?P<channel_id>[0-9]{15,20})-)?(?P<message_id>[0-9]{15,20})$')
276 match = id_regex.match(argument) or link_regex.match(argument)
/dports/www/p5-WWW-Mechanize/WWW-Mechanize-2.06/
H A DREADME.md601 - `id => string` and `id_regex => regex`
741 - `id => string` and `id_regex => regex`
748 `id_regex` matches the id attribute of the image against a regular
752 $mech->find_image( id_regex => qr/download/ );

12