Home
last modified time | relevance | path

Searched refs:retv (Results 1 – 25 of 26) sorted by relevance

12

/plugin/xcom/scripts/
H A Dxml.php71 $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 Daction.php15 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 Dsyntax.php151 $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 Dhelper.php188 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 Dadmin.php82 $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 Daspell.php73 exec("$aspell_prog dump dicts", $dicts,$retv);
79 if($retv) {
/plugin/xcom/
H A Dremote.php351 $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 Danno.php224 $retv = "<br />";
257 $retv .= $_list[$i] ."\n";
260 return $retv;
/plugin/numbering/
H A Daction.php49 …$retv = '<label>' .$matches[1] .' ' . $matches[2]. '&nbsp;&nbsp;<img src="' . NUMBERING_ICON . '…
51 return $retv;
/plugin/metadisplay/helper/
H A Dhtml.php266 $retv = "";
282 $retv .= "<tr><td>$key:</td><td>$val</td></tr>\n";
285 return $retv;
300 $retv = "";
H A Dplaintext.php264 $retv = "";
280 $retv .= "$key: $val\n";
283 return $retv;
298 $retv = "";
/plugin/fckg/syntax/
H A Ddwplugin.php43 $retv = $this->is_stet($match);
44 if($retv) {
45 return array($state,"$retv ");
/plugin/ckgedit/ckeditor/
H A Dconfig.js1 …:"iwiki_list"},async:true,dataType:"json"}).done(function(o){retv=o;f.ckgeditIwikiData=retv}).fail…
H A Dconfig.js.unc333 retv = data;
334 config.ckgeditIwikiData = retv;
345 var retv;
366 // return retv;
/plugin/ckgedit/scripts/
H A Dcss6.php134 $retv = io_saveFile($copy_path,$css);
135 if(!$retv) msg("failed: " . $copy_path);
/plugin/ckgdoku/action/
H A Dedit.php1046 $retv = '[[' . $matches[1] . "oIWIKIo" . $name ."cIWIKIc";
1048 $retv .= "|$link_text";
1050 return $retv . ']]';
H A Dmeta.php216 $retv = file_put_contents($this->dw_priority_metafn,serialize($ar));
217 if($retv === false) {
/plugin/tplmod/
H A Daction.php43 $retv = file_put_contents($this->ui_priority_metafn,serialize($ar));
44 if($retv === false) {
/plugin/ckgedit/action/
H A Dsave.php104 $retv = "$left" . $ns. $fn . "$right";
105 return $retv;
H A Dedit.php1078 $retv = '[[' . $matches[1] . "oIWIKIo" . $name ."cIWIKIc";
1080 $retv .= "|$link_text";
1082 return $retv . ']]';
H A Dmeta.php244 $retv = file_put_contents($this->dw_priority_metafn,serialize($ar));
245 if($retv === false) {
/plugin/epub/scripts/
H A Depub_utils.php269 $s = exec ($command, $output,$retv);
271 if(!$retv && file_exists($fullpath)) {
/plugin/snippets/
H A Daction.php204 $retv = $this->helper->updateMetaTime($page_id,$snip) ;
/plugin/ckgdoku/ckeditor/
H A Dconfig.js.unc297 var retv;
318 // return retv;
/plugin/ckgdoku/ckeditor/plugins/link/dialogs/
H A Dlink.js1 …l:"iwiki_list"},async:true,dataType:"json"}).done(function(W){retv=W;ckgdokuIwikiData=retv}).fail(…

12