Home
last modified time | relevance | path

Searched refs:test (Results 226 – 250 of 1253) sorted by last modified time

12345678910>>...51

/plugin/davcal/vendor/sabre/dav/lib/DAVACL/
H A DAbstractPrincipalCollection.php143 * @param string $test
146 function searchPrincipals(array $searchProperties, $test = 'allof') { argument
148 …sult = $this->principalBackend->searchPrincipals($this->principalPrefix, $searchProperties, $test);
H A DIPrincipalCollection.php39 * @param string $test
42 function searchPrincipals(array $searchProperties, $test = 'allof'); argument
H A DPlugin.php623 * @param string $test "allof" to use AND to search the
629 …arch(array $searchProperties, array $requestedProperties, $collectionUri = null, $test = 'allof') { argument
647 $results = $principalCollection->searchPrincipals($searchProperties, $test);
1259 $report->test
/plugin/davcal/vendor/sabre/dav/lib/DAVACL/PrincipalBackend/
H A DBackendInterface.php90 * @param string $test
93 function searchPrincipals($prefixPath, array $searchProperties, $test = 'allof'); argument
H A DPDO.php239 * @param string $test
242 function searchPrincipals($prefixPath, array $searchProperties, $test = 'allof') { argument
/plugin/davcal/vendor/sabre/dav/lib/DAVACL/Xml/Request/
H A DPrincipalPropertySearchReport.php54 public $test; variable in Sabre\\DAVACL\\Xml\\Request\\PrincipalPropertySearchReport
82 $self->test = 'allof';
84 $self->test = 'anyof';
/plugin/davcal/vendor/sabre/dav/tests/Sabre/CardDAV/
H A DValidateFilterTest.php12 function testFilter($input, $filters, $test, $result, $message = null) { argument
15 $this->assertTrue($this->plugin->validateFilters($input, $filters, $test), $message);
17 $this->assertFalse($this->plugin->validateFilters($input, $filters, $test), $message);
/plugin/davcal/vendor/sabre/dav/tests/Sabre/CardDAV/Xml/Request/
H A DAddressBookQueryReportTest.php31 $addressBookQueryReport->test = 'anyof';
68 $addressBookQueryReport->test = 'allof';
126 $addressBookQueryReport->test = 'anyof';
172 $addressBookQueryReport->test = 'anyof';
/plugin/davcal/datetimepicker-2.4.5/
H A Djquery.datetimepicker.js540 if (re.test(prop)) {
916 return (new RegExp(reg)).test(value);
1029 if (options.minDate && /^-(.*)$/.test(options.minDate)) {
1033 if (options.maxDate && /^\+(.*)$/.test(options.maxDate)) {
1085 … while (/[^0-9_]/.test(options.mask.substr(pos, 1)) && pos < options.mask.length && pos > 0) {
1100 … while (/[^0-9_]/.test(options.mask.substr(pos, 1)) && pos < options.mask.length && pos > 0) {
/plugin/davcal/fullcalendar-3.10.5/locale/
H A Des-do.js1 …oviembre_diciembre".split("_"),monthsShort:function(e,t){return e?/-MMM-/.test(t)?r[e.month()]:o[e…
H A Des-us.js1 …oviembre_diciembre".split("_"),monthsShort:function(e,t){return e?/-MMM-/.test(t)?r[e.month()]:o[e…
H A Des.js1 …oviembre_diciembre".split("_"),monthsShort:function(e,n){return e?/-MMM-/.test(n)?r[e.month()]:o[e…
H A Dnl-be.js1 …_november_december".split("_"),monthsShort:function(e,t){return e?/-MMM-/.test(t)?a[e.month()]:n[e…
H A Dbe.js1 …iemParse:/ночы|раніцы|дня|вечара/,isPM:function(e){return/^(дня|вечара)$/.test(e)},meridiem:functi…
/plugin/davcal/vendor/sabre/vobject/
H A DChangeLog.md54 test-suite.
208 slightly changed which caused the test to fail.
/plugin/davcal/vendor/sabre/dav/lib/CardDAV/
H A DPlugin.php525 if ($test === 'anyof' && $success) {
528 if ($test === 'allof' && !$success) {
539 return $test === 'allof';
551 * @param string $test
593 if ($test === 'anyof' && $success) {
596 if ($test === 'allof' && !$success) {
607 return $test === 'allof';
616 * @param string $test
634 if ($success && $test === 'anyof')
637 if (!$success && $test == 'allof')
[all …]
/plugin/davcal/vendor/sabre/dav/
H A DCONTRIBUTING.md65 Unit test requirements
/plugin/davcal/vendor/sabre/dav/bin/
H A Dbuild.php107 function test() { function
/plugin/davcal/
H A DprincipalBackendDokuwiki.php45 public function searchPrincipals($prefixPath, array $searchProperties, $test = 'allof') argument
/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAV/
H A DServerSimpleTest.php144 foreach($tests as $test=>$result) {
145 $this->server->setBaseUri($test);
H A DServerPropsInfiniteDepthTest.php156 foreach($pathTests as $test) {
157 …$this->assertTrue(count($xml->xpath($test))==true,'We expected the ' . $test . ' element to appear…
H A DServerPropsTest.php171 foreach($pathTests as $test) {
172 …$this->assertTrue(count($xml->xpath($test))==true,'We expected the ' . $test . ' element to appear…
/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAVACL/PrincipalBackend/
H A DMock.php70 function searchPrincipals($prefixPath, array $searchProperties, $test = 'allof') { argument
85 if ($test === 'allof') {
/plugin/indexmenu/_test/
H A Dindexmenu_syntax_indexmenu.test.php
/plugin/indexmenu/images/drktheme/
H A Dinfo.txt2 url=http://brk-test.oc-tuning.de/

12345678910>>...51