Home
last modified time | relevance | path

Searched refs:category (Results 101 – 125 of 138) sorted by path

123456

/plugin/noticeboard/classes/
H A DICal.php27 private $category; variable in helper_plugin_noticeboard_ICal
H A DNotice.php31 private $category; variable in helper_plugin_noticeboard_Notice
107 public function setCategory($category){ argument
108 $this->category = $category;
112 return $this->category;
H A Drss.php27 private $category; variable in helper_plugin_noticeboard_Rss
32 public function helper_plugin_noticeboard_Rss($category,$parentId){ argument
33 $this->category = $category;
37 $this->noticeList->setCategoryFilter($category);
/plugin/noticeboard/noticeboard/classes/
H A DEditForm.php23 private $category; variable in helper_plugin_noticeboard_EditForm
80 $this->category = $notice->getCategory();
100 $this->category = $_REQUEST['noticeboard_category'];
131 $data .= (!$this->category || $this->category == "meeting") ? ("checked") : ("");
134 $data .= ($this->category == "event") ? ("checked") : ("");
137 $data .= ($this->category == "conference") ? ("checked") : ("");
H A DICal.php27 private $category; variable in helper_plugin_noticeboard_ICal
H A DNotice.php31 private $category; variable in helper_plugin_noticeboard_Notice
107 public function setCategory($category){ argument
108 $this->category = $category;
112 return $this->category;
H A Drss.php27 private $category; variable in helper_plugin_noticeboard_Rss
32 public function helper_plugin_noticeboard_Rss($category,$parentId){ argument
33 $this->category = $category;
37 $this->noticeList->setCategoryFilter($category);
/plugin/noticeboard/noticeboard/
H A Dstyle.css27 div.noticeboard-editForm p.category{
H A Dsyntax.php158 …on='".$script."' class='noticeboard-listForm'><p><strong>".$this->getLang('category').":</strong>";
/plugin/noticeboard/
H A Dstyle.css27 div.noticeboard-editForm p.category{
H A Dsyntax.php158 …on='".$script."' class='noticeboard-listForm'><p><strong>".$this->getLang('category').":</strong>";
/plugin/nspages/
H A Dstyle.css9 /* the headlines (categories and pages in this category) */
/plugin/quickstats/
H A DHOW-TO65 ~~QUICKSTATS:<month_year>&<category><;;depth>~~
/plugin/scrape/HTMLPurifier/Lexer/
H A DPH5P.php
/plugin/sequencediagram/bower_components/lodash/lib/fp/
H A Dbuild-modules.js97 return template.category(data);
/plugin/sequencediagram/bower_components/lodash/lib/fp/template/doc/
H A Dwiki.jst33 // Load a method category.
/plugin/sequencediagram/bower_components/lodash/vendor/firebug-lite/skin/xp/
H A Dfirebug.css352 .hideCategory-undefined .category-undefined,
353 .hideCategory-html .category-html,
354 .hideCategory-css .category-css,
355 .hideCategory-js .category-js,
356 .hideCategory-image .category-image,
357 .hideCategory-xhr .category-xhr,
358 .hideCategory-flash .category-flash,
359 .hideCategory-txt .category-txt,
360 .hideCategory-bin .category-bin {
456 .netRow.category-xhr:hover .netRowHeader {
/plugin/sequencediagram/bower_components/lodash/vendor/firebug-lite/src/
H A Dfirebug-lite-debug.js16896 if (error.category == "js")
16907 var ext = error.category == "css" ? "css" : "js";
16919 else if (error.category == "css")
17003 if (error.category == "css")
19656 if (file.category == "image")
20465 if (file.category)
20468 … FBTrace.sysout("net.getFileCategory; current: " + file.category + " for: " + file.href, file);
20469 return file.category;
20476 return file.category = "xhr";
20498 return (file.category = mimeCategoryMap[mimeType]);
[all …]
/plugin/socialshareprivacy2/SSP/
H A DREADME.md821 category : 'Text'
853 <td>category</td>
/plugin/socialshareprivacy2/SSP/scripts/
H A Djquery.socialshareprivacy.flattr.js52 if (options.category) attrs['data-flattr-category'] = options.category;
/plugin/sphinxsearch-was/
H A DSphinxSearch.php126 $category = array();
144 $category[$crc] = $data['page'];
/plugin/sphinxsearch/
H A DSphinxSearch.php125 $category = array();
143 $category[$crc] = $data['page'];
/plugin/stopforumspam/
H A DResponseChecker.php131 * @param ResponseCategory $category
134 private function categoryIsValid(ResponseCategory $category) argument
136 if ($category->frequency > 0 && $category->confidence > $this->tolerance) {
137 $this->confidence = $category->confidence;
138 $this->frequency = $category->frequency;
/plugin/syntaxhighlighter4/dist/
H A Dsyntaxhighlighter.js.map1 …gm,                                          css: 'string bold' },   // category\n        { regex:…
/plugin/tagadd/
H A Daction.php207 $category=substr($nsTag,0,strpos($nsTag,':'));
208 $catTags[$category][]=$nsTag;
226 foreach($nsTags_cat as $category=>$tags) {
227 …$catTagsCount = array_key_exists($category, $siteTags_cat) ? count($siteTags_cat[$category]) : '0';
228 …$form->_content[]='<h3><a href="#">'.$category.' ('.$catTagsCount.'/'.count($tags).')</a></h3><div…

123456