Home
last modified time | relevance | path

Searched refs:null (Results 76 – 100 of 4700) sorted by relevance

12345678910>>...188

/plugin/publistx/bib2tpl/lib/
H A DPEAR.php307 function setErrorHandling($mode = null, $options = null)
323 case null:
508 if ($mode === null) {
559 function &throwError($message = null, $code = null, $userinfo = null)
562 $a = &$this->raiseError($message, $code, null, null, $userinfo);
566 $a = &PEAR::raiseError($message, $code, null, null, $userinfo);
582 case null:
619 case null:
831 $mode = null, $options = null, $userinfo = null)
833 if ($mode === null) {
[all …]
/plugin/elasticsearch/vendor/react/promise/src/
H A DFulfilledPromise.php12 public function __construct($value = null)
21 public function then(callable $onFulfilled = null, callable $onRejected = null, callable $onProgress = null)
23 if (null === $onFulfilled) {
36 public function done(callable $onFulfilled = null, callable $onRejected = null, callable $onProgress = null)
38 if (null === $onFulfilled) {
/plugin/findologicxmlexport/vendor/hoa/compiler/Llk/
H A DTreeNode.php56 protected $_id = null;
63 protected $_value = null;
70 protected $_children = null;
98 array $value = null,
100 self $parent = null
110 if (null !== $parent) {
175 : null;
188 : null;
252 : null;
330 &$handle = null,
[all …]
/plugin/zip/pear/File/Archive/Writer/
H A DMemoryArchive.php52 var $currentFilename = null;
57 var $currentStat = null;
62 var $currentDataFile = null;
128 if ($this->currentFilename !== null) {
129 if ($this->currentDataFile !== null) {
141 $this->currentFilename = null;
142 $this->currentDataFile = null;
151 if ($this->currentDataFile !== null) {
153 $this->currentDataFile = null;
165 if ($this->currentDataFile !== null) {
[all …]
/plugin/combo/vendor/antlr/antlr4-php-runtime/src/
H A DLexer.php29 /** @var CharStream|null */
48 * @var Token|null
107 * @var string|null
111 /** @var LexerATNSimulator|null */
114 public function __construct(?CharStream $input = null)
123 $this->interp = null;// child classes must populate this
129 if ($this->input !== null) {
133 $this->token = null;
139 $this->text = null;
145 if ($this->interp !== null) {
[all...]
H A DParserRuleContext.php46 * @var array<ParseTree>|null
50 /** @var Token|null */
53 /** @var Token|null */
58 * completed, this is `null`.
60 * @var RecognitionException|null
82 $this->children = null;
133 if ($this->children === null) {
149 if ($this->children !== null) {
155 * @return RuleContext|null
163 * @return ParseTree|null
[all...]
/plugin/dw2pdf/vendor/setasign/fpdi/src/
H A DFpdfTplTrait.php31 * @var null|int
51 if ($this->currentTemplateId !== null) {
96 * @param float|int|null $width The width.
97 * @param float|int|null $height The height.
102 public function useTemplate($tpl, $x = 0, $y = 0, $width = null, $height = null, $adjustPageSize = false)
148 * @param float|int|null $width The width.
149 * @param float|int|null $height The height.
152 public function getTemplateSize($tpl, $width = null, $height = null)
[all...]
/plugin/geophp/vendor/funiq/geophp/src/Geometry/
H A DMultiGeometry.php21 * @return bool|null
104 * @param float|null $radius Default is the semi-major axis of WGS84
134 return $min < PHP_INT_MAX ? $min : null;
146 return $max > ~PHP_INT_MAX ? $max : null;
156 return null;
162 $gain = null;
171 $loss = null;
187 return $min < PHP_INT_MAX ? $min : null;
199 return $max > ~PHP_INT_MAX ? $max : null;
206 return null;
[all...]
/plugin/latexport/implementation/
H A Ddecorator.php611 function file($text, $lang = null, $file = null) {
623 function code($text, $lang = null, $file = null) {
838 function internalmedia($src, $title = null, $align = null, $width = null,
839 … $height = null, $cache = null, $linking = null, $positionInGroup = 1, $totalInGroup = 1) {
855 function externalmedia($src, $title = null, $align = null, $width = null,
856 $height = null, $cache = null, $linking = null) {
871 function internalmedialink($src, $title = null, $align = null,
872 $width = null, $height = null, $cache = null) {
887 function externalmedialink($src, $title = null, $align = null,
888 $width = null, $height = null, $cache = null) {
[all …]
/plugin/findologicxmlexport/vendor/twig/twig/src/Error/
H A DError.php66 …public function __construct($message, $lineno = -1, $source = null, \Exception $previous = null, $…
68 if (null === $source) {
69 $name = null;
83 if ($autoGuess && (-1 === $lineno || null === $name || null === $this->sourcePath)) {
158 $this->sourceCode = $this->sourcePath = null;
200 if (null === $source) {
276 $template = null;
277 $templateClass = null;
292 if (null !== $template && null === $this->filename) {
297 if (null !== $template && null === $this->sourcePath) {
[all …]
/plugin/zip/pear/File/Archive/Reader/
H A DFile.php44 var $handle = null;
60 var $stat = null;
65 var $mime = null;
77 function File_Archive_Reader_File($filename, $symbolic = null, $mime = null)
81 if ($symbolic === null) {
95 if ($this->handle !== null) {
97 $this->handle = null;
131 if ($this->stat === null) {
147 if ($this->mime === null) {
164 if ($this->handle === null) {
[all …]
/plugin/findologicxmlexport/vendor/hoa/compiler/Test/Integration/Llk/
H A DDocumentation.php69 ->when($result = $compiler->parse('"foo"', null, false))
74 ->when($result = $compiler->parse('\'foo"', null, false))
79 ->when($result = $compiler->parse('"foo\'', null, false))
84 ->when($result = $compiler->parse('\'foo\'', null, false))
106 ->when($result = $compiler->parse('"foo"', null, false))
117 $compiler->parse('\'foo"', null, false);
122 $compiler->parse('"foo\'', null, false);
142 ->when($result = $compiler->parse('aa', null, false))
147 ->when($result = $compiler->parse('abba', null, false))
152 ->when($result = $compiler->parse('abccba', null, false))
[all …]
/plugin/findologicxmlexport/vendor/hoa/exception/
H A DIdle.php56 protected $_tmpArguments = null;
63 protected $_arguments = null;
70 protected $_trace = null;
77 protected $_previous = null;
84 protected $_rawMessage = null;
103 \Exception $previous = null
121 if (null === $this->_trace) {
136 if (null === $this->_previous) {
150 if (null === $this->_arguments) {
158 if (null === $value) {
[all …]
/plugin/starred/
H A Dhelper.php25 if($this->db !== null) return $this->db;
33 return null;
42 public function toggleStar($user = null, $pageid = null)
52 if ($pageid === null) $pageid = $ID;
53 if ($user === null) $user = $INPUT->server->str('REMOTE_USER');
76 public function checkStar($user = null, $pageid = null)
86 if ($pageid === null) $pageid = $ID;
87 if ($user === null) $user = $INPUT->server->str('REMOTE_USER');
101 public function loadStars($user = null, $limit = 0)
109 if ($user === null) $user = $INPUT->server->str('REMOTE_USER');
[all …]
/plugin/findologicxmlexport/vendor/phpdocumentor/reflection-docblock/src/DocBlock/Tags/
H A DSource.php32 private $lineCount = null;
34 public function __construct($startingLine, $lineCount = null, Description $description = null)
40 $this->lineCount = $lineCount !== null ? (int)$lineCount : null;
47 … function create($body, DescriptionFactory $descriptionFactory = null, TypeContext $context = null)
53 $lineCount = null;
54 $description = null;
94 . ($this->lineCount !== null ? ' ' . $this->lineCount : '')
/plugin/elasticsearch/vendor/ruflin/elastica/src/Aggregation/
H A DRange.php19 * @param float|int|string|null $fromValue low end of this range, exclusive (greater than or equal to)
20 * @param float|int|string|null $toValue high end of this range, exclusive (less than)
21 * @param string|null $key customized key value
27 public function addRange($fromValue = null, $toValue = null, ?string $key = null): self
29 if (null === $fromValue && null === $toValue) {
30 throw new InvalidException('Either fromValue or toValue must be set. Both cannot be null.');
35 if (null !
[all...]
/plugin/findologicxmlexport/vendor/phpunit/php-code-coverage/tests/tests/
H A DCodeCoverageTest.php57 $coverage = new CodeCoverage(null, $filter);
94 $coverage = new CodeCoverage(null, $filter);
110 $this->coverage->start(null, null);
118 $this->coverage->stop(null);
126 $this->coverage->stop(true, null);
134 $this->coverage->append([], null);
142 $this->coverage->setCacheTokens(null);
174 $this->coverage->setForceCoversAnnotation(null);
210 $this->coverage->setCheckForUnexecutedCoveredCode(null);
228 $this->coverage->setAddUncoveredFilesFromWhitelist(null);
[all …]
/plugin/sectiontoggle/
H A DMobile_Detect.php86 protected $userAgent = null;
105 protected $matchingRegex = null;
113 protected $matchesArray = null;
140 'HTTP_X_WAP_PROFILE' => null,
141 'HTTP_X_WAP_CLIENTID' => null,
142 'HTTP_WAP_CONNECTION' => null,
143 'HTTP_PROFILE' => null,
145 'HTTP_X_OPERAMINI_PHONE_UA' => null,
146 'HTTP_X_NOKIA_GATEWAY_ID' => null,
147 'HTTP_X_ORANGE_ID' => null,
[all...]
/plugin/findologicxmlexport/vendor/twig/twig/src/Extension/
H A DCoreExtension.php42 protected $timezone = null;
72 public function setDateFormat($format = null, $dateIntervalFormat = null)
74 if (null !== $format) {
342 function twig_random(Environment $env, $values = null, $max = null)
344 if (null === $values) {
349 if (null === $max) {
414 if (null === $format) {
459 function twig_date_converter(Environment $env, $date = null, $timezone = null)
560 …_format_filter(Environment $env, $number, $decimal = null, $decimalPoint = null, $thousandSep = nu…
563 if (null === $decimal) {
[all …]
/plugin/openid/Auth/OpenID/
H A DExtension.php25 public $ns_uri = null;
26 public $ns_alias = null;
35 function getExtensionArgs($request = null)
37 return null;
49 function toMessage($message, $request = null)
56 if ($added === null) {
59 return null;
63 if ($request !== null) {
/plugin/elasticsearch/vendor/ruflin/elastica/src/
H A DScroll.php30 * @var string|null
35 * @var ResultSet|null
46 protected $_options = [null, null, null];
82 $this->_currentResultSet = null;
115 return null !== $this->_nextScrollId;
130 $this->_options = [null, null, null];
[all...]
/plugin/jplayer/vendor/symfony/process/
H A DPhpProcess.php34 …public function __construct($script, $cwd = null, array $env = null, $timeout = 60, array $options…
38 $php = null;
47 $script = null;
49 if (null !== $options) {
67 public function start(callable $callback = null/*, array $env = []*/)
69 if (null === $this->getCommandLine()) {
72 $env = 1 < \func_num_args() ? func_get_arg(1) : null;
/plugin/displayorphans/
H A Drenderer.php17 …oku_Renderer $renderer, /* string */ $type, array $items = null, /* bool */ $showHeader = null, ar…
19 $renderer->table_open(null, null, null, array('plugin__displayorphans_' . $type));
24 $showColumns[0] ? $this->getLang('header_index') : null,
25 $showColumns[1] ? $this->getLang('header_id') : null,
26 $showColumns[2] ? $this->getLang('header_title') : null,
27 $showColumns[3] ? $this->getLang('header_backlinks') : null
40 $renderer->table_close(null);
51 if ($label !== null)
115 if ($count !== null) { $renderer->doc .= $count . ' : '; }
/plugin/stopforumspam/_test/
H A DResponseCheckerTest.php38 $resp = new Response(null, new ResponseCategory(10, 25.0), null);
49 $resp = new Response(null, new ResponseCategory(10, 9.7), null);
60 $resp = new Response(new ResponseCategory(10, 25.0), null, null);
71 $resp = new Response(new ResponseCategory(10, 9.7), null, null);
82 $resp = new Response(null, null, new ResponseCategory(10, 25.0));
93 $resp = new Response(null, null, new ResponseCategory(10, 9.7));
/plugin/ipban/ip-lib/src/Address/
H A DIPv4.php49 private static $reservedRanges = null;
59 $this->bytes = null;
60 $this->rangeType = null;
61 $this->comparableString = null;
74 $result = null;
80 $matches = null;
110 $result = null;
157 if ($this->bytes === null) {
249 if ($this->rangeType === null) {
250 $rangeType = null;
[all …]

12345678910>>...188