Home
last modified time | relevance | path

Searched refs:getNormalizedValue (Results 1 – 19 of 19) sorted by relevance

/plugin/davcal/vendor/sabre/vobject/lib/ITip/
H A DBroker.php842 $organizer = $vevent->ORGANIZER->getNormalizedValue();
845 if ($organizer !== $vevent->ORGANIZER->getNormalizedValue()) {
895 if (isset($attendees[$attendee->getNormalizedValue()])) {
896 $attendees[$attendee->getNormalizedValue()]['instances'][$recurId] = array(
902 $attendees[$attendee->getNormalizedValue()] = array(
903 'href' => $attendee->getNormalizedValue(),
/plugin/webdav/vendor/sabre/vobject/lib/ITip/
H A DBroker.php848 $organizer = $vevent->ORGANIZER->getNormalizedValue();
851 … if (strtoupper($organizer) !== strtoupper($vevent->ORGANIZER->getNormalizedValue())) {
918 if (isset($attendees[$attendee->getNormalizedValue()])) {
919 $attendees[$attendee->getNormalizedValue()]['instances'][$recurId] = [
925 $attendees[$attendee->getNormalizedValue()] = [
926 'href' => $attendee->getNormalizedValue(),
/plugin/davcard/vendor/sabre/vobject/lib/ITip/
H A DBroker.php859 $organizer = $vevent->ORGANIZER->getNormalizedValue();
862 if ($organizer !== $vevent->ORGANIZER->getNormalizedValue()) {
916 if (isset($attendees[$attendee->getNormalizedValue()])) {
917 $attendees[$attendee->getNormalizedValue()]['instances'][$recurId] = array(
923 $attendees[$attendee->getNormalizedValue()] = array(
924 'href' => $attendee->getNormalizedValue(),
/plugin/icalevents/vendor/sabre/vobject/lib/ITip/
H A DBroker.php867 $organizer = $vevent->ORGANIZER->getNormalizedValue();
870 if ($organizer !== $vevent->ORGANIZER->getNormalizedValue()) {
924 if (isset($attendees[$attendee->getNormalizedValue()])) {
925 $attendees[$attendee->getNormalizedValue()]['instances'][$recurId] = [
931 $attendees[$attendee->getNormalizedValue()] = [
932 'href' => $attendee->getNormalizedValue(),
/plugin/webdavclient/vendor/sabre/vobject/lib/ITip/
H A DBroker.php859 $organizer = $vevent->ORGANIZER->getNormalizedValue();
862 if ($organizer !== $vevent->ORGANIZER->getNormalizedValue()) {
916 if (isset($attendees[$attendee->getNormalizedValue()])) {
917 $attendees[$attendee->getNormalizedValue()]['instances'][$recurId] = array(
923 $attendees[$attendee->getNormalizedValue()] = array(
924 'href' => $attendee->getNormalizedValue(),
/plugin/davcard/vendor/sabre/vobject/tests/VObject/Property/ICalendar/
H A DCalAddressTest.php17 $property->getNormalizedValue()
/plugin/icalevents/vendor/sabre/vobject/tests/VObject/Property/ICalendar/
H A DCalAddressTest.php17 $property->getNormalizedValue()
/plugin/webdavclient/vendor/sabre/vobject/tests/VObject/Property/ICalendar/
H A DCalAddressTest.php17 $property->getNormalizedValue()
/plugin/davcal/vendor/sabre/vobject/tests/VObject/Property/ICalendar/
H A DCalAddressTest.php17 $property->getNormalizedValue()
/plugin/icalevents/vendor/sabre/vobject/lib/Property/ICalendar/
H A DCalAddress.php51 function getNormalizedValue() { function in Sabre\\VObject\\Property\\ICalendar\\CalAddress
/plugin/webdav/vendor/sabre/vobject/lib/Property/ICalendar/
H A DCalAddress.php50 public function getNormalizedValue() function in Sabre\\VObject\\Property\\ICalendar\\CalAddress
/plugin/davcard/vendor/sabre/vobject/lib/Property/ICalendar/
H A DCalAddress.php51 public function getNormalizedValue() { function in Sabre\\VObject\\Property\\ICalendar\\CalAddress
/plugin/webdavclient/vendor/sabre/vobject/lib/Property/ICalendar/
H A DCalAddress.php51 public function getNormalizedValue() { function in Sabre\\VObject\\Property\\ICalendar\\CalAddress
/plugin/davcal/vendor/sabre/vobject/lib/Property/ICalendar/
H A DCalAddress.php51 public function getNormalizedValue() { function in Sabre\\VObject\\Property\\ICalendar\\CalAddress
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Document/
H A DGoogleCloudDocumentaiV1DocumentEntity.php142 public function getNormalizedValue() function in Google\\Service\\Document\\GoogleCloudDocumentaiV1DocumentEntity
H A DGoogleCloudDocumentaiV1beta1DocumentEntity.php142 public function getNormalizedValue() function in Google\\Service\\Document\\GoogleCloudDocumentaiV1beta1DocumentEntity
H A DGoogleCloudDocumentaiV1beta2DocumentEntity.php142 public function getNormalizedValue() function in Google\\Service\\Document\\GoogleCloudDocumentaiV1beta2DocumentEntity
/plugin/davcal/vendor/sabre/dav/lib/CalDAV/Schedule/
H A DPlugin.php530 …($newObject->VEVENT->ORGANIZER) && ($newObject->VEVENT->ORGANIZER->getNormalizedValue() === $messa…
540 if ($attendee->getNormalizedValue() === $message->recipient) {
/plugin/webdav/vendor/sabre/dav/lib/CalDAV/Schedule/
H A DPlugin.php667 …($newObject->VEVENT->ORGANIZER) && ($newObject->VEVENT->ORGANIZER->getNormalizedValue() === $messa…
677 if ($attendee->getNormalizedValue() === $message->recipient) {