Home
last modified time | relevance | path

Searched refs:trim (Results 476 – 500 of 1709) sorted by relevance

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

/plugin/findologicxmlexport/vendor/twig/extensions/lib/Twig/Extensions/Node/
H A DTrans.php53 $message = trim($this->getNode('notes')->getAttribute('data'));
152 …return array(new Twig_Node(array(new Twig_Node_Expression_Constant(trim($msg), $body->getTemplateL…
/plugin/var/
H A Dsyntax.php129 $xhtml = trim($vdate);
133 $xhtml = trim(substr($vname, 1, -1));
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Squiz/Sniffs/Commenting/
H A DLongConditionClosingCommentSniff.php198 if (trim($tokens[$comment]['content']) !== $expected) {
199 $found = trim($tokens[$comment]['content']);
/plugin/wikipediasnippet/
H A Dsyntax.php44 return trim($lang).'::'.trim($article);
/plugin/namespacesearch/
H A Dsyntax.php93 return trim($output);
117 $query2[] = trim(cleanID($namespace));
/plugin/xssnipper/
H A Dsyntax.php170 header("Content-Disposition: attachment; filename=".trim($xssnipper['file']));
173 echo trim($code_lines,"\r\n");
/plugin/rack/
H A Dsyntax.php153 if(!trim($content)){
164 if (preg_match("/^\s*#/",$line) || !trim($line)) { continue; } # skip comments & blanks
/plugin/xcom/scripts/
H A Dxml.php52 $key = trim($key); $val = trim($val);
/plugin/tplinc/
H A Dhelper.php31 $line = trim($line);
150 if (trim($pattern, ':') == '**') return $page; // match all
/plugin/adhocmathml/
H A Dmover.php20 switch (trim($name)) {
H A Dmunder.php20 switch (trim($name)) {
H A Dmunderover.php20 switch (trim($name)) {
H A Dmaction.php22 switch (trim($name)) {
/plugin/ckgdoku/ckeditor/
H A Duseheading.php11 $t= trim(tpl_pagetitle($page,1));
/plugin/findologicxmlexport/vendor/findologic/libflexport/src/FINDOLOGIC/Export/Helpers/
H A DDataHelper.php30 $value = trim($value);
/plugin/ckgedit/ckeditor/
H A Duseheading.php11 $t= trim(tpl_pagetitle($page,1));
/plugin/jukebox/id3/
H A Dgetid3.lib.php1201 $newvaluelength = strlen(trim($value));
1203 $oldvaluelength = strlen(trim($existingvalue));
1204 …wvaluelength <= $oldvaluelength) && (substr($existingvalue, 0, $newvaluelength) == trim($value))) {
1212 $newvaluelength = strlen(trim($value));
1214 $oldvaluelength = strlen(trim($existingvalue));
1215 …if (($newvaluelength > $oldvaluelength) && (substr(trim($value), 0, strlen($existingvalue)) == $ex…
1216 $ThisFileInfo['comments'][$tagname][$existingkey] = trim($value);
1222 …if (empty($ThisFileInfo['comments'][$tagname]) || !in_array(trim($value), $ThisFileInfo['comments'…
1223 $ThisFileInfo['comments'][$tagname][] = trim($value);
1276 $cache[$file][$name][$ThisKey] = trim($ThisValue);
/plugin/findologicxmlexport/vendor/phpdocumentor/reflection-docblock/src/DocBlock/Tags/Formatter/
H A DPassthroughFormatter.php29 return trim('@' . $tag->getName() . ' ' . (string)$tag);
/plugin/jplayer/vendor/james-heinrich/getid3/demos/
H A Ddemo.mysqli.php883 if (strlen(trim($row['comment'])) > 0) {
1135 …if (trim(strtolower(RemoveAccents(substr($Comments[$tagtype][$fieldname][0], 0, 28)))) == trim(str…
1174 …if (isset($Comments[$tagtype][$fieldname][0]) && (strlen(trim($Comments[$tagtype][$fieldname][0]))…
1187 if (isset($Comments['ape']['date'][0]) && (strlen(trim($Comments['ape']['date'][0])) > 0)) {
1194 …if (isset($Comments[$tagtype][$fieldname][0]) && (strlen(trim($Comments[$tagtype][$fieldname][0]))…
1203 …if (isset($Comments[$tagtype][$fieldname][0]) && (strlen(trim($Comments[$tagtype][$fieldname][0]))…
1225 if (trim(strtolower(RemoveAccents($tagA))) == trim(strtolower(RemoveAccents($tagB)))) {
1239 …if (isset($Comments[$tagtype][$fieldname][0]) && (strlen(trim($Comments[$tagtype][$fieldname][0]))…
1359 $PatternFilename .= trim(strtr($row[$patterns[$Pattern[$i]]], ':\\*<>|', ';-¤«»¦'), ' ');
1398 $PatternFilename = trim($PatternFilename, ' -');
[all …]
/plugin/variants/
H A Dvariants.php130 trim($key); trim($value);
/plugin/ipmap/
H A Drendertables.php86 $subneta = explode("/",trim($subnetu[0]));
87 $subnetsr[$subneta[0]] = array("Mask" => $subneta[1], "Desc" => trim($subnetu[1]));
/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/src/
H A Dfunctions.php69 $headers[trim($parts[0])][] = isset($parts[1])
70 ? trim($parts[1])
/plugin/struct/
H A Dhelper.php97 $summary = trim($summary);
150 $summary = trim($summary);
/plugin/commonmark/vendor/league/commonmark/src/Normalizer/
H A DSlugNormalizer.php42 $slug = \trim($slug);
/plugin/gcalendar/inc/
H A Dgcal_show.php202 $class = trim(trim($cat_classes)." ".trim($wd_class)." ".$todayframe);

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