Searched defs:getIntParam (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/ValidationKit/testmanager/webui/
H A Dwuibase.py332 def getIntParam(self, sName, iMin = None, iMax = None, iDefault = None): member in class:WuiDispatcherBase
471 self.getIntParam(sPrefix + '[idTestCaseArgs]', iDefault = -1,)
693 cItemsPerPage = self.getIntParam(self.ksParamItemsPerPage, iMin = 2, iMax = 9999, iDefault = 300);
694 iPage = self.getIntParam(self.ksParamPageNo, iMin = 0, iMax = 999999, iDefault = 0);
729 idGenObject = self.getIntParam(getattr(oDataType, 'ksParam_' + sGenIdAttr), 0, 0x7ffffffe, -1);
733 idObject = self.getIntParam(getattr(oDataType, 'ksParam_' + sIdAttr), 0, 0x7ffffffe, -1);
736 iChangeLogPageNo = self.getIntParam(WuiDispatcherBase.ksParamChangeLogPageNo, 0, 9999, 0);
737 cChangeLogEntriesPerPage = self.getIntParam(WuiDispatcherBase.ksParamChangeLogEntriesPerPage, 2, 9999, 4);
768 idObject = self.getIntParam(sIdParamName, 0, 0x7ffffffe);
788 iCoreDataObjectId = self.getIntParam(sCoreObjectIdFieldNam
[all...]

Completed in 38 milliseconds