Lines Matching refs:a

186 			foreach($apps as $a) {
188 …ame_name').' : '.$a['name']['value'].' '.($a['name']['comment'] != '' ? ' <i>('.$this->manager->ge…
189 …asswordhash').' : '.$a['pwd']['value'].($a['pwd']['comment'] != '' ? ' <i>('.$this->manager->getLa…
190 …', array_keys($a['allowed']['value'])).''.($a['allowed']['comment'] != '' ? ' <i>('.$this->manager…
191 …ptln(' <a href="'.$this->wl(array('app' => $a['name']['value'])).'#remoteapp_edit" title="'.$this-…
200 $a = isset($this->manager->opt['app']) ? $apps[$this->manager->opt['app']] : null;
204 …name_name').' : <input type="text" name="soap_remoteapp_name" value="'.($a ? $a['name']['value'] :…
205 …nt').' : <input type="text" name="soap_remoteapp_namecomment" value="'.($a ? $a['name']['comment']…
210 …sswordhash').' : <input type="text" name="soap_remoteapp_pwd" value="'.($a ? $a['pwd']['value'] : …
211 …ent').' : <input type="text" name="soap_remoteapp_pwdcomment" value="'.($a ? $a['pwd']['comment'] …
228 …ptln(' <input type="checkbox" name="soap_remoteapp_serviceallowed['.$m.']" '.($a ? (isset($a['all…
231 if($a) {
232 if(isset($a['allowed']['value'][$m])) {
233 $imp = $a['allowed']['value'][$m];
241 ….' : <input type="text" name="soap_remoteapp_servicescomment" value="'.($a ? $a['allowed']['commen…
247a) ptln(' <input type="button" class="button" onclick="if(this.type==\'submit\')return true;if(co…
260 …lace('`<\?php[^?]+\?>\s*`i', '', @file_get_contents(DOKU_FARM_PLUGIN.'trusted_apps.php'))) as $a) {
262 foreach(explode("\n", trim($a)) as $f) {