Home
last modified time | relevance | path

Searched refs:oDate (Results 1 – 16 of 16) sorted by relevance

/dports/www/itop/web/sources/application/search/criterionconversion/
H A Dcriteriontosearchform.class.inc.php268 $oDate = new DateTime($sLastDate);
270 $sLastDateLabel = $oFormat->format($oDate);
273 $oDate = new DateTime($sFirstDate);
275 $sFirstDateLabel = $oFormat->format($oDate);
312 $oDate = new DateTime($sLastDate);
317 $oDate = new DateTime($sFirstDate);
498 $oDate = new DateTime($sDate);
547 $oDate = new DateTime($sFirstDate);
552 $sFirstDateLabel = $oFormat->format($oDate);
574 $oDate = new DateTime($sFirstDate);
[all …]
H A Dcriteriontooql.class.inc.php456 $oDate = $oFormat->parse($sStartDate);
457 $sStartDate = $oDate->format($sAttributeClass::GetSQLFormat());
469 $oDate = $oFormat->parse($sEndDate);
470 $sEndDate = $oDate->format($sAttributeClass::GetSQLFormat());
/dports/www/itop/web/core/
H A Ddatetimeformat.class.inc.php165 $oDate = new DateTime();
166 $oDate->setTimestamp($date);
167 $sDate = $oDate->format($this->sPHPFormat);
171 $oDate = new DateTime($date);
172 $sDate = $oDate->format($this->sPHPFormat);
197 $oDate = DateTime::createFromFormat($this->sPHPFormat, $sDate);
198 if ($oDate === false)
202 return $oDate;
H A Dormcaselog.class.inc.php592 $oDate = new DateTime($oJson->date);
593 $iDate = (int) $oDate->format('U');
H A Dbulkchange.class.inc.php891 $oDate = DateTime::createFromFormat($sFormat, $this->m_aData[$iRow][$iCol]);
892 if ($oDate !== false)
894 $sNewDate = $oDate->format($oAttDef->GetInternalFormat());
H A Dattributedef.class.inc.php5558 $oDate = new DateTime($sValue);
5559 if ($oDate !== false)
5561 $sValue = static::GetFormat()->format($oDate);
/dports/www/itop/web/application/
H A Dwizardhelper.class.inc.php94 $oDate = $oDateTimeFormat->Parse($sDate);
97 $sDate = $oDate->format('Y-m-d');
101 $sDate = $oDate->format('Y-m-d H:i:s');
165 $oDate = $oAttDef->GetFormat()->Parse($value);
166 if ($oDate instanceof DateTime)
168 $value = $oDate->format($oAttDef->GetInternalFormat());
H A Dcmdbabstract.class.inc.php3606 $oDate = $oAttDef->GetFormat()->Parse($value);
3607 if ($oDate instanceof DateTime)
3609 $value = $oDate->format($oAttDef->GetInternalFormat());
/dports/astro/stellarium/stellarium-0.21.3/plugins/Calendars/src/
H A DOlympicCalendar.cpp37 QVector<int>oDate=olympiadFromJulianYear(parts.at(0)); in setJD() local
38 parts[0]=oDate.at(1); in setJD()
39 parts.prepend(oDate.at(0)); in setJD()
/dports/www/matomo/piwik/core/Period/
H A DRange.php197 * @param Date $oDate
199 public function setDefaultEndDate(Date $oDate) argument
201 $this->defaultEndDate = $oDate;
/dports/www/itop/web/synchro/
H A Dsynchro_import.php233 $oDate = $oFormat->Parse($sProposedDate);
234 if ($oDate !== null)
237 $sDate = $oDate->format($oTargetFormat);
/dports/audio/bharvestr-lv2/BHarvestr-7e6a1e7c81d0af61d4fabcd823978d62c8970502/src/
H A DBHarvestr.cpp380 …const LV2_Atom *oName = NULL, *oType = NULL, *oDate = NULL, *oCreator = NULL, *oUri = NULL, *oLice… in run() local
386 uris.bharvestr_presetInfoDate, &oDate, in run()
396 … if (oDate && (oDate->type == uris.atom_Int)) presetInfo.date = ((const LV2_Atom_Int*)oDate)->body; in run()
H A DBHarvestrGUI.cpp815 …const LV2_Atom* oName = NULL, *oType = NULL, *oDate = NULL, *oCreator = NULL, *oUri = NULL, *oLice… in port_event() local
821 uris.bharvestr_presetInfoDate, &oDate, in port_event()
831 if (oDate && (oDate->type == uris.atom_Int)) in port_event()
833 const int date = ((const LV2_Atom_Int*)oDate)->body; in port_event()
/dports/finance/skrooge/skrooge-2.26.1/skgbasemodeler/
H A Dskgdocument.h256 …de iMode, QString* oName = nullptr, bool* oSaveStep = nullptr, QDateTime* oDate = nullptr, bool* o…
H A Dskgdocument.cpp1252 …ToProcess(UndoRedoMode iMode, QString* oName, bool* oSaveStep, QDateTime* oDate, bool* oRefreshVie… in getTransactionToProcess() argument
1275 if (oDate != nullptr) { in getTransactionToProcess()
1276 *oDate = SKGServices::stringToTime(query.value(3).toString()); in getTransactionToProcess()
/dports/www/py-protego/Protego-0.1.16/tests/test_data/
H A Dwww.zhaopin.com13 var oDate = new Date();
14 oDate.setTime(oDate.getTime() + iDay)