Searched refs:CategoryID (Results 1 – 3 of 3) sorted by relevance
| /plugin/translator/ |
| D | admin.php | 341 list($CategoryID, $CategoryRegex) = $this->functions->_getCategoryFromName($category); 381 $status = $this->_importLanguage($file, $CategoryID, $version); 412 list($CategoryID, $FileName) = $this->functions->_getCategoryFromName($Category); 417 $this->_getTranslastionsForUser($removeUserKeys, $User, $CategoryID, $version); 427 …$this->_getTranslastionsForUser($removeUserKeys, $User, $CategoryID, $version, $dateEntry, $Langua… 443 …function _getTranslastionsForUser(&$removeUserKeys, $User, $CategoryID=null, $Version=null, $Date=… argument 455 if ( !empty($CategoryID) ) { 457 $EXECUTE[] = $CategoryID; 484 $CategoryID = $Category; 485 $Category = array_shift(array_keys($this->functions->_getCategories($CategoryID, true))); [all …]
|
| D | action.php | 72 list($CategoryID, $CategoryFileName) = $CategoryArray; 75 else { $Language = $functions->_getAvailableLanguages($CategoryID, $Version); } 86 $data = $functions->_getTranslation($CategoryID, $Version, $exportLang);
|
| D | helper.php | 366 function _getMasterKeyIDFromName($KeyName, $CategoryID, $isID=false, $getID=true) { argument 377 $this->database->execute($CategoryID, $KeyName); 393 function _checkForMasterKeyIDs(&$translation, &$finalStatus, $CategoryID) { argument 404 $this->database->execute($CategoryID); 540 function _getTranslation($CategoryID, $Version, $Language) { argument 546 $this->database->execute($Version, $CategoryID); 549 $this->database->execute($Version, $CategoryID, $Language);
|