Searched refs:ret (Results 1 – 25 of 462) sorted by relevance
12345678910>>...19
| /plugin/pubmed2020/classes/ |
| D | pubmed2020.php | 270 $ret = array(); 281 $ret["pmid"] = $value; //PMID - 15924077 282 $ret["url"] = sprintf($this->pubmedURL, urlencode($value)); 285 $ret["pmcid"] = str_replace("PMC", "", $value); 286 $ret["pmcurl"] = sprintf($this->pmcURL, urlencode($ret["pmcid"])); 291 case "VI": $ret["vol"] = $value; break; //VI - 161 292 case "IP": $ret["issue"] = $value; break; //IP - 4 294 $ret["year"] = substr($value,0,4); 298 $ret["title"] = $value; 301 $ret["pages"] = trim($value); [all …]
|
| /plugin/scrape/vendor/ezyang/htmlpurifier/library/HTMLPurifier/Printer/ |
| D | HTMLDefinition.php | 17 $ret = ''; 22 $ret .= $this->start('div', array('class' => 'HTMLPurifier_Printer')); 24 $ret .= $this->renderDoctype(); 25 $ret .= $this->renderEnvironment(); 26 $ret .= $this->renderContentSets(); 27 $ret .= $this->renderInfo(); 29 $ret .= $this->end('div'); 31 return $ret; 41 $ret = ''; 42 $ret .= $this->start('table'); [all …]
|
| D | ConfigForm.php | 113 $ret = ''; 114 $ret .= $this->start('table', array('class' => 'hp-config')); 115 $ret .= $this->start('thead'); 116 $ret .= $this->start('tr'); 117 $ret .= $this->element('th', 'Directive', array('class' => 'hp-directive')); 118 $ret .= $this->element('th', 'Value', array('class' => 'hp-value')); 119 $ret .= $this->end('tr'); 120 $ret .= $this->end('thead'); 122 $ret .= $this->renderNamespace($ns, $directives); 125 $ret .= $this->start('tbody'); [all …]
|
| D | CSSDefinition.php | 17 $ret = ''; 19 $ret .= $this->start('div', array('class' => 'HTMLPurifier_Printer')); 20 $ret .= $this->start('table'); 22 $ret .= $this->element('caption', 'Properties ($info)'); 24 $ret .= $this->start('thead'); 25 $ret .= $this->start('tr'); 26 $ret .= $this->element('th', 'Property', array('class' => 'heavy')); 27 … $ret .= $this->element('th', 'Definition', array('class' => 'heavy', 'style' => 'width:auto;')); 28 $ret .= $this->end('tr'); 29 $ret .= $this->end('thead'); [all …]
|
| /plugin/routeplaner/syntax/ |
| D | routenplaner.php | 181 $ret = ''; 184 $ret .= '<div class="columns1">'; 185 …$ret .= '<form name="routenplaner2" method="get" target="_blank" action="http://www.lycos.de/route… 186 … $ret .= '<input type="hidden" name="tocountry" value="'.$this->l2s_country_names[$country].'" />'; 187 $ret .= '<input type="hidden" name="tostreet" value="'.$street.'" />'; 188 $ret .= '<input type="hidden" name="toplz" value="'.$zip.'" />'; 189 $ret .= '<input type="hidden" name="tocity" value="'.$town.'" />'; 190 …$ret .= '<table border="0" cellpadding="0" cellspacing="0" style="background-image:url(http://www.… 191 …$ret .= '<table border="0" cellpadding="0" cellspacing="0" style="margin-left:15px;padding: 0px 0p… 192 $ret .= '<tr>'; [all …]
|
| /plugin/nobadbrowser/ |
| D | action.php | 230 $ret= [ 'browser' => 'generic', 'browser_maker' => 'generic', 'parent' => '', 'version' => '0' ]; 233 $ret['browser']= 'IE'; 234 $ret['browser_maker']= 'Microsoft Corporation'; 236 $ret['version']= $browserversion[1]; 238 list($ret['majorver'], $ret['minorver'])= $ver; 239 $ret['parent']= $ret['browser']. ' ' . $ret['majorver']; 241 $ret['renderingengine_name']= 'Trident'; 242 $ret['renderingengine_maker']= 'Microsoft Corporation'; 244 $ret['renderingengine_version']= $rendererversion[1]; 251 $ret['browser']= 'Chrome'; [all …]
|
| /plugin/contact/ |
| D | syntax.php | 163 $ret = ''; 164 if ($_POST['contact'] == 'true') {$ret .= $this->_send_contact();} 166 $ret .= "<div class=\"level2\">"; 167 …$ret .= "<form action=\"".script()."\" method=\"post\" onsubmit=\"return validatecontact(this);\">… 168 $ret .= "<table class=\"inline\">"; 169 …$ret .= "<tr><td>".$this->getLang("name")." : </td><td><input type=\"text\" name=\"name\" value=\"… 170 …$ret .= "<tr><td>".$this->getLang("email")." : </td><td><input type=\"text\" name=\"email\" value=… 172 …$ret .= "<tr><td>".$this->getLang("subject")." : </td><td><input type=\"text\" name=\"subject\" va… 174 …$ret .= "<tr><td>".$this->getLang("content")." : </td><td><textarea name=\"content\" wrap=\"on\" c… 175 …$ret .= "<tr><td>".$this->getLang("verify")." : </td><td><input type=\"text\" name=\"verify\" valu… [all …]
|
| /plugin/btable2/ |
| D | syntax.php | 326 $ret = ''; 352 $ret .= '<tr>' . "\n"; 353 … $ret .= ' <th colspan="' . $colspan . '" style="padding-bottom: 0;">' . $colg . '</td>' . "\n"; 354 $ret .= '</tr>' . "\n"; 358 $ret .= '<tr>' . "\n"; 360 $ret .= ' <td class="rightalign">'; 369 $ret .= '<button class="button" style="width:100%" '. 374 $ret .= $name; 376 $ret .= " </td>\n"; 402 $ret .= ' <td class="'.$class.'">'.$title."</td>\n"; [all …]
|
| /plugin/bibtex/ |
| D | syntax.php | 439 $ret = ''; 440 $ret .= $link['pre']; 441 $ret .= '<a href="'.$link['url'].'"'; 442 if($link['class']) $ret .= ' class="'.$link['class'].'"'; 443 if($link['target']) $ret .= ' target="'.$link['target'].'"'; 444 if($link['title']) $ret .= ' title="'.$link['title'].'"'; 445 if($link['style']) $ret .= ' style="'.$link['style'].'"'; 446 if($link['more']) $ret .= ' '.$link['more']; 447 $ret .= '>'; 448 $ret .= $link['name']; [all …]
|
| /plugin/swiftmail/Swift/Message/ |
| D | Encoder.php | 58 if (!empty($matches[1])) $ret[($elements++)] = $matches[1]; 59 $ret[('a' . ($elements++))] = $matches[2]; 62 if ($input != "") $ret[($elements++)] = $input; //Whatever is left over 64 return $ret; 78 if (!empty($matches[1])) $ret[($elements++)] = $matches[1]; 79 $ret[('a' . ($elements++))] = $matches[2]; 82 if ($input != "") $ret[($elements++)] = $input; //Whatever is left over 84 return $ret; 97 $ret = ""; 115 if ($init_chunk && $init_chunk < (strlen($string)+2)) $ret .= $le; [all …]
|
| /plugin/redirectssl/ |
| D | action.php | 62 if($ret=$this->getConf('servername')) return $ret; 63 $ret=$_SERVER['HTTP_HOST']?: ($_SERVER['SERVER_NAME']?: ($_SERVER['COMPUTERNAME']? : NULL)); 64 if($ret) return preg_replace('#:\d+$#','',$ret); 67 if($ret=$_SERVER['SERVER_PORT']) return $ret; 68 if($ret=$_SERVER['HTTP_HOST']) return preg_replace('#^.*:(\d+)$#','$1',$ret); 71 if($ret=$this->getConf('httpsport')) return $ret; 75 static $ret; if(isset($ret)) return $ret; 78 return $ret=true; 81 if(in_array('mod_ssl', apache_get_modules())) return $ret=true; 88 return $ret=true; [all …]
|
| /plugin/scrape/vendor/ezyang/htmlpurifier/library/HTMLPurifier/ChildDef/ |
| D | Table.php | 171 $ret = $initial_ws; 173 $ret[] = $caption; 174 $ret = array_merge($ret, $after_caption_ws); 177 $ret = array_merge($ret, $cols); 180 $ret[] = $thead; 181 $ret = array_merge($ret, $after_thead_ws); 184 $ret[] = $tfoot; 185 $ret = array_merge($ret, $after_tfoot_ws); 196 $ret[] = $node; 201 $ret[] = $current_tr_tbody; [all …]
|
| /plugin/task/ |
| D | helper.php | 349 $ret = 'BEGIN:VTODO'.CRLF. 354 $ret .= 'DESCRIPTION:'.$this->_vsc($meta['description']['abstract']).CRLF; 356 $ret .= 'CATEGORIES:'.$this->_vcategories($meta['subject']).CRLF; 358 $ret .= 'CREATED:'.$this->_vdate($task['date']['created']).CRLF; 360 $ret .= 'LAST-MODIFIED:'.$this->_vdate($task['date']['modified']).CRLF; 362 $ret .= 'DUE:'.$this->_vdate($task['date']['due']).CRLF; 364 $ret .= 'COMPLETED:'.$this->_vdate($task['date']['completed']).CRLF; 365 if ($task['user']) $ret .= 'ORGANIZER;CN="'.$this->_vsc($task['user']['name']).'":'. 367 $ret .= 'STATUS:'.$this->_vstatus($task['status']).CRLF; 369 $ret .= 'PRIORITY:'.(7 - ($task['priority'] * 2)).CRLF; [all …]
|
| /plugin/pageimage/ |
| D | helper.php | 46 $ret = ''; 58 $ret .= '<a href="'.wl($id).'">'; 60 $ret .= '<img src="'.ml($src,array('w'=>$width,'h'=>$height)).'"'; 61 $ret .= ' class="media'.$align.'"'; 64 if($align == 'right') $ret .= ' align="right"'; 65 if($align == 'left') $ret .= ' align="left"'; 66 $ret .= ' style="'; 68 $ret .= ' width:'.hsc($width); 70 $ret .= ' max-width:200px;'; 74 $ret .= ' height:'.hsc($height); [all …]
|
| /plugin/ryubin/ryubin/js/ |
| D | AC_RunActiveContent.js | 194 var ret = 199 AC_Generateobj(ret.objAttrs, ret.params, ret.embedAttrs); 203 var ret = 208 AC_Generateobj(ret.objAttrs, ret.params, ret.embedAttrs); 212 var ret = new Object(); 213 ret.embedAttrs = new Object(); 214 ret.params = new Object(); 215 ret.objAttrs = new Object(); 223 ret.embedAttrs[args[i]] = args[i+1]; 228 ret.embedAttrs["src"] = args[i+1]; [all …]
|
| /plugin/owncloud/ |
| D | helper.php | 179 …$ret = '<p style="float:right;"><a href="#headingusedmedia" id="usemediadetail">'.$this->getLang('… 180 $ret .= DOKU_LF.'<ol id="usedmedia">'.DOKU_LF; 184 $ret .= DOKU_TAB.'<li class="mediaitem" fileid="'.$row['fileid'].'">'; 185 …$ret .= $this->internalmedia($row['fileid'],"",(($row['path']!='')?$row['path']:'/'),NULL,16,NULL,… 186 $ret .= '</li>'.DOKU_LF; 188 $ret .= '</ol>'.DOKU_LF; 189 return $ret; 260 $ret = '<div class="historyOC">'.DOKU_LF; 261 $ret .= DOKU_TAB.'<div class="table"><table width="100%" class="inline">'.DOKU_LF; 262 $ret .= DOKU_TAB.DOKU_TAB.'<tr class="row0">'.DOKU_LF; [all …]
|
| /plugin/sketchcanvas/phplib/ |
| D | lib.php | 8 $ret = array(); 14 array_push($ret, $point); 16 return $ret; 23 $ret = array(); 41 array_push($ret, $pt); 43 return $ret; 54 $ret = array(); 58 $ret[$seq[$i]] = TRUE; 60 return $ret; 66 $ret = array(); [all …]
|
| /plugin/freechat/phpfreechat/src/ |
| D | pfccontainer.class.php | 181 $ret = $this->getOnlineNick($chan); 182 if (count($ret['nickid']) == 0) 288 $ret = $this->getMeta("channelid-to-nickid", $this->encode('SERVER')); 289 for($i = 0; $i<count($ret['timestamp']); $i++) 291 $timestamp = $ret['timestamp'][$i]; 292 $nickid = $ret['value'][$i]; 335 $ret = $this->getMeta("channelid-to-nickid", $this->encode($chan)); 336 for($i = 0; $i<count($ret['timestamp']); $i++) 338 $nickid = $ret['value'][$i]; 362 $ret = $this->getMeta("channelid-to-nickid", [all …]
|
| /plugin/task/syntax/ |
| D | tasks.php | 217 $ret = '<div class="task_viewmenu">'; 218 $ret .= $form->toHTML(); 219 $ret .= '</div>'; 221 return $ret; 235 $ret = '<div class="task_viewmenu">'; 236 …$ret .= '<form id="task__changeview_form" method="post" action="'.script().'" accept-charset="'.$l… 237 $ret .= '<label class="simple">'; 238 $ret .= '<span>'.$this->getLang('view').'</span>'; 239 $ret .= '<input type="hidden" name="id" value="'.$ID.'" />'; 240 $ret .= '<input type="hidden" name="do" value="show" />'; [all …]
|
| /plugin/freechat/phpfreechat/lib/pear/PHPUnit/GUI/ |
| D | HTML.php | 170 $ret = array(); 174 $ret['failures'][] = $this->_prepareFailure($aFailure); 180 $ret['errors'][] = $this->_prepareErrors($aError); 187 $ret['passed'][] = $this->_preparePassedTests($aPassed); 191 return $ret; 197 $ret['testName'] = $test->getName(); 211 …$ret['expected'] = htmlspecialchars($matches[1]) . "<pre>" . htmlspecialchars(rtrim(ob_get_content… 217 …$ret['actual'] = htmlspecialchars($matches[1]) . "<pre>" . htmlspecialchars(rtrim(ob_get_contents(… 222 … $ret['expected'] = nl2br(str_replace(" ", " ", htmlspecialchars($matches[1] . $matches[2]))); 223 … $ret['actual'] = nl2br(str_replace(" ", " ", htmlspecialchars($matches[1] . $matches[3]))); [all …]
|
| /plugin/publistf/bib2tpl/lib/ |
| D | BibTex.php | 219 $ret = true; 223 $ret = PEAR::raiseError('Unknown option '.$option); 225 return $ret; 389 $ret = array('bibtex' => $entry.'}'); 406 $ret['entrykey'] = $matches[1]; 452 $ret[$field] = $value; 457 $ret['cite'] = trim($arr[1]); 458 $ret['entrytype'] = strtolower(trim($arr[0])); 459 if ('@' == $ret['entrytype']{0}) { 460 $ret['entrytype'] = substr($ret['entrytype'], 1); [all …]
|
| /plugin/publist/bib2tpl/lib/ |
| D | BibTex.php | 219 $ret = true; 223 $ret = PEAR::raiseError('Unknown option '.$option); 225 return $ret; 389 $ret = array('bibtex' => $entry.'}'); 406 $ret['entrykey'] = $matches[1]; 452 $ret[$field] = $value; 457 $ret['cite'] = trim($arr[1]); 458 $ret['entrytype'] = strtolower(trim($arr[0])); 459 if ('@' == $ret['entrytype']{0}) { 460 $ret['entrytype'] = substr($ret['entrytype'], 1); [all …]
|
| /plugin/publistx/bib2tpl/lib/ |
| D | BibTex.php | 219 $ret = true; 223 $ret = PEAR::raiseError('Unknown option '.$option); 225 return $ret; 389 $ret = array('bibtex' => $entry.'}'); 406 $ret['entrykey'] = $matches[1]; 452 $ret[$field] = $value; 457 $ret['cite'] = trim($arr[1]); 458 $ret['entrytype'] = strtolower(trim($arr[0])); 459 if ('@' == $ret['entrytype']{0}) { 460 $ret['entrytype'] = substr($ret['entrytype'], 1); [all …]
|
| /plugin/offline/ |
| D | renderer.php | 168 $ret = ''; 194 $ret .= '<img src="'.$urlPrefixStr.'../media/'.str_replace(':', '/', $src).'"'; 195 $ret .= ' class="media'.$align.'"'; 198 if($align == 'right') $ret .= ' align="right"'; 199 if($align == 'left') $ret .= ' align="left"'; 202 $ret .= ' title="' . $title . '"'; 203 $ret .= ' alt="' . $title .'"'; 205 $ret .= ' alt=""'; 209 $ret .= ' width="'.$this->_xmlEntities($width).'"'; 212 $ret .= ' height="'.$this->_xmlEntities($height).'"'; [all …]
|
| /plugin/gitbacked/classes/ |
| D | GitBackedUtil.php | 50 $ret = false; 55 $ret = true; 59 $ret = true; 61 $ret = true; 65 return $ret; 79 $ret = $path; 81 if (self::isAbsolutePath($ret)) { 82 return $ret; 85 $ret = DOKU_CONF . '../' . $ret; 87 $ret = DOKU_INC . $ret; [all …]
|
12345678910>>...19