Home
last modified time | relevance | path

Searched refs:null (Results 476 – 500 of 5084) sorted by relevance

1...<<11121314151617181920>>...204

/plugin/findologicxmlexport/vendor/phpdocumentor/reflection-docblock/src/DocBlock/Tags/
H A DPropertyWrite.php41 public function __construct($variableName, Type $type = null, Description $description = null)
55 TypeResolver $typeResolver = null,
56 DescriptionFactory $descriptionFactory = null,
57 TypeContext $context = null
63 $type = null;
H A DProperty.php41 public function __construct($variableName, Type $type = null, Description $description = null)
55 TypeResolver $typeResolver = null,
56 DescriptionFactory $descriptionFactory = null,
57 TypeContext $context = null
63 $type = null;
H A DCovers.php30 private $refers = null;
38 public function __construct(Fqsen $refers, Description $description = null)
49 DescriptionFactory $descriptionFactory = null,
50 FqsenResolver $resolver = null,
51 TypeContext $context = null
H A DUses.php30 protected $refers = null;
38 public function __construct(Fqsen $refers, Description $description = null)
49 FqsenResolver $resolver = null,
50 DescriptionFactory $descriptionFactory = null,
51 TypeContext $context = null
/plugin/findologicxmlexport/vendor/sebastian/comparator/tests/
H A DResourceComparatorTest.php43 array($tmpfile1, null),
44 array(null, $tmpfile1),
45 array(null, null)
99 $exception = null;
/plugin/fedauth/Auth/OpenID/
H A DKVForm.php83 if ($values === null) {
84 return null;
96 return null;
100 return null;
104 return null;
/plugin/commonmark/vendor/league/commonmark/src/Extension/Mention/
H A DMention.php30 public function __construct(string $name, string $prefix, string $identifier, ?string $label = null)
41 if (($labelNode = $this->findLabelNode()) === null) {
42 return null;
73 if (($labelNode = $this->findLabelNode()) === null) {
91 return null;
/plugin/authgooglesheets/vendor/google/auth/src/
H A DCacheTrait.php50 return null;
55 return null;
74 return null;
79 return null;
95 return null;
/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/src/
H A DTransferStats.php29 ResponseInterface $response = null,
30 $transferTime = null,
31 $handlerErrorData = null,
66 return $this->response !== null;
124 : null;
/plugin/authgooglesheets/vendor/symfony/polyfill-php72/
H A Dbootstrap.php35 …function sapi_windows_vt100_support($stream, $enable = null) { return p\Php72::sapi_windows_vt100_…
50 function mb_ord($string, $encoding = null) { return p\Php72::mb_ord($string, $encoding); }
53 function mb_chr($codepoint, $encoding = null) { return p\Php72::mb_chr($codepoint, $encoding); }
56 …function mb_scrub($string, $encoding = null) { $encoding = null === $encoding ? mb_internal_encodi…
/plugin/openid/Auth/OpenID/
H A DKVForm.php88 if ($values === null) {
89 return null;
101 return null;
105 return null;
109 return null;
/plugin/geophp/vendor/funiq/geophp/src/Geometry/
H A DCurve.php26 protected $startPoint = null;
28 protected $endPoint = null;
98 return null;
103 return null;
108 return null;
/plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/Util/
H A DTestTest.php31 ['class' => 'FooBarBaz', 'code' => null, 'message' => ''],
36 ['class' => 'Foo_Bar_Baz', 'code' => null, 'message' => ''],
46 ['class' => 'ほげ', 'code' => null, 'message' => ''],
76 ['class' => 'Class', 'code' => null, 'message' => ''],
433 $aCount += $dataSets[$i][0] != null ? 1 : 0;
434 $bCount += $dataSets[$i][1] != null ? 1 : 0;
435 $cCount += $dataSets[$i][2] != null ? 1 : 0;
457 $aCount += $dataSets[$i][0] != null ? 1 : 0;
458 $bCount += $dataSets[$i][1] != null ? 1 : 0;
459 $cCount += $dataSets[$i][2] != null ? 1 : 0;
[all …]
/plugin/combo/ComboStrap/TagAttribute/
H A DBackgroundAttribute.php90 $backgroundImage = $background[self::BACKGROUND_IMAGE] ?? null;
91 if ($backgroundImage !== null) {
94 $backgroundColor = $background[self::BACKGROUND_COLOR] ?? null;
95 if ($backgroundColor !== null) {
98 $opacityAttribute = $background[Opacity::OPACITY_ATTRIBUTE] ?? null;
99 if ($opacityAttribute !== null) {
102 $backgroundPosition = $background[self::BACKGROUND_POSITION] ?? null;
103 if ($backgroundPosition !== null) {
106 $backgroundFill = $background[self::BACKGROUND_FILL] ?? null;
107 if ($backgroundFill !== null) {
[all...]
/plugin/templater/
H A Dsyntax.php115 $section = null;
201 $instr[0][1][0] = null;
231 $i = (array) null;
232 $level = null;
233 $no_section = null;
248 return array($i,null);
305 $r['keys'] = null;
306 $r['vals'] = null;
328 $r['keys'] = null;
329 $r['vals'] = null;
[all...]
/plugin/siteexport/inc/
H A Dfilewriter.php11 private $pdfGenerator = null;
12 private $functions = null;
14 public function __construct($functions = null)
25 return $this->pdfGenerator !== null;
33 public function __moveDataToZip($DATA, $FILENAME = 'toc.xml', $ZIP = null, $JUSTWRITE = false) {
63 public function __addFileToZip($FILE, $NAME, $ZIP = null) {
66 …essage("Weird, the NAME for the ZIP started with a '/'. This may result in wrong links!", null, 3);
72 …debug->message("Trying to create PDF from File '$FILE' with name '$NAME' for ZIP '$ZIP'", null, 2);
112 $this->functions->debug->message("Adding file '{$NAME}' to ZIP {$ZIPFILE}", null, 2);
202 public function getOnlyFileInZip(&$data = null) {
/plugin/davcal/
H A Dhelper.php13 protected $sqlite = null;
28 if($this->sqlite === null)
57 if ($id === null) $id = $ID;
991 $startTs = null;
992 $endTs = null;
1091 if($start !== null)
1112 if($end !== null)
1123 if($start !== null && $end == null && $duration !== null)
1688 $component = null;
1691 $uid = null;
[all …]
/plugin/freechat/phpfreechat/src/
H A Dpfccontainerinterface.class.php61 function getMeta($group, $subgroup = null, $leaf = null, $withleafvalue = false)
72 function rmMeta($group, $subgroup = null, $leaf = null)
/plugin/jdraw/src/com/mxgraph/examples/swing/editor/
H A DEditorActions.java.bak99 return null;
266 if (doc != null) {
395 JOptionPane.PLAIN_MESSAGE, null, null, "");
804 if (source != null && target != null) {
809 if (source != null && target != null) {
1013 JOptionPane.PLAIN_MESSAGE, null, null, current);
1522 this(key, null);
1577 JOptionPane.PLAIN_MESSAGE, null, null, "");
1581 value = null;
1671 name, null);
[all …]
/plugin/bahnde/
H A Dsyntax.php135 if ($start_date != null) {
154 if ($start_station != null) {
167 if ($end_station != null ) {
180 if ($start_date != null) {
206 if ($time_prefix != null) {
213 if ($start_time != null) {
/plugin/findologicxmlexport/vendor/hoa/compiler/Llk/Rule/
H A DRule.php56 protected $_name = null;
63 protected $_children = null;
70 protected $_nodeId = null;
84 protected $_defaultId = null;
98 protected $_pp = null;
117 public function __construct($name, $children, $nodeId = null)
/plugin/davcard/vendor/sabre/vobject/tests/VObject/
H A DFreeBusyGeneratorTest.php57 null,
74 null,
107 null,
123 null,
170 null,
336 function testGenerator($input, $expected, $timeZone = null) {
/plugin/authfacebook/lib/GraphNodes/
H A DGraphEdge.php66 …$request, array $data = [], array $metaData = [], $parentEdgeEndpoint = null, $subclassName = null)
139 return null;
157 return null;
190 return null;
236 return null;
/plugin/webdavclient/vendor/sabre/vobject/tests/VObject/
H A DFreeBusyGeneratorTest.php57 null,
74 null,
107 null,
123 null,
170 null,
336 function testGenerator($input, $expected, $timeZone = null) {
/plugin/davcal/vendor/sabre/vobject/tests/VObject/
H A DFreeBusyGeneratorTest.php57 null,
74 null,
107 null,
123 null,
170 null,
336 function testGenerator($input, $expected, $timeZone = null) {

1...<<11121314151617181920>>...204