Home
last modified time | relevance | path

Searched refs:null (Results 126 – 150 of 4956) sorted by relevance

12345678910>>...199

/plugin/findologicxmlexport/vendor/jms/serializer/src/
H A DXmlSerializationVisitor.php80 ?string $defaultRootNamespace = null,
81 ?string $defaultRootPrefix = null
87 $this->currentNode = null;
105 …Root(?ClassMetadata $metadata = null, ?string $rootName = null, ?string $rootNamespace = null, ?st…
187 if (null === $this->currentNode) {
192 …uteName = null !== $this->currentMetadata && null !== $this->currentMetadata->xmlKeyAttribute ? $t…
193 …space = null !== $this->currentMetadata && null !== $this->currentMetadata->xmlEntryNamespace ? $t…
203 if (null !== $keyAttributeName) {
226 if (null === $this->currentNode) {
363 if (null === $this->document->documentElement) {
[all …]
/plugin/fedauth/Auth/OpenID/
H A DMessage.php326 return null;
333 return null;
345 return null;
356 return null;
395 return null;
455 return null;
476 return null;
489 return null;
570 return null;
793 return null;
[all …]
H A DDiffieHellman.php48 var $lib = null;
50 function Auth_OpenID_DiffieHellman($mod = null, $gen = null,
51 $private = null, $lib = null)
53 if ($lib === null) {
59 if ($mod === null) {
65 if ($gen === null) {
71 if ($private === null) {
/plugin/siteexport/action/
H A Dajax.php35 private $filewriter = null;
36 public $functions = null;
83 $keys = is_array($event->data) ? array_keys($event->data) : null;
762 $ID = $this->functions->cleanID($DATA[2], null, $ISMEDIA);
799 …$url = $this->functions->wl($ID, null, true, null, null, true, $hadBase) . (!empty($ANCHOR) ? '#' …
824 if ( $result !== null ) {
920 $DATA[2] = $this->functions->wl($ID, null, null, null, $IDexists, true);
975 return $this->__rebuildLink($DATA, null, $ID);
985 return null;
1116 private function __rebuildLink($DATA, $DEPTH = null, $existingPageID = null) {
[all …]
/plugin/findologicxmlexport/vendor/hoa/compiler/Test/Integration/Llk/Rule/
H A DAnalyzer.php177 $_rule0 = new Rule\Token(0, 'foo', null, -1, true)
198 $_rule0 = new Rule\Token(0, 'foo', null, -1, true),
199 $_rule1 = new Rule\Token(1, 'baz', null, -1, true)
219 $_ruleA = new Rule\Choice('ruleA', [0, 1], null),
221 $_rule0 = new Rule\Token(0, 'foo', null, -1, true),
222 $_rule1 = new Rule\Token(1, 'baz', null, -1, true)
242 $_ruleA = new Rule\Choice('ruleA', [0, 1], null),
244 $_rule0 = new Rule\Token(0, 'foo', null, -1, true),
245 $_rule1 = new Rule\Token(1, 'baz', null, -1, true)
266 $_rule0 = new Rule\Token(0, 'foo', null, -1, true),
[all …]
/plugin/combo/ComboStrap/Meta/Api/
H A DMetadataTabular.php44 protected ?array $rows = null;
55 if ($this->rows === null) {
63 if ($value === null) {
84 if ($this->rows === null) {
85 return null;
105 return null;
119 if ($value === null) {
184 if ($identifierValues === null || $identifierValues === "") {
255 $idValue = null;
257 $childClass = $childClassesByPersistentName[$colName] ?? null;
[all...]
/plugin/openid/Auth/Yadis/
H A DManager.php106 return null;
113 return null;
118 return null;
125 return null;
161 return null;
333 $this->_current = null;
470 $service = null;
492 $service = null;
521 $manager = null;
531 return null;
[all …]
/plugin/authgooglesheets/vendor/google/auth/src/
H A DOAuth2.php340 'state' => null,
345 'issuer' => null,
346 'sub' => null,
351 'scope' => null,
405 return null;
569 return null;
875 return null;
1248 return null;
1399 return null;
1438 return null;
[all …]
/plugin/combo/ComboStrap/Web/
H A DUrl.php76 private ?string $path = null;
77 private ?string $scheme = null;
78 private ?string $host = null;
79 private ?string $fragment = null;
84 private ?int $port = null;
96 public function __construct(string $url = null)
101 if ($this->url !== null) {
120 $queryString = $urlComponents['query'] ?? null;
121 if ($queryString !== null) {
125 $this->scheme = $urlComponents["scheme"] ?? null;
[all...]
/plugin/top/
H A Dhelper.php15 protected $sqlite = null;
28 $this->sqlite = null;
29 return null;
35 $this->sqlite = null;
36 return null;
85 if ($lang === null && $month === null){
88 } elseif ($lang !== null && $month === null) {
91 } elseif ($lang === null && $month !== null){
/plugin/zip/pear/File/
H A DArchive.php70 'cache' => null,
476 $source = null;
1088 if ($type === null) {
1222 function appenderFromSource(&$toConvert, $URL = null, $unique = null,
1236 if ($URL === null) {
1314 function appender($URL, $unique = null, $type = null, $stat = array())
1316 $source = null;
1335 if ($URL === null) {
1359 $source = null;
1389 null
[all …]
/plugin/findologicxmlexport/vendor/hoa/compiler/Llk/
H A DLexer.php56 protected $_lexerState = null;
63 protected $_text = null;
77 protected $_nsStack = null;
84 protected $_pcreOptions = null;
115 $this->_nsStack = null;
149 if (null === $nextToken) {
197 if (null === $nextState) {
203 if (null !== $out) {
210 if (null !== $this->_nsStack &&
261 return null;
[all …]
/plugin/commonmark/vendor/league/commonmark/src/Extension/Attributes/Event/
H A DAttributesListener.php63 * @return array<Node|string|null>
67 $target = null;
68 $direction = null;
74 if ($previous === null && $next === null) {
83 if ($node instanceof AttributesInline && ($previous === null || ($previous instanceof AbstractInline && $node->isBlock()))) {
87 if ($previous !== null && ! self::isAttributesNode($previous)) {
94 if ($next !== null && ! self::isAttributesNode($next)) {
108 private static function getPrevious(?Node $node = null): ?Node
112 return null;
[all...]
/plugin/combo/ComboStrap/
H A DPageDescription.php44 private ?string $defaultValue = null;
117 if ($this->defaultValue === "" || $this->defaultValue === null) {
137 if ($description !== null) {
138 $descriptionOrigin = $value[self::DESCRIPTION_ORIGIN] ?? null;
139 if ($descriptionOrigin !== null) {
150 if ($value !== null) {
152 if ($keywords !== null) {
160 * No description set, null
162 parent::setFromStoreValueWithoutException(null);
178 if ($value === "" || $value === null) {
[all...]
H A DSite.php151 if ($tocMinHeads === null) {
210 if ($visitedPagesInBreadCrumb === null) {
245 if ($remoteHost !== null) {
249 if ($remoteHost !== null) {
273 * @param string|null $namespace - the plugin name
280 if ($namespace !== null) {
300 if ($oldDirConf === null) {
301 throw new ExceptionRuntime("The old directory ($oldDirConf) is null");
314 * @return string|null
320 $url = null;
[all...]
/plugin/authfacebook/lib/
H A DFacebookBatchRequest.php57 …c function __construct(FacebookApp $app = null, array $requests = [], $accessToken = null, $graphV…
59 parent::__construct($app, $accessToken, 'POST', '', [], null, $graphVersion);
75 public function add($request, $options = null)
89 if (null === $options) {
100 $name = isset($options['name']) ? $options['name'] : null;
154 return null;
206 if (null !== $request['name']) {
244 …unction requestEntityToBatchArray(FacebookRequest $request, $options = null, $attachedFiles = null)
247 if (null === $options) {
274 if (null !== $attachedFiles) {
[all …]
/plugin/bootswrapper/syntax/
H A Dmodal.php22 'values' => null,
24 'default' => null),
30 'default' => null),
34 'values' => null,
36 'default' => null),
42 'default' => null),
66 'default' => null),
70 'values' => null,
72 'default' => null),
/plugin/judge/helper/
H A Djdatetime.class.php69 public function __construct($convert = null, $jalali = null, $timezone = null)
71 if ( $jalali !== null ) self::$jalali = (bool) $jalali;
72 if ( $convert !== null ) self::$convert = (bool) $convert;
73 if ( $timezone !== null ) self::$timezone = $timezone;
93 …ic static function date($format, $stamp = false, $convert = null, $jalali = null, $timezone = null)
97 …$timezone = ($timezone != null) ? $timezone : ((self::$timezone != null) ? self::$timezone : date_…
236 ($convert === null && self::$convert === false) ||
284 …tatic function strftime($format, $stamp = false, $convert = null, $jalali = null, $timezone = null)
338 …tic function mktime($hour, $minute, $second, $month, $day, $year, $jalali = null, $timezone = null)
353 if ( self::$timezone != null || $timezone != null ) {
[all …]
/plugin/combo/vendor/antlr/antlr4-php-runtime/src/
H A DVocabularyImpl.php15 /** @var array<string|null> */
18 /** @var array<string|null> */
21 /** @var array<string|null> */
31 * @param array<string|null> $literalNames The literal names assigned
32 * to tokens, or `null` if no
34 * @param array<string|null> $symbolicNames The symbolic names assigned
35 * to tokens, or `null` if
37 * @param array<string|null> $displayNames The display names assigned
38 * to tokens, or `null` to use
77 * The resulting vocabulary instance returns `null` fo
[all...]
/plugin/openid/Auth/OpenID/
H A DMessage.php372 return null;
379 return null;
391 return null;
402 return null;
441 return null;
540 return null;
553 return null;
634 return null;
867 return null;
977 $key = null;
[all …]
H A DDiffieHellman.php49 public $lib = null;
51 function __construct($mod = null, $gen = null,
52 $private = null, $lib = null)
54 if ($lib === null) {
60 if ($mod === null) {
66 if ($gen === null) {
72 if ($private === null) {
/plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/Framework/
H A DAssertTest.php359 $this->assertContains(null, null);
435 $this->assertNotContains(null, null);
540 $this->assertContainsOnly(null, null);
548 $this->assertNotContainsOnly(null, null);
621 [null, null],
633 [[0 => null], [0 => null]],
1679 $this->assertRegExp(null, null);
1695 $this->assertNotRegExp(null, null);
1809 $this->assertNotSame(null, null);
3022 $this->assertStringStartsWith(null, null);
[all …]
/plugin/icalevents/vendor/sabre/vobject/tests/VObject/ITip/
H A DBrokerDeleteEventTest.php26 $newMessage = null;
112 $newMessage = null;
198 $newMessage = null;
256 $newMessage = null;
314 $newMessage = null;
325 $this->parse(null, null, [], 'mailto:one@example.org');
340 $this->parse($oldMessage, null, [], 'mailto:one@example.org');
/plugin/findologicxmlexport/vendor/hoa/iterator/Recursive/
H A DDirectory.php54 protected $_splFileInfoClass = null;
68 private static $_handlePath = null;
81 public function __construct($path, $flags = null, $splFileInfoClass = null)
83 if (null === $flags) {
89 if (null !== self::$_handlePath) {
91 self::$_handlePath = null;
111 if (null !== $this->_splFileInfoClass &&
/plugin/numberedheadings/
H A Dhelper.php28 public function setTier1($level=null)
47 public function setTierFormat($format=null, $tier=null)
53 if ($TierFormat === null) $TierFormat = [];
54 if ($tier === null) {
72 public function setHeadingCounter($level=null, $number=null)
79 if ($number === '') $number = null;
96 public function getTieredNumbers($level, $offset=null)

12345678910>>...199