Lines Matching +full:security +full:- +full:events
3 * gCalendar configuration-file
6 * @author Frank Hinkel <frank@hi-sys.de>
13 # match unordered lists as events. The first subpattern must contain the result
14 $conf['gCal_match_event'][] = '#^\s*\*{2}([0-9]{1,2}\..*)\*{2}\s*$#s'; // " ** abc **" gets "abc"
18 # match dates in american-style, i.e. 12/31/2006
19 $conf['gCal_date_mdy'] = '([0-9]{1,2})\/([0-9]{1,2})\/([0-9]{4}|[0-9]{2}|)';
22 $conf['gCal_date_dmy'] = '([0-9]{1,2})\.([0-9]{1,2})\.([0-9]{4}|[0-9]{2}|)';
24 # match isodates. i.e. 2006-12-31 or 06-12-31
25 $conf['gCal_date_ymd'] = '([0-9]{2}|[0-9]{4}|)\-([0-9]{1,2})\-([0-9]{1,2})';
28 # security-option. only this tags are allowed in calendar-entries
32 # match inline-category in event string.
33 # the inline-section has to be placed after the time (or date, if time is omitted)
34 $conf['gCal_inline_Category_hidden'] = '^\s*\[([A-Za-z_ ]+)\]';
35 $conf['gCal_inline_Category_visible'] = '^\s*\(([A-Za-z_ ]+)\)';
38 # how to display times in events -> #h=hour ; #m=minutes ; #r=rest (am/pm)
40 #$conf['gCal_time'] = "#h:#m#r"; // use this, if you dont like the superscript-form