Home
last modified time | relevance | path

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

123456

/plugin/tagsections/
H A Dhelper.php143 list($category, $tag) = explode(':', $nsTag, 2);
145 $tag = $category;
146 $category = '';
149 $catTags[$category][$tag]++;
/plugin/translator/
H A Daction.php128 …ns->_getMasterKeyIDFromName(intval($_REQUEST['key']), intval($_REQUEST['category']), true, false)))
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']);
/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/translator/syntax/
H A Dlabel.php21 var $category = null; variable in syntax_plugin_translator_label
65 $this->category = $this->getConf('category');
97 if ( !empty( $this->category) ) {
99 if ( !is_numeric($this->category) ) {
100 $this->category = $this->functions->_getCategoryFromName($this->category);
103 if ( $this->category === false || !is_array($this->category) ) {
107 list($this->category, $fileName) = $this->category;
111 $EXECUTE[] = $this->category;
H A Dtranslator.php21 var $category = null; variable in syntax_plugin_translator_translator
77 $this->category = $_REQUEST['Category'];
92 if ( empty($this->category) || empty($this->currentLanguage) ) {
172 list($categoryID) = $this->functions->_getCategoryFromName($this->category);
288 list($categoryID) = $this->functions->_getCategoryFromName($this->category);
329 if ( empty ( $this->category ) || empty ( $this->currentVersion ) ) {
333 list($cagtegoryID, $filename) = $this->functions->_getCategoryFromName($this->category);
342 …$form = $this->_startFieldSet( $this->category . ' ' . $this->getLang('Version') . ' ' . $this->cu…
347 $form->addHidden('Category', $this->category);
365 …$form->addElement($this->functions->_downloadLink($this->category, $this->currentVersion, $languag…
[all …]
/plugin/tuxquote/
H A Dquotes.txt2456 Miscellaneous is always the largest category. <BR> -- Joel Rosenberg, The Warrior Lives, SF novelist
/plugin/webcode/vendor/
H A Dfirebug-lite-1.4.js4482 },getLine:function(error){if(error.category=="js"){if(error.source){return cropString(error.source,…
4484 }}}},getSourceLink:function(error){var ext=error.category=="css"?"css":"js";
4488 }else{if(error.category=="css"){return"none"
4511 if(error.category=="css"){items.push("-",{label:"BreakOnThisError",type:"checkbox",checked:breakOnT…
5192 if(file.category=="image"){netInfoBox.responsePresented=true;
5395 …ategory:function(file){if(file.category){if(FBTrace.DBG_NET){FBTrace.sysout("net.getFileCategory; …
5396 }return file.category
5398 }return file.category="xhr"
5404 }return(file.category=mimeCategoryMap[mimeType])
6161 }function logAssert(category,args){Firebug.Errors.increaseCount(context); argument
[all …]
/plugin/xlsx2dw/packages/exceljs/
H A Dexceljs.js4008 this.category = '';
4211 category: this.category,
4234 this.category = value.category;
10830 this.map['cp:category'].render(xmlStream, model.category);
10894 category: this.map['cp:category'].model,
/plugin/xlsx2dw/packages/xlsx/
H A Dxlsx.mjs5576 ["cp:category", "Category"],
18304 case 'category' /*case 'Category'*/:
/plugin/zotero/
H A DZoteroConfig.php55 public function getConfig($category, $key) argument
57 $value = @$this->config[$category][$key];
/plugin/zotero/tests/
H A DStubZoteroConfig.php9 public function setConfig($category, $key, $value) argument
11 $this->config[$category][$key] = $value;

123456