Home
last modified time | relevance | path

Searched refs:trim (Results 251 – 275 of 1709) sorted by relevance

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

/plugin/swiftmail/Swift/Message/
H A DEncoder.php128 $ret .= trim(chunk_split($string, $chunk, $le)) . $le;
133 return trim($ret);
165 $next = trim($next);
223 if (substr($ret, -1) == "=") return trim(substr($ret, 0, -1));
224 else return trim($ret);
358 return trim($ret);
/plugin/findologicxmlexport/vendor/phpdocumentor/reflection-docblock/src/DocBlock/Tags/
H A DAuthor.php95 $authorName = trim($matches[1]);
96 $email = isset($matches[2]) ? trim($matches[2]) : '';
/plugin/socialshareprivacy/
H A Dsyntax.php56 $params[trim($name)] = trim($value);
/plugin/tag/syntax/
H A Dtagpage.php53 $match = trim(substr($match, 10, -2)); // get given tag
58 $params['tag'] = trim($tag);
/plugin/sqlite/
H A DTools.php73 $statements[] = trim($statement);
81 if ($statement) $statements[] = trim($statement);
/plugin/ckgedit/action/
H A Dsave.php44 $TEXT = trim($TEXT);
71 $ns = trim($ns);
176 return "((" . trim($matches[1]) . "))";
237 if(trim($linktext) == trim($tmp_linktext)) {
243 if(!useHeading('content') && (trim($linktext,'.: ' ) == trim($tmp_id,'.: ')))
/plugin/combo/vendor/salesforce/handlebars-php/src/Handlebars/
H A DHelpers.php231 $name = trim($node['name'] ?? '');
244 $name = trim(isset($node['name']) ? $node['name'] : '');
253 $name = trim($remain['name'] ?? '');
607 preg_match("/(.*?)\s+(?:(?:\"|\')(.*?)(?:\"|\'))/", trim($args), $m);
629 preg_match("/(.*?)\s+(.*?)\s+(?:(?:\"|\')(.*?)(?:\"|\'))/", trim($args), $m);
786 $args = preg_replace('/\s+/', ' ', trim($args));
790 $val = trim($ele, '\'"');
/plugin/date/
H A Dsyntax.php257 $r['keys'] = trim($k);
258 $r['vals'] = trim(str_replace('\|','|',$v));
263 $r['keys'][] = trim($k);
264 $r['vals'][] = trim(str_replace('\|','|',$v));
/plugin/jplayer/vendor/james-heinrich/getid3/getid3/
H A Dmodule.misc.cue.php80 $cue_lines[] = trim($line);
155 $commment_data = trim($comment_data, ' "');
180 $line = trim($line, '"');
290 $line = trim($line, '"');
H A Dmodule.audio-video.riff.php368 …$thisfile_riff_WAVE_cart_0['tag_text'] = explode("\r\n", trim(substr($thisfile_riff_WAVE_c…
1745 $info['riff']['comments']['junk'][] = trim($matches[1]);
1822 if (trim($RIFFchunk[$chunkname][$thisindex]['parsed'][$key])) {
1961 if (trim($commentdata['data']) != '') {
1963 $CommentsTargetArray[$value][] = trim($commentdata['data']);
1965 $CommentsTargetArray[$value] = array(trim($commentdata['data']));
2149 $parsed['title'] = trim(substr($DIVXTAG, 0, 32));
2150 $parsed['artist'] = trim(substr($DIVXTAG, 32, 28));
2151 $parsed['year'] = intval(trim(substr($DIVXTAG, 60, 4)));
2152 $parsed['comment'] = trim(substr($DIVXTAG, 64, 48));
[all …]
/plugin/commonmark/vendor/league/commonmark/src/Extension/Table/
H A DTableParser.php147 $inlineParser->parse(\trim($cell), $tableCell);
159 $cursor = new Cursor(\trim($line));
/plugin/bootswrapper/syntax/
H A Dbootstrap.php212 $title = trim($match);
218 $title = trim($title, '=');
219 $title = trim($title);
318 $value = trim(implode(' ', array_unique($value)));
/plugin/patchpanel/
H A Dsyntax.php84 $o = trim($o);
87 $opt['name'] = htmlspecialchars(trim($matches[1], '"\''), ENT_QUOTES);
202 $item['label'] = htmlspecialchars(trim($matches[0][1], '"\''), ENT_QUOTES);
213 …$csv .= '"' . $item['port'] . '","' . $item['label'] . '","' . trim($item['comment'], '"\' ') . '"…
214 …$item['comment'] = str_replace(array("\r","\n"), '', p_render('xhtml',p_get_instructions(trim($ite…
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/DocGenerators/
H A DHTML.php239 $content = trim($node->nodeValue);
263 $first = trim($codeBlocks->item(0)->nodeValue);
271 $second = trim($codeBlocks->item(1)->nodeValue);
/plugin/groupmatrix/syntax/
H A Dtable.php74 $cfg[trim($key)] = trim($value);
198 $arr[] = trim($value);
/plugin/findologicxmlexport/vendor/symfony/yaml/Tests/Command/
H A DLintCommandTest.php37 $this->assertRegExp('/^\/\/ OK in /', trim($tester->getDisplay()));
49 $this->assertRegExp('/^\/\/ OK in /', trim($tester->getDisplay()));
63 … $this->assertContains('Unable to parse at line 3 (near "bar").', trim($tester->getDisplay()));
/plugin/jcapture/src/com/hammurapi/jcapture/
H A DJCaptureApplet.java17 if (uploadUrl==null || uploadUrl.trim().length()==0) { in createRequest()
52 if (sectok!=null && sectok.trim().length()>0) { in createRequest()
58 if (opaque!=null && opaque.trim().length()>0) { in createRequest()
/plugin/combo/syntax/
H A Dpreformatted.php175 if (trim($text) == "") {
216 $text = trim($data[PluginUtility::PAYLOAD], "\n\r");
217 if (!(trim($text) == "" && $emptyContentShouldBeDeleted)) {
/plugin/bibtex/OSBib/create/
H A DADMINSTYLE.php1139 $input = trim(stripslashes($this->vars[$type]));
1210 if(!trim($this->vars['styleShortName']))
1216 else if(!trim($this->vars['styleLongName']))
1218 else if(!trim($this->vars['cite_template']))
1220 else if(!trim($this->vars['style_genericBook']))
1224 else if(!trim($this->vars['style_genericMisc']))
1250 (!trim($this->vars['cite_creatorListLimit']) ||
1266 !trim($this->vars['style_editorSwitchIfYes']))
1275 if(!trim($this->vars["style_userMonth_$i"]))
1304 if(trim($this->vars['styleLongName']))
[all …]
/plugin/bbcodeextensions/syntax/
H A Dq.php17 $match= trim(substr($match, 2, -4));
19 foreach ($arr as &$a) { $a= trim($a); }
/plugin/deeplautotranslate/
H A Daction.php155 $src = trim($match[1]);
156 $target = trim($match[2]);
328 return trim(strtolower($this->getConf('glossary_ns')));
376 if (!trim($this->getConf('api_key'))) {
558 if (!trim($this->getConf('api_key'))) {
607 if (!trim($this->getConf('api_key'))) {
645 if (!trim($this->getConf('api_key'))) {
715 $push_langs = trim($this->getConf('push_langs'));
752 $resolved_id = trim($match[1]);
802 $resolved_id = trim(
[all...]
/plugin/odt/ODT/css/
H A Dcssimportnew.php32 $attribute_string = trim ($attribute_string, '[] ');
57 $this->value = trim ($this->value, '"');
422 $this->selector_string = trim($selector_string);
467 $combinator = trim ($combinator, ' ');
707 $this->media = trim ($media);
713 $decls = trim ($decls, '{}');
729 $property = trim($property);
732 $value = trim ($value);
740 $value = trim($value);
784 $media = trim($media);
[all …]
/plugin/odt/helper/
H A Dcssimport.php46 $this->value = trim($value, ';');
934 $this->media = trim ($media);
939 $decls = trim ($decls, '{}');
955 $property = trim($property);
958 $value = trim ($value);
966 $value = trim($value);
1006 $media = trim ($media);
1330 $value = trim($value);
1428 $part = trim($part);
1463 $value = trim($value);
[all …]
/plugin/fancysearch/
H A Daction.php25 if(trim($_REQUEST['namespace'])){
26 $QUERY .= ' @'.trim($_REQUEST['namespace']);
/plugin/cryptsign/
H A Dsyntax.php56 $text = trim(substr($match,0,$pos));
59 $check = md5($ID.$user.trim($text).auth_cookiesalt());

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