Home
last modified time | relevance | path

Searched defs:date (Results 76 – 100 of 226) sorted by relevance

12345678910

/plugin/struct/script/
H A DEntryEditor.js38 onSelect: function (date, inst) { argument
/plugin/timetrack/
H A Dhelper.php213 public function insertUserTime($user, $task_id, $date, $value){
463 public function getHoursNotInTasksOnDate($user, $date, $task_ids) {
986 public function getDateWeekRangeByDate($date = null) {
/plugin/structnotification/action/
H A Dnotification.php204 predicateTrue($date, $operator, $days) global() argument
[all...]
/plugin/findologicxmlexport/vendor/twig/extensions/lib/Twig/Extensions/Extension/
H A DIntl.php42 function twig_localized_date_filter(Twig_Environment $env, $date, $dateFormat = 'medium', $timeForm…
/plugin/elasticsearch/vendor/ruflin/elastica/src/
H A DUtil.php180 public static function convertDate($date) argument
[all...]
/plugin/structtasks/meta/
H A DAbstractNotifier.php65 static protected function timeFromLastMidnight($date) {
/plugin/eventline/
H A Dscript.js1 function centerSimileAjax(date) { argument
/plugin/zotero/
H A DZoteroEntry.php12 private $date; variable in ZoteroEntry
/plugin/findologicxmlexport/vendor/phpunit/php-code-coverage/src/Report/Html/Renderer/
H A DFile.php35 public function __construct($templatePath, $generator, $date, $lowUpperBound, $highLowerBound)
/plugin/gtd/
H A Dsyntax.php329 function _get_priority($date, $expiries) {
/plugin/quickstats/
H A Dsyntax.php260 function row($name,$val,$num=" ",$date=false,$is_ip=false) {
363 function table($data,&$renderer,$numbers=true,$date=false,$ip_array=false) {
/plugin/findologicxmlexport/vendor/goetas-webservices/xsd2php-runtime/tests/
H A DXmlSchemaDateHandlerDeserializationTest.php73 public function testDeserializeDate($date, \DateTime $expected)
/plugin/news/scripts/
H A DfeedData.php89 function date($which='gm') { function in feedData
/plugin/htmlabstract/
H A Dsyntax.php175 function formatDate($date)
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/File/
H A DX509.php1128 public function validateDate($date = null)
2577 private function timeField($date)
3103 public function setStartDate($date)
3118 public function setEndDate($date)
3887 public function revoke($serial, $date = null)
/plugin/abc2/abc-libraries/abc2svg/
H A Dpage-1.js233 function strftime(sFormat,date){if(!(date instanceof Date))date=new Date();var nDay=date.getDay(),nDate=date.getDate(),nMonth=date.getMonth(),nYear=date.getFullYear(),nHour=date.getHours(),aDays=['Sunday','Monday','Tuesday','Wednesday','Thursday','Friday','Saturday'],aMonths=['January','February','March','April','May','June','July','August','September','October','November','December'],aDayCount=[0,31,59,90,120,151,181,212,243,273,304,334],isLeapYear=function(){return(nYear%4===0&&nYear%100!==0)||nYear%400===0},getThursday=function(){var target=new Date(date);target.setDate(nDate-((nDay+6)%7)+3);return target},zeroPad=function(nNum,nPad){return((Math.pow(10,nPad)+nNum)+'').slice(1)};return sFormat.replace(/%[a-z]/gi,function(sMatch){return(({'%a':aDays[nDay].slice(0,3),'%A':aDays[nDay],'%b':aMonths[nMonth].slice(0,3),'%B':aMonths[nMonth],'%c':date argument
[all...]
/plugin/task/syntax/
H A Dtask.php292 function _hCalDate($date) {
/plugin/lastfm/inc/
H A Dlastfmutils.php232 function lastfm_cvdate($date,$dformat,$utc_offset) {
/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/Formatter/
H A DNormalizerFormatter.php259 protected function formatDate(\DateTimeInterface $date)
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ShoppingContent/
H A DRepricingRuleReport.php69 public function setDate(Date $date)
/plugin/structtasks/_test/
H A DNotifiersTest.php97 function testDueIn($date, $expected) {
/plugin/authgoogle/google/contrib/
H A DGoogle_ReportsService.php76 public function get($date, $optParams = array()) {
112 public function get($userKey, $date, $optParams = array()) {
362 public $date; variable in Google_UsageReport
370 public function setDate( $date) {
/plugin/todo/syntax/
H A Dlist.php484 * @param $date string absolute/relative value of the date to analyse argument
[all...]
/plugin/calendoku/
H A Dhelper.php159 function renderDateTime($date) {
/plugin/icalevents/vendor/sabre/vobject/tests/VObject/
H A DDateTimeParserTest.php679 protected function assertDateAndOrTimeEqualsTo($date, $parts) {

12345678910