Home
last modified time | relevance | path

Searched refs:null (Results 276 – 300 of 5084) sorted by relevance

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

/plugin/findologicxmlexport/vendor/hoa/stream/
H A DBucket.php68 protected $_type = null;
75 protected $_brigade = null;
82 protected $_bucket = null;
119 $this->_bucket = null;
196 if (null === $this->getBucket()) {
197 return null;
210 if (null === $this->getBucket()) {
262 if (null === $this->_bucket && self::IS_A_BRIGADE === $this->getType()) {
/plugin/authgooglesheets/vendor/google/auth/src/Credentials/
H A DServiceAccountJwtAccessCredentials.php70 public function __construct($jsonKey, $scope = null)
104 : null;
117 $authUri = null,
118 callable $httpHandler = null
137 public function fetchAuthToken(callable $httpHandler = null)
142 return null;
183 public function getProjectId(callable $httpHandler = null)
196 public function getClientName(callable $httpHandler = null)
/plugin/combo/vendor/antlr/antlr4-php-runtime/src/
H A DLL1Analyzer.php42 * element at index `i` of the result will be `null`.
44 * @param ATNState|null $s The ATN state
46 * @return array<IntervalSet|null>|null The expected symbols for
51 if ($s === null) {
52 return null;
63 null,
75 $look[$alt] = null;
88 * If `context` is `null` and the end of the rule containing
90 * If `context` is not `null` an
[all...]
H A DCommonToken.php64 * @var string|null
94 ?Pair $source = null,
95 ?int $channel = null,
99 if ($source !== null && !$source->a instanceof TokenSource) {
103 if ($source !== null && !$source->b instanceof CharStream) {
129 return $source = $source ?? new Pair(null, null);
178 if ($this->text !== null) {
184 if ($input === null) {
185 return null;
[all...]
/plugin/findologicxmlexport/vendor/hoa/consistency/
H A DXcallable.php59 protected $_callback = null;
66 protected $_hash = null;
119 $able = null;
183 $head = null;
191 if (null !== $head &&
193 null === $callback[1]) {
243 if (null !== $this->_hash) {
261 (null !== $_[1]
299 if (null === $valid[1]) {
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Control/Vlv/
H A DVlvControl.php51 * @var null|GreaterThanOrEqualFilter
58 * @param null|int $offset
59 * @param null|int $count
60 * @param GreaterThanOrEqualFilter|null $filter
61 * @param null|string $contextId
63 public function __construct(int $before, int $after, ?int $offset = null, ?int $count = null, GreaterThanOrEqualFilter $filter = null, ?string $contextId = null)
113 * @param null|in
[all...]
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Operation/Response/
H A DExtendedResponse.php47 * @var null|string
52 * @var null|string|AbstractType|ProtocolElementInterface
58 * @param null|string $responseName
59 * @param null|string $responseValue
61 public function __construct(LdapResult $result, ?string $responseName = null, $responseValue = null)
71 * @return null|string
81 * @return null|string
85 return is_string($this->responseValue) ? $this->responseValue : null;
111 if ($this->responseName !== null) {
[all...]
/plugin/geophp/vendor/funiq/geophp/src/Geometry/
H A DCollection.php109 $this->setGeos(null);
116 return null;
144 if ($componentBoundingBox === null) {
197 * @return Geometry|null
201 return isset($this->components[$n - 1]) ? $this->components[$n - 1] : null;
328 $this->setGeos(null);
340 $distance = null;
346 if ($checkDistance === null) {
347 return null;
349 if ($distance === null) {
[all...]
/plugin/findologicxmlexport/vendor/twig/twig/src/Node/Expression/
H A DCallExpression.php124 …named arguments for %s "%s".', $callType, $callName), $this->getTemplateLine(), null, null, false);
156 …ed twice for %s "%s".', $name, $callType, $callName), $this->getTemplateLine(), null, null, false);
163 ), $this->getTemplateLine(), null, null, false);
185 …required for %s "%s".', $name, $callType, $callName), $this->getTemplateLine(), null, null, false);
207 $unknownParameter = null;
218 …ownParameter ? $unknownParameter->getTemplateLine() : $this->getTemplateLine(), null, null, false);
232 if (null === $r) {
246 if ($this->hasAttribute('arguments') && null !== $this->getAttribute('arguments')) {
270 if (null !== $this->reflector) {
277 return [null, []];
[all …]
/plugin/openid/Auth/OpenID/
H A DAX.php608 if ($aliases === null) {
659 if ($alias === null) {
813 function __construct($update_url=null)
827 function getExtensionArgs($request=null)
833 if ($request !== null) {
857 if ($alias === null) {
897 $update_url = null;
953 return null;
959 return null;
978 function getExtensionArgs($aliases=null)
[all …]
/plugin/oauth/vendor/lusitanian/oauth/src/OAuth/OAuth1/Service/
H A DFlickr.php23 UriInterface $baseApiUri = null
26 if ($baseApiUri === null) {
49 if (null === $data || !is_array($data)) {
60 if ($data === null || !is_array($data)) {
78 public function request($path, $method = 'GET', $body = null, array $extraHeaders = array())
101 public function requestRest($path, $method = 'GET', $body = null, array $extraHeaders = array())
106 public function requestXmlrpc($path, $method = 'GET', $body = null, array $extraHeaders = array())
113 public function requestSoap($path, $method = 'GET', $body = null, array $extraHeaders = array())
120 public function requestJson($path, $method = 'GET', $body = null, array $extraHeaders = array())
127 public function requestPhp($path, $method = 'GET', $body = null, arra
[all...]
/plugin/spellcheck/
H A Daspell.php44 function pspell_config_create($language, $spelling=null, $jargon=null, $encoding='iso8859-1'){
71 var $language = null;
72 var $jargon = null;
73 var $personal = null;
85 function Aspell($language, $jargon=null, $encoding='iso8859-1'){
117 if($this->language != null){
123 if($this->jargon != null){
127 if($this->personal != null){
131 if($this->encoding != null){
165 function runAspell($text,&$out,&$err,$specials=null){
[all …]
/plugin/combo/ComboStrap/
H A DConditionalLength.php62 if ($defaultBreakpoint !== null) {
107 public static function createFromString(string $widthLength, string $defaultBreakpoint = null): ConditionalLength
167 if ($this->numerator === null) {
227 if ($this->numerator !== null) {
240 if ($this->breakpoint !== null) {
321 return null;
323 if ($this->numerator == null) {
324 return null;
326 if ($this->denominator == null) {
327 return null;
[all...]
/plugin/fedauth/Auth/OpenID/
H A DAX.php592 if ($aliases === null) {
643 if ($alias === null) {
722 function getSingle($type_uri, $default=null)
810 function getExtensionArgs($request=null)
816 if ($request !== null) {
834 if ($attr_info->alias === null) {
840 if ($alias === null) {
880 $update_url = null;
935 return null;
941 return null;
[all …]
H A DExtension.php25 var $ns_uri = null;
26 var $ns_alias = null;
34 return null;
49 if ($added === null) {
52 return null;
/plugin/zip/pear/File/Archive/Writer/
H A DMemory.php116 function makeReader($filename = null, $stat = null, $mime = null)
121 $filename === null ? $this->filename : $filename,
122 $stat === null ? $this->stat : $stat,
123 $mime === null ? $this->mime : $mime);
/plugin/findologicxmlexport/vendor/sebastian/comparator/tests/
H A DArrayComparatorTest.php30 array(array(), null),
31 array(null, array()),
32 array(null, null)
83 array(0 => null),
139 $exception = null;
/plugin/swiftmail/Swift/Events/
H A DCommandEvent.php24 protected $string = null;
29 protected $code = null;
36 public function __construct($string, $code=null)
63 if ($code === null) $this->code = null;
/plugin/davcard/vendor/sabre/vobject/lib/ITip/
H A DBroker.php131 return null;
167 public function parseEvent($calendar = null, $userHref, $oldCalendar = null) {
341 return null;
359 $masterObject = null;
394 return null;
825 $uid = null;
826 $organizer = null;
829 $sequence = null;
830 $timezone = null;
831 $status = null;
[all …]
/plugin/webdavclient/vendor/sabre/vobject/lib/ITip/
H A DBroker.php131 return null;
167 public function parseEvent($calendar = null, $userHref, $oldCalendar = null) {
341 return null;
359 $masterObject = null;
394 return null;
825 $uid = null;
826 $organizer = null;
829 $sequence = null;
830 $timezone = null;
831 $status = null;
[all …]
/plugin/wrap/
H A Dhelper.php40 'lang' => null,
41 'class' => null,
42 'width' => null,
43 'id' => null,
44 'dir' => null
199 $style = null;
353 function renderODTOpenParagraph ($renderer, $class, $style, $dir, $language, $is_indent, $is_outdent, $indent_first, $attr=null) {
359 $renderer->getODTPropertiesNew ($properties, 'p', $attr, null, false);
412 $properties ['margin-left'] = $properties ['padding-left'] ?? null;
434 $parent_properties ['style-parent'] = null;
[all...]
/plugin/commonmark/vendor/league/commonmark/src/Node/
H A DNode.php31 protected ?Node $parent = null;
34 protected ?Node $previous = null;
37 protected ?Node $next = null;
40 protected ?Node $firstChild = null;
43 protected ?Node $lastChild = null;
67 protected function setParent(?Node $node = null): void
70 $this->depth = $node === null ? 0 : $node->depth + 1;
136 $this->parent = null;
137 $this->next = null;
138 $this->previous = null;
[all...]
/plugin/findologicxmlexport/vendor/jms/serializer/src/EventDispatcher/
H A DEventDispatcher.php50 …r(string $eventName, $callable, ?string $class = null, ?string $format = null, ?string $interface …
64 $class = $eventData['class'] ?? null;
65 $format = $eventData['format'] ?? null;
66 $interface = $eventData['interface'] ?? null;
91 $object = $event instanceof ObjectEvent ? $event->getObject() : null;
119 if (null !== $listener[1] && $loweredClass !== $listener[1]) {
122 if (null !== $listener[2] && $format !== $listener[2]) {
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/MySource/Sniffs/Objects/
H A DCreateWidgetTypeCallbackSniff.php68 … $phpcsFile->findNext(T_PROPERTY, $stackPtr, $tokens[$stackPtr]['bracket_closer'], null, 'create');
73 $function = $phpcsFile->findNext(array(T_WHITESPACE, T_COLON), ($create + 1), null, true);
84 …g = $phpcsFile->findNext(T_WHITESPACE, ($tokens[$function]['parenthesis_opener'] + 1), null, true);
101 $nestedFunction = null;
104 if ($nestedFunction !== null) {
106 $nestedFunction = null;
117 if ($nestedFunction === null && $tokens[$i]['code'] === T_RETURN) {
160 null,
176 $arg = $phpcsFile->findNext(T_WHITESPACE, ($i + 4), null, true);
/plugin/elasticsearch/vendor/ruflin/elastica/src/Script/
H A DAbstractScript.php26 * @var string|null
31 * @var bool|null
36 * @param string|null $lang Script language, see constants
37 * @param string|null $documentId Document ID the script action should be performed on (only relevant in update context)
39 public function __construct(?array $params = null, ?string $lang = null, ?string $documentId = null)
45 if (null !== $lang) {
49 if (null !== $documentId) {
105 if (null !
[all...]

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