Home
last modified time | relevance | path

Searched refs:null (Results 1 – 25 of 3420) sorted by relevance

12345678910>>...137

/plugin/webdavclient/vendor/sabre/vobject/tests/VObject/
DDateTimeParserTest.php199 "timezone" => null
205 "year" => null,
210 "second" => null,
211 "timezone" => null
217 "year" => null,
218 "month" => null,
221 "minute" => null,
222 "second" => null,
223 "timezone" => null
232 "hour" => null,
[all …]
/plugin/davcard/vendor/sabre/vobject/tests/VObject/
DDateTimeParserTest.php199 "timezone" => null
205 "year" => null,
210 "second" => null,
211 "timezone" => null
217 "year" => null,
218 "month" => null,
221 "minute" => null,
222 "second" => null,
223 "timezone" => null
232 "hour" => null,
[all …]
/plugin/davcal/vendor/sabre/vobject/tests/VObject/
DDateTimeParserTest.php199 "timezone" => null
205 "year" => null,
210 "second" => null,
211 "timezone" => null
217 "year" => null,
218 "month" => null,
221 "minute" => null,
222 "second" => null,
223 "timezone" => null
232 "hour" => null,
[all …]
/plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/_files/
DMultipleDataProviderTest.php25 ['ok', null, null],
26 ['ok', null, null],
27 ['ok', null, null]
34 [null, 'ok', null],
35 [null, 'ok', null],
36 [null, 'ok', null]
43 [null, null, 'ok'],
44 [null, null, 'ok'],
45 [null, null, 'ok']
51 yield ['ok', null, null];
[all …]
/plugin/icalevents/vendor/sabre/vobject/tests/VObject/
DDateTimeParserTest.php217 "timezone" => null
223 "year" => null,
228 "second" => null,
229 "timezone" => null
235 "year" => null,
236 "month" => null,
239 "minute" => null,
240 "second" => null,
241 "timezone" => null
250 "hour" => null,
[all …]
/plugin/combo/ComboStrap/PageSqlParser/
DPageSql.interp2 null
34 null
35 null
36 null
37 null
38 null
39 null
40 null
41 null
42 null
[all …]
DPageSqlLexer.interp2 null
34 null
35 null
36 null
37 null
38 null
39 null
40 null
41 null
42 null
[all …]
/plugin/icalevents/vendor/sabre/uri/tests/
DParseTest.php26 'scheme' => null,
27 'host' => null,
28 'path' => null,
29 'port' => null,
30 'user' => null,
31 'query' => null,
32 'fragment' => null,
65 'port' => null,
66 'user' => null,
67 'query' => null,
[all …]
/plugin/geophp/vendor/funiq/geophp/src/Geometry/
DPoint.php15 protected $x = null;
17 protected $y = null;
19 protected $z = null;
21 protected $m = null;
32 public function __construct($x = null, $y = null, $z = null, $m = null)
35 if ($x !== null && $y !== null) {
47 if ($z !== null) {
52 $this->z = $this->x !== null ? floatval($z) : null;
56 if ($m !== null) {
61 $this->m = $this->x !== null ? floatval($m) : null;
[all …]
DSurface.php36 return null;
41 return null;
46 return null;
51 return null;
56 return null;
74 public function greatCircleLength($radius = null)
81 return null;
86 return null;
91 return null;
96 return null;
[all …]
/plugin/barcodes/vendor/jucksearm/php-barcode/
DREADME.md57 ->setScale(null)
58 ->setHeight(null)
59 ->setRotate(null)
60 ->setColor(null)
68 Barcode::html($code, $type, $scale = null, $height = null, $rotate = null, $color = null)
70 Barcode::png($code, $type, $file= null, $scale = null, $height = null, $rotate = null, $color = nul…
72 Barcode::svg($code, $type, $file= null, $scale = null, $height = null, $rotate = null, $color = nul…
77 $file Barcode save filename [default: `null`]
87 QRcode::html($code, $emblem = null, $level = null, $size = null, $margin = null, $color = null)
89 QRcode::png($code, $emblem = null, $file = null, $level = null, $size = null, $margin = null, $colo…
[all …]
DQRcode.php15 $emblem = null,
16 $level = null,
17 $size = null,
18 $margin = null,
19 $color = null
33 $emblem = null,
34 $file = null,
35 $level = null,
36 $size = null,
37 $margin = null,
[all …]
/plugin/elasticsearch/vendor/react/promise/src/
DPromise.php16 public function __construct(callable $resolver, callable $canceller = null)
24 $resolver = $canceller = null;
28 …public function then(callable $onFulfilled = null, callable $onRejected = null, callable $onProgre…
30 if (null !== $this->result) {
34 if (null === $this->canceller) {
53 $parent = null;
58 …public function done(callable $onFulfilled = null, callable $onRejected = null, callable $onProgre…
60 if (null !== $this->result) {
76 return $this->then(null, static function ($reason) use ($onRejected) {
100 return $this->then(null, null, $onProgress);
[all …]
/plugin/html2pdf/html2pdf/html2ps/
Dvalue.content.item.php28 $null = null;
29 return array('item' => &$null,
64 $null = null;
65 return array('item' => &$null, 'rest' => $string);
90 $null = null;
91 return array('item' => &$null, 'rest' => $string);
127 $null = null;
128 return array('item' => &$null, 'rest' => $string);
156 $null = null;
157 return array('item' => &$null, 'rest' => $string);
[all …]
/plugin/authgooglesheets/vendor/google/auth/src/
DApplicationDefaultCredentials.php91 $scope = null,
92 callable $httpHandler = null,
93 array $cacheConfig = null,
94 CacheItemPoolInterface $cache = null
121 $scope = null,
122 callable $httpHandler = null,
123 array $cacheConfig = null,
124 CacheItemPoolInterface $cache = null,
125 $quotaProject = null
152 $scope = null,
[all …]
/plugin/struct/renderer/
Dcsv.php83 public function tablecell_open($colspan = 1, $align = null, $rowspan = 1)
110 public function tableheader_open($colspan = 1, $align = null, $rowspan = 1)
148 public function internallink($link, $title = null)
156 public function externallink($link, $title = null)
164 public function emaillink($address, $name = null)
183 public function code($text, $lang = null, $file = null)
228 public function file($text, $lang = null, $file = null)
248 public function locallink($hash, $name = null)
264 public function filelink($link, $title = null)
272 public function windowssharelink($link, $title = null)
[all …]
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/TextUI/
DCommand.php23 'loader' => null,
38 'atleast-version=' => null,
39 'bootstrap=' => null,
40 'colors==' => null,
41 'columns=' => null,
42 'configuration=' => null,
43 'coverage-clover=' => null,
44 'coverage-crap4j=' => null,
45 'coverage-html=' => null,
46 'coverage-php=' => null,
[all …]
/plugin/findologicxmlexport/vendor/jms/serializer/src/Type/
DInnerParser.php46 'type' => new Choice('type', ['simple_type', 'compound_type'], null),
47 1 => new Token(1, 'name', null, -1, true),
49 3 => new Token(3, 'number', null, -1, true),
51 5 => new Token(5, 'null', null, -1, true),
53 7 => new Token(7, 'empty_string', null, -1, true),
55 9 => new Token(9, 'quote_', null, -1, false),
56 10 => new Token(10, 'quoted_string', null, -1, true),
57 11 => new Token(11, '_quote', null, -1, false),
59 13 => new Token(13, 'apostrophe_', null, -1, false),
60 14 => new Token(14, 'apostrophed_string', null, -1, true),
[all …]
/plugin/findologicxmlexport/vendor/sebastian/comparator/tests/
DMockObjectComparatorTest.php44 array($stdmock, null),
45 array(null, $stdmock),
46 array(null, null)
53 $book1 = $this->getMock('SebastianBergmann\\Comparator\\Book', null);
54 …$book1->author = $this->getMock('SebastianBergmann\\Comparator\\Author', null, array('Terry Pratch…
56 $book2 = $this->getMock('SebastianBergmann\\Comparator\\Book', null);
57 …$book2->author = $this->getMock('SebastianBergmann\\Comparator\\Author', null, array('Terry Pratch…
60 … $object1 = $this->getMock('SebastianBergmann\\Comparator\\SampleClass', null, array(4, 8, 15));
61 … $object2 = $this->getMock('SebastianBergmann\\Comparator\\SampleClass', null, array(4, 8, 15));
69 $this->getMock('SebastianBergmann\\Comparator\\Struct', null, array(2.3)),
[all …]
/plugin/elasticsearch/vendor/ruflin/elastica/src/Query/
DFunctionScore.php76 ?AbstractQuery $filter = null,
77 ?float $weight = null
83 if (null !== $filter) {
87 if (null !== $weight) {
105 …ddScriptScoreFunction(AbstractScript $script, ?AbstractQuery $filter = null, ?float $weight = null)
132 ?string $offset = null,
133 ?float $decay = null,
134 ?float $weight = null,
135 ?AbstractQuery $filter = null,
136 ?string $multiValueMode = null
[all …]
/plugin/ipban/ip-lib/src/
DFactory.php23 $result = null;
24 if ($result === null) {
27 if ($result === null) {
43 $result = null;
44 if ($result === null) {
47 if ($result === null) {
63 $result = null;
64 if ($result === null) {
67 if ($result === null) {
70 if ($result === null) {
[all …]
/plugin/findologicxmlexport/vendor/twig/extensions/test/Twig/Tests/Node/
DTransTest.php30 $node = new Twig_Extensions_Node_Trans($body, $plural, $count, null, 0);
42 $node = new Twig_Extensions_Node_Trans($body, null, null, null, 0);
46 $node = new Twig_Extensions_Node_Trans($body, null, null, null, 0);
52 $node = new Twig_Extensions_Node_Trans($body, null, null, null, 0);
60 $node = new Twig_Extensions_Node_Trans($body, null, null, null, 0);
76 $node = new Twig_Extensions_Node_Trans($body, $plural, $count, null, 0);
86 $node = new Twig_Extensions_Node_Trans($body, null, null, null, 0);
92 $node = new Twig_Extensions_Node_Trans($body, null, null, $notes, 0);
97 $node = new Twig_Extensions_Node_Trans($body, null, null, $notes, 0);
/plugin/combo/vendor/symfony/polyfill-mbstring/
Dbootstrap.php19 …function mb_convert_encoding($string, $to_encoding, $from_encoding = null) { return p\Mbstring::mb…
25 …function mb_encode_mimeheader($string, $charset = null, $transfer_encoding = null, $newline = "\r\…
28 …function mb_decode_numericentity($string, $map, $encoding = null) { return p\Mbstring::mb_decode_n…
31 …function mb_encode_numericentity($string, $map, $encoding = null, $hex = false) { return p\Mbstrin…
34 …function mb_convert_case($string, $mode, $encoding = null) { return p\Mbstring::mb_convert_case($s…
37 …function mb_internal_encoding($encoding = null) { return p\Mbstring::mb_internal_encoding($encodin…
40 function mb_language($language = null) { return p\Mbstring::mb_language($language); }
49 …function mb_check_encoding($value = null, $encoding = null) { return p\Mbstring::mb_check_encoding…
52 …function mb_detect_encoding($string, $encodings = null, $strict = false) { return p\Mbstring::mb_d…
55 function mb_detect_order($encoding = null) { return p\Mbstring::mb_detect_order($encoding); }
[all …]
/plugin/actionrenderer/
Drenderer.php213 public function listu_open($classes = null)
225 public function listo_open($classes = null)
309 public function file($text, $language = null, $filename = null, $options = null)
315 public function code($text, $language = null, $filename = null, $options = null)
381 public function locallink($hash, $name = null, $returnonly = false)
387 …public function internallink($id, $name = null, $search = null, $returnonly = false, $linktype = '…
393 public function externallink($url, $name = null, $returnonly = false)
405 public function windowssharelink($url, $name = null, $returnonly = false)
411 public function emaillink($address, $name = null, $returnonly = false)
417 …ction internalmedia($src, $title = null, $align = null, $width = null, $height = null, $cache = nu…
[all …]
/plugin/strata/_test/
Dstorage_graphs.test.php23 $data = $this->_triples->fetchTriples(null, null, null, 'wiki');
27 $data = $this->_triples->fetchTriples(null, null, null, 'knowledgebase of bob');
31 $data = $this->_triples->fetchTriples(null, null, null, 'knowledgebase of alice');
35 $data = $this->_triples->fetchTriples(null, null, null, null);

12345678910>>...137