Home
last modified time | relevance | path

Searched refs:Birthday (Results 1 – 7 of 7) sorted by relevance

/plugin/authgooglesheets/vendor/google/apiclient-services/src/PeopleService/
H A DBirthday.php20 class Birthday extends \Google\Model class
76 class_alias(Birthday::class, 'Google_Service_PeopleService_Birthday');
H A DPerson.php33 protected $birthdaysType = Birthday::class;
163 * @param Birthday[]
170 * @return Birthday[]
/plugin/authfacebook/lib/GraphNodes/
H A DGraphNode.php181 * @return Birthday
185 return new Birthday($value);
H A DBirthday.php33 class Birthday extends DateTime class
H A DGraphUser.php126 * @return Birthday|null
/plugin/davcal/vendor/sabre/dav/tests/Sabre/CalDAV/Schedule/
H A DIMipPluginTest.php120 'subject' => 'Birthday party',
162 'subject' => 'Cancelled: Birthday party',
/plugin/strata/
H A Dmanual.txt23 Birthday [date]: 1982-7-23
41 Birthday [date]: 1982-7-23
64 <table ?p "Person" ?b "Birthday">
66 ?p Birthday [date]: ?b
79 **Types**: In a query, you can use [[#types]]. You can use types for fields and values, and you can use them in the opening tag. Types are 'sticky': if you put ''?p Birthday [date]: ?b'' the date type will automatically stick to the ''?b'' variable (you could have achieved the same with ''?p Birthday: ?b [date]'').