Home
last modified time | relevance | path

Searched refs:CommandNotFound (Results 1 – 25 of 384) sorted by relevance

12345678910>>...16

/dports/misc/thefuck/thefuck-3.31/thefuck/rules/
H A Dapt_get.py7 from CommandNotFound import CommandNotFound
11 if isinstance(CommandNotFound, ModuleType):
13 _get_packages = CommandNotFound.CommandNotFound().get_packages
16 _get_packages = CommandNotFound().getPackages
/dports/sysutils/py-plumbum/plumbum-1.7.1/plumbum/machines/
H A Dbase.py3 CommandNotFound,
52 raise CommandNotFound(cmd, command.executable)
55 except CommandNotFound:
67 except CommandNotFound:
91 except CommandNotFound:
/dports/graphics/inkscape/inkscape-1.1_2021-05-24_c4e8f9ed74/share/extensions/
H A Dextension-manager-bootstrap.py31 from inkex.command import CommandNotFound, ProgramRunError, call
70 except CommandNotFound:
87 except CommandNotFound:
/dports/databases/py-litecli/litecli-1.6.0/litecli/packages/special/
H A Dmain.py35 class CommandNotFound(Exception): class
109 raise CommandNotFound
116 raise CommandNotFound("Command not found: %s" % command)
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/mongo/db/commands/
H A Dexplain_cmd.cpp94 uassert(ErrorCodes::CommandNotFound, in parseNs()
119 return Status(ErrorCodes::CommandNotFound, ss); in checkAuthForOperation()
150 Status explainStatus(ErrorCodes::CommandNotFound, ss); in run()
/dports/sysutils/py-plumbum/plumbum-1.7.1/plumbum/
H A D__init__.py49 CommandNotFound,
106 except CommandNotFound:
/dports/databases/py-mycli/mycli-1.23.2/mycli/packages/special/
H A Dmain.py19 class CommandNotFound(Exception): class
58 raise CommandNotFound
65 raise CommandNotFound('Command not found: %s' % command)
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/tools/python/google/
H A Dprocess_utils.py13 class CommandNotFound(Exception): pass class
81 raise CommandNotFound('Unable to find "%s"' % command[0])
186 raise CommandNotFound('Unable to find "%s"' % command[0])
/dports/www/chromium-legacy/chromium-88.0.4324.182/tools/python/google/
H A Dprocess_utils.py13 class CommandNotFound(Exception): pass class
81 raise CommandNotFound('Unable to find "%s"' % command[0])
186 raise CommandNotFound('Unable to find "%s"' % command[0])
/dports/graphics/py-mcomix/mcomix3-9eb4fc7/mcomix/mcomix/lib/
H A Dmountmanager.py24 class CommandNotFound(Exception): class in MountManager
53 raise self.CommandNotFound('{} not found.'.format(cmd))
55 raise self.CommandNotFound('{} not found.'.format('fusermount'))
/dports/emulators/qemu60/qemu-6.0.0/qapi/
H A Derror.json16 # @CommandNotFound: the requested command has not been found
29 'data': [ 'GenericError', 'CommandNotFound',
/dports/emulators/qemu42/qemu-4.2.1/qapi/
H A Derror.json15 # @CommandNotFound: the requested command has not been found
28 'data': [ 'GenericError', 'CommandNotFound',
/dports/emulators/qemu/qemu-6.2.0/qapi/
H A Derror.json16 # @CommandNotFound: the requested command has not been found
29 'data': [ 'GenericError', 'CommandNotFound',
/dports/emulators/qemu-utils/qemu-4.2.1/qapi/
H A Derror.json15 # @CommandNotFound: the requested command has not been found
28 'data': [ 'GenericError', 'CommandNotFound',
/dports/emulators/qemu5/qemu-5.2.0/qapi/
H A Derror.json16 # @CommandNotFound: the requested command has not been found
29 'data': [ 'GenericError', 'CommandNotFound',
/dports/emulators/qemu-guest-agent/qemu-5.0.1/qapi/
H A Derror.json15 # @CommandNotFound: the requested command has not been found
28 'data': [ 'GenericError', 'CommandNotFound',
/dports/emulators/qemu-devel/qemu-de8ed1055c2ce18c95f597eb10df360dcb534f99/qapi/
H A Derror.json16 # @CommandNotFound: the requested command has not been found
29 'data': [ 'GenericError', 'CommandNotFound',
/dports/emulators/qemu-cheri/qemu-0a323821042c36e21ea80e58b9545dfc3b0cb8ef/qapi/
H A Derror.json15 # @CommandNotFound: the requested command has not been found
28 'data': [ 'GenericError', 'CommandNotFound',
/dports/emulators/py-unicorn/unicorn-1.0.2/qemu/scripts/qapi/
H A Dcommon.json13 # @CommandNotFound: the requested command has not been found
28 'data': [ 'GenericError', 'CommandNotFound', 'DeviceEncrypted',
/dports/emulators/unicorn/unicorn-1.0.2/qemu/scripts/qapi/
H A Dcommon.json13 # @CommandNotFound: the requested command has not been found
28 'data': [ 'GenericError', 'CommandNotFound', 'DeviceEncrypted',
/dports/graphics/inkscape/inkscape-1.1_2021-05-24_c4e8f9ed74/share/extensions/inkex/
H A Dcommand.py51 class CommandNotFound(IOError): class
74 raise CommandNotFound(f"Can not find the command: '{program}'")
232 except CommandNotFound:
/dports/multimedia/livestreamer/livestreamer-1.12.2/src/livestreamer/stream/
H A Dstreamprocess.py72 except sh.CommandNotFound as err:
86 except sh.CommandNotFound:
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/mongo/s/commands/
H A Dcluster_explain_cmd.cpp104 return Status(ErrorCodes::CommandNotFound, ss); in checkAuthForOperation()
151 Status{ErrorCodes::CommandNotFound, in run()
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/mongo/db/auth/
H A Duser_cache_invalidator_job.cpp132 if (currentGeneration.getStatus().code() == ErrorCodes::CommandNotFound) { in initialize()
172 if (currentGeneration.getStatus().code() == ErrorCodes::CommandNotFound) { in run()
/dports/databases/py-pgspecial/pgspecial-1.13.0/pgspecial/
H A Dmain.py32 class CommandNotFound(Exception): class
105 raise CommandNotFound
112 raise CommandNotFound("Command not found: %s" % command)

12345678910>>...16