Home
last modified time | relevance | path

Searched refs:NULL (Results 1 – 25 of 522) sorted by relevance

12345678910>>...21

/plugin/odt/helper/
Dconfig.php108 array('value' => NULL,
117 array('value' => NULL,
126 array('value' => NULL,
135 array('value' => NULL,
144 array('value' => NULL,
153 array('value' => NULL,
162 array('value' => NULL,
163 'DWGlobalName' => NULL,
171 array('value' => NULL,
172 'DWGlobalName' => NULL,
[all …]
Dstylefactory.php104 public static function createTextStyle(array $properties, array $disabled_props = NULL){
125 public static function createParagraphStyle(array $properties, array $disabled_props = NULL){
146 …public static function createTableTableStyle(array $properties, array $disabled_props = NULL, $max…
166 public static function createTableRowStyle(array $properties, array $disabled_props = NULL){
186 public static function createTableCellStyle(array $properties, array $disabled_props = NULL){
209 public static function createTableColumnStyle(array $properties, array $disabled_props = NULL){
231 …blic static function createMultiColumnFrameStyle(array $properties, array $disabled_props = NULL) {
251 public static function createPageLayoutStyle(array $properties, array $disabled_props = NULL) {
277 public static function createPagebreakStyle($style_name, $parent=NULL,$before=true) {
/plugin/odt/ODT/css/
Dcssborder.php18 $top = NULL;
19 $right = NULL;
20 $bottom = NULL;
21 $left = NULL;
54 $width = NULL;
55 $style = NULL;
56 $color = NULL;
146 $bl_color = NULL;
147 $br_color = NULL;
148 $bb_color = NULL;
[all …]
/plugin/odt/ODT/
DXMLUtil.php34 return NULL;
47 public static function getElement ($element, $xmlCode, &$endPos=NULL) {
49 return NULL;
60 return NULL;
77 return NULL;
94 return NULL;
113 public static function getElementContent ($element, $xmlCode, &$endPos=NULL) {
115 return NULL;
128 return NULL;
145 return NULL;
[all …]
DODTDocument.php25 public $document = NULL;
26 public $htmlStack = NULL;
27 public $import = NULL;
28 public $units = NULL;
29 public $content = NULL;
30 public $elementObj = NULL;
31 public $ZIP = NULL;
32 public $manifest = NULL;
33 public $styleset = NULL;
72 protected $changePageFormat = NULL;
[all …]
DODTTable.php20 …ODTInternalParams $params, $maxcols = NULL, $numrows = NULL, $tableStyleName=NULL, $element=NULL, …
63 … if ($style_obj->getProperty('width') == NULL && $style_obj->getProperty('rel-width')) {
154 $lists = NULL;
193 …tatic function tableAddColumn (ODTInternalParams $params, $styleNameSet=NULL, &$styleNameGet=NULL){
215 …function tableRowOpen(ODTInternalParams $params, $styleName=NULL, $element=NULL, $attributes=NULL){
258 …= 1, $rowspan = 1, $align = "left", $cellStyle=NULL, $paragraphStyle=NULL, $element=NULL, $attribu…
307 …= 1, $rowspan = 1, $align = "left", $cellStyle=NULL, $paragraphStyle=NULL, $element=NULL, $attribu…
373 …bleOpenUseCSS(ODTInternalParams $params, $maxcols=NULL, $numrows=NULL, $element=NULL, $attributes=
415 $style_obj = ODTTableStyle::createTableTableStyle($properties, NULL, 17);
427 … static function tableAddColumnUseProperties (ODTInternalParams $params, array $properties = NULL){
[all …]
DODTImport.php13 static public $trace_dump = NULL;
14 …tatic protected $internalRegs = array('heading1' => array('element' => 'h1', 'attributes' => NULL),
15 'heading2' => array('element' => 'h2', 'attributes' => NULL),
16 'heading3' => array('element' => 'h3', 'attributes' => NULL),
17 'heading4' => array('element' => 'h4', 'attributes' => NULL),
18 'heading5' => array('element' => 'h5', 'attributes' => NULL),
19 … 'horizontal line' => array('element' => 'hr', 'attributes' => NULL),
20 'body' => array('element' => 'p', 'attributes' => NULL),
21 … 'emphasis' => array('element' => 'em', 'attributes' => NULL, 'compare' => true),
22 … 'strong' => array('element' => 'strong', 'attributes' => NULL, 'compare' => true),
[all …]
/plugin/creole/helper/
Deventhandler.php11 protected $state = NULL;
12 protected $clazz = NULL;
13 protected $tag = NULL;
41 if ($other == NULL ) {
51 if ( $this->state != NULL && $otherState != NULL &&
55 if ( $this->clazz != NULL && $otherClazz != NULL &&
59 if ( $this->tag != NULL && $otherTag != NULL &&
76 if ( $state == NULL && $clazz == NULL && $tag == NULL ) {
77 $this->event = NULL;
81 if ( $ownState == NULL && $ownClazz == NULL && $ownTag == NULL ) {
[all …]
/plugin/eventline/
Dplain.php68 function code($text, $language = NULL) {
88 function locallink($hash, $name = NULL){
92 function externallink($url, $name = NULL) {
93 if ($name == NULL)
99 function interwikilink($match, $name = NULL, $wikiName, $wikiUri) {
103 function emaillink($address, $name = NULL) {
107 function internalmedia ($src, $title=NULL, $align=NULL, $width=NULL,
108 $height=NULL, $cache=NULL, $linking=NULL) {
124 function externalmedia ($src, $title=NULL, $align=NULL, $width=NULL,
125 $height=NULL, $cache=NULL, $linking=NULL) {
[all …]
/plugin/creole/syntax/
Dsuperscript.php14 var $eventhandler = NULL;
33 'open', 'superscript', NULL,
35 $this->eventhandler->addOnNotify('found', 'emptyline', NULL,
36 'open', 'superscript', NULL,
38 $this->eventhandler->addOnNotify('open', 'list', NULL,
39 'open', 'superscript', NULL,
41 $this->eventhandler->addOnNotify('open', 'table', NULL,
42 'open', 'superscript', NULL,
47 if ( $this->eventhandler->queuedEventExists ('open', 'superscript', NULL) == false ) {
55 … $this->eventhandler->notifyEvent('open', 'superscript', NULL, $pos, $match, $handler);
[all …]
Dsubscript.php14 var $eventhandler = NULL;
33 'open', 'subscript', NULL,
35 $this->eventhandler->addOnNotify('found', 'emptyline', NULL,
36 'open', 'subscript', NULL,
38 $this->eventhandler->addOnNotify('open', 'list', NULL,
39 'open', 'subscript', NULL,
41 $this->eventhandler->addOnNotify('open', 'table', NULL,
42 'open', 'subscript', NULL,
47 if ( $this->eventhandler->queuedEventExists ('open', 'subscript', NULL) == false ) {
55 $this->eventhandler->notifyEvent('open', 'subscript', NULL, $pos, $match, $handler);
[all …]
Dmonospace.php14 var $eventhandler = NULL;
33 'open', 'monospace', NULL,
35 $this->eventhandler->addOnNotify('found', 'emptyline', NULL,
36 'open', 'monospace', NULL,
38 $this->eventhandler->addOnNotify('open', 'list', NULL,
39 'open', 'monospace', NULL,
41 $this->eventhandler->addOnNotify('open', 'table', NULL,
42 'open', 'monospace', NULL,
49 if ( $this->eventhandler->queuedEventExists ('open', 'monospace', NULL) == false ) {
101 …$this->eventhandler->writeCall('creole_monospace', DOKU_LEXER_EXIT, NULL, NULL, $pos, $match, $han…
/plugin/projects/lib/
Dlayout.php12 protected $project = NULL;
13 protected $ID = NULL;
14 protected $file_name = NULL;
15 protected $file = NULL;
16 protected $errors = NULL;
17 protected $layour = NULL;
18 protected $tag = NULL;
19 protected $header = NULL;
20 protected $name = NULL;
21 protected $content = NULL;
[all …]
Dcode_block.php13 private $pos = NULL;
14 private $text_pos = NULL;
15 private $text = NULL;
16 private $text_end = NULL;
17 private $end = NULL;
18 private $name = NULL;
Dfile_definition.php18 public $end = NULL;
19 public $position = NULL;
28 if (!isset($this->attributes[$name])) return NULL;
42 if ($xml == false) return NULL;
47 if (!isset($attributes['type'])) return NULL;
55 return NULL;
60 private $content = NULL;
70 private $recipe = NULL;
101 public function recipe() { return NULL; }
/plugin/dokutexit/
Dlatex.php63 var $_current_table_mode = NULL;
69 var $_tmphandle = NULL;
333 function code($text, $lang = NULL) {
423 function locallink($hash, $name = NULL) {
439 function internallink($id, $name = NULL, $search=NULL, $returnonly=false) {
457 $hash = NULL;
472 function internallink_old($link, $title = NULL) {
476 function internallink_xhtml($id, $name = NULL, $search=NULL, $returnonly=false) {
505 function externallink($link, $title = NULL) {
523 function interwikilink($link, $title = NULL, $wikiName, $wikiUri) {
[all …]
/plugin/owncloud/ajax/
Dfilelist.php59 …er->getLastfileid(), $helper->pathToWikiID($dir.'/'.$folder), NULL, NULL, NULL, NULL, NULL, false);
71 …$detail = $helper->internalmedia(0,$helper->pathToWikiID($dir.'/'.$file),NULL,NULL,16,NULL,NULL,'l…
72 …lper->getLastfileid(), $helper->pathToWikiID($dir.'/'.$file), NULL, NULL, NULL, NULL, NULL, false);
/plugin/odt/renderer/
Dpage.php168 … $this->document->setOrderedListParams(NULL, $this->config->getParam('olist_label_align'));
169 … $this->document->setUnorderedListParams(NULL, $this->config->getParam('olist_label_align'));
310 …on setPageFormat ($format=NULL, $orientation=NULL, $margin_top=NULL, $margin_right=NULL, $margin_b…
358 function render_index($type='toc', $settings=NULL) {
452 $data ['style_heading'] = NULL;
638 function p_open($style=NULL){
755 function table_open($maxcols = NULL, $numrows = NULL, $pos = NULL){
759 function table_close($pos = NULL){
1068 $style->setProperty('margin-top', NULL);
1069 $style->setProperty('margin-bottom', NULL);
[all …]
/plugin/text/
Drenderer.php30 public function startSectionEdit($start, $type, $title = NULL) {
39 if ($plugin != NULL) {
278 function listu_open($classes = NULL) {
288 function listo_open($classes = NULL) {
431 function locallink($hash, $name = NULL, $returnonly=false){
449 function externallink($url, $name = NULL, $returnonly=false) {
453 function interwikilink($match, $name = NULL, $wikiName, $wikiUri, $returnonly=false) {
457 function windowssharelink($url, $name = NULL, $returnonly=false) {
461 function emaillink($address, $name = NULL, $returnonly=false) {
470 function internalmedia ($src, $title=NULL, $align=NULL, $width=NULL,
[all …]
/plugin/odt/
Dsyntax.php18 protected $config = NULL;
180 $renderer->setPageFormat(NULL,$orientation);
187 $renderer->setPageFormat(NULL,NULL,$margin);
194 $renderer->setPageFormat(NULL,NULL,NULL,$margin);
201 $renderer->setPageFormat(NULL,NULL,NULL,NULL,$margin);
208 $renderer->setPageFormat(NULL,NULL,NULL,NULL,NULL,$margin);
313 … $renderer->getODTPropertiesNew ($properties, NULL, 'id="'.$odt_css_id.'" style="'.$odt_css.'"');
/plugin/scrape/vendor/ezyang/htmlpurifier/library/HTMLPurifier/
DZipper.php47 public function toArray($t = NULL) {
49 if ($t !== NULL) $a[] = $t;
62 if ($t !== NULL) array_push($this->front, $t);
63 return empty($this->back) ? NULL : array_pop($this->back);
85 if ($t !== NULL) array_push($this->back, $t);
86 return empty($this->front) ? NULL : array_pop($this->front);
95 return empty($this->back) ? NULL : array_pop($this->back);
111 if ($t !== NULL) array_push($this->front, $t);
119 if ($t !== NULL) array_push($this->back, $t);
/plugin/mellelexport/
Drenderer.php478 …s, 1).'</td><td style="font-family: monospace;">'.trim(htmlentities($doc, NULL, 'UTF-8')).'</td></…
686 …function locallink($hash, $name = NULL) {call_user_func_array(array($this, '__call'), array(__FUNC…
689 …function internallink($link, $title = NULL) {call_user_func_array(array($this, '__call'), array(__…
692 …function externallink($link, $title = NULL) {call_user_func_array(array($this, '__call'), array(__…
699 …function interwikilink($link, $title = NULL, $wikiName, $wikiUri) {call_user_func_array(array($thi…
702 …function filelink($link, $title = NULL) {call_user_func_array(array($this, '__call'), array(__FUNC…
705 …function windowssharelink($link, $title = NULL) {call_user_func_array(array($this, '__call'), arra…
708 …function emaillink($address, $name = NULL) {call_user_func_array(array($this, '__call'), array(__F…
710 function internalmedia ($src, $title=NULL, $align=NULL, $width=NULL,
711 …$height=NULL, $cache=NULL, $linking=NULL) {call_user_func_array(array($this, '__call'), array(__FU…
[all …]
/plugin/odt/ODT/elements/
DODTStateElement.php13 protected $clazz = NULL;
14 protected $style_name = NULL;
16 protected $parent_element = NULL;
17 protected $style_obj = NULL;
18 protected $htmlElement = NULL;
21 protected $temp = NULL;
26 public function __construct($style_name=NULL) {
/plugin/quickstats/GEOIP/vendor/maxmind-db/reader/ext/
Dmaxminddb.c142 char *db_file = NULL; in ZEND_END_ARG_INFO()
144 zval *_this_zval = NULL; in ZEND_END_ARG_INFO()
214 char *ip_address = NULL; in get_record()
216 zval *_this_zval = NULL; in get_record()
234 if (NULL == mmdb) { in get_record()
246 struct addrinfo *addresses = NULL; in get_record()
247 int gai_status = getaddrinfo(ip_address, NULL, &hints, &addresses); in get_record()
296 MMDB_entry_data_list_s *entry_data_list = NULL; in get_record()
306 } else if (NULL == entry_data_list) { in get_record()
331 if (NULL == mmdb_obj->mmdb) { in ZEND_END_ARG_INFO()
[all …]
/plugin/projects/plugins/target/
Dgcc.php18 if ($project->file($cpp) != NULL) return true;
20 if ($project->file($c) != NULL) return true;
30 if ($project->file($cpp) != NULL && !in_array($cpp, $deps)) {
35 if ($project->file($c) != NULL && !in_array($c, $deps)) {
47 if ($project->file($cpp) != NULL)
50 if ($project->file($c) != NULL)
52 return NULL;

12345678910>>...21