Home
last modified time | relevance | path

Searched refs:null (Results 876 – 900 of 5084) sorted by relevance

1...<<31323334353637383940>>...204

/plugin/combo/vendor/antlr/antlr4-php-runtime/src/Dfa/
H A DDFASerializer.php29 if ($this->dfa->s0 === null) {
37 $count = $state->edges === null ? 0 : $state->edges->count();
43 if ($t !== null && $t->stateNumber !== 0x7FFFFFFF) {
75 if ($state->predicates !== null) {
/plugin/combo/vendor/antlr/antlr4-php-runtime/src/PredictionContexts/
H A DSingletonPredictionContext.php17 /** @var PredictionContext|null */
23 public function __construct(int $returnState, ?PredictionContext $parent = null)
34 if ($returnState === PredictionContext::EMPTY_RETURN_STATE && $parent === null) {
83 $up = $this->parent === null ? '' : (string) $this->parent;
98 if ($this->parent === null) {
/plugin/shibbolethauth/files/
H A Dshibboleth.class.php28 var $users = null;
29 var $sympaDefaultGroup = null;
30 var $sympaSoapService = null;
31 var $soap_client = null;
32 var $log_file = null;
160 if($this->users === null) $this->_loadUserData();
287 if($this->users === null) $this->_loadUserData();
442 return null;
505 if ($this->users === null) $this->_loadUserData();
536 if($this->users === null) $this->_loadUserData();
[all …]
/plugin/authgooglesheets/vendor/guzzlehttp/psr7/src/
H A DUri.php196 return $uri->getPort() === null
293 if ($base !== null) {
435 if ($this->port !== null) {
488 public function withUserInfo($user, $password = null)
491 if ($password !== null) {
598 : null;
676 if ($port === null) {
677 return null;
724 if ($value !== null) {
733 if ($this->port !== null && self::isDefaultPort($this)) {
[all …]
/plugin/jplayer/vendor/kriswallsmith/assetic/src/Assetic/Asset/
H A DStringAsset.php34 … public function __construct($content, $filters = array(), $sourceRoot = null, $sourcePath = null)
41 public function load(FilterInterface $additionalFilter = null)
/plugin/icalevents/vendor/sabre/xml/tests/Sabre/Xml/Element/
H A DElementsTest.php65 'value' => null,
70 'value' => null,
75 'value' => null,
/plugin/authgoogle/google/auth/
H A DGoogle_AuthNone.php24 public $key = null;
36 public function getAccessToken() {return null;}
37 public function createAuthUrl($scope) {return null;}
/plugin/davcal/vendor/sabre/xml/tests/Sabre/Xml/Element/
H A DElementsTest.php65 'value' => null,
70 'value' => null,
75 'value' => null,
/plugin/combo/vendor/salesforce/handlebars-php/src/Handlebars/
H A DAutoloader.php28 protected function __construct($baseDir = null)
30 if ($baseDir === null) {
45 public static function register($baseDir = null)
/plugin/combo/vendor/antlr/antlr4-php-runtime/src/Atn/
H A DATNDeserializer.php94 /** @var array<int, callable|null>|null */
97 /** @var array<int, callable|null>|null */
100 public function __construct(?ATNDeserializationOptions $options = null)
238 $atn->addState(null);
430 if ($state->endState === null) {
431 throw new \RuntimeException('Unexpected null EndState.');
435 if ($state->endState->startState !== null) {
436 throw new \RuntimeException('Unexpected null StartStat
[all...]
/plugin/simplemysqlclient/syntax/
H A Dsimplemysqlclient.php334 return null;
337 return null;
407 $value = null;
470 return $mayBeSkipped ? null : '';
499 return null;
505 return null;
512 return null;
518 return null;
523 return $mayBeSkipped ? null : '';
529 return $mayBeSkipped ? null : '';
[all …]
/plugin/findologicxmlexport/vendor/jms/serializer/src/
H A DXmlDeserializationVisitor.php155 if (null !== $this->currentMetadata && $this->currentMetadata->xmlKeyValuePairs) {
172 …$entryName = null !== $this->currentMetadata && $this->currentMetadata->xmlEntryName ? $this->curr…
173 …$namespace = null !== $this->currentMetadata && $this->currentMetadata->xmlEntryNamespace ? $this-…
175 if (null === $namespace && $this->objectMetadataStack->count()) {
178 if (null === $namespace) {
186 if (null !== $namespace) {
212 if (null === $this->currentMetadata) {
243 …case $metadata->xmlDiscriminatorAttribute && null === $metadata->xmlDiscriminatorNamespace && isse…
247 …case $metadata->xmlDiscriminatorAttribute && null !== $metadata->xmlDiscriminatorNamespace && isse…
251 …case !$metadata->xmlDiscriminatorAttribute && null !== $metadata->xmlDiscriminatorNamespace && iss…
/plugin/findologicxmlexport/vendor/sebastian/exporter/tests/
H A DExporterTest.php37 $obj->null = null;
54 array(null, 'null'),
194 'null' => null,
277 array(null, 'null'),
/plugin/html2pdf/html2pdf/html2ps/
H A Dlayout.default.class.php10 return null;
16 $box->_height_constraint = new HCConstraint(null, null, null);
48 $fake_parent = null;
/plugin/openid/Auth/OpenID/
H A DPredisStore.php96 function getAssociation($server_url, $handle = null)
99 if ($handle !== null) {
110 return null;
124 return $association ? unserialize($association) : null;
185 function associationKey($server_url, $handle = null)
/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/src/Cookie/
H A DCookieJarInterface.php67 public function clear($domain = null, $path = null, $name = null);
/plugin/combo/vendor/php-webdriver/webdriver/lib/Interactions/Internal/
H A DWebDriverMouseAction.php24 * @param WebDriverLocatable|null $location_provider
26 public function __construct(WebDriverMouse $mouse, WebDriverLocatable $location_provider = null)
33 * @return null|WebDriverCoordinates
37 if ($this->locationProvider !== null) {
41 return null;
/plugin/timetrack/
H A Dhelper.php26 protected $db = null;
44 if($this->db === null) {
46 if($this->db === null) {
51 $this->db = null;
97 return null;
373 public function isUserInDb($user = null) {
376 if($user === null) {
496 if($project_ids === null) {
537 public function getTasks($project_ids = null) {
540 if($project_ids === null) {
[all …]
/plugin/linksenhanced/syntax/
H A Dlink.php102 $link[1] = null;
110 $link[1] = null;
181 if($name === null || !$options['render'])
187 $exists = null;
205 if($exists !== null && !$isImage) {
232 if($name === null || !$options['render'])
254 if($name === null || !$options['render'])
310 if($name === null || !$options['render'])
339 if($name === null || !$options['render'])
375 if($name === null || !$options['render'])
/plugin/findologicxmlexport/vendor/phpunit/php-code-coverage/src/Node/
H A DFile.php63 private $numClasses = null;
73 private $numTraits = null;
83 private $numMethods = null;
88 private $numTestedMethods = null;
93 private $numTestedFunctions = null;
236 if ($this->numClasses === null) {
270 if ($this->numTraits === null) {
304 if ($this->numMethods === null) {
334 if ($this->numTestedMethods === null) {
376 if ($this->numTestedFunctions === null) {
/plugin/combo/vendor/php-webdriver/webdriver/lib/Remote/
H A DHttpCommandExecutor.php182 * @param string|null $http_proxy
183 * @param int|null $http_proxy_port
185 public function __construct($url, $http_proxy = null, $http_proxy_port = null)
194 if ($http_proxy_port !== null) {
200 $matches = null;
272 $url = str_replace(':sessionId', $sessionID === null ? '' : $sessionID, $url);
308 $encoded_params = null;
338 if ($results === null && json_last_error() !== JSON_ERROR_NONE) {
350 $value = null;
[all...]
/plugin/webdavclient/
H A Dhelper.php14 protected $sqlite = null;
15 protected $client = null;
37 if($this->sqlite === null)
48 $this->sqlite = null;
249 …blic function getCalendarEntries($connectionId, $startDate = null, $endDate = null, $dwuser = null)
255 $startTs = null;
256 $endTs = null;
257 if($startDate !== null)
262 if($endDate !== null)
842 $this->setupClient($conn, null, null, null);
[all …]
/plugin/combo/vendor/symfony/yaml/
H A DParser.php67 $this->filename = null;
84 throw new ParseException('The YAML value does not appear to be valid UTF-8.', -1, null, $this->filename);
89 $mbEncoding = null;
99 if (null !== $mbEncoding) {
110 $this->totalNumberOfLines = null;
125 if (null === $this->totalNumberOfLines) {
130 return null;
134 $context = null;
139 return null;
144 if (null !
[all...]
/plugin/zerolinecss/
H A Daction.php14 private $httpClient = null;
23 …gister_hook('TPL_METAHEADER_OUTPUT', 'BEFORE', $this, 'handle_tpl_metaheader_output', null, 10000);
58 if ( $this->httpClient != null ) {
/plugin/webdav/vendor/sabre/vobject/lib/Parser/
H A DMimeDir.php78 public function parse($input = null, $options = 0)
80 $this->root = null;
276 $this->lineBuffer = null;
350 'name' => null,
352 'value' => null,
355 $lastParam = null;
392 $property['parameters'][$lastParam] = null;
436 $propObj = $this->root->createProperty($property['name'], null, $namedParameters);
439 $propObj->add(null, $namelessParameter);

1...<<31323334353637383940>>...204