Home
last modified time | relevance | path

Searched defs:date (Results 51 – 75 of 226) sorted by path

12345678910

/plugin/combo/vendor/dragonmantank/cron-expression/src/Cron/
H A DFieldInterface.php19 public function isSatisfiedBy(DateTime $date, $value); argument
30 public function increment(DateTime $date, $invert = false); argument
H A DHoursField.php13 public function isSatisfiedBy(DateTime $date, $value) argument
18 public function increment(DateTime $date, $invert = false, $parts = null) argument
[all...]
H A DMinutesField.php13 public function isSatisfiedBy(DateTime $date, $value) argument
18 public function increment(DateTime $date, $invert = false, $parts = null) argument
[all...]
H A DMonthField.php12 public function isSatisfiedBy(DateTime $date, $value) argument
27 public function increment(DateTime $date, $invert = false) argument
H A DYearField.php13 public function isSatisfiedBy(DateTime $date, $value) argument
18 public function increment(DateTime $date, $invert = false) argument
[all...]
/plugin/credits/
H A Dscript.js1 function pcredits_mouseover(evt,date, id) { argument
/plugin/datepicker/script/jscalendar-1.0/
H A Dcalendar.js1102 Calendar.prototype._init = function (firstDayOfWeek, date) { argument
1224 Calendar.prototype._toggleMultipleDate = function(date) { argument
1249 Calendar.prototype.setDate = function (date) { argument
1743 Date.prototype.equalsTo = function(date) { argument
1752 Date.prototype.setDateOnly = function(date) { argument
/plugin/davcal/datetimepicker-2.4.5/
H A Djquery.datetimepicker.js2040 function HighlightedDate(date, desc, style) { argument
/plugin/davcal/
H A Djstz.js66 get_date_offset = function get_date_offset(date) { argument
H A Dscript.js71 dayClick: function(date, jsEvent, view) { argument
/plugin/davcal/vendor/sabre/vobject/lib/
H A DDateTimeParser.php61 static public function parseDate($date, DateTimeZone $tz = null) {
181 static public function parse($date, $referenceTz = null) {
248 static public function parseVCardDateTime($date) {
371 static public function parseVCardTime($date) {
/plugin/davcard/vendor/sabre/vobject/lib/
H A DDateTimeParser.php61 static public function parseDate($date, DateTimeZone $tz = null) {
181 static public function parse($date, $referenceTz = null) {
248 static public function parseVCardDateTime($date) {
371 static public function parseVCardTime($date) {
/plugin/diagramsnet/lib/WEB-INF/lib/
H A Dcommons-io-2.4.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/ ...
H A Dcommons-lang3-3.5.jarMETA-INF/MANIFEST.MF META-INF/ org/ org/apache/ org/ ...
H A Dgson-2.7.jar ... google.gson.JsonDeserializationContext context java.util.Date date private java.util.Date deserializeToDate (com ...
H A Dhttpclient-4.5.5.jarMETA-INF/MANIFEST.MF META-INF/ org/ org/apache/ org/ ...
H A Dservlet-api.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/servlet/ javax/ ...
/plugin/diagramsnet/lib/js/diagramly/
H A DEditorUi.js6515 EditorUi.prototype.timeSince = function(date) argument
/plugin/diagramsnet/lib/js/grapheditor/
H A DGraph.js1997 Graph.prototype.placeholderPattern = new RegExp('%(date\{.*\}|[^%^\{^\}^ ^"^ \'^=^;]+)%', 'g');
3519 Graph.prototype.formatDate = function(date, mask, utc) argument
/plugin/dir/
H A Dsyntax.php1336 function _putDate($date) {
/plugin/discussion/
H A Daction.php1125 protected function _addLogEntry($date, $id, $type = 'cc', $summary = '', $extra = '') {
/plugin/do/db/
H A Dupdate0001.sql4 date, field
H A Dupdate0007.sql9 CREATE TABLE tasks_tmp ( page, md5, date, text , creator , pos ); field
13 CREATE TABLE tasks ( page, md5, date, text , creator , pos); field
/plugin/do/scripts/
H A DPluginDo.js482 var date = m[0]; variable
/plugin/dokuprism/prism/
H A Dprism.js148 Prism.languages.rip={comment:{pattern:/#.*/,greedy:!0},char:{pattern:/\B`[^\s`'",.:;#\/\\()<>\[\]{}]\b/,greedy:!0},string:{pattern:/("|')(?:\\.|(?!\1)[^\\\r\n])*\1/,greedy:!0},regex:{pattern:/(^|[^/])\/(?!\/)(?:\[[^\n\r\]]*\]|\\.|[^/\\\r\n\[])+\/(?=\s*(?:$|[\r\n,.;})]))/,lookbehind:!0,greedy:!0},keyword:/(?:=>|->)|\b(?:case|catch|class|else|exit|finally|if|raise|return|switch|try)\b/,builtin:/@|\bSystem\b/,boolean:/\b(?:false|true)\b/,date:/\b\d{4}-\d{2}-\d{2}\b/,time:/\b\d{2}:\d{2}:\d{2}\b/,datetime:/\b\d{4}-\d{2}-\d{2}T\d{2}:\d{2}:\d{2}\b/,symbol:/:[^\d\s`'",.:;#\/\\()<>\[\]{}][^\s`'",.:;#\/\\()<>\[\]{}]*/,number:/[+-]?\b(?:\d+\.\d+|\d+)\b/,punctuation:/(?:\.{2,3})|[`,.:;=\/\\()<>\[\]{}]/,reference:/[^\d\s`'",.:;#\/\\()<>\[\]{}][^\s`'",.:;#\/\\()<>\[\]{}]*/}; property in Prism.languages.rip
176 !function(e){function n(e){return e.replace(/__/g,(function(){return"(?:[\\w-]+|'[^'\n\r]*'|\"(?:\\\\.|[^\\\\\"\r\n])*\")"}))}e.languages.toml={comment:{pattern: global() property in e.languages.toml
183 Prism.languages["visual-basic"]={comment:{pattern:/(?:['‘’]|REM\b)(?:[^\r\n_]|_(?:\r\n?|\n)?)*/i,inside:{keyword:/^REM/i}},directive:{pattern:/#(?:Const|Else|ElseIf| global() class in Prism.languages
[all...]

12345678910