/plugin/xcom/scripts/ |
H A D | xml.php | 71 $retv = $client->getResponse(); variable 74 $_retv =print_r($retv,1); 81 if(!$retv) { 84 elseif(is_array($retv)) { 85 if(in_array($fn,$array_types) && !$retv['faultCode'] && !$retv['faultString']) { 87 $retv = array_merge(array('id' => $params[1]), $retv); variable 89 $retv = json_encode($retv); variable 90 echo $retv; 94 $temp = print_r($retv,true); 102 if($retv == '1') { [all …]
|
/plugin/tocselect/ |
H A D | action.php | 15 private $retv; variable in action_plugin_tocselect 60 if($this->retv) { 61 echo $this->retv; 79 $this->retv = ""; 87 $this->retv .= "<UL class='tocsel_li1'>$up\n"; 94 $this->retv .= "</UL>\n"; 97 $this->retv .= "</UL>\n"; 100 $this->retv .= "</UL>\n"; 110 $this->retv .= "<UL>\n"; 114 $this->retv .= "</UL>\n"; [all …]
|
/plugin/htmlokay/ |
H A D | syntax.php | 151 $retv = $this->class_id_matches($match); 152 if ($retv !== false) return $retv; 197 $retv = $this->class_id_matches($match); 198 if ($retv !== false) return $retv; 232 $retv = $this->class_id_matches($match, $div); 233 if ($retv !== false) return $retv; 258 $retv = $this->class_id_matches($match, $div); 259 if ($retv !== false) return $retv;
|
/plugin/dwcommits/ |
H A D | helper.php | 188 exec("$this->git fetch origin",$retv,$exit_code); 193 exec("$this->git merge origin",$retv, $exit_code); 198 exec("git commit -mdbupgrade",$retv, $exit_code); 209 exec("$this->git pull",$retv, $exit_code); 215 exec("$this->git checkout $branch",$retv, $exit_code); 221 exec("$this->git config --get remote.origin.url",$retv, $exit_code); 222 $this->remote_url = $retv[0]; 285 exec("$this->git branch",$retv, $exit_code); 287 foreach ($retv as $branch) { 327 exec("$this->git status",$retv, $exit_code); [all …]
|
/plugin/ckgedit/ |
H A D | admin.php | 82 $retv = css_ckg_out($path); 83 $this->message($path, $retv); 89 $retv = css_ckg_out($path,$this->alt); 90 $this->message($path, $retv);
|
/plugin/fckg/fckeditor/ |
H A D | aspell.php | 73 exec("$aspell_prog dump dicts", $dicts,$retv); 79 if($retv) {
|
/plugin/xcom/ |
H A D | remote.php | 351 $retv = ""; 369 $retv .= "<tr><td $border>$key:</td><td>$val</td></tr>\n"; 371 else $retv .= "<tr><td $border>$key:</td><td>$val</td></tr>\n"; 374 return $retv; 385 $retv = "";
|
/plugin/annotate/ |
H A D | anno.php | 224 $retv = "<br />"; 257 $retv .= $_list[$i] ."\n"; 260 return $retv;
|
/plugin/numbering/ |
H A D | action.php | 49 …$retv = '<label>' .$matches[1] .' ' . $matches[2]. ' <img src="' . NUMBERING_ICON . '… 51 return $retv;
|
/plugin/metadisplay/helper/ |
H A D | html.php | 266 $retv = ""; 282 $retv .= "<tr><td>$key:</td><td>$val</td></tr>\n"; 285 return $retv; 300 $retv = "";
|
H A D | plaintext.php | 264 $retv = ""; 280 $retv .= "$key: $val\n"; 283 return $retv; 298 $retv = "";
|
/plugin/fckg/syntax/ |
H A D | dwplugin.php | 43 $retv = $this->is_stet($match); 44 if($retv) { 45 return array($state,"$retv ");
|
/plugin/ckgedit/ckeditor/ |
H A D | config.js | 1 …:"iwiki_list"},async:true,dataType:"json"}).done(function(o){retv=o;f.ckgeditIwikiData=retv}).fail…
|
H A D | config.js.unc | 333 retv = data; 334 config.ckgeditIwikiData = retv; 345 var retv; 366 // return retv;
|
/plugin/ckgedit/scripts/ |
H A D | css6.php | 134 $retv = io_saveFile($copy_path,$css); 135 if(!$retv) msg("failed: " . $copy_path);
|
/plugin/ckgdoku/action/ |
H A D | edit.php | 1046 $retv = '[[' . $matches[1] . "oIWIKIo" . $name ."cIWIKIc"; 1048 $retv .= "|$link_text"; 1050 return $retv . ']]';
|
H A D | meta.php | 216 $retv = file_put_contents($this->dw_priority_metafn,serialize($ar)); 217 if($retv === false) {
|
/plugin/tplmod/ |
H A D | action.php | 43 $retv = file_put_contents($this->ui_priority_metafn,serialize($ar));
44 if($retv === false) {
|
/plugin/ckgedit/action/ |
H A D | save.php | 104 $retv = "$left" . $ns. $fn . "$right"; 105 return $retv;
|
H A D | edit.php | 1078 $retv = '[[' . $matches[1] . "oIWIKIo" . $name ."cIWIKIc"; 1080 $retv .= "|$link_text"; 1082 return $retv . ']]';
|
H A D | meta.php | 244 $retv = file_put_contents($this->dw_priority_metafn,serialize($ar)); 245 if($retv === false) {
|
/plugin/epub/scripts/ |
H A D | epub_utils.php | 269 $s = exec ($command, $output,$retv); 271 if(!$retv && file_exists($fullpath)) {
|
/plugin/snippets/ |
H A D | action.php | 204 $retv = $this->helper->updateMetaTime($page_id,$snip) ;
|
/plugin/ckgdoku/ckeditor/ |
H A D | config.js.unc | 297 var retv; 318 // return retv;
|
/plugin/ckgdoku/ckeditor/plugins/link/dialogs/ |
H A D | link.js | 1 …l:"iwiki_list"},async:true,dataType:"json"}).done(function(W){retv=W;ckgdokuIwikiData=retv}).fail(…
|