Home
last modified time | relevance | path

Searched refs:trim (Results 726 – 750 of 1709) sorted by relevance

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

/plugin/xcom/
H A Daction.php47 $inidir = trim($this->getConf('inidir'));
/plugin/combo/ComboStrap/
H A DHover.php20 const HOVER_ANIMATIONS = ["shrink", "pulse", "pulse-grow", "pulse-shrink", "push", "pop", "bounce-in", "bounce-out", "rotate", "grow-rotate", "sink", "bob", "hang", "skew", "skew-forward", "skew-backward", "wobble-horizontal", "wobble-vertical", "wobble-to-bottom-right", "wobble-to-top-right", "wobble-top", "wobble-bottom", "wobble-skew", "buzz", "buzz-out", "forward", "backward", "fade", "back-pulse", "sweep-to-right", "sweep-to-left", "sweep-to-bottom", "sweep-to-top", "bounce-to-right", "bounce-to-left", "bounce-to-bottom", "bounce-to-top", "radial-out", "radial-in", "rectangle-in", "rectangle-out", "shutter-in-horizontal", "shutter-out-horizontal", "shutter-in-vertical", "shutter-out-vertical", "icon-back", "hollow", "trim", "ripple-out", "ripple-in", "outline-out", "outline-in", "round-corners", "underline-from-left", "underline-from-center", "underline-from-right", "reveal", "underline-reveal", "overline-reveal", "overline-from-left", "overline-from-center", "overline-from-right", "grow-shadow", "float-shadow", "glow", "shadow-radial", "box-shadow-outset", "box-shadow-inset", "bubble-top", "bubble-right", "bubble-bottom", "bubble-left", "bubble-float-top", "bubble-float-right", "bubble-float-bottom", "bubble-float-left", "curl-top-left", "curl-top-right", "curl-bottom-right", "curl-bottom-left"];
96 $attributes->addOutputAttributeValue("data-hover-class", trim($comboDataHoverClasses));
H A DTagAttributes.php973 return trim($tagAttributeString);
997 $enterTag = "<" . trim($htmlTag);
1135 $trim = $this->getValues($attributeName, $default);
1137 return $trim;
1227 $attributeString = trim($attributeString);
1450 $value = preg_replace("/\s{2,}/", " ", trim($value));
/plugin/spatialhelper/syntax/
H A Dfindnearby.php81 $data [0] = trim(substr($match, strlen('{{findnearby>'), -2));
/plugin/struct/meta/
H A DCSVSerialImporter.php46 if (trim($text) === '') {
/plugin/disqus/
H A Dsyntax.php50 $shortname = strtolower(trim($match)); //strip spaces
/plugin/redirect2/
H A Dsyntax.php51 $page = trim($page);
/plugin/findologicxmlexport/vendor/sebastian/version/src/
H A DVersion.php96 $result = trim(stream_get_contents($pipes[1]));
/plugin/inseecity/
H A Dsyntax.php30 return array ($state, trim (substr ($match, 11, -2))); // "{{inseecity" => 11 "}}" => 2
H A Daction.php53 $dep = strtoupper (trim ($dep));
/plugin/croissant/
H A Dsyntax.php34 return trim(substr($match, 5, -2));
/plugin/bibtex/OSBib/format/bibtexParse/
H A DPARSEMONTH.php38 $field = ucfirst(strtolower(trim($field)));
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Squiz/Sniffs/Classes/
H A DValidClassNameSniff.php79 $name = trim($phpcsFile->getTokensAsString($nameStart, ($nameEnd - $nameStart)));
/plugin/task/syntax/
H A Dtaskform.php43 $selectUserGroup = trim($selectUserGroup, '"');
/plugin/structgroup/helper/
H A Dauthgroup.php20 $line = trim(preg_replace('/#.*$/','',$line)); //ignore comments
/plugin/bugzillaint/syntax/
H A Dtree.php61 …'extras' => preg_match('/extras:([a-z_,]+)/i', $match, $found) ? trim($found[1]) : $this->getConf(…
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Reports/
H A DHgblame.php71 return trim(preg_replace('|<.+>|', '', implode($parts, ' ')));
/plugin/avatar/
H A Dsyntax.php
/plugin/blockquote/syntax/
H A Dcite.php53 $source = trim(substr($match, 5, -1));
/plugin/mediathumbnails/
H A Dsyntax.php93 $renderer->doc .= trim($this->getConf('no_thumb_error_message')) . " " . $mediapath_file;
/plugin/bbcode/
H A Dcolor.php223 $c = trim($c);
/plugin/datasearchform/
H A Dsyntax.php60 … $match = trim(substr($match,15,-1)); //strip {datasearchform (length 15) from start and } from end
/plugin/gtime/gtlib/asn1/
H A DASN1BitString.php44 $value = trim($value);
/plugin/displayorphans/
H A Dsyntax.php55 $type = trim($match);
/plugin/whyspam/
H A Dadmin.php83 $block = trim($block);

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