Home
last modified time | relevance | path

Searched refs:trim (Results 651 – 675 of 1709) sorted by relevance

1...<<21222324252627282930>>...69

/plugin/likeit/
H A Dhelper.php32 $users_r = explode(" ",trim($users));
/plugin/freechat/phpfreechat/src/commands/
H A Didentify.class.php45 $password = trim($param);
/plugin/mdpage/vendor/cebe/markdown/block/
H A DHeadlineTrait.php44 'content' => $this->parseInline(trim($lines[$current], "# \t")),
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Squiz/Sniffs/Debug/
H A DJavaScriptLintSniff.php88 $phpcsFile->addWarningOnLine(trim($message), $line, 'ExternalTool');
/plugin/docsearchsitemap/
H A Daction.php58 $id = trim($id);
/plugin/commonmark/vendor/league/commonmark/src/Block/Parser/
H A DATXHeadingParser.php
/plugin/commonmark/vendor/league/commonmark/src/
H A DInlineParserContext.php
/plugin/tagging/_test/
H A Dsearch.test.php184 return trim($string);
/plugin/freechat/phpfreechat/lib/csstidy-1.2/
H A Dclass.csstidy_optimise.php162 $this->sub_value = trim($this->sub_value);
304 $color_tmp[$i] = trim ($color_tmp[$i]);
625 $return[$key] = csstidy_optimise::shorthand(trim($return[$key].$important));
662 $str_value[$i] = csstidy_optimise::explode_ws(' ',trim($str_value[$i]));
783 $new_bg_value = trim($new_bg_value);
/plugin/socialshareprivacy2/SSP/scripts/
H A Djquery.socialshareprivacy.js517 …if ('perma_option' in data) data.perma_option = $.trim(data.perma_option).toLowerCase() …
518 …if ('ignore_fragment' in data) data.ignore_fragment = $.trim(data.ignore_fragment).toLowerCase() …
532 data.order = $.trim(data.order);
555 service.status = $.trim(service.status).toLowerCase() === "true";
558 service.perma_option = $.trim(service.perma_option).toLowerCase() === "true";
/plugin/diagramsnet/lib/plugins/
H A Dsql.js363 var tmp = mxUtils.trim(lines[i]);
371 var name = mxUtils.trim(tmp.substring(12));
476 var primaryKeyRow = mxUtils.trim(lines[start]);
509 var referencesRow = mxUtils.trim(lines[i + 1]);
523 var referencesRow = mxUtils.trim(lines[i + 1]);
/plugin/listusergroup/
H A Dsyntax.php58 $options[trim($key)] = explode(',', $optiontxt);
/plugin/highlightjs/highlight/
H A Dwp_highlight.js.php28 $languages[$i] = '\'' . trim($language) . '\'';
/plugin/command/ext/
H A Ddt.php55 if(trim($content) == '')
/plugin/bugzillaint/syntax/
H A Dlist.php60 …'extras' => preg_match('/extras:([a-z_,]+)/i', $match, $found) ? trim($found[1]) : $this->getConf(…
H A Dlink.php59 'extras' => isset($submatch[2]) ? trim($submatch[2]) : $this->getConf('link_default_extras')
/plugin/shorty/
H A Dsyntax.php59 $service = strtolower(trim($match)); //strip spaces
/plugin/git/action/
H A Dcommit.php32 $commit_message = trim($_POST['CommitMessage']);
/plugin/pagestat/syntax/
H A Dword.php33 $match = trim(substr($match,9,-1));
/plugin/html2pdf/html2pdf/html2ps/
H A Dcss.width.inc.php62 return new WCConstant(trim($value));
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/MySource/Sniffs/Channels/
H A DIncludeOwnSystemSniff.php64 $typeName = trim($tokens[$typeName]['content'], " '");
/plugin/markdowku/
H A Dheadersetext.php35 $title = trim($title);
/plugin/strata/types/
H A Dimage.php25 $value = trim($value[0]);
/plugin/codify/
H A Dsyntax.php25 $attributes = trim(substr($match, 7, -1));
/plugin/siteexport/inc/
H A DpatchCSSmgr.php36 $func_name = trim($aryMatches[1]);

1...<<21222324252627282930>>...69