Home
last modified time | relevance | path

Searched refs:null (Results 251 – 275 of 5084) sorted by relevance

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

/plugin/strata/_test/
H A Dstorage_removes.test.php49 $this->_triples->removeTriples(null, 'knows');
53 $this->_triples->removeTriples(null, 'dislikes');
59 $this->_triples->removeTriples(null, null, 'Alice');
63 $this->_triples->removeTriples(null, null, 'Carol');
75 $this->_triples->removeTriples(null, 'knows', 'Carol');
85 $this->_triples->removeTriples(null, 'Knows');
89 $this->_triples->removeTriples(null, null, 'caro
[all...]
/plugin/prosemirror/parser/
H A DLinkNode.php12 public $previous = null;
18 protected $textNode = null;
22 public function __construct($data, Node $parent, Node $previousNode = null)
32 $this->textNode = new TextNode(['marks' => $data['marks'] ?? null], $parent, $previousNode);
102 null,
126 public static function resolveImageTitle($pageId, $imageId, $title = null, $align = null, $width = null,
127 $height = null, $cache = null)
[all...]
/plugin/combo/vendor/symfony/process/Pipes/
H A DAbstractPipes.php31 * @param resource|string|int|float|bool|\Iterator|null $input
63 $this->lastError = null;
66 return null !== $lastError && false !== stripos($lastError, 'interrupted system call');
96 return null;
102 $input = null;
114 $input = null;
116 $input = null;
125 return null;
155 $this->input = null;
163 $this->input = null;
[all...]
/plugin/findologicxmlexport/vendor/phpunit/php-token-stream/tests/Token/
H A DClosureTest.php36 $this->assertEquals(['$foo' => null, '$bar' => null], $this->functions[0]->getArguments());
37 $this->assertEquals(['$foo' => 'Foo', '$bar' => null], $this->functions[1]->getArguments());
38 …$this->assertEquals(['$foo' => null, '$bar' => null, '$baz' => null], $this->functions[2]->getArgu…
39 …$this->assertEquals(['$foo' => 'Foo', '$bar' => null, '$baz' => null], $this->functions[3]->getArg…
/plugin/swiftmail/Swift/Message/
H A DAttachment.php33 …public function __construct($data=null, $name=null, $type="application/octet-stream", $encoding="b…
43 if ($data !== null) $this->setData($data, ($name === null));
102 else return null;
122 else return null;
142 else return null;
149 if ($this->getFileName() === null)
/plugin/commonmark/vendor/league/commonmark/src/Util/
H A DConfiguration.php
/plugin/html2pdf/html2pdf/html2ps/
H A Dfilter.pre.headfoot.class.php7 $this->header_html = null;
8 $this->footer_html = null;
22 $null = null;
25 $box =& $parser->process($this->header_html, $pipeline, $null);
30 $box =& $parser->process($this->footer_html, $pipeline, $null);
H A Dcss.size.inc.php9 $null = null;
10 return $null;
16 return null;
27 return null;
45 return null;
/plugin/swiftmail/Swift/
H A DRecipientList.php44 protected $iterators = array("to" => null, "cc" => null, "bcc" => null);
128 public function addTo($address, $name=null)
154 $this->to = null;
162 public function addCc($address, $name=null)
188 $this->cc = null;
196 public function addBcc($address, $name=null)
222 $this->bcc = null;
/plugin/ifauthex/lib/
H A Dgrammar.php15 public $SIMULATE_IN_GROUPS = null;
16 public $SIMULATE_USERS = null;
50 static $ctx = null;
51 if ($ctx === null) {
60 $T_LITERAL = new TokenDefinition(null, 'LIT', '/[\w.-]+|".+?(?<!\\\\)(\\\\\\\\)*"/');
178 static $ALL_ELEMENTS = null;
179 if ($ALL_ELEMENTS === null) {
186 static $IGNORE_TOKENS = null;
187 if ($IGNORE_TOKENS === null) {
194 static $ALL_TOKENS = null;
[all …]
/plugin/combo/ComboStrap/
H A DTooltip.php23 if ($tooltip === null) {
41 $title = $tooltip[syntax_plugin_combo_tooltip::TEXT_ATTRIBUTE] ?? null;
42 if ($title === null) {
44 $callStack = $tooltip[Tooltip::CALLSTACK] ?? null;
45 if ($callStack !== null) {
76 $position = $tooltip[Tooltip::POSITION_ATTRIBUTE] ?? null;
77 if ($position === null) {
H A DMetadataFormDataStore.php25 public function get(Metadata $metadata, $default = null)
35 $value = null;
38 if ($childrenValue !== null) {
42 if ($value !== null) {
51 $value = $this->data[$metadata::getName()] ?? null;
52 if ($value !== null) {
/plugin/combo/ComboStrap/Meta/Api/
H A DMetadataText.php21 * @var string|null
34 if ($this->value === null) {
42 return $this->value !== null;
47 * @param null|string $value
53 if ($value !== null && !is_string($value)) {
60 * form don't return null only empty string
61 * equivalent to null
66 if ($possibleValues !== null) {
86 if ($value === null || $value === "") {
87 $this->value = null;
[all...]
/plugin/findologicxmlexport/vendor/twig/twig/doc/tests/
H A Dnull.rst1 ``null``
4 ``null`` returns ``true`` if the variable is ``null``:
8 {{ var is null }}
12 ``none`` is an alias for ``null``.
/plugin/jdraw/src/com/mxgraph/examples/swing/editor/
H A DEditorActions.java99 return null; in getEditor()
266 if (doc != null) { in actionPerformed()
395 JOptionPane.PLAIN_MESSAGE, null, null, ""); in actionPerformed()
804 if (source != null && target != null) { in actionPerformed()
809 if (source != null && target != null) { in actionPerformed()
1013 JOptionPane.PLAIN_MESSAGE, null, null, current); in actionPerformed()
1522 this(key, null); in KeyValueAction()
1577 JOptionPane.PLAIN_MESSAGE, null, null, ""); in actionPerformed()
1581 value = null; in actionPerformed()
1671 name, null); in actionPerformed()
[all …]
/plugin/adfs/phpsaml/lib/Saml2/
H A DAuth.php150 public function __construct($oldSettings = null)
203 public function processResponse($requestId = null)
206 $this->_errorReason = null;
254 $this->_errorReason = null;
266 if ($cbDeleteSession === null) {
281 if ($cbDeleteSession === null) {
463 $value = null;
481 $value = null;
545null, $parameters = array(), $nameId = null, $sessionIndex = null, $stay = false, $nameIdFormat =
606 $url = null;
[all …]
/plugin/davcal/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;
808 $uid = null;
809 $organizer = null;
812 $sequence = null;
813 $timezone = null;
814 $status = null;
[all …]
/plugin/prosemirror/
H A Drenderer.php191 public function table_open($maxcols = null, $numrows = null, $pos = null)
197 public function table_close($pos = null)
217 public function tablecell_open($colspan = 1, $align = null, $rowspan = 1)
229 public function tableheader_open($colspan = 1, $align = null, $rowspan = 1)
245 * @param string|null $align either null/left, center or right
338 public function code($text, $lang = null, $file = null)
[all...]
/plugin/findologicxmlexport/vendor/sebastian/comparator/tests/
H A DTypeComparatorTest.php33 array(null, new stdClass),
45 array(null, null),
58 array(true, null),
59 array(null, false),
83 $exception = null;
/plugin/davcal/vendor/sabre/vobject/tests/VObject/ITip/
H A DBrokerDeleteEventTest.php25 $newMessage = null;
106 $newMessage = null;
161 $newMessage = null;
174 $this->parse(null, null, array(), 'mailto:one@example.org');
189 $this->parse($oldMessage, null, array(), 'mailto:one@example.org');
/plugin/elasticsearch/vendor/nyholm/dsn/src/Configuration/
H A DUserPasswordTrait.php10 * @var array{ user: string|null, password: string|null, }
12 private $authentication = ['user' => null, 'password' => null];
20 * @param array{ user?: string|null, password?: string|null, } $authentication
25 $this->authentication['user'] = $authentication['user'] ?? null;
26 $this->authentication['password'] = $authentication['password'] ?? null;
32 return $this->authentication['user'] ?? null;
48 return $this->authentication['password'] ?? null;
[all...]
/plugin/elasticsearch/vendor/ruflin/elastica/src/Aggregation/
H A DIpRange.php41 * @param string|null $fromValue a valid ipv4 address. Low end of this range, exclusive (greater than)
42 * @param string|null $toValue a valid ipv4 address. High end of this range, exclusive (less than)
48 public function addRange(?string $fromValue = null, ?string $toValue = null): self
50 if (null === $fromValue && null === $toValue) {
51 throw new InvalidException('Either fromValue or toValue must be set. Both cannot be null.');
55 if (null !== $fromValue) {
59 if (null !== $toValue) {
/plugin/combo/vendor/symfony/process/
H A DProcess.php136 * @param string|null $cwd The working directory or null to use the working dir of the current PHP process
137 * @param array|null $env The environment variables or null to use the same environment as the current PHP process
138 * @param mixed $input The input as stream resource, scalar or \Traversable, or null for no input
139 * @param int|float|null $timeout The timeout in seconds or null to disable
143 public function __construct(array $command, string $cwd = null, array $env = null, $input = null,
[all...]
/plugin/combo/vendor/antlr/antlr4-php-runtime/src/Atn/
H A DATNConfigSet.php39 * @var Set|null
59 * @var BitSet|null
83 /** @var int|null */
139 public function add(ATNConfig $config, ?DoubleKeyMap $mergeCache = null) : bool
141 if ($this->readOnly || $this->configLookup === null) {
153 if ($this->configLookup === null) {
161 $this->cachedHashCode = null;
171 if ($existing->context === null || $config->context === null) {
172 throw new \RuntimeException('Unexpected null contex
[all...]
/plugin/bootswrapper/syntax/
H A Dpopover.php28 'values' => null,
30 'default' => null),
34 'values' => null,
36 'default' => null),
58 'values' => null,
64 'values' => null,
70 'values' => null,

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