Home
last modified time | relevance | path

Searched refs:null (Results 126 – 150 of 5084) sorted by last modified time

12345678910>>...204

/plugin/dokusioc/
H A Daction.php410 private function getDokuUrl($url = null)
461 public function createRdfLink($event = null, $param = null)
521 if ($event !== null) {
541 function getAbsUrl($url = null): string
543 if ($url === null) {
575 function getDwUserInfo($id, $pobj, $key = null)
/plugin/dokusioc/lib/
H A Dsioc_dokuwiki.php15 private $id = null;
16 private $url = null;
17 private $subject = null;
20 private $created = null;
21 private $modified = null;
25 private $next_version = null;
28 private $has_space = null;
29 private $content = null;
390 private $id = null;
391 private $url = null;
[all …]
H A Dsioc_inc.php936 private $api = null;
/plugin/photogallery/lib/
H A Darray_column.php30 function array_column($input = null, $columnKey = null, $indexKey = null)
40 return null;
48 return null;
54 && $params[1] !== null
72 $paramsColumnKey = ($params[1] !== null) ? (string) $params[1] : null;
74 $paramsIndexKey = null;
86 $key = $value = null;
89 if ($paramsIndexKey !== null && array_key_exists($paramsIndexKey, $row)) {
94 if ($paramsColumnKey === null) {
/plugin/photogallery/
H A DpgFetch.php151 return array(200, null);
172 $phpThumb->setParameter('config_cache_directory',null);
H A Dsyntax.php22 protected $metaAliases = null;
302 …'ziplink'] = $R->internalmedia($zip,$this->getLang('lnk_download'),null,null,null,null,'linkonly',…
912 $jpeg = $img['meta'] ?? null;
931 $this->_addString($ret,$ret,null,null,'<p>','</p>');
H A Dadmin.php88 function _info_row($item, $value, $state = null, $header = false){
/plugin/photogallery/phpThumb/docs/
H A Dphpthumb.changelog.txt18 * [bugfix: G188] fix some potential null-parameter warnings
/plugin/photogallery/phpThumb/
H A DphpThumb.config.php.default60 //$PHPTHUMB_CONFIG['cache_directory'] = null; …
72 //$PHPTHUMB_CONFIG['cache_maxage'] = null; // never delete cached thumbnails based on la…
75 //$PHPTHUMB_CONFIG['cache_maxsize'] = null; // never delete cached thumbnails based on by…
78 //$PHPTHUMB_CONFIG['cache_maxfiles'] = null; // never delete cached thumbnails based on nu…
111 //$PHPTHUMB_CONFIG['temp_directory'] = null; // attempt to auto-detect
123 …// *nix: set absolute pathname to "convert", or leave as null if "convert" is in the path (locatio…
125 $PHPTHUMB_CONFIG['imagemagick_path'] = null;
H A Dphpthumb.class.php111 public $phpThumbDebug = null;
220 public $fatalerror = null;
239 public $source_width = null;
240 public $source_height = null;
1164 if (null === $test) {
1168 if (null === $test) {
1181 if (null === $test) {
1281 return null;
1620 static $IMoptions = null;
1621 if (null === $IMoptions) {
[all …]
H A Dphpthumb.filters.php18 public $phpThumbObject = null;
633 …$colors='', $width=0.25, $height=0.25, $alignment='BR', $opacity=50, $margin_x=5, $margin_y=null) {
634 $margin_y = (null === $margin_y ? $margin_x : $margin_y);
1425 …kOverlay(&$gdimg_dest, &$img_watermark, $alignment='*', $opacity=50, $margin_x=5, $margin_y=null) {
1433 $margin_y = (null === $margin_y ? $margin_x : $margin_y);
H A Dphpthumb.functions.php302 …public static function ScaleToFitInBox($width, $height, $maxwidth=null, $maxheight=null, $allow_en…
303 $maxwidth = (null === $maxwidth ? $width : $maxwidth);
304 $maxheight = (null === $maxheight ? $height : $maxheight);
442 static $DisabledFunctions = null;
443 if (null === $DisabledFunctions) {
520 static $isbundled = null;
521 if (null === $isbundled) {
699 return null;
746 …ty($scheme) && isset($schemePort[strtolower($scheme)])) ? $schemePort[strtolower($scheme)] : null);
753 $parsedURL[$key] = null;
[all …]
/plugin/sqlite/
H A DFunctions.php40 * @param null|array &$context (reference) argument where processed data can be stored
63 * @param null|array &$context (reference) data as collected in step callback
65 * @return null|string
70 return null;
74 return null;
147 * @return null|string
151 if (is_null($page)) return null;
H A Dadmin.php205 if ($td === null) $td = '␀';
H A DSQLiteDB.php42 public function __construct($dbname, $schemadir, $sqlitehelper = null)
65 null,
66 null,
110 $this->pdo = null;
223 * @return array|null
234 return null;
243 * @return array|null Either the inserted row or null if nothing was inserted
271 return null;
279 * @return mixed|null
[all...]
H A Dhelper.php41 /** @var SQLiteDB|null */
60 * @return SQLiteDB|null
164 $this->data = null;
218 while (($part = array_shift($parts)) !== null) {
/plugin/sqlite/_test/
H A DGeneralTest.php67 if ($conf !== null && $meta !== null) {
/plugin/sqlite/helper/
H A Ddb.php36 $this->sqlite = null;
41 * @return helper_plugin_sqlite|null
/plugin/structstatus/
H A DStatus.php21 if($this->column !== null) return $this->column;
H A Daction.php56 is_callable([$this, "migration$version"]) ? $version : null;
140 $dbVersionStruct = null;
141 $dbVersionStructStatus = null;
/plugin/starred/
H A Daction.php63 $this->helper->toggleStar(null, $id);
H A Dhelper.php25 if($this->db !== null) return $this->db;
33 return null;
42 public function toggleStar($user = null, $pageid = null)
52 if ($pageid === null) $pageid = $ID;
53 if ($user === null) $user = $INPUT->server->str('REMOTE_USER');
76 public function checkStar($user = null, $pageid = null)
86 if ($pageid === null) $pageid = $ID;
87 if ($user === null) $user = $INPUT->server->str('REMOTE_USER');
101 public function loadStars($user = null, $limit = 0)
109 if ($user === null) $user = $INPUT->server->str('REMOTE_USER');
[all …]
H A Dsyntax.php59 $starred = $hlp->loadStars(null, $data['limit']);
76 $R->internallink(':' . $pid, null, null, false, 'navigation');
/plugin/nodetailsxhtml/
H A Drenderer.php18 private $acronymsExchanged = null;
62 $meta = p_get_metadata($ID, null, false); // 2010-10-23 This should be save to use
203 public function finishSectionEdit($end = null, $hid = null) {
242 function internallink($id, $name = null, $search=null,$returnonly=false,$linktype='content') {
303 $link['title'] = $this->_getLinkTitle(null, $default, $isImage, $id, $linktype);
413 function _media($src, $title = null, $align = null, $w = null,
[all...]
/plugin/templater/
H A Dsyntax.php115 $section = null;
201 $instr[0][1][0] = null;
231 $i = (array) null;
232 $level = null;
233 $no_section = null;
248 return array($i,null);
305 $r['keys'] = null;
306 $r['vals'] = null;
328 $r['keys'] = null;
329 $r['vals'] = null;
[all...]

12345678910>>...204