Home
last modified time | relevance | path

Searched refs:command_re (Results 1 – 25 of 39) sorted by relevance

12

/dports/sysutils/ansible2/ansible-2.9.27/lib/ansible/modules/network/nxos/
H A Dnxos_evpn_vni.py115 command_re = re.compile(r'(?:{0}\s)(?P<value>.*)$'.format(command), re.M)
118 value = command_re.search(config).group('value')
126 command_re = re.compile(r'(?:{0}\s)(?P<value>.*)$'.format(command), re.M)
131 value = command_re.search(line).group('value')
H A Dnxos_vxlan_vtep_vni.py131 command_re = re.compile(r'\s+{0}\s*$'.format(command), re.M)
133 if command_re.search(config):
H A Dnxos_bgp_neighbor_af.py341 command_re = re.compile(r'\s+{0}\s*'.format(command), re.M)
342 has_command = command_re.search(config)
H A Dnxos_bgp_af.py355 command_re = re.compile(r'^\s+{0}\s*$'.format(command), re.M)
358 if command_re.search(config):
/dports/sysutils/ansible/ansible-4.7.0/ansible_collections/cisco/nxos/plugins/modules/
H A Dnxos_evpn_vni.py130 command_re = re.compile(r"(?:{0}\s)(?P<value>.*)$".format(command), re.M)
133 value = command_re.search(config).group("value")
141 command_re = re.compile(r"(?:{0}\s)(?P<value>.*)$".format(command), re.M)
146 value = command_re.search(line).group("value")
H A Dnxos_vxlan_vtep_vni.py154 command_re = re.compile(r"\s+{0}\s*$".format(command), re.M)
156 if command_re.search(config):
H A Dnxos_bgp_af.py417 command_re = re.compile(r"^\s+{0}\s*$".format(command), re.M)
420 if command_re.search(config):
/dports/devel/gdb/gdb-11.1/gdb/testsuite/gdb.base/
H A Dcompare-sections.exp73 set command_re [string_to_regexp $command]
76 -re "^$command_re\r\nSection .text, range $hex -- $hex. matched\.\r\n$gdb_prompt $" {
/dports/games/chocolate-doom/chocolate-doom-3.0.1/man/
H A Dsimplecpp50 command_re = re.compile(r"\#(\w+)(\s+(.*))?")
192 match = command_re.match(line)
/dports/games/crispy-doom/crispy-doom-crispy-doom-5.10.3/man/
H A Dsimplecpp50 command_re = re.compile(r"\#(\w+)(\s+(.*))?")
192 match = command_re.match(line)
/dports/textproc/py-pybtex/pybtex-0.24.0/pybtex/
H A Dauxfile.py63 command_re = re.compile(r'\\(citation|bibdata|bibstyle|@input){(.*)}') variable in AuxData
107 match = self.command_re.match(line)
/dports/sysutils/py-salt/salt-3004.1/tests/unit/modules/
H A Dtest_jboss7_cli.py37 command_re = re.compile(r"--command=\"\s*(.+?)\s*\"$", re.DOTALL)
38 m = command_re.search(command) # --command has to be the last argument
/dports/www/trac-devel/Trac-1.5.3/tracopt/ticket/
H A Dcommit_updater.py149 def command_re(self): member in CommitTicketUpdater
190 cmd_groups = self.command_re.finditer(message)
/dports/devel/gdb/gdb-11.1/gdb/testsuite/gdb.mi/
H A Duser-selected-context-sync.exp223 set command_re [string_to_regexp $command]
224 set cli_in_mi_re "$command_re\r\n"
227 append cli_in_mi_re "&\"$command_re\\\\n\"\r\n"
/dports/devel/py-paver/Paver-1.2.4/paver/
H A Dsetuputils.py30 dist.command_re = re.compile (r'^[a-zA-Z]([a-zA-Z0-9_\.]*)$')
/dports/databases/py-sqlite3/Python-3.8.12/Lib/distutils/
H A Ddist.py27 command_re = re.compile(r'^[a-zA-Z]([a-zA-Z0-9_]*)$') variable
531 if not command_re.match(command):
/dports/databases/py-gdbm/Python-3.8.12/Lib/distutils/
H A Ddist.py27 command_re = re.compile(r'^[a-zA-Z]([a-zA-Z0-9_]*)$') variable
531 if not command_re.match(command):
/dports/finance/electrum/Electrum-4.1.5/packages/setuptools/_distutils/
H A Ddist.py27 command_re = re.compile(r'^[a-zA-Z]([a-zA-Z0-9_]*)$') variable
532 if not command_re.match(command):
/dports/lang/python310/Python-3.10.1/Lib/distutils/
H A Ddist.py27 command_re = re.compile(r'^[a-zA-Z]([a-zA-Z0-9_]*)$') variable
531 if not command_re.match(command):
/dports/lang/python37/Python-3.7.12/Lib/distutils/
H A Ddist.py27 command_re = re.compile(r'^[a-zA-Z]([a-zA-Z0-9_]*)$') variable
531 if not command_re.match(command):
/dports/lang/python-tools/Python-3.8.12/Lib/distutils/
H A Ddist.py27 command_re = re.compile(r'^[a-zA-Z]([a-zA-Z0-9_]*)$') variable
531 if not command_re.match(command):
/dports/lang/python27/Python-2.7.18/Lib/distutils/
H A Ddist.py31 command_re = re.compile (r'^[a-zA-Z]([a-zA-Z0-9_]*)$') variable
515 if not command_re.match(command):
/dports/lang/python-legacy/Python-2.7.18/Lib/distutils/
H A Ddist.py31 command_re = re.compile (r'^[a-zA-Z]([a-zA-Z0-9_]*)$') variable
515 if not command_re.match(command):
/dports/lang/python39/Python-3.9.9/Lib/distutils/
H A Ddist.py27 command_re = re.compile(r'^[a-zA-Z]([a-zA-Z0-9_]*)$') variable
531 if not command_re.match(command):
/dports/java/eclipse-pydev/eclipse-pydev-8.2.0/plugins/org.python.pydev.jython_8.2.0.202102211157/Lib/distutils/
H A Ddist.py31 command_re = re.compile (r'^[a-zA-Z]([a-zA-Z0-9_]*)$') variable
515 if not command_re.match(command):

12