Home
last modified time | relevance | path

Searched refs:trim (Results 1401 – 1425 of 1709) sorted by last modified time

1...<<51525354555657585960>>...69

/plugin/zotero/
H A DTextZoteroRepository.php42 $line = trim($line);
106 $citeKey = trim($e->getCiteKey()) . ($e->getCiteKey() == "" ? " " : "");
/plugin/sugar/
H A Dsyntax.php41 $match_clean = trim($match, "~");
/plugin/xref/
H A Dsyntax.php39 $match = trim(substr($match, 7, -2));
/plugin/unblink/
H A Dsyntax.php37 $match = trim(substr($match,7,-2));
/plugin/latexit/
H A Drenderer.php1700 if (is_null($title) || (!is_array($title) && trim($title) == '')) {
/plugin/latexit/syntax/
H A Dconfig.php52 list($key, $val) = explode(' ', trim(substr($match, 10, -2)), 2);
53 $key = trim($key);
54 $val = trim($val);
/plugin/latexit/classes/
H A DBibHandler.php69 $this->type = trim($match[1]) . "s";
70 $this->id = trim($match[2]);
73 $this->key = trim($match[1]);
76 $namespace = explode(':', trim($match[1]));
/plugin/vcard/
H A Dsyntax.php48 list($zip, $city) = explode(' ', trim($place), 2);
55 $phone = trim($phone);
83 $match = trim($match);
101 'work' => trim($phones[0]),
102 'cell' => trim($phones[1]),
103 'home' => trim($phones[2]),
104 'fax' => trim($phones[3]),
105 'street-address' => trim($street),
108 'country-name' => trim($country),
394 'class'=> trim('urlextern '. $class),
H A Dvcard.php68 return trim($output);
96 …if ($this->properties["FN"]=="") $this->setFormattedName(trim("$prefix $first $additional $family …
/plugin/recaptcha/lib/
H A Drecaptchalib.php184 if (trim ($answers [0]) == 'true') {
/plugin/header3/
H A Dsyntax.php81 $title = trim($renderer->doc);
/plugin/odp/
H A Drenderer.php986 … $highlighted_code = trim(preg_replace('!^<pre[^>]*>|</pre>$!','',$geshi->parse_code()),"\n\r");
1005 if (!trim($css_style_array[0]) or !trim($css_style_array[1])) {
1008 $css_styles[trim($css_style_array[0])] = trim($css_style_array[1]);
/plugin/mellelexport/
H A Drenderer.php178 $this->doc = trim($this->doc);
478 …;">'.var_export($tmp_args, 1).'</td><td style="font-family: monospace;">'.trim(htmlentities($doc, …
522 echo trim($error->message).'<br />';
H A Dmellelconvert.php23 if (strlen(trim($data)) > 0) {
/plugin/tfslink/syntax/
H A Dworkitemlink.php35 $collectionName = isset($options['cn']) ? trim($options['cn']) : '';
47 $data['title'] = isset($options['title']) ? trim($options['title']) : '';
/plugin/subjectindex/inc/
H A Dcommon.php351 $id = trim($id);
/plugin/subjectindex/plugins/
H A DEntryVerse.php36 $num = trim($match[1]);
37 $name = trim($match[2]);
/plugin/oiddelegate/
H A Daction.php40 $oid = trim($oid);
41 $server = trim($server);
42 $provider = trim($provider);
43 $xrds = trim($xrds);
H A Dadmin.php40 $new[0] = trim($_REQUEST['oidadd'][0]);
41 $new[1] = trim($_REQUEST['oidadd'][1]);
/plugin/pagestat/
H A Dscript.js201 out_params[sub_arg[0].trim()]=sub_arg[1];
260 var wtmp=warr[i].trim();
277 if(cl_list[i].trim()!="pt_heightlight"){
644 var tmp = t_list[x].trim();
940 anal_list[x]=anal_list[x].trim();
955 word_list[jj]=word_list[jj].trim();
1761 out_params[sub_arg[0].trim()]=sub_arg[1];
/plugin/pagestat/syntax/
H A Dedit.php31 $match = trim(substr($match,3,-1));
H A Dword.php33 $match = trim(substr($match,9,-1));
H A Dblock.php33 $match = trim(substr($match,3,-1));
H A Deditpt.php32 $match = trim(substr($match,3,-1));
/plugin/hiddenswitch/
H A Dsyntax.php26 $match = trim(utf8_substr($match, 14, -1)); //14 = strlen("<hiddenSwitch ")

1...<<51525354555657585960>>...69