Home
last modified time | relevance | path

Searched refs:trim (Results 401 – 425 of 1709) sorted by relevance

1...<<11121314151617181920>>...69

/plugin/snippets/
H A Dhelper.php78 return strtotime(trim($matches[1],'()'));
146 …$replacement = trim(preg_replace('/<snippet>.*?<\/snippet>/s', '', io_readFile($snip_file))); …
/plugin/discussion/
H A Dconvert.php83 if (trim($data) == '') {
112 $raw = trim($raw);
/plugin/randomtables/table-roller/src/Table/
H A DBaseTable.php30 $this->options[(int)$match[1]] = trim($match[2]);
86 $formula = strtoupper(trim($formula));
/plugin/dwtimeline/syntax/
H A Dtimeline.php49 … $match = trim(substr($match, 11,-1));// returns match between <dwtimeline(11) and >(-1)
56 … $match = trim(substr($match, 12,-1));//returns match between </dwtimeline(12) and >(-1)
/plugin/combo/syntax/
H A Dcodemarkdown.php142 $trimmedMatch = trim($match);
194 $payload = trim($data[PluginUtility::PAYLOAD], "\n\r");
/plugin/tag/
H A Daction.php79 $tag = trim(str_replace($tagns.':', '', $INPUT->str('tag')));
80 $ns = trim($INPUT->str('ns'));
/plugin/webcomponent/syntax/
H A Dcard.php160 $title = trim($match);
163 $title = trim($title, '=');
164 $title = trim($title);
/plugin/glossary/
H A Dscript.js11 function trim (str) { function
154 var value = trim (jInput.val ()).toLowerCase ();
222 jDiv.html (trim (response));
/plugin/dwinsect/
H A Dsyntax.php55 $ret=explode($link, trim($section), 2);
61 if (trim($params) != "") { // change syntax-params --> link-params
145 …$pattern='#(={2,}+[ ]*'.preg_quote(trim($anchor_name)).'[ ]*={2,}+\s*)(.*?)' .'(?=={2,}+…
/plugin/davcard/action/
H A Dajax.php33 $action = trim($INPUT->post->str('action'));
34 $id = trim($INPUT->post->str('id'));
35 $page = trim($INPUT->post->str('page'));
/plugin/chat/
H A Dajax.php47 $file = trim(io_readFile($pageFN));
111 if (trim($lines[$i]) == '') {
272 $file = trim(@io_readFile($pageFN));
/plugin/authgooglesheets/vendor/google/apiclient/src/Http/
H A DBatch.php125 $body = trim($body);
151 if (isset($part[0]) && 'boundary' == trim($part[0])) {
164 $part = trim($part);
/plugin/odt/ODT/styles/
H A DODTTextStyle.php266 $properties ['country'] = trim($country);
267 $properties ['lang'] = trim($lang);
288 $name = 'Size'.trim ($odt_fo_size, '%').'pc';
/plugin/combo/ComboStrap/
H A DDimension.php70 $heightValue = trim($attributes->getValueAndRemove($heightName));
101 $scrollMechanism = trim(strtolower($scrollMechanism));
246 $widthValueAsString = trim($widthValueAsString);
/plugin/fckg/syntax/
H A Ddwplugin.php51 $pattern=trim($pattern);
83 $plugin=trim($plugin);
84 $pattern=trim($pattern);
140 $pattern=trim($pattern);
145 $value=trim($value);
146 $value=trim($value,'"\'');
/plugin/findologicxmlexport/vendor/symfony/yaml/
H A DParser.php182 …if (!isset($values['value']) || '' == trim($values['value'], ' ') || 0 === strpos(ltrim($values['v…
369 if (\is_string($value) && $this->lines[0] === trim($value)) {
393 if ('' === trim($line)) {
399 if ('' !== trim($line) && '\\' === substr($line, -1)) {
401 } elseif ('' !== trim($line)) {
402 $value .= trim($line);
405 if ('' === trim($line)) {
418 return Inline::parse(trim($value));
696 $lines[] = trim($this->currentLine);
895 return '' == trim($this->currentLine, ' ');
/plugin/jplayer/vendor/james-heinrich/getid3/getid3/
H A Dgetid3.lib.php1556 $newvaluelength = strlen(trim($value));
1558 $oldvaluelength = strlen(trim($existingvalue));
1559 …wvaluelength <= $oldvaluelength) && (substr($existingvalue, 0, $newvaluelength) == trim($value))) {
1565 …if (trim($value) == trim(substr(mb_convert_encoding($existingvalue, $ThisFileInfo['id3v1']['encodi…
1574 $newvaluelength = strlen(trim($value));
1576 $oldvaluelength = strlen(trim($existingvalue));
1578 $ThisFileInfo['comments'][$tagname][$existingkey] = trim($value);
1585 $value = (is_string($value) ? trim($value) : $value);
1684 $cache[$file][$name][$ThisKey] = trim($ThisValue);
1726 return trim($string, "\x00");
[all …]
/plugin/davcal/vendor/sabre/dav/lib/DAV/Browser/
H A DPlugin.php185 if (isset($postVars['name']) && trim($postVars['name'])) {
187 list(, $folderName) = URLUtil::splitPath(trim($postVars['name']));
225 list(, $newName) = URLUtil::splitPath(trim($file['name']));
226 if (isset($postVars['name']) && trim($postVars['name']))
227 $newName = trim($postVars['name']);
/plugin/statdisplay/helper/
H A Dlog.php102 $date = strtotime(trim($parts[3] . ' ' . $parts[4], '[]'));
111 $user = trim($parts[2], '"-');
199 $referer = trim($parts[10], '"');
222 $ua = trim(join(' ', array_slice($parts, 11)), '" ');
305 return trim($ua->getBrowser() . ' ' . $version);
/plugin/jukebox/
H A Dsyntax.php55 $ns = trim($ns);
97 $data['skin'] = trim($params);
/plugin/interwikiformatting/
H A Dsyntax.php76 $title = trim($target, "\r\n\t\f\v /#");
104 $title = trim($title, "\r\n\t\f\v /#");
/plugin/swiftmail/
H A Daction.php84 $part = trim($part);
88 $text = trim($matches[1]);
/plugin/html2pdf/html2pdf/html2ps/
H A Dcss.parse.inc.php102 $raw_selector = strtolower(trim($raw_selector));
192 $selector_string = trim($selector_string);
/plugin/multiselect/
H A Dsyntax.php72 $match=trim($match);
73 $match=trim(substr($match,13,strlen($match)-13-1));
/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/src/
H A DMessageFormatter.php89 $result = trim($request->getMethod()
183 return trim($result);

1...<<11121314151617181920>>...69