Lines Matching refs:functions

20 	var $functions = null;  variable in syntax_plugin_translator_translator
68 if ( !$this->functions =& plugin_load('helper', 'translator') ) {
74 $this->functions->init_database();
78 $this->languages = $this->functions->_getLanguages();
87 if ( count($this->functions->revertableUpload) > 0 ) {
88 $renderer->doc .= $this->functions->_revertManager($this, $this->functions->revertableUpload);
124 list($categories, $changeCategory, $changeVersion) = $this->functions->_getChangerJS(false);
142 $this->functions->database->prepare("SELECT CategoryID, Name, FileName FROM tblCategory;");
143 $this->functions->database->execute();
145 if ( $this->functions->database->num_rows() == 0 ) {
150 $categories = array(); $data = array(); $this->functions->database->bind_assoc($data);
151 while ( $this->functions->database->fetch() ) {
171 …list($matrix, $max) = $this->functions->_getTranslationMatrix($this->category, $this->version, $th…
172 list($categoryID) = $this->functions->_getCategoryFromName($this->category);
288 list($categoryID) = $this->functions->_getCategoryFromName($this->category);
299 …$form->addElement(form_makeListboxField('newAdditionalLanguage', $this->functions->_getAvailableLa…
333 list($cagtegoryID, $filename) = $this->functions->_getCategoryFromName($this->category);
334 $masterValues = $this->functions->_getAmountOfMasterValues($cagtegoryID, $this->currentVersion);
343 $languages = $this->functions->_getAvailableLanguages($cagtegoryID, $this->currentVersion);
361 …$currentAmount = $this->functions->_getAmountOfLanguageValues($cagtegoryID, $this->currentVersion,…
365 …$form->addElement($this->functions->_downloadLink($this->category, $this->currentVersion, $languag…
369 …$form->addElement($this->functions->_downloadLink($this->category, $this->currentVersion, $languag…
413 return $this->functions->capture_form_output($form);