Home
last modified time | relevance | path

Searched refs:trim (Results 1076 – 1100 of 1709) sorted by relevance

1...<<41424344454647484950>>...69

/plugin/do/syntax/
H A Ddolist.php79 $args[$filter][$i] = trim($args[$filter][$i]);
/plugin/combo/ComboStrap/
H A DMime.php55 if (trim($mime) === "") {
H A DSiteConfig.php106 * `trim($value) === ""`
111 if ($value === null || trim($value) === "") {
520 (trim($value) === "")) {
/plugin/combo/syntax/
H A Dcode.php202 $payload = trim($data[PluginUtility::PAYLOAD], "\n\r");
/plugin/struct/meta/
H A DValue.php129 if ('' === trim((string)$raw)) continue;
/plugin/struct/types/
H A DMedia.php27 if (!trim($this->config['mime'])) return $rawvalue;
29 $allows = array_map('trim', $allows);
/plugin/autotranslation/
H A Dhelper.php94 $tns = cleanID(trim($tns));
192 $skiptrans = trim($this->getConf('skiptrans'));
/plugin/socialshareprivacy/
H A Djquery.socialshareprivacy.js287 cookies += '"' + $.trim(foo[0]) + '":"' + $.trim(foo[1]) + '"';
H A Djquery.socialshareprivacy.min.js28 …";"),e="{",p=0;p<i.length;p+=1){var w=i[p].split("="),e=e+('"'+b.trim(w[0])+'":"'+b.trim(w[1])+'"'…
/plugin/pgn4web/pgn4web/
H A Dviewer.php114 …$match[1] = preg_replace('/(?<=^|[\x09\x20\x2D])./e', 'strtoupper("\0")', strtolower(trim($match[1…
118 $retVal[$match[1]] = trim($match[2]);
/plugin/diagram/syntax/
H A Dmain.php268 $key = trim ($key);
269 $value = trim ($value);
/plugin/cronojob/
H A Dpseudocron.php366 $jobs[$jobNumber][PC_CMD] = trim($job[PC_CMD]);
367 $jobs[$jobNumber][PC_COMMENT] = trim(substr($job[PC_COMMENT],1));
/plugin/htmlokay/
H A Dadmin.php191 $line = trim($line);
214 $namespace_string = trim($path, '/');
H A Ddirectory_scan-3.php42 $namespace_string = trim($path, '/');
/plugin/tagfilter/
H A Dhelper.php106 return PhpString::ucwords(str_replace('_', ' ', trim($label, ':')));
468 return PhpString::ucwords(str_replace('_', ' ', trim($label, ':')));
/plugin/statistics/inc/
H A DStatisticsLogger.class.php22 $this->ua_agent = trim($_SERVER['HTTP_USER_AGENT']);
170 $query = trim($query);
254 $country = addslashes(ucwords(strtolower(trim($match[1]))));
255 $code = addslashes(strtolower(trim($match[2])));
256 $city = addslashes(ucwords(strtolower(trim($match[3]))));
308 $referer = trim($_REQUEST['r']);
/plugin/openid/
H A Daction.php452 $_POST['fullname'] = trim(preg_replace('/[\x00-\x1f:<>&%,;]+/','',$_POST['fullname']));
453 $_POST['email'] = trim(preg_replace('/[\x00-\x1f:<>&%,;]+/','',$_POST['email']));
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/TextUI/
H A DCommand.php373 $bootstrapScript = trim(fgets(STDIN));
376 $testsDirectory = trim(fgets(STDIN));
379 $src = trim(fgets(STDIN));
/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 />';
/plugin/sequencediagram/bower_components/js-sequence-diagrams/dist/
H A Dsequence-diagram-snap.js27 alias = alias.trim();
44 input = input.trim();
51 name = s[1].trim();
52 alias = s[2].trim();
103 return s.trim().replace(/^"(.*)"$/m, '$1').replace(/\\n/gm, '\n');
858 if (!String.prototype.trim) {
859 String.prototype.trim = function() { method in String
H A Dsequence-diagram-snap-min.js6trim();var i,actors=this.actors;for(i in actors)if(actors[i].alias==alias)return actors[i];return … method in String
H A Dsequence-diagram-raphael.js27 alias = alias.trim();
44 input = input.trim();
51 name = s[1].trim();
52 alias = s[2].trim();
103 return s.trim().replace(/^"(.*)"$/m, '$1').replace(/\\n/gm, '\n');
858 if (!String.prototype.trim) {
859 String.prototype.trim = function() { method in String
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Util/Log/
H A DTAP.php252 foreach (explode("\n", trim($test->getActualOutput())) as $line) {
/plugin/visrep/
H A Dsyntax.php68 $input = trim((string)$dom);
/plugin/netlogo/syntax/
H A Dapplet.php130 $link[0] = trim($link[0]);

1...<<41424344454647484950>>...69