Home
last modified time | relevance | path

Searched refs:NULL (Results 101 – 125 of 495) sorted by relevance

12345678910>>...20

/plugin/latex/syntax/
H A Deqnarraystar.php29 return array($match,$state,NULL);
30 …narray*}".$match."\\end{eqnarray*}",$state,'class'=>"latex_displayed", 'title'=>"Equations", NULL);
H A Dequation.php30 return array($match,$state,NULL);
31 …{equation}".$match."\\end{equation}",$state,'class'=>"latex_displayed", 'title'=>"Equation", NULL);
H A Dequationstar.php30 return array($match,$state,NULL);
31 …quation*}".$match."\\end{equation*}",$state,'class'=>"latex_displayed", 'title'=>"Equation", NULL);
H A Dlatex.php36 return array($match,$state,NULL);
37 return array($match,$state,'class'=>"latex_inline", 'title'=>"LaTeX", NULL);
H A Ddisplaymath.php30 return array($match,$state,NULL);
31 …aymath}".$match."\\end{displaymath}",$state,'class'=>"latex_displayed", 'title'=>"Equation", NULL);
H A Dddollar.php30 return array($match,$state,NULL);
31 return array("$$".$match."$$",$state,'class'=>"latex_displayed", 'title'=>"Equation", NULL);
/plugin/latex-was/syntax/
H A Ddollar.php25 return array($match,$state,NULL);
26 return array("$".$match."$",$state,'class'=>"latex_inline", 'title'=>"Math", NULL);
H A Deqnarray.php29 return array($match,$state,NULL);
30 …eqnarray}".$match."\\end{eqnarray}",$state,'class'=>"latex_displayed", 'title'=>"Equations", NULL);
H A Ddisplaymath.php30 return array($match,$state,NULL);
31 …aymath}".$match."\\end{displaymath}",$state,'class'=>"latex_displayed", 'title'=>"Equation", NULL);
H A Deqnarraystar.php29 return array($match,$state,NULL);
30 …narray*}".$match."\\end{eqnarray*}",$state,'class'=>"latex_displayed", 'title'=>"Equations", NULL);
H A Dequation.php30 return array($match,$state,NULL);
31 …{equation}".$match."\\end{equation}",$state,'class'=>"latex_displayed", 'title'=>"Equation", NULL);
H A Dequationstar.php30 return array($match,$state,NULL);
31 …quation*}".$match."\\end{equation*}",$state,'class'=>"latex_displayed", 'title'=>"Equation", NULL);
H A Dlatex.php36 return array($match,$state,NULL);
37 return array($match,$state,'class'=>"latex_inline", 'title'=>"LaTeX", NULL);
H A Dddollar.php30 return array($match,$state,NULL);
31 return array("$$".$match."$$",$state,'class'=>"latex_displayed", 'title'=>"Equation", NULL);
/plugin/structtasks/meta/
H A DUtilities.php102 return [NULL, NULL, false];
107 return [NULL, NULL, false];
/plugin/odt/ODT/elements/
H A DODTElementSpan.php17 public function __construct($style_name=NULL) {
63 return NULL;
/plugin/bibtex/
H A Dsyntax.php459 function _getLinkTitle($title, $default, & $isImage, $id=NULL) {
502 function _media ($src, $title=NULL, $align=NULL, $width=NULL,
503 $height=NULL, $cache=NULL) {
/plugin/task/syntax/
H A Dtasks.php10 protected $helper = NULL;
57 if ($this->helper) $pages = $this->helper->getTasks($ns, NULL, $filter, $user);
191 $selected = NULL;
199 $input = $form->addDropdown('filter', $dropDownOptions, NULL, $pos++);
206 $input = $form->addCheckbox('view_user', NULL, $pos++);
215 $form->addButton(NULL, $this->getLang('btn_refresh'), $pos++);
/plugin/odt/ODT/styles/
H A DODTPageLayoutStyle.php115 protected $content_bgi = NULL;
116 protected $content_columns = NULL;
117 protected $content_header = NULL;
118 protected $content_footer = NULL;
208 return NULL;
346 public static function createPageLayoutStyle(array $properties, array $disabled_props = NULL) {
/plugin/odt/helper/
H A Dcssimport.php840 public function adjustLengthValues ($callback, $rule=NULL) {
922 protected $media = NULL;
932 public function __construct($selector, $decls, $media = NULL) {
1004 public function matches ($element, $classString, $media = NULL, $cssId=NULL) {
1059 return NULL;
1072 return NULL;
1160 protected function importFromStringInternal($contents, $media = NULL, &$processed = NULL) {
1364 return NULL;
1367 $value = NULL;
1388 return NULL;
[all …]
/plugin/freechat/phpfreechat/src/
H A Dpfccommand.class.php59 $cmd = NULL;
68 if (!class_exists($cmd_classname)) { $tmp = NULL; return $tmp; }
231 …$cmdtoplay = ($cmdtoplay == NULL || count($cmdtoplay) == 0) ? array() : unserialize($cmdtoplay[0]);
253 function trace(&$xml_reponse, $msg, $data = NULL)
255 if ($data != NULL)
/plugin/keyboard/
H A Dsyntax.php173 $parent_properties ['style-parent'] = NULL;
186 … $renderer->getODTPropertiesNew ($properties, 'kbd', 'class="'.$class.'"', NULL, false);
195 $properties ['style-class'] = NULL;
207 … $renderer->getODTPropertiesNew ($properties, 'kbd', 'class="'.$class.'"', NULL, false);
219 $properties ['style-class'] = NULL;
/plugin/projects/action/
H A Dpage.php41 if ($project == NULL) return;
43 if ($project->file($name) == NULL) return;
/plugin/autolink3/
H A Dajax.php134 function ajax_indexpage($page = NULL, $text = NULL) {
138 if(!$_POST['page'] && $page == NULL)
/plugin/catlist/
H A Dsyntax.php75 'headTitle' => NULL, 'smallHead' => false, 'linkStartHead' => true, 'hn' => 'h1',
77 'nsuseheading' => NULL, 'nsLinks' => CATLIST_NSLINK_AUTO,
309 'title' => NULL );
310 if ($data['headTitle'] !== NULL)
324 $data['sort_collator'] = NULL;
330 $data['sort_collator'] = NULL;
371 $item = array('id' => $id, 'rel_id' => $rel_id, 'name' => $name, 'title' => NULL);
396 $item['buttonid'] = $data['createPageButtonSubs'] ? $id.':' : NULL;
560 $item['buttonid'] = NULL;
561 $this->_displayNSBegin($renderer, $data, $item['title'], $linkdisp, $item['linkid'], ($data['show_perms'] ? $perms : NULL));
[all...]

12345678910>>...20