Lines Matching +full:p +full:- +full:up

3  * Setting up the sympa-soap authentication admin plugin
6 * @author David Pepin <sympa-authors AT cru.fr>
33 'email' => 'sympa-authors AT cru.fr',
48 $this->install();
51 $this->uninstall();
63 print $this->locale_xhtml('intro');
68 if($this->is_installed()) {
69 if($this->is_used()) {
70 ptln('<p> ' .$this->getLang('is_used'). '</p>');
73 ptln('<p> '.$this->getLang('uninstall') .' </p>');
74 ptln('<p> <input type="hidden" name="action_" value="uninstall" />');
75 …t type="submit" name="submit" class="button" value="'.$this->getLang('btn_uninstall').'" /> </p>');
79 ptln('<p> '.$this->getLang('install') .' </p>');
80 ptln('<p> <input type="hidden" name="action_" value="install" />');
81 …put type="submit" name="submit" class="button" value="'.$this->getLang('btn_install').'" /> </p>');
83 ptln(' <p> <input type="hidden" name="do" value="admin" />');
84 ptln(' <input type="hidden" name="page" value="sympaauth" /> </p>');
99 //Check if the sympa soap server is rightly set up in the file local.php
121 //Check if the authentication mode is the sympa-soap server one
163 …\'plugin\'\]\[\'sympaauth\'\]\[\[\'sympaSoapService\'\] *= *.*!', $lines[$i])) unset($lines[$i--]);
165 $temp = $lines[--$i];
171 …[\'plugin\'\]\[\'sympaauth\'\]\[\[\'sympaSoapService\'\] *= *.*!', $lines[$i])) unset($line[$i--]);
202 return($this->install_langconf());
227 $i = -1;
231 …\'plugin\'\]\[\'sympaauth\'\]\[\[\'sympaSoapService\'\] *= *.*!', $lines[$i])) unset($lines[$i--]);
235 …// Delete local.php after having backed it up, then copy $lines to a new local.php. Restore backup…
252 return($this->uninstall_langconf());
272 …the $lang lines from each... assuming that noone would place a ; at the beginning of a new line :-)
275 if(!preg_match('!\$lang\[\'\w{1,}\'\] *= *.*!', $lines[$i])) unset($lines[$i--]);
310 if(preg_match('!sympa!i', $lines[$i])) unset($lines[$i--]);
315 …// Delete lang.php after having backed it up, then copy $lines to a new lang.php. Restore backup i…