Home
last modified time | relevance | path

Searched refs:CleanupCommand (Results 1 – 4 of 4) sorted by relevance

/dports/devel/py-pythonbrew/pythonbrew-1.3/pythonbrew/commands/
H A Dcleanup.py6 class CleanupCommand(Command): class
19 CleanupCommand()
/dports/devel/py-pythonbrew/pythonbrew-1.3/tests/
H A Dtest_suite.py135 from pythonbrew.commands.cleanup import CleanupCommand
136 c = CleanupCommand()
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.WorkflowServices/System/ServiceModel/Persistence/
H A DSqlPersistenceProviderFactory.cs362 void CleanupCommand(SqlCommand command) in CleanupCommand() method in System.ServiceModel.Persistence.SqlPersistenceProviderFactory
634 CleanupCommand(command); in PerformOperation()
1085 this.provider.CleanupCommand(this.command); in OperationAsyncResult()
1106 this.provider.CleanupCommand(this.command); in OperationAsyncResult()
1159 operationResult.provider.CleanupCommand(operationResult.command); in CommandExecutionComplete()
/dports/multimedia/opentoonz/opentoonz-1.5.0/toonz/sources/toonz/
H A Dcleanuppopup.cpp1599 class CleanupCommand final : public MenuItemHandler { class
1601 CleanupCommand() : MenuItemHandler("MI_Cleanup") {} in CleanupCommand() function in CleanupCommand
1608 } CleanupCommand; variable