Home
last modified time | relevance | path

Searched refs:category (Results 76 – 100 of 138) sorted by path

123456

/plugin/findologicxmlexport/vendor/phpunit/php-code-coverage/src/Report/Xml/
H A DUnit.php44 public function setPackage($full, $package, $sub, $category) argument
63 $node->setAttribute('category', $category);
/plugin/findologicxmlexport/vendor/phpunit/php-token-stream/src/Token/
H A DStream.php290 * @param string $category OPTIONAL Either 'require_once', 'require',
295 public function getIncludes($categorize = false, $category = null) argument
317 if (isset($this->includes[$category])) {
318 $includes = $this->includes[$category];
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Framework/
H A DTestCase.php1005 foreach ($this->locale as $category => $locale) {
1006 setlocale($category, $locale);
1393 * @param int $category
1406 $category = $args[0];
1417 if (!in_array($category, $categories)) {
1425 $this->locale[$category] = setlocale($category, 0);
/plugin/fksnewsfeed/
H A Daction.php282 $input->val($data->category);
/plugin/fksnewsfeed/db/
H A Dupdate0002.sql10 `category` VARCHAR(32) NOT NULL,
/plugin/fksnewsfeed/inc/ORM/
H A DModelNews.php25 public string $category; variable in FYKOS\\dokuwiki\\Extension\\PluginNewsFeed\\Model\\ModelNews
121 $model->category = $data['category'];
/plugin/fksnewsfeed/inc/renderer/
H A DFykosRenderer.php19 $html .= '<div class="bs-callout mb-3 bs-callout-' . $news->category . '">';
H A DVyfukRenderer.php18 … $html .= '<div class="card card-outline-' . $news->category . ' card-outline-vyfuk-orange">';
/plugin/fksnewsfeed/syntax/
H A Dcarousel.php93 $background = 'bg-' . $feed->category . '-fade ';
/plugin/flowplay2/flowplayer/extras/
H A Dsuggestions.js5 info: { viewed: 631, category: 'ads' } },
8 info: { viewed: 2, category: 'sports' } }
/plugin/gcalendar/inc/
H A Dgcal_read.php109 $category = strtoupper($subpattern[1]);
114 if(is_string($section) && strlen($section)>0 && (strtoupper($section)!=$category)) continue;
135 $cat = strtoupper(trim($category." ".fetch_inline_category($buffer)));
H A Dstandard.css152 /* category-styles for date entries. The category has to be capitalized ! ---------------------- */
/plugin/gcalendar/user/
H A Devents.css2 /* category-styles for date entries. ----------------------------------------------------------- */
/plugin/geonav/
H A Dsyntax.php97 $str .= 'var plugin_geonav_category = "'.$category.'";';
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Reports/
H A DSource.php224 $category = $parts[1];
225 if (strlen($category) > 18) {
226 $category = substr($category, 0, ((strlen($category) - 18) * -1));
229 echo $category.str_repeat(' ', (20 - strlen($category)));
/plugin/icalevents/vendor/squizlabs/php_codesniffer/scripts/
H A Dphpcbf.bat6 REM @category PHP
H A Dphpcs.bat7 REM @category PHP
/plugin/icons/syntax/
H A Dbreeze.php27 list($category, $icon) = explode('/', $icon);
29 return "$base_url/$category/$size/$icon.svg";
/plugin/idoit/
H A DREADME.md108 "method": "cmdb.category.read",
/plugin/jcapture/lib/
H A Dhttpcore-4.0.1.jarMETA-INF/MANIFEST.MF META-INF/HAMMURAP.SF META-INF/HAMMURAP ...
/plugin/jdraw/lib/
H A Dhttpcore-4.0.1.jarMETA-INF/MANIFEST.MF META-INF/HAMMURAP.SF META-INF/HAMMURAP ...
/plugin/jplayer/vendor/james-heinrich/getid3/getid3/
H A Dmodule.misc.cue.php286 $category = strtolower(substr($line, 0, strpos($line, ' ')));
292 switch ($category)
302 $this->cuesheet[$category] = $line;
306 $this->cuesheet['tracks'][$track_on][$category] = $line;
/plugin/jplayer/vendor/james-heinrich/getid3/
H A Dstructure.txt1857 ['category']=>string() //
/plugin/mantisreporter/
H A Dsyntax.php184 foreach($categories as $category) {
185 $html .= '<option value="'.$category.'">'.$category.'</option>';
367 $newIssue->category = $_POST['category'];
/plugin/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") : ("");

123456