Home
last modified time | relevance | path

Searched refs:null (Results 426 – 450 of 5084) sorted by relevance

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

/plugin/rplus/
H A Drenderer.php232 function table_open($maxcols = null, $numrows = null, $pos = null, $classes = NULL)
237 if ($pos !== null) {
299 $exist = null;
334 $showToc = null;
342 if ($ACT == 'admin' and $showToc == null) {
345 $plugin = null;
357 if ($plugin !== null) {
373 if ($showToc == null) {
/plugin/findologicxmlexport/vendor/hoa/compiler/Llk/
H A DLlk.php106 $out = null;
107 $outTokens = null;
108 $outRules = null;
109 $outPragmas = null;
110 $outExtra = null;
157 if (null === $ruleChildren) {
172 if (null === $nodeId) {
187 if (null !== $defaultNodeId = $rule->getDefaultId()) {
202 if (null !== $ppRepresentation = $rule->getPPRepresentation()) {
348 $rule = null;
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Generic/Sniffs/Formatting/
H A DMultipleStatementAlignmentSniff.php118 $prevAssign = null;
120 $maxPadding = null;
121 $stopped = null;
123 $lastSemi = null;
140 … if ($lastSemi !== null && $prevAssign !== null && $lastSemi > $prevAssign) {
179 null,
273 if ($data['found'] === null) {
303 if ($fix === true && $data['found'] !== null) {
321 if ($stopped !== null) {
/plugin/findologicxmlexport/vendor/hoa/math/Visitor/
H A DArithmetic.php58 protected $_context = null;
106 &$handle = null,
107 $eldnah = null
112 if (null === $handle) {
184 if (null === $parent ||
200 null,
247 $out = null;
268 if (null === $element->getParent()) {
341 if (null === $this->_context) {
355 public function addFunction($name, $callable = null)
/plugin/combo/ComboStrap/
H A DPageId.php76 * @param string|null $value
86 * Page Id cannot be null when build
97 if ($value !== null) {
108 // null for non-existing page
123 if ($value !== null) {
134 if ($value !== null) {
147 if ($value !== null && $value !== "") {
177 // null ?
214 * @return string|null
218 return null;
[all...]
H A DPluginUtility.php99 self::$PLUGIN_LANG = $lang[self::PLUGIN_BASE_NAME] ?? null;
246 * @param array|null $knownTypes
418 * @return string|null
468 $scriptPath = null;
470 if (defined('DOKU_UNITTEST') && $testPropertyValue != null) {
476 if ($scriptPath == null && array_key_exists("SCRIPT_NAME", $_SERVER)) {
479 if ($scriptPath == null) {
497 static function getPropertyValue($name, $default = null)
501 if ($value == null && defined('DOKU_UNITTEST')) {
503 if ($COMBO !== null) {
[all...]
H A DDatabasePageRow.php76 * @var Sqlite|null
293 if ($row != null) {
296 if ($page !== null) {
297 // page may be null in production
298 // PHP Fatal error: Uncaught Error: Call to a member function setBuildAliasPath() on null in
333 if ($dateReplication === null) {
424 * @return Json the analytics array or null if not in db
431 if ($jsonString === null) {
433 // on an empty string / null (for sqlite)
504 * @return DateTime|null
[all...]
/plugin/findologicxmlexport/vendor/hoa/zformat/
H A DParameter.php54 protected $_owner = null;
75 protected static $_constants = null;
225 $old = null;
248 return null;
260 return null;
368 $old = null;
391 return null;
496 if (null === self::$_constants) {
517 $out = null;
619 $handle = null;
[all …]
/plugin/combo/ComboStrap/Meta/Store/
H A DMetadataDbStore.php66 * If uid is null, it's not yet in the database
67 * and returns the default or null, or empty array
102 public function get(Metadata $metadata, $default = null)
122 return null;
142 if ($sourceRows === null) {
214 $row[$resourceIdAttribute] ?? null,
215 $row[$metadataIdAttribute] ?? null
242 if ($uidValue === null) {
249 if ($children === null) {
291 public function getFromName(string $name, $default = null)
[all...]
/plugin/findologicxmlexport/vendor/twig/twig/src/
H A DParser.php97 if (null === $this->handlers) {
103 if (null === $this->visitors) {
107 if (null === $this->expressionParser) {
112 $this->parent = null;
124 if (null !== $this->parent && null === $body = $this->filterBodyNodes($body)) {
192 if (null === $subparser) {
193 if (null !== $test) {
210 if (null !== $node) {
298 if (null === $this->reservedMacroNames) {
330 public function addImportedSymbol($type, $alias, $name = null, AbstractExpression $node = null)
[all …]
H A DTwigFunction.php38 'is_safe' => null,
39 'is_safe_callback' => null,
42 'alternative' => null,
83 if (null !== $this->options['is_safe']) {
87 if (null !== $this->options['is_safe_callback']) {
/plugin/crossdbsqlclient/syntax/
H A Ddbwrapper.php3 private $dbtype = null;
4 private $serverName = null;
5 private $userName = null;
6 private $passWord = null;
7 private $dbName = null;
310 return null;
313 return null;
444 return null;
450 return null;
457 return null;
[all …]
/plugin/guestbook/
H A Dbasic.class.php9 var $db = null;
10 var $direct_post = null;
12 var $parent = null;
48 $this->db = null;
328 $_POST['name'] = null;
329 $_POST['subject'] = null;
330 $_POST['body'] = null;
334 $_POST['oldID'] = null;
362 $_SESSION['error']=null;
402 var $actualDate = null;
[all …]
/plugin/siteexport/
H A Dhelper.php21 public function __construct($start, $end=null) {
75 foreach ($plugin_controller->getList(null, true) as $plugin) { // All plugins
93 public function __getOrderedListOfPagesForID($IDs, $start=null)
105 $page = null;
122 if ( $start != null ) {
172 $form = new Doku_Form('siteexport', null, 'post');
200 …kboxField('addParams', 1, $this->getLang('addParams') . ':', 'addParams', null, array_merge(array(…
218 …kboxField('pdfExport', 1, $this->getLang('pdfExport') . ':', 'pdfExport', null, $pdfExport ? array…
293 …eld('copyurl', "", $this->getLang('directDownloadLink') . ':', 'copyurl', null, array('readonly' =…
295 …eTextField('wgeturl', "", $this->getLang('wgetURLLink') . ':', 'wgeturl', null, array('readonly' =…
[all …]
/plugin/swiftmail/Swift/Iterator/
H A DMySQLResult.php31 protected $currentRow = array(null, null);
108 if ($row[0] !== null)
109 return new Swift_Address($row[0], isset($row[1]) ? $row[1] : null);
111 return null;
/plugin/findologicxmlexport/vendor/phpdocumentor/reflection-docblock/src/DocBlock/Tags/
H A DSince.php46 public function __construct($version = null, Description $description = null)
57 … function create($body, DescriptionFactory $descriptionFactory = null, TypeContext $context = null)
66 return null;
H A DVersion.php46 public function __construct($version = null, Description $description = null)
57 … function create($body, DescriptionFactory $descriptionFactory = null, TypeContext $context = null)
66 return null;
/plugin/findologicxmlexport/vendor/symfony/yaml/
H A DParser.php87 $mbEncoding = null;
88 $data = null;
134 return null;
138 $context = null;
143 return null;
428 if (null !== $tag) {
514 return null;
557 return null;
565 return null;
1055 return null;
[all …]
/plugin/combo/action/
H A Drouter.php140 $originalId = $_GET["id"] ?? null;
141 if ($originalId === null) {
142 return null;
270 if ($id === null) {
389 if ($shortPageId != null) {
397 if ($pageId !== null) {
399 if ($requestedMarkupPath->getParent() === null) {
401 if ($page !== null && $page->exists()) {
415 if ($page === null) {
419 if ($row !== null) {
[all...]
/plugin/jcapture/src/com/hammurapi/jcapture/
H A DSwfEncoder.java82 ButtonManager manager = null; in encode()
99 ImageTag mouseImage = null; in encode()
113 Dimension ret = null; in encode()
127 if (audio!=null) { in encode()
148 return null; in encode()
153 return null; in encode()
214 if (soundFactory!=null) { in encode()
240 if (imageTag==null) { in encode()
270 if (mouseImage==null) { in encode()
321 if (soundFactory!=null) { in encode()
[all …]
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Entry/
H A DDn.php39 * @var null|Rdn[]
57 if ($this->pieces === null) {
68 * @return null|Dn
73 if ($this->pieces === null) {
77 return null;
108 if ($this->pieces === null) {
129 if ($this->pieces !== null) {
134 return ($this->pieces === null) ? [] : $this->pieces;
/plugin/statdisplay/pchart/
H A DICanvas.php32 …e, ShadowProperties $shadowProperties, Point $boundingBoxMin = null, Point $boundingBoxMax = null);
34 …r, ShadowProperties $shadowProperties, Point $boundingBoxMin = null, Point $boundingBoxMax = null);
45 …rawCircle(Point $center, $height, Color $color, ShadowProperties $shadowProperties, $width = null);
47 …ledCircle(Point $center, $height, Color $color, ShadowProperties $shadowProperties, $width = null);
/plugin/statistics/inc/pchart/
H A DICanvas.php28 function drawLine(Point $point1, Point $point2, Color $color, $lineWidth, $lineDotSize, ShadowProperties $shadowProperties, Point $boundingBoxMin = null, Point $boundingBoxMax = null);
30 function drawDottedLine(Point $point1, Point $point2, $dotSize, $lineWidth, Color $color, ShadowProperties $shadowProperties, Point $boundingBoxMin = null, Point $boundingBoxMax = null);
41 function drawCircle(Point $center, $height, Color $color, ShadowProperties $shadowProperties, $width = null);
43 function drawFilledCircle(Point $center, $height, Color $color, ShadowProperties $shadowProperties, $width = null);
/plugin/combo/ComboStrap/Meta/Api/
H A DMetadataBoolean.php23 * @var bool|null
39 if ($this->value === null) {
47 * @param null|boolean $value
52 if ($value === null) {
53 $this->value = null;
77 return null;
86 * @return bool|string|null
95 return null;
129 return $this->value !== null;
/plugin/blogtng/helper/
H A Dsqlite.php13 protected $db = null;
31 if($this->db === null) {
33 if($this->db === null) {
38 $this->db = null;

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