Home
last modified time | relevance | path

Searched refs:trim (Results 226 – 250 of 1709) sorted by last modified time

12345678910>>...69

/plugin/combo/action/
H A Dstaticresource.php376 if (trim($value) === "") {
/plugin/combo/ComboStrap/Meta/Field/
H A DPageImage.php65 $value = trim($usage);
/plugin/combo/vendor/salesforce/handlebars-php/src/Handlebars/
H A DContext.php232 $variableName = trim($variableName);
241 $variableName = trim(substr($variableName, 3));
294 $variableName = trim($variableName);
312 $variableName = trim(substr($variableName, 3));
/plugin/combo/ComboStrap/
H A DOutlineSection.php124 $label .= trim($call->getCapturedContent());
127 return trim($label);
H A DHeadingTag.php194 $text = trim($text);
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 DPipelineUtility.php85 $message = trim(substr($processedExpression, 0, $firstPipeChar));
86 $commandChain = trim(substr($processedExpression, $firstPipeChar + 1));
105 $command = trim($command, " )");
114 'trim',
122 'trim',
126 $commandName = trim($commandName);
147 case "trim":
148 $message = trim($message);
316 if (strlen(trim($locale)) === 2) {
H A DPluginUtility.php261 $match = trim(substr($match, $spacePosition));
298 $match = trim($match);
316 $match = trim($match);
897 * * and trim
916 $match = trim($match);
946 return trim(substr(0, $spacePosition));
H A DHttp.php87 $headerNameNormalized = trim(strtolower($name));
94 $actualHeaderNameNormalized = trim(strtolower($actualHeaderName));
111 return trim(substr($header, $positionDoublePointSeparator + 1));
H A DStringUtility.php129 * We trim because in the process, we may get extra {@link DOKU_LF} at the end
131 $doc = trim($doc);
132 $string = trim($string);
149 $doc = trim($doc);
150 $string = trim($string);
193 return trim($expected);
231 return array_map('trim', explode($delimiter, $string));
268 $string = trim($string);
H A DWikiPath.php143 if (trim($path) === "") {
H A DXmlTagProcessing.php280 $match = trim($match);
H A DEditButton.php271 if ($message === null || trim($message) === "") {
H A DHtml.php137 $expectedSrcSet = trim($expectedSrcSets[$i]);
145 $actualSrcSet = trim($actualSrcSets[$i]);
206 $actualValues = StringUtility::explodeAndTrim(trim($actualNames), " ");
H A DPrism.php168 'left-trim': true,
169 'right-trim': true,
306 $batch = trim($plugin->getConf(self::CONF_BATCH_PROMPT));
316 $powerShell = trim($plugin->getConf(self::CONF_POWERSHELL_PROMPT));
H A DIconTag.php73 $html = "<span class=\"text-danger $errorClass\">" . hsc(trim($message)) . "</span>";
H A DIdentityFormsHelper.php199 if (trim($fieldBr->val()) === "<br>") {
H A DSite.php757 if ($value !== null && trim($value) !== "") {
773 if ($value === null || trim($value) === "") {
H A DSiteConfig.php105 * `trim($value) === ""`
110 if ($value === null || trim($value) === "") {
519 (trim($value) === "")) {
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));
H A DTemplate.php76 $variable = trim(substr($part, 1));
/plugin/combo/vendor/symfony/yaml/
H A DInline.php65 $value = trim($value);
299 $output = trim($output);
564 $scalar = trim($scalar);
H A DParser.php187 } elseif (!isset($values['value']) || '' == trim($values['value'], ' ') || 0 === strpos(ltrim($values['value'], ' '), '#')) {
433 if (\is_string($value) && $this->lines[0] === trim($value)) {
453 $trimmedLine = trim($line);
491 return Inline::parse(trim($value));
790 $lines[] = trim($this->currentLine);
977 return '' === $this->currentLine || '' === trim($this->currentLine, ' ');
985 // checking explicitly the first char of the trim is faster than loops or strpos
/plugin/combo/ComboStrap/Xml/
H A DXmlSystems.php252 $leftNodeValue = trim($leftNode->nodeValue);
253 $rightNodeValue = trim($rightNode->nodeValue);
279 $leftChildNodeValue = trim($leftChildNode->nodeValue);
280 if (empty(trim($leftChildNodeValue))) {
288 $leftChildNodeValue = trim($rightChildNode->nodeValue);
289 if (empty(trim($leftChildNodeValue))) {
/plugin/combo/ComboStrap/Tag/
H A DBoxTag.php78 if (trim($actual->getCapturedContent()) === "") {

12345678910>>...69