Home
last modified time | relevance | path

Searched refs:UNKNOWN (Results 1 – 25 of 56) sorted by relevance

123

/plugin/icalevents/vendor/sabre/vobject/lib/
H A DDocument.php24 const UNKNOWN = 1; define in Sabre\\VObject\\Document
117 return self::UNKNOWN;
/plugin/davcard/vendor/sabre/vobject/lib/
H A DDocument.php24 const UNKNOWN = 1; define in Sabre\\VObject\\Document
117 return self::UNKNOWN;
/plugin/webdavclient/vendor/sabre/vobject/lib/
H A DDocument.php24 const UNKNOWN = 1; define in Sabre\\VObject\\Document
117 return self::UNKNOWN;
/plugin/davcal/vendor/sabre/vobject/lib/
H A DDocument.php24 const UNKNOWN = 1; define in Sabre\\VObject\\Document
117 return self::UNKNOWN;
/plugin/webdav/vendor/sabre/vobject/lib/
H A DDocument.php24 const UNKNOWN = 1; define in Sabre\\VObject\\Document
117 return self::UNKNOWN;
/plugin/batchedit/
H A Dserver.php85 if ($operation == BatcheditProgress::UNKNOWN) {
H A Dengine.php910 const UNKNOWN = 0; define in BatcheditProgress
925 public function __construct($sessionId, $operation = self::UNKNOWN, $range = 0) {
932 if ($this->operation != self::UNKNOWN && $this->range > 0) {
955 return array(self::UNKNOWN, 0);
/plugin/davcard/vendor/sabre/vobject/tests/VObject/
H A DDocumentTest.php10 $this->assertEquals(Document::UNKNOWN, $doc->getDocumentType());
/plugin/webdavclient/vendor/sabre/vobject/tests/VObject/
H A DDocumentTest.php10 $this->assertEquals(Document::UNKNOWN, $doc->getDocumentType());
/plugin/davcal/vendor/sabre/vobject/tests/VObject/
H A DDocumentTest.php10 $this->assertEquals(Document::UNKNOWN, $doc->getDocumentType());
/plugin/icalevents/vendor/sabre/vobject/tests/VObject/
H A DDocumentTest.php10 $this->assertEquals(Document::UNKNOWN, $doc->getDocumentType());
/plugin/davcard/vendor/sabre/vobject/tests/VObject/Component/
H A DVCardTest.php115 $this->assertEquals(VCard::UNKNOWN, $vcard->getDocumentType());
/plugin/davcard/vendor/sabre/vobject/lib/Component/
H A DVCard.php149 $this->version = self::UNKNOWN;
/plugin/webdavclient/vendor/sabre/vobject/lib/Component/
H A DVCard.php149 $this->version = self::UNKNOWN;
/plugin/webdavclient/vendor/sabre/vobject/tests/VObject/Component/
H A DVCardTest.php115 $this->assertEquals(VCard::UNKNOWN, $vcard->getDocumentType());
/plugin/davcal/vendor/sabre/vobject/tests/VObject/Component/
H A DVCardTest.php115 $this->assertEquals(VCard::UNKNOWN, $vcard->getDocumentType());
/plugin/davcal/vendor/sabre/vobject/lib/Component/
H A DVCard.php149 $this->version = self::UNKNOWN;
/plugin/icalevents/vendor/sabre/vobject/tests/VObject/Component/
H A DVCardTest.php115 $this->assertEquals(VCard::UNKNOWN, $vcard->getDocumentType());
/plugin/webdav/vendor/sabre/vobject/lib/Component/
H A DVCard.php164 return self::UNKNOWN;
/plugin/icalevents/vendor/sabre/vobject/lib/Component/
H A DVCard.php166 return self::UNKNOWN;
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Util/
H A DTest.php23 const UNKNOWN = -1; define in PHPUnit_Util_Test
739 $size = self::UNKNOWN;
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Framework/
H A DTestCase.php392 return $this->getSize() !== PHPUnit_Util_Test::UNKNOWN;
2074 if ($passed[$dependency]['size'] != PHPUnit_Util_Test::UNKNOWN &&
2075 $this->getSize() != PHPUnit_Util_Test::UNKNOWN &&
/plugin/webdav/vendor/sabre/vobject/resources/schema/
H A Dxcal.rng31 "UNKNOWN"
380 # UNKNOWN
/plugin/icalevents/vendor/sabre/vobject/resources/schema/
H A Dxcal.rng31 "UNKNOWN"
380 # UNKNOWN
/plugin/jplayer/vendor/happyworm/jplayer/src/actionscript/happyworm/jPlayer/
H A DConnectManager.as258 var _serverVersion:String = "UNKNOWN";

123