Home
last modified time | relevance | path

Searched refs:false (Results 4551 – 4575 of 6149) sorted by last modified time

1...<<181182183184185186187188189190>>...246

/plugin/davcard/vendor/sabre/vobject/lib/ITip/
H A DBroker.php115 return false;
366 $attendeeFound = false;
401 $found = false;
423 $attendeeFound = false;
725 $hasReply = false;
/plugin/davcard/vendor/sabre/vobject/lib/
H A DParameter.php36 public $noName = false;
66 $this->noName = false;
H A DStringUtil.php24 return false;
H A DTimeZoneUtil.php124 … static public function getTimeZone($tzid, Component $vcalendar = null, $failIfUncertain = false) {
209 if ($cdoId===2 && strpos((string)$vtimezone->TZID, 'Sarajevo')!==false) {
H A DVCardConverter.php382 if ($param->noName) $param->noName = false;
427 if ($param->noName) $param->noName = false;
H A DCli.php22 protected $quiet = false;
29 protected $showHelp = false;
92 protected $forgiving = false;
H A DDateTimeParser.php89 static public function parseDuration($duration, $asString = false) {
97 $invert = false;
H A DDocument.php196 if (($i=strpos($name,'.'))!==false) {
/plugin/davcard/vendor/sabre/vobject/tests/VObject/Component/
H A DVCardTest.php102 $vcard = new VCard(array(), false);
106 $vcard = new VCard(array(), false);
110 $vcard = new VCard(array(), false);
114 $vcard = new VCard(array(), false);
H A DVEventTest.php27 $tests[] = array($vevent, new \DateTime('2011-01-01'), new \DateTime('2011-11-01'), false);
32 $tests[] = array($vevent2, new \DateTime('2011-01-01'), new \DateTime('2011-11-01'), false);
37 $tests[] = array($vevent3, new \DateTime('2011-01-01'), new \DateTime('2011-11-01'), false);
43 $tests[] = array($vevent4, new \DateTime('2011-01-01'), new \DateTime('2011-11-01'), false);
47 …array($vevent4, new \DateTime('2011-12-26 00:00:00'), new \DateTime('2011-12-26 17:00:00'), false);
49 …Europe/Berlin')), new \DateTime('2011-12-26 17:00:00', new \DateTimeZone('Europe/Berlin')), false);
55 $tests[] = array($vevent5, new \DateTime('2011-01-01'), new \DateTime('2011-11-01'), false);
65 $tests[] = array($vevent6, new \DateTime('2011-01-01'), new \DateTime('2011-11-01'), false);
83 $tests[] = array($vevent8, new \DateTime('2013-03-01'), new \DateTime('2013-04-01'), false);
/plugin/davcard/vendor/sabre/vobject/tests/VObject/ITip/
H A DBrokerTester.php44 function process($input, $existingObject = null, $expected = false) {
H A DBrokerUpdateEventTest.php83 'significantChange' => false,
555 'significantChange' => false,
811 'significantChange' => false,
/plugin/davcard/vendor/sabre/vobject/tests/VObject/
H A DTimeZoneUtilTest.php23 if (strpos($e->getMessage(), "Unknown or bad timezone")!==false) {
H A DDocumentTest.php23 $vcal = new Component\VCalendar(array(), false);
47 $vcal = new Component\VCalendar(array(), false);
59 $vcal = new Component\VCalendar(array(), false);
H A DStringUtilTest.php11 $this->assertEquals(false, $string);
27 $this->assertEquals(false, $string);
/plugin/davcard/vendor/sabre/vobject/
H A DChangeLog.md169 * Changed: iTip broker now sets RSVP status to false when replies are received.
/plugin/davcard/vendor/sabre/vobject/lib/Component/
H A DVFreeBusy.php56 return false;
H A DVCard.php264 $repaired = false;
/plugin/davcard/vendor/sabre/vobject/lib/Parser/
H A DMimeDir.php128 $this->root = new $class(array(), false);
163 $component = $this->root->createComponent(substr($line,6), array(), false);
192 return false;
249 if ($eof || (feof($this->input) && $rawLine===false)) {
252 if ($rawLine === false) {
383 return false;
/plugin/davcard/vendor/sabre/vobject/lib/Property/ICalendar/
H A DDateTime.php123 strpos($this->getValue(),'Z')===false
185 public function setDateTime(\DateTime $dt, $isFloating = false) {
201 public function setDateTimes(array $dt, $isFloating = false) {
208 $isUtc = false;
280 $isUtc = $isFloating ? false : in_array($tz->getName() , array('UTC', 'GMT', 'Z'));
H A DRecur.php51 if (strpos($v,',')!==false) {
192 if (strpos($partValue,',')!==false) {
/plugin/davcard/action/
H A Dajax.php50 $data['result'] = false;
60 $data['result'] = false;
67 $write = false;
81 $data['result'] = false;
104 $data['result'] = false;
117 $data['result'] = false;
132 $data['result'] = false;
143 if($contactdata['result'] === false)
248 if(strpos($url, '://') === false)
/plugin/davcard/
H A Dhelper.php36 return false;
59 $write = false;
207 $write = false;
307 return false;
337 return false;
398 return false;
441 return false;
544 return false;
623 return false;
769 return false;
[all …]
/plugin/davcard/vendor/composer/
H A DClassLoader.php54 private $useIncludePath = false;
57 private $classMapAuthoritative = false;
108 public function add($prefix, $paths, $prepend = false)
155 public function addPsr4($prefix, $paths, $prepend = false)
279 public function register($prepend = false)
326 return false;
338 return $this->classMap[$class] = false;
370 if (false !== $pos = strrpos($class, '\\')) {
/plugin/davcard/vendor/sabre/vobject/lib/Property/
H A DBoolean.php33 $val = strtoupper($val)==='TRUE'?true:false;

1...<<181182183184185186187188189190>>...246