Home
last modified time | relevance | path

Searched refs:null (Results 951 – 975 of 5084) sorted by last modified time

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

/plugin/blog/syntax/
H A Dblog.php25 list($match, $flags) = array_pad(explode('&', $match, 2), 2, null);
28 list($match, $refine) = array_pad(explode(' ', $match, 2), 2, null);
29 list($ns, $num) = array_pad(explode('?', $match, 2), 2, null);
/plugin/simplenavi/_test/
H A DGeneralTest.php
/plugin/captcha/
H A DEasySVG.php333 return null;
/plugin/captcha/_test/
H A DGeneralTest.php
/plugin/tplinc/
H A Dhelper.php46 static $assignements = null;
47 if ($assignements === null) $assignements = $this->loadAssignments();
79 public function getIncludes($location, $id = null)
82 if ($id === null) $id = $ID;
111 public function renderIncludes($location, $id = null)
148 protected function matchPagePattern($pattern, $id, $page, $pns = null)
H A Dadmin.php137 $locations = null;
138 if ($locations === null) $locations = $this->helper->getLocations();
/plugin/tplinc/_test/
H A DGeneralTest.php67 if ($conf !== null && $meta !== null) {
/plugin/statdisplay/pchart/
H A DBackgroundStyle.php30 …$backgroundColor, $stripe = false, Color $gradientStartColor = null, $gradientDecay = null, $borde…
48 return $this->gradientStartColor != null;
52 if ($this->gradientStartColor == null) {
60 if ($this->gradientStartColor == null) {
H A DCSVImporter.php46 if ($handle == null) {
H A DColor.php32 public function __construct($red, $green = null, $blue = null) {
H A DGDCanvas.php311 …, ShadowProperties $shadowProperties, Point $boundingBoxMin = null, Point $boundingBoxMax = null) {
332 if ((($boundingBoxMin == null) || (($X >= $boundingBoxMin->getX())
334 && (($boundingBoxMax == null) || (($X <= $boundingBoxMax->getX())
349 …, ShadowProperties $shadowProperties, Point $boundingBoxMin = null, Point $boundingBoxMax = null) {
361 if (($boundingBoxMin == null || (($X >= $boundingBoxMin->getX())
363 && ($boundingBoxMax == null || (($X <= $boundingBoxMax->getX())
531 …awCircle(Point $center, $height, Color $color, ShadowProperties $shadowProperties, $width = null) {
532 if ($width == null) {
548 …edCircle(Point $center, $height, Color $color, ShadowProperties $shadowProperties, $width = null) {
549 if ($width == null) {
H A DGridStyle.php25 public function __construct($lineWidth, $mosaic = true, Color $color = null, $alpha = 100) {
26 if ($color == null) {
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);
H A DPieChart.php52 …d($XPos, $YPos, $Data, $DataDescription, Color $color, ShadowProperties $shadowProperties = null) {
53 if ($shadowProperties == null) {
137 …0, $DrawLabels = PIE_NOLABEL, Color $color = null, $Decimals = 0, ShadowProperties $shadowProperti…
138 if ($shadowProperties == null) {
146 if ($color == null) {
335 …$SpliceDistance = 0, $Decimals = 0, $AllBlack = FALSE, ShadowProperties $shadowProperties = null) {
336 if ($shadowProperties == null) {
429 ShadowProperties $shadowProperties = null) {
430 if ($shadowProperties == null) {
576 $lastPos = null;
[all …]
H A DTestCanvas.php47 …, ShadowProperties $shadowProperties, Point $boundingBoxMin = null, Point $boundingBoxMax = null) {
51 …, ShadowProperties $shadowProperties, Point $boundingBoxMin = null, Point $boundingBoxMax = null) {
68 …awCircle(Point $center, $height, Color $color, ShadowProperties $shadowProperties, $width = null) {
72 …edCircle(Point $center, $height, Color $color, ShadowProperties $shadowProperties, $width = null) {
H A DpData.php45 null, null);
H A DpChart.php113 protected $canvas = null;
155 if ($color == null) {
179 if ($handle == null) {
936 if ($color2 == null) {
940 if ($color3 == null) {
1055 if ($color == null) {
1169 if ($color == null) {
1288 $color3 = null;
1372 $color3 = null;
1581 $lastPoint = null;
[all …]
/plugin/statdisplay/helper/
H A Dgraph.php12 private $log = null;
243 $Chart->Render(null);
297 $Chart->Render(null);
311 $Chart->Render(null);
H A Dlog.php386 public function sum($input, $key = null)
408 public function avg($input, $key = null)
432 public function max($input, $key = null)
H A Dtable.php14 private $log = null;
17 private $R = null;
458 $align = null;
/plugin/advanced/admin/
H A Dconfig.php82 $file_local = null;
83 $file_default = null;
84 $file_protected = null;
154 $file_default = null;
550 return null;
/plugin/linksuggest/
H A Daction.php53 list($q, $hash) = array_pad(explode('#', $q, 2), 2, null);
55 $has_hash = !($hash === null);
111 if ($hash !== null && $matchedPages[0]['type'] === 'f') {
118 Event::createAndTrigger('TPL_TOC_RENDER', $toc, null, false);
/plugin/random_page/
H A Daction.php48 if ($INFO['namespace'] != null && $_REQUEST['do'] == 'nsrandompage') {
/plugin/s5/
H A Dsyntax.php65 …'<a href="'.exportlink($ID, 's5',sizeof($data)?array('s5theme'=>$data[0]):null).'" title="'.$this-…
/plugin/gh/
H A Dsyntax.php146 if ($len <= 0) $len = null;

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