Home
last modified time | relevance | path

Searched refs:NULL (Results 251 – 275 of 495) sorted by relevance

1...<<11121314151617181920

/plugin/projects/lib/
H A Dmutex.php6 private $filename = NULL; // The file to be locked
/plugin/freechat/phpfreechat/src/commands/
H A Dbanlist.class.php22 if ($banlist == NULL) $banlist = array(); else $banlist = unserialize($banlist);
/plugin/jquery/
H A Daction.php40 trigger_event('JQUERY_READY', $morecode, NULL, false);
/plugin/markdowku/
H A Dgithubcodeblocks.php32 $lang = NULL;
/plugin/odt/ODT/elements/
H A DODTElementTableHeaderCell.php21 public function __construct($style_name=NULL, $colspan = 0, $rowspan = 0) {
H A DODTContainerElement.php32 protected $owner = NULL;
/plugin/scrape/HTMLPurifier/ConfigSchema/schema/
H A DOutput.Newline.txt
H A DHTML.Doctype.txt
/plugin/projects/pchart/pchart/
H A Dpdata.php62 $this->DataDescription["Unit"]["X"] = NULL;
63 $this->DataDescription["Unit"]["Y"] = NULL;
/plugin/vote/
H A Dsyntax.php39 if( ! isset( $title ) ) { return NULL; }
181 $vote_log = NULL;
/plugin/charter/lib/pchart/
H A DpData.class.php60 $this->DataDescription["Unit"]["X"] = NULL;
61 $this->DataDescription["Unit"]["Y"] = NULL;
/plugin/bez/mdl/
H A DTaskFactory.php77 public function users_involvement(\DatePeriod $period=NULL) {
105 public function report(\DatePeriod $period=NULL) {
/plugin/columns/
H A Dsyntax.php98 if ($columnsRenderer != NULL) {
111 if ($this->xhtmlRenderer == NULL) {
117 if ($this->odtRenderer == NULL) {
128 return NULL;
/plugin/nextday/
H A Dsyntax.php27 $day = NULL;
/plugin/combo/vendor/carica/phpcss/src/PhpCss/Ast/Visitor/
H A DOverload.php33 return NULL;
/plugin/bbcode/
H A Dlink.php32 $title = NULL;
/plugin/projects/plugins/target/
H A Dpdflatex.php17 return $project->file($tex) != NULL;
/plugin/searchtext/
H A Daction.php21 if ($text_plugin != NULL) {
/plugin/typography/helper/
H A Dodt.php13 protected $closing_stack = NULL; // used in odt_render()
/plugin/include/syntax/
H A Dwrap.php58 if ($secid === NULL) {
/plugin/combo/ComboStrap/PageSqlParser/
H A DPageSql.tokens50 NULL=50
H A DPageSqlLexer.tokens50 NULL=50
/plugin/bez/ctl/
H A Dactivity_report.php10 $period = NULL;
/plugin/odt/action/
H A Dexport.php135 $format = NULL;
166 $this->showPageWithErrorMsg($event, NULL, $warning);
352 private function showPageWithErrorMsg(Doku_Event $event, $msglangkey, $translatedMsg=NULL) {
/plugin/ghissues/helper/
H A DapiCacheInterface.php74 public function checkCacheFreshness($apiURL, &$cache=NULL) {
88 public function callGithubAPI($apiURL, &$cache=NULL) {

1...<<11121314151617181920