Home
last modified time | relevance | path

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

12345678910>>...163

/plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/_files/
H A 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/davcard/vendor/sabre/vobject/tests/VObject/
H A DDateTimeParserTest.php205 "year" => null,
217 "year" => null,
232 "hour" => null,
243 "date" => null,
244 "hour" => null,
255 "date" => null,
256 "hour" => null,
265 "year" => null,
268 "hour" => null,
277 "year" => null,
[all …]
/plugin/webdavclient/vendor/sabre/vobject/tests/VObject/
H A DDateTimeParserTest.php205 "year" => null,
217 "year" => null,
232 "hour" => null,
243 "date" => null,
244 "hour" => null,
255 "date" => null,
256 "hour" => null,
265 "year" => null,
268 "hour" => null,
277 "year" => null,
[all …]
/plugin/davcal/vendor/sabre/vobject/tests/VObject/
H A DDateTimeParserTest.php205 "year" => null,
217 "year" => null,
232 "hour" => null,
243 "date" => null,
244 "hour" => null,
255 "date" => null,
256 "hour" => null,
265 "year" => null,
268 "hour" => null,
277 "year" => null,
[all …]
/plugin/icalevents/vendor/sabre/vobject/tests/VObject/
H A DDateTimeParserTest.php217 "timezone" => null
229 "timezone" => null
241 "timezone" => null
253 "timezone" => null
265 "timezone" => null
277 "timezone" => null
289 "timezone" => null
301 "timezone" => null
313 "timezone" => null
325 "timezone" => null
[all …]
/plugin/combo/ComboStrap/PageSqlParser/
H A DPageSql.interp2 null
34 null
35 null
36 null
37 null
38 null
39 null
40 null
41 null
42 null
[all...]
H A 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/
H A 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/
H A DPoint.php15 protected $x = null;
17 protected $y = null;
19 protected $z = null;
21 protected $m = null;
26 * @param int|float|null $x The x coordinate (or longitude)
27 * @param int|float|null $y The y coordinate (or latitude)
28 * @param int|float|null $z The z coordinate (or altitude) - optional
29 * @param int|float|null $m Measure - optional
32 public function __construct($x = null, $y = null,
[all...]
H A 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/
H A DREADME.md68 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…
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…
91 QRcode::svg($code, $emblem = null, $file = null, $level = null, $size = null, $margin = null, $colo…
108 Datamatrix::png($code, $file = null, $size = null, $margin = null, $color = null)
110 Datamatrix::svg($code, $file = null, $size = null, $margin = null, $color = null)
123 PDF417::html($code, $size = null, $margin = null, $color = null)
125 PDF417::png($code, $file = null, $size = null, $margin = null, $color = null)
[all …]
H A DQRcode.php15 $emblem = null,
16 $level = null,
17 $size = null,
18 $margin = null,
19 $color = null
34 $file = null,
35 $level = null,
36 $size = null,
38 $color = null
54 $file = null,
[all …]
/plugin/elasticsearch/vendor/react/promise/src/
H A DPromise.php16 public function __construct(callable $resolver, callable $canceller = null)
20 // Explicitly overwrite arguments with null values before invoking
24 $resolver = $canceller = null;
28 public function then(callable $onFulfilled = null, callable $onRejected = null, callable $onProgress = null)
30 if (null !== $this->result) {
34 if (null === $this->canceller) {
53 $parent = null;
58 public function done(callable $onFulfilled = null, callabl
[all...]
/plugin/html2pdf/html2pdf/html2ps/
H A Dvalue.content.item.php28 $null = null;
29 return array('item' => &$null,
64 $null = null;
65 return array('item' => &$null, 'rest' => $string);
90 $null = null;
127 $null = null;
156 $null = null;
176 $null = null;
196 $null = null;
216 $null = null;
[all …]
/plugin/findologicxmlexport/vendor/jms/serializer/src/Type/
H A DInnerParser.php47 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),
57 11 => new Token(11, '_quote', null, -1, false),
59 13 => new Token(13, 'apostrophe_', null, -1, false),
61 15 => new Token(15, '_apostrophe', null, -1, false),
64 18 => new Token(18, 'name', null, -1, true),
66 20 => new Token(20, 'comma', null, -1, false),
[all …]
/plugin/authgooglesheets/vendor/google/auth/src/
H A DApplicationDefaultCredentials.php91 $scope = null,
121 $scope = null,
125 $quotaProject = null
152 $scope = null,
156 $quotaProject = null,
157 $defaultScope = null
159 $creds = null;
185 $creds = new GCECredentials(null, $anyScope, null, $quotaProject);
271 $creds = null;
297 $creds = new ServiceAccountCredentials(null, $jsonKey, null, $targetAudience);
[all …]
/plugin/struct/renderer/
H A Dcsv.php79 * @param null $align ignored
83 public function tablecell_open($colspan = 1, $align = null, $rowspan = 1)
107 * @param null $align ignored
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,
[all...]
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/TextUI/
H A 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/sebastian/comparator/tests/
H A DMockObjectComparatorTest.php44 array($stdmock, null),
45 array(null, $stdmock),
46 array(null, null)
53 $book1 = $this->getMock('SebastianBergmann\\Comparator\\Book', null);
56 $book2 = $this->getMock('SebastianBergmann\\Comparator\\Book', null);
69 $this->getMock('SebastianBergmann\\Comparator\\Struct', null, array(2.3)),
70 $this->getMock('SebastianBergmann\\Comparator\\Struct', null, array(2.5)),
82 $book1 = $this->getMock('SebastianBergmann\\Comparator\\Book', null);
85 $book2 = $this->getMock('SebastianBergmann\\Comparator\\Book', null);
89 $book3 = $this->getMock('SebastianBergmann\\Comparator\\Book', null);
[all …]
/plugin/elasticsearch/vendor/ruflin/elastica/src/Query/
H A DFunctionScore.php68 * @param AbstractQuery|null $filter filter to apply to the function
69 * @param float|null $weight function weight
76 ?AbstractQuery $filter = null,
77 ?float $weight = null
83 if (null !== $filter) {
87 if (null !== $weight) {
100 * @param AbstractQuery|null $filter an optional filter to apply to the function
101 * @param float|null $weight the weight of the function
105 public function addScriptScoreFunction(AbstractScript $script, ?AbstractQuery $filter = null, ?float $weight = null)
[all...]
/plugin/ipban/ip-lib/src/
H A 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;
87 $result = null;
117 if ($from === null && $to === null) {
118 $result = null;
[all …]
/plugin/findologicxmlexport/vendor/twig/extensions/test/Twig/Tests/Node/
H A 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/
H A Dbootstrap.php19 function mb_convert_encoding($string, $to_encoding, $from_encoding = null) { return p\Mbstring::mb_convert_encoding($string, $to_encoding, $from_encoding); }
25 function mb_encode_mimeheader($string, $charset = null, $transfer_encoding = null, $newline = "\r\n", $indent = 0) { return p\Mbstring::mb_encode_mimeheader($string, $charset, $transfer_encoding, $newline, $indent); }
28 function mb_decode_numericentity($string, $map, $encoding = null) { return p\Mbstring::mb_decode_numericentity($string, $map, $encoding); }
31 function mb_encode_numericentity($string, $map, $encoding = null, $hex = false) { return p\Mbstring::mb_encode_numericentity($string, $map, $encoding, $hex); }
34 function mb_convert_case($string, $mode, $encoding = null) { return p\Mbstring::mb_convert_case($string, $mode, $encoding); }
37 function mb_internal_encoding($encoding = null) { return p\Mbstring::mb_internal_encoding($encoding); }
40 function mb_language($language = null) { return p\Mbstring::mb_language($language); }
49 function mb_check_encoding($value = null, $encoding = null) { retur
[all...]
H A Dbootstrap80.php15 function mb_convert_encoding(array|string|null $string, ?string $to_encoding, array|string|null $from_encoding = null): array|string|false { return p\Mbstring::mb_convert_encoding($string ?? '', (string) $to_encoding, $from_encoding); }
21 function mb_encode_mimeheader(?string $string, ?string $charset = null, ?string $transfer_encoding = null, ?string $newline = "\r\n", ?int $indent = 0): string { return p\Mbstring::mb_encode_mimeheader((string) $string, $charset, $transfer_encoding, (string) $newline, (int) $indent); }
24 function mb_decode_numericentity(?string $string, array $map, ?string $encoding = null): string { return p\Mbstring::mb_decode_numericentity((string) $string, $map, $encoding); }
27 function mb_encode_numericentity(?string $string, array $map, ?string $encoding = null, ?bool $hex = false): string { return p\Mbstring::mb_encode_numericentity((string) $string, $map, $encoding, (bool) $hex); }
30 function mb_convert_case(?string $string, ?int $mode, ?string $encoding = null): string { return p\Mbstring::mb_convert_case((string) $string, (int) $mode, $encoding); }
33 function mb_internal_encoding(?string $encoding = null): string|bool { return p\Mbstring::mb_internal_encoding($encoding); }
36 function mb_language(?string $language = null)
[all...]
/plugin/strata/_test/
H A 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, nul
[all...]

12345678910>>...163