Home
last modified time | relevance | path

Searched refs:null (Results 301 – 325 of 5084) sorted by relevance

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

/plugin/zip/pear/File/Archive/Predicate/
H A DDuplicate.php72 $value = isset($this->newest[$filename]) ? $this->newest[$filename] : null;
74 if ($value === null ||
91 return ($a === null ? -1 : $a) - ($b === null ? -1 : $b);
101 $value = isset($this->newest[$filename]) ? $this->newest[$filename] : null;
102 if ($value === null) {
/plugin/combo/vendor/antlr/antlr4-php-runtime/src/Atn/
H A DLexerATNSimulator.php37 /** @var Lexer|null */
125 if ($match_calls === null) {
140 if ($dfa->s0 === null) {
209 // be able to avoid doing a reach operation upon t. If s!=null,
211 // creating a DFA state. Once we know s!=null, we check to see if
226 if ($target === null) {
259 * this method returns `null`.
264 * @return DFAState|null The existing target DFA state for the given input symbol
265 * `t`, or `null` if the target state for this edg
270 if ($s->edges === null ||
[all...]
/plugin/translator/syntax/
H A Dtranslator.php20 var $functions = null;
21 var $category = null;
22 var $languages = null;
23 var $currentLanguage = null;
24 var $currentVersion = null;
25 var $additionalLanguage = null;
26 var $version = null;
126 …$categories), $_REQUEST['Category'], $this->getLang('Category') . ':', null, null, array('onchange…
164 function _printTranslator(&$renderer, $start=null, $amount=null, $display=null, $filter=null) {
391 function _startFieldSet($name, $hid='translator', $formType=null) {
[all …]
/plugin/zip/pear/File/Archive/Reader/
H A DAr.php72 var $_currentFilename = null;
79 var $_currentStat = null;
94 $this->_currentFilename = null;
95 $this->_currentStat = null;
144 if ($delim === null) {
200 return null;
276 $seek = null;
286 if ($seek === null) {
299 if ($seek !== null) {
305 if ($seek === null) {
[all …]
/plugin/subjectindex/inc/
H A Dcommon.php27 function __construct(Array $paths = null, Array $pids = null) {
28 if ($paths === null) {
73 $result = array(null, null);
103 function filtered($section = null, $regex = null, $pid = null) {
105 if ($section !== null && is_numeric($section)) {
111 if ($pid !== null) {
150 function __construct(SI_Index $index = null) {
151 if ($index === null) {
179 $page_index = $this->index->filtered(null, null, $pid);
/plugin/combo/ComboStrap/
H A DLogUtility.php79 public static function msg(string $message, int $level = self::LVL_MSG_ERROR, string $canonical = "support", \Exception $e = null)
98 $loglevelProp = $INPUT->str(self::LOGLEVEL_URI_QUERY_PROPERTY, null);
121 * @param null|string $msg - may be null always this is the default if a variable is not initialized.
123 * @param null $canonical
126 static function log2file(?string $msg, int $logLevel = self::LVL_MSG_ERROR, $canonical = null, \Exception $e = null)
214 if ($canonical !== null) {
231 if ($id != null) {
274 private static function throwErrorIfTest($level, $message, \Exception $e = null)
[all...]
H A DMetadataFrontmatterStore.php56 $guidValue = null;
61 $guidValue !== null
71 if ($metaFilePath !== null) {
98 $targetValue = null;
103 $defaultValue = null;
106 * Strict because otherwise the comparison `false == null` is true
108 $targetValueShouldBeStore = !in_array($targetValue, [$defaultValue, null], true);
114 if ($sourceValue !== null) {
180 * @param array|null $data
182 public function __construct(ResourceCombo $page, array $data = null)
[all...]
/plugin/groupmail/
H A Drecaptchalib.php106 function recaptcha_get_html ($pubkey, $error = null, $use_ssl = false)
108 if ($pubkey == null || $pubkey == '') {
154 if ($privkey == null || $privkey == '') {
158 if ($remoteip == null || $remoteip == '') {
165 …if ($challenge == null || strlen($challenge) == 0 || $response == null || strlen($response) == 0) {
202 function recaptcha_get_signup_url ($domain = null, $appname = null) {
231 if ($pubkey == '' || $pubkey == null || $privkey == "" || $privkey == null) {
/plugin/recaptcha/lib/
H A Drecaptchalib.php108 function recaptcha_get_html ($pubkey, $error = null, $use_ssl = false)
110 if ($pubkey == null || $pubkey == '') {
154 if ($privkey == null || $privkey == '') {
158 if ($remoteip == null || $remoteip == '') {
165 …if ($challenge == null || strlen($challenge) == 0 || $response == null || strlen($response) == 0) {
202 function recaptcha_get_signup_url ($domain = null, $appname = null) {
231 if ($pubkey == '' || $pubkey == null || $privkey == "" || $privkey == null) {
/plugin/contactmodern/
H A Drecaptchalib.php106 function recaptcha_get_html ($pubkey, $error = null, $use_ssl = false)
108 if ($pubkey == null || $pubkey == '') {
154 if ($privkey == null || $privkey == '') {
158 if ($remoteip == null || $remoteip == '') {
165 …if ($challenge == null || strlen($challenge) == 0 || $response == null || strlen($response) == 0) {
202 function recaptcha_get_signup_url ($domain = null, $appname = null) {
231 if ($pubkey == '' || $pubkey == null || $privkey == "" || $privkey == null) {
/plugin/fedauth/Auth/Yadis/
H A DXML.php94 function &evalXPath($xpath, $node = null)
139 $this->xml = null;
140 $this->doc = null;
141 $this->xpath = null;
165 function &evalXPath($xpath, $node = null)
222 $this->xml = null;
223 $this->doc = null;
224 $this->xpath = null;
255 function &evalXPath($xpath, $node = null)
302 $__Auth_Yadis_defaultParser = null;
/plugin/elasticsearch/vendor/ruflin/elastica/src/QueryBuilder/DSL/
H A DAggregation.php102 public function sum_bucket(string $name, ?string $bucketsPath = null): SumBucket
122 public function avg_bucket(string $name, ?string $bucketsPath = null): AvgBucket
140 public function stats_bucket(string $name, ?string $bucketsPath = null): StatsBucket
171 * @param string|null $field the field on which to perform this aggregation
173 public function percentiles(string $name, ?string $field = null): Percentiles
184 * @param string|null $bucketsPath the field on which to perform this aggregation
186 public function percentiles_bucket(string $name, ?string $bucketsPath = null): PercentilesBucket
238 ?string $initScript = null,
239 ?string $mapScript = null,
240 ?string $combineScript = null,
[all...]
/plugin/swiftmail/Swift/Connection/
H A DMulti.php31 protected $active = null;
48 public function addConnection(Swift_Connection $connection, $id=null)
55 if ($id !== null) $this->connections[$id] = $connection;
65 if ($this->active === null)
78 if ($this->active === null)
122 if ($this->active !== null) $this->connections[$this->active]->stop();
123 $this->active = null;
131 return (($this->active !== null) && $this->connections[$this->active]->isAlive());
/plugin/jplayer/vendor/kriswallsmith/assetic/src/Assetic/Filter/
H A DGssFilter.php93 if (null !== $this->allowUnrecognizedFunctions) {
97 if (null !== $this->allowedNonStandardFunctions) {
101 if (null !== $this->copyrightNotice) {
105 if (null !== $this->define) {
109 if (null !== $this->gssFunctionMapProvider) {
113 if (null !== $this->inputOrientation) {
117 if (null !== $this->outputOrientation) {
121 if (null !== $this->prettyPrint) {
/plugin/youtracklinks/
H A Dhelper.php59 return $content ? $content : null;
90 if ($id == null || $id == "")
91 return null;
94 return null;
107 if ($xml == null || $xml == '')
108 return null;
121 if ($issue == null || $issue['0'] == "You are not logged in.") {
122 return null;
/plugin/findologicxmlexport/vendor/phpspec/prophecy/src/Prophecy/Doubler/
H A DDoubler.php50 public function __construct(ClassMirror $mirror = null, ClassCreator $creator = null,
51 NameGenerator $namer = null)
93 public function double(ReflectionClass $class = null, array $interfaces, array $args = null)
108 if (null !== $args) {
111 if ((null === $constructor = $reflection->getConstructor())
131 protected function createDoubleClass(ReflectionClass $class = null, array $interfaces)
/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/src/Exception/
H A DRequestException.php26 ResponseInterface $response = null,
27 \Exception $previous = null,
52 : new RequestException($e->getMessage(), $request, null, $e);
67 ResponseInterface $response = null,
68 \Exception $previous = null,
75 null,
109 if ($summary !== null) {
175 return $this->response !== null;
/plugin/findologicxmlexport/vendor/hoa/iterator/
H A DFileSystem.php54 protected $_splFileInfoClass = null;
67 public function __construct($path, $flags = null, $splFileInfoClass = null)
71 if (null === $flags) {
90 if (null !== $this->_splFileInfoClass &&
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Entry/
H A DOption.php67 * @return null|string
76 return $match[2] ?? null;
83 * @return string|null
88 return null;
92 return $match[1] ?? null;
101 if ($this->lcOption === null) {
117 if ($this->lcOption === null) {
120 if ($option->lcOption === null) {
134 if ($this->lcOption === null) {
/plugin/swiftmail/Swift/
H A DMessage.php56 "parent" => array("alternative" => null, "mixed" => null, "related" => null),
70 …public function __construct($subject="", $body=null, $type="text/plain", $encoding=null, $charset=
80 $this->setCc(null);
81 $this->setBcc(null);
82 $this->setReplyTo(null);
106 if ($body !== null)
109 if ($charset === null)
401 return null;
410 $value = null;
477 else return null;
[all …]
/plugin/publish/
H A Dhelper.php15 private $sortedApprovedRevisions = null;
105 function getRevision($id = null) {
117 function getApprovals($id = null) {
129 function getMeta($id = null) {
133 if ($id === null) $id = $ID;
190 if ($id === null) {
288 function isHidden($id = null) {
294 if ($id == null) {
313 if ($id == null) {
337 function isActive($id = null) {
[all …]
/plugin/dokusioc/lib/
H A Dsioc_dokuwiki.php15 private $id = null;
16 private $url = null;
17 private $subject = null;
20 private $created = null;
21 private $modified = null;
25 private $next_version = null;
28 private $has_space = null;
29 private $content = null;
390 private $id = null;
391 private $url = null;
[all …]
/plugin/elasticsearch/vendor/ruflin/elastica/src/Aggregation/
H A DGeoDistance.php60 * @param int|null $fromValue a distance
61 * @param int|null $toValue a distance
67 public function addRange(?int $fromValue = null, ?int $toValue = null): self
69 if (null === $fromValue && null === $toValue) {
70 throw new InvalidException('Either fromValue or toValue must be set. Both cannot be null.');
75 if (null !== $fromValue) {
79 if (null !== $toValue) {
/plugin/combo/vendor/antlr/antlr4-php-runtime/src/
H A DParserTraceListener.php24 $token = $stream !== null ? $stream->LT(1) : null;
29 $token === null? '' : $token->getText() ?? ''
45 $token = $stream !== null ? $stream->LT(1) : null;
50 $token === null? '' : $token->getText() ?? ''
/plugin/mediathumbnails/
H A Dthumbnail.php19 private ?thumb_engine $thumb_engine = null;
23 private static ?bool $pdf_support = null;
24 private static ?bool $image_support = null;
25 private static ?bool $no_ghostscript_support = null;
26 private static ?bool $no_imagick_pdf_readwrite = null;
65 if (self::$pdf_support === null) {
71 if (self::$image_support === null) {
77 if (self::$no_ghostscript_support === null) {
83 if (self::$no_imagick_pdf_readwrite === null) {

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