Searched refs:ksParamEffectiveDate (Results 1 - 11 of 11) sorted by relevance

/vbox/src/VBox/ValidationKit/testmanager/webui/
H A Dwuicontentbase.py396 dParams[WuiDispatcherBase.ksParamEffectiveDate] = tsNow;
512 if WuiDispatcherBase.ksParamEffectiveDate in dParams:
513 del dParams[WuiDispatcherBase.ksParamEffectiveDate];
532 dParams[WuiDispatcherBase.ksParamEffectiveDate] = self._oData.tsEffective;
645 if WuiDispatcherBase.ksParamEffectiveDate in dParams:
646 del dParams[WuiDispatcherBase.ksParamEffectiveDate];
649 dParams[WuiDispatcherBase.ksParamEffectiveDate] = '-0000-00-00 01:00:00.00';
652 dParams[WuiDispatcherBase.ksParamEffectiveDate] = '-0000-00-00 02:00:00.00';
655 dParams[WuiDispatcherBase.ksParamEffectiveDate] = '-0000-00-00 06:00:00.00';
658 dParams[WuiDispatcherBase.ksParamEffectiveDate]
[all...]
H A Dwuiadminschedgroup.py138 WuiAdmin.ksParamEffectiveDate: self._tsEffectiveDate, },
148 WuiAdmin.ksParamEffectiveDate: self._tsEffectiveDate, },
158 WuiAdmin.ksParamEffectiveDate: self._tsEffectiveDate, } ),];
166 WuiAdmin.ksParamEffectiveDate: self._tsEffectiveDate, } ));
H A Dwuiadminbuild.py111 WuiAdmin.ksParamEffectiveDate: self._tsEffectiveDate, }),
115 WuiAdmin.ksParamEffectiveDate: self._tsEffectiveDate, }),
H A Dwuiadminbuildsource.py119 WuiAdmin.ksParamEffectiveDate: self._tsEffectiveDate, }),
123 WuiAdmin.ksParamEffectiveDate: self._tsEffectiveDate, }),
H A Dwuiadmintestgroup.py155 WuiAdmin.ksParamEffectiveDate: self._tsEffectiveDate, }) ];
163 WuiAdmin.ksParamEffectiveDate: self._tsEffectiveDate, }));
172 WuiAdmin.ksParamEffectiveDate: self._tsEffectiveDate, }));
H A Dwuimain.py90 ## ksParamReportSubject, ksParamEffectivePeriod, and ksParamEffectiveDate.
246 asActionUrlExtras = [ self.ksParamItemsPerPage, self.ksParamEffectiveDate, self.ksParamEffectivePeriod, ];
311 if WuiDispatcherBase.ksParamEffectiveDate in dParams:
312 tsEffective = dParams[WuiDispatcherBase.ksParamEffectiveDate]
313 del dParams[WuiDispatcherBase.ksParamEffectiveDate]
324 sHtmlTimeSelector += '\n <select name="%s" onchange="window.location=' % WuiDispatcherBase.ksParamEffectiveDate
325 sHtmlTimeSelector += '\'?%s&%s=\' + ' % (webutils.encodeUrlParams(dParams), WuiDispatcherBase.ksParamEffectiveDate)
390 dParams[WuiDispatcherBase.ksParamEffectiveDate] = str(tsPrev);
395 dParams[WuiDispatcherBase.ksParamEffectiveDate] = str(tsNext);
898 self.ksParamEffectiveDate
[all...]
H A Dwuitestresult.py340 self.oWuiAdmin.ksParamEffectiveDate: oTestSet.tsConfig, },
360 WuiMain.ksParamEffectiveDate: oTestSet.tsCreated, },
367 WuiMain.ksParamEffectiveDate: oTestSet.tsDone, },
379 self.oWuiAdmin.ksParamEffectiveDate: oTestSet.tsConfig, },
404 self.oWuiAdmin.ksParamEffectiveDate: oTestSet.tsCreated, },
428 self.oWuiAdmin.ksParamEffectiveDate: oTestSet.tsCreated, },
548 % ( WuiMain.ksParamEffectiveDate, oTestSet.tsDone, );
H A Dwuiadminbuildblacklist.py143 WuiAdmin.ksParamEffectiveDate: oEntry.tsEffective, }),
H A Dwuigraphwiz.py295 sNow = self._dParams[WuiMain.ksParamEffectiveDate];
300 % ( WuiMain.ksParamEffectiveDate,
301 WuiMain.ksParamEffectiveDate, WuiMain.ksParamEffectiveDate, sNow, );
H A Dwuiadmintestbox.py294 WuiAdmin.ksParamEffectiveDate: self._tsEffectiveDate, } ),
H A Dwuibase.py75 ksParamEffectiveDate = 'EffectiveDate'; variable in class:WuiDispatcherBase
504 sName = sParamName if sParamName is not None else WuiDispatcherBase.ksParamEffectiveDate

Completed in 82 milliseconds