Home
last modified time | relevance | path

Searched refs:null (Results 901 – 925 of 5084) sorted by last modified time

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

/plugin/prosemirror/action/
H A Dparser.php110 if ($syntax !== null) {
/plugin/prosemirror/
H A Dhelper.php20 * @return null|string DokuWiki syntax or null on error
25 if ($prosemirrorData === null) {
/plugin/blogtng/action/
H A Dedit.php13 var $entryhelper = null;
19 var $preact = null;
61 $isNotExistingBlog = $this->entryhelper->entry['blog'] === null;
164 $isNotExistingBlog = $this->entryhelper->entry['blog'] === null;
297 $blog = null;
300 if($blog === null) {
392 if($auth != null) {
H A Dentry.php13 var $entryhelper = null;
15 var $commenthelper = null;
H A Dfeed.php13 private $entryhelper = null;
15 private $tools = null;
74 'tags' => ($opt['tags'] ? explode(',', $opt['tags']) : null),
H A Dnew.php13 protected $commenthelper = null;
H A Dcomments.php15 var $commenthelper = null;
17 var $tools = null;
H A Dpagedata.php54 if ($auth != null){
/plugin/blogtng/renderer/
H A Dcomment.php97 if($plugin != null){
/plugin/blogtng/syntax/
H A Dblog.php20 'blog' => null,
30 var $entryhelper = null;
32 var $tools = null;
34 var $commenthelper = null;
/plugin/blogtng/entities/
H A DComment.php56 public function __construct($row = null){
132 public function tpl_number($link = true, $fmt = '%d', $title = null) {
133 if($title === null) $title = sprintf($fmt, $this->num);
/plugin/blogtng/helper/
H A Dcomments.php52 return null;
55 return null;
69 public function get_count($types=null, $includehidden=false) {
555 …ic function tpl_count($fmt_zero_comments='', $fmt_one_comments='', $fmt_comments='', $types=null) {
586 public function tpl_comments($name,$types=null) {
H A Dlinkback.php20 $entry['blog'] !== '' && $entry['blog'] !== null &&
54 $comment->setSubscribe(null);
H A Dsqlite.php13 protected $db = null;
31 if($this->db === null) {
33 if($this->db === null) {
38 $this->db = null;
H A Dtools.php37 $out = dformat(null, $out);
H A Dentry.php20 public $entry = null;
22 private $sqlitehelper = null;
126 'pid' => null,
127 'page' => null,
128 'title' => null,
129 'blog' => null,
130 'image' => null,
133 'author' => null,
134 'login' => null,
135 'mail' => null,
[all …]
H A Dtags.php17 private $pid = null;
182 return null;
184 if(!$this->sqlitehelper->ready()) return null;
/plugin/blogtng/
H A Dadmin.php15 protected $commenthelper = null;
17 protected $entryhelper = null;
19 protected $sqlitehelper = null;
21 protected $taghelper = null;
73 $noSecTokenNeeded = ['search', 'comment_edit', 'comment_preview', null];
214 if($comment !== null) {
578 $count = $this->commenthelper->get_count(null, true);
/plugin/navi/_test/
H A DGeneralTest.php67 if ($conf !== null && $meta !== null) {
/plugin/structautolink/_test/
H A DGeneralTest.php67 if ($conf !== null && $meta !== null) {
/plugin/structautolink/
H A Drenderer.php124 $this->regex = null;
/plugin/orphanmedia2/
H A Dsyntax.php833 { static $microtime_start = null;
834 if($microtime_start === null)
/plugin/do/
H A Dhelper.php20 private $db = null;
33 $this->db = null;
63 $date = !empty($data['date']) ? $data['date'] : null;
102 public function loadTasks($args = null, $checkAccess = true)
142 $where .= ' AND B.status IS NOT null';
144 $where .= ' AND B.status IS null';
233 if ($row['user'] !== null) {
/plugin/do/syntax/
H A Ddo.php18 protected $hlp = null; // helper plugin
149 static $oldTasks = null; // old task cache
150 static $curPage = null; // what page are we working on?
/plugin/ifauthex/lib/
H A Dexceptions.php7 private $_text = null;
8 private $_position = null;
10 public function __construct($text, $position, $code = 0, Exception $previous = null) {
32 private $_elementInstance = null;
47 private $_elementInstance = null;
62 private $_elementDefinition = null;
64 public function __construct($elementDefinition, $code = 0, Exception $previous = null) {
81 private $_tokenInstance = null;
83 public function __construct($tokenInstance, $code = 0, Exception $previous = null) {
103 private $_elementDefinition = null;
[all …]

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