Home
last modified time | relevance | path

Searched refs:fshlp (Results 1 – 2 of 2) sorted by relevance

/plugin/freesync/
H A Dadmin.php12 var $fshlp = null; variable in admin_plugin_freesync
21 $this->fshlp =& plugin_load('helper', 'freesync');
61 $this->fshlp->loadProfile($_REQUEST['profile']);
64 case "save_profile": $this->fshlp->saveProfile($_REQUEST['oldname'], $param); break;
88 $this->_sync_list = $this->fshlp->getPagesDiff();
102 $profiles = $this->fshlp->getProfiles();
106 (($profile['value'] == $this->fshlp->getProfileName())?'selected="selected"':'').
114 if($this->fshlp->getProfileName() != "") {
122 $profile = $this->fshlp->getProfile();
124 ptln('<legend>Edit '.$this->fshlp->getProfileName().' profile</legend>');
[all …]
H A Daction.php8 var $fshlp; variable in action_plugin_freesync
11 $this->fshlp =& plugin_load('helper', 'freesync');
42 $this->fshlp->loadProfile($_REQUEST['profile']);
46 … case "_freesync_page_l2r": print $this->fshlp->page_l2r($_REQUEST['id'], $_REQUEST['sum']); break;
47 … case "_freesync_page_r2l": print $this->fshlp->page_r2l($_REQUEST['id'], $_REQUEST['sum']); break;
48 … case "_freesync_file_l2r": print $this->fshlp->file_l2r($_REQUEST['id'], $_REQUEST['sum']); break;
49 … case "_freesync_file_r2l": print $this->fshlp->file_r2l($_REQUEST['id'], $_REQUEST['sum']); break;
50 case "_freesync_diff": print $this->fshlp->getDiff($_REQUEST['id']); break;