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/diagramsnet/lib/math/extensions/a11y/
H A Dmathjax-sre.js216 …rence",RULELABEL:"rulelabel",CONCLUSION:"conclusion",PREMISES:"premises",UNKNOWN:"unknown",EMPTY:"… property in sre.SemanticAttr.Type
220 …ight",UP:"up",DOWN:"down",FINAL:"final",SINGLE:"single",HYP:"hyp",AXIOM:"axiom",UNKNOWN:"unknown"}; property in sre.SemanticAttr.Role
222 UNKNOWN:"unknown"};sre.SemanticAttr.equal=function(a,b){return a.type===b.type&&a.role===b.role&&a.… property in sre.SemanticAttr.Font
226 …c.role||sre.SemanticAttr.Role.UNKNOWN,type:c.type||sre.SemanticAttr.Type.UNKNOWN,font:c.font||sre.…
227UNKNOWN,type:sre.SemanticAttr.Type.UNKNOWN,font:sre.SemanticAttr.Font.UNKNOWN}};sre.SemanticNode=f…
311 …===a.contentNodes.length&&a.contentNodes[0].role===sre.SemanticAttr.Role.UNKNOWN&&(a.contentNodes[…
338 …turn b&&b!==sre.SemanticAttr.Role.UNKNOWN?b:sre.SemanticAttr.Role[a.type.toUpperCase()]||sre.Seman…
347 sre.SemanticProcessor.number=function(a){if(a.type===sre.SemanticAttr.Type.UNKNOWN||a.type===sre.Se…
349UNKNOWN){var b=sre.SemanticUtil.splitUnicode(a.textContent).map(sre.SemanticAttr.lookupMeaning).re…
390 …tInstance().row(b)],[]);b.role=a.getAttribute("notation")||sre.SemanticAttr.Role.UNKNOWN;return b};
[all …]

123