Home
last modified time | relevance | path

Searched refs:category (Results 51 – 75 of 138) sorted by relevance

123456

/plugin/feed/
H A Dfeed.php170 $item->category = $page['cat'];
173 $item->category = $meta['subject'][0];
175 $item->category = $meta['subject'];
/plugin/zotero/
H A DZoteroConfig.php55 public function getConfig($category, $key) argument
57 $value = @$this->config[$category][$key];
/plugin/authgoogle/google/contrib/
H A DGoogle_GanService.php391 public $category; variable in Google_Advertiser
423 public function setCategory( $category) { argument
424 $this->category = $category;
427 return $this->category;
1049 public $category; variable in Google_CcOfferDefaultFees
1053 public function setCategory( $category) { argument
1054 $this->category = $category;
1057 return $this->category;
1082 public $category; variable in Google_CcOfferRewards
1099 $this->category = $category;
[all …]
/plugin/translator/
H A Dadmin.php154 foreach ( $categories as $name => $category ) {
156 foreach ( $this->functions->_getAvailableVersions($category['CategoryID']) as $Version ) {
315 function _deleteCategory($category=array()) { argument
317 if ( empty($category) || !is_array($category)) { return false; }
319 foreach ( $category as $name => $value ) {
339 function _handleUploadedFiles($category, $version, $FILES) { argument
341 list($CategoryID, $CategoryRegex) = $this->functions->_getCategoryFromName($category);
H A Dhelper.php637 …function _getTranslationMatrix($category, $Version, $Language, $additionalLanguage=null, $start="0… argument
646 list($categoryID) = $this->_getCategoryFromName($category);
1156 function _downloadLink($category, $version, $language, $name, $NoEncoded=false) { argument
1158 …$options = array('export_language' => '1', 'Category' => $category, 'Version' => $version, 'Langua…
1179 foreach ( $categories as $name => $category ) {
1182 $languages = $this->_getAvailableLanguagesVersions($category['CategoryID']);
H A Daction.php128 …ns->_getMasterKeyIDFromName(intval($_REQUEST['key']), intval($_REQUEST['category']), true, false)))
/plugin/socialshareprivacy2/SSP/scripts/
H A Djquery.socialshareprivacy.flattr.js52 if (options.category) attrs['data-flattr-category'] = options.category;
/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/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/translator/lang/en/
H A Dsetup.txt3 Please select the category that you want to see the translation for. If you have sufficent right yo…
/plugin/fksnewsfeed/db/
H A Dupdate0002.sql10 `category` VARCHAR(32) NOT NULL,
/plugin/geonav/
H A Dsyntax.php97 $str .= 'var plugin_geonav_category = "'.$category.'";';
/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/authgooglesheets/vendor/google/apiclient-services/src/
H A DPagespeedInsights.php81 'category' => [
H A DPolyService.php80 'category' => [
/plugin/icalevents/vendor/squizlabs/php_codesniffer/scripts/
H A Dphpcbf.bat6 REM @category PHP
H A Dphpcs.bat7 REM @category PHP
/plugin/eclipseupdateurl/
H A DREADME.md20 __category__|A category from the XML file
/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/noticeboard/classes/
H A DICal.php27 private $category; variable in helper_plugin_noticeboard_ICal
/plugin/noticeboard/noticeboard/classes/
H A DICal.php27 private $category; variable in helper_plugin_noticeboard_ICal
/plugin/gcalendar/user/
H A Devents.css2 /* category-styles for date entries. ----------------------------------------------------------- */
/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);

123456