Home
last modified time | relevance | path

Searched refs:NULL (Results 126 – 150 of 495) sorted by relevance

12345678910>>...20

/plugin/bez/mdl/
H A DThread.php67 'coordinator' => array(array('dw_user'), 'NULL'),
68 'title' => array(array('length', 200), 'NOT NULL'),
69 'content' => array(array('length', 10000), 'NOT NULL'),
70 'type' => array(array('select', array('issue', 'project')), 'NULL')
74 if ($this->id === NULL) {
124 public function set_data($data, $filter=NULL) {
125 parent::set_data($data, $filter=NULL);
197 if ($this->id === NULL) {
222 if ($this->id === NULL) {
252 if ($this->id === NULL) {
[all...]
H A DEntity.php7 * If any attribute in object === NULL -> it means that it was not initialized
39 public function get_assoc($filter=NULL) {
43 if ($filter !== NULL) {
101 if (empty($html) && $rule[1] == 'NOT NULL') {
109 public function changable_fields($filter=NULL) {
112 if ($filter !== NULL) {
H A DThreadFactory.php28 public function users_involvement(\DatePeriod $period=NULL) {
58 public function kpi(\DatePeriod $period=NULL) {
77 public function bez_activity(\DatePeriod $period=NULL) {
106 public function report_issue(\DatePeriod $period=NULL) {
152 public function report_project(\DatePeriod $period=NULL) {
/plugin/markdowku/
H A Dautolinks.php27 $handler->_addCall('emaillink', array($match, NULL), $pos);
30 $handler->_addCall('externallink', array($match, NULL), $pos);
/plugin/odt/ODT/styles/
H A DODTTableColumnStyle.php114 return NULL;
143 public static function createTableColumnStyle(array $properties, array $disabled_props = NULL){
171 return NULL;
H A DODTTableRowStyle.php133 return NULL;
164 public static function createTableRowStyle(array $properties, array $disabled_props = NULL){
175 return NULL;
H A DODTTableStyle.php143 return NULL;
175 …public static function createTableTableStyle(array $properties, array $disabled_props = NULL, $max…
218 return NULL;
H A DODTParagraphStyle.php241 return NULL;
334 …ction createParagraphStyle(array $properties, array $disabled_props = NULL, ODTDocument $doc=NULL){
429 return NULL;
449 public static function createPagebreakStyle($style_name, $parent=NULL,$before=true) {
469 …on copyLayoutProperties(ODTParagraphStyle $source, ODTParagraphStyle $dest, array $disabled=NULL) {
H A DODTTextStyle.php206 return NULL;
233 …c function createTextStyle(array $properties, array $disabled_props = NULL, ODTDocument $doc=NULL){
307 return NULL;
/plugin/scrape/HTMLPurifier/ConfigSchema/schema/
H A DCSS.AllowedFonts.txt
H A DFilter.ExtractStyleBlocks.TidyImpl.txt
/plugin/statdisplay/pchart/
H A DpChart.php73 protected $VMax = NULL;
273 $this->VMin = NULL;
274 $this->VMax = NULL;
324 if ($this->VMin == NULL && $this->VMax == NULL) {
358 $XMin = NULL;
439 $YMax = NULL;
635 if ($this->VMin == NULL && $this->VMax == NULL) {
667 $XMin = NULL;
700 if ($this->VXMin == NULL && $this->VXMax == NULL) {
730 $YMax = NULL;
[all …]
/plugin/statistics/inc/pchart/
H A DpChart.php53 protected $XSize = NULL;
54 protected $YSize = NULL;
55 protected $Picture = NULL;
56 protected $ImageMap = NULL;
61 protected $Errors = NULL;
66 protected $GArea_X1 = NULL;
67 protected $GArea_Y1 = NULL;
68 protected $GArea_X2 = NULL;
69 protected $GArea_Y2 = NULL;
70 protected $GAreaXOffset = NULL;
[all...]
/plugin/odt/ODT/
H A DODTDefaultStyles.php120 public function import($source=NULL) {
209 return NULL;
H A DODTIndex.php20 …tIndex(ODTInternalParams $params, array &$indexesData, $type='toc', array $settings=NULL) {
38 $new ['start_ref'] = NULL;
219 $properties ['style-class'] = NULL;
221 $properties ['style-display-name'] = NULL;
309 $style_name = $doc->createPagebreakStyle(NULL, false);
/plugin/txtconf/
H A Dtxtconfig.class.php75 $class = NULL;
76 $defparam = NULL;
116 $defclass = NULL;
117 $defparam = NULL;
118 $class = NULL;
/plugin/freechat/phpfreechat/lib/csstidy-1.2/
H A Dclass.csstidy_optimise.php648NULL,'background-size' => NULL,'background-repeat' => NULL,'background-position' => NULL,'backgrou…
692 …tr_value[$i][$j],$pos,TRUE) || is_numeric($str_value[$i][$j]{0}) || $str_value[$i][$j]{0} === NULL)
708 if($return[$bg_prop] !== NULL)
/plugin/autonumbering/
H A Dsyntax.php146 return array($number, NULL);
148 return array($match, NULL);
172 … list($number, $null) = $this->handle($matches[0][$i], DOKU_LEXER_SPECIAL, NULL, $handler);
/plugin/combo/vendor/carica/phpcss/src/PhpCss/Scanner/Status/Text/
H A DDouble.php45 return NULL;
64 * @return Scanner\Status|NULL
67 return NULL;
H A DSingle.php45 return NULL;
63 * Returns always NULL, because a string never has a sub status
66 * @return Scanner\Status|NULL
69 return NULL;
/plugin/pgn4web/pgn4web/
H A Dgotd.php24 $pgnText = file_get_contents($pgnUrl, NULL, NULL, 0, $fileLimitBytes + 1);
/plugin/task/syntax/
H A Dtaskform.php10 protected $helper = NULL;
39 $selectUserGroup = NULL;
/plugin/avatar/
H A Dsyntax.php43 else $align = NULL;
49 else $size = NULL;
/plugin/projects/plugins/file/
H A Dlatex_dependency.php45 if ($matched == 0) return NULL;
52 if ($matches == NULL) return array();
/plugin/prettyprint/
H A Daction.php18 if ($meta['contributor'] != NULL) {
19 if (($contr = $meta['contributor'][$name]) != NULL) {

12345678910>>...20