Home
last modified time | relevance | path

Searched refs:indentStr (Results 401 – 422 of 422) sorted by relevance

1...<<11121314151617

/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.core/org.eclipse.jdt.core.tests.compiler/src/org/eclipse/jdt/core/tests/util/
H A DUtil.java1016 StringBuffer indentStr = new StringBuffer(indent);
1017 for (int i = 0; i < indent; i++) indentStr.append("\t");
1018 buffer.append(indentStr);
1023 buffer.append(indentStr);
/dports/java/javamail/javamail-JAVAMAIL-1_6_2/demo/src/main/java/internal/
H A Dtestidle.java506 static String indentStr = " "; field in testidle
/dports/net/messagelib/messagelib-21.12.3/templateparser/src/
H A Dtemplateparserjob.cpp1458 …const QString indentStr = MessageCore::StringUtil::formatQuotePrefix(d->mQuoteString, d->mOrigMsg-… in quotedPlainText() local
1460 content = MessageCore::StringUtil::smartQuote(content, d->mColWrap - indentStr.length()); in quotedPlainText()
1462 content.replace(QLatin1Char('\n'), QLatin1Char('\n') + indentStr); in quotedPlainText()
1463 content.prepend(indentStr); in quotedPlainText()
/dports/lang/spidermonkey60/firefox-60.9.0/accessible/jsat/
H A DUtils.jsm680 let indentStr = "";
682 indentStr += " ";
684 this.log(aLogLevel, indentStr,
/dports/www/firefox-legacy/firefox-52.8.0esr/accessible/jsat/
H A DUtils.jsm686 let indentStr = '';
688 indentStr += ' ';
690 this.log(aLogLevel, indentStr,
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/third_party/VK-GL-CTS/src/modules/gles2/scripts/
H A Dgenutil.py45 indentStr = indent * "\t"
47 lines = [indentStr + line for line in lines]
/dports/mail/rainloop-community/rainloop-community-php74-1.16.0_1/rainloop/v/1.16.0/app/libraries/lessphp/
H A Dlessc.inc.php3385 public function indentStr($n = 0) { function in RainLoopVendor\\lessc_formatter_classic
3407 $inner = $pre = $this->indentStr();
3428 $inner = $this->indentStr();
3467 public function indentStr($n = 0) { function in RainLoopVendor\\lessc_formatter_compressed
/dports/mail/rainloop/rainloop-php74-1.16.0_1/rainloop/v/1.16.0/app/libraries/lessphp/
H A Dlessc.inc.php3385 public function indentStr($n = 0) { function in RainLoopVendor\\lessc_formatter_classic
3407 $inner = $pre = $this->indentStr();
3428 $inner = $this->indentStr();
3467 public function indentStr($n = 0) { function in RainLoopVendor\\lessc_formatter_compressed
/dports/net-mgmt/icingaweb2/icingaweb2-2.8.2/library/vendor/lessphp/
H A Dlessc.inc.php3674 public function indentStr($n = 0) { function in lessc_formatter_classic
3696 $inner = $pre = $this->indentStr();
3717 $inner = $this->indentStr();
3756 public function indentStr($n = 0) { function in lessc_formatter_compressed
/dports/www/dolibarr13/dolibarr-13.0.5/htdocs/core/class/
H A Dlessc.class.php3802 public function indentStr($n = 0) { function in lessc_formatter_classic
3824 $inner = $pre = $this->indentStr();
3845 $inner = $this->indentStr();
3887 public function indentStr($n = 0) { function in lessc_formatter_compressed
/dports/www/dokuwiki/dokuwiki-2020-07-29/vendor/marcusschwarz/lesserphp/
H A Dlessc.inc.php3925 public function indentStr($n = 0) { function in lessc_formatter_classic
3947 $inner = $pre = $this->indentStr();
3968 $inner = $this->indentStr();
4007 public function indentStr($n = 0) { function in lessc_formatter_compressed
/dports/www/dolibarr/dolibarr-14.0.3/htdocs/core/class/
H A Dlessc.class.php4143 public function indentStr($n = 0) function in lessc_formatter_classic
4173 $inner = $pre = $this->indentStr();
4194 $inner = $this->indentStr();
4238 public function indentStr($n = 0) function in lessc_formatter_compressed
/dports/www/joomla3/joomla3-3.9.24/libraries/vendor/leafo/lessphp/
H A Dlessc.inc.php3788 public function indentStr($n = 0) { function in lessc_formatter_classic
3810 $inner = $pre = $this->indentStr();
3831 $inner = $this->indentStr();
3870 public function indentStr($n = 0) { function in lessc_formatter_compressed
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/third_party/VK-GL-CTS/src/modules/gles3/scripts/
H A Dgenutil.py45 indentStr = indent * "\t"
47 lines = [indentStr + line for line in lines]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/third_party/VK-GL-CTS/src/modules/gles31/scripts/
H A Dgenutil.py45 indentStr = indent * "\t"
47 lines = [indentStr + line for line in lines]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/devtools-frontend/src/node_modules/magic-string/
H A DCHANGELOG.md315 * Breaking change - `source.indentStr` is `null` if no lines are indented. Use `source.getIndentStr…
/dports/lang/v8/v8-9.6.180.12/tools/
H A Dtickprocessor.mjs1011 const indentStr = ''.padStart(indent);
1017 rec.parentTotalPercent.toFixed(1).toString().padStart(5)}% ${indentStr}${funcName}`);
/dports/www/chromium-legacy/chromium-88.0.4324.182/v8/tools/
H A Dtickprocessor.mjs615 const indentStr = padLeft('', indent);
622 indentStr + funcName);
/dports/editors/nedit/nedit-5.7/source/
H A DhighlightData.c110 static char *createPatternsString(patternSet *patSet, char *indentStr);
1425 static char *createPatternsString(patternSet *patSet, char *indentStr) in createPatternsString() argument
1435 BufInsert(outBuf, outBuf->length, indentStr); in createPatternsString()
/dports/devel/R-cran-Rcpp/Rcpp/src/
H A Dattributes.cpp2110 std::string indentStr(indent, ' '); in registerCCallable() local
2111 ostr << indentStr << "R_RegisterCCallable(\"" << package() << "\", " in registerCCallable()
/dports/devel/doxygen/doxygen-1.9.3/src/
H A Ddoxygen.cpp9351 QCString indentStr; in printNavTree() local
9352 indentStr.fill(' ',indent); in printNavTree()
9354 indentStr.isEmpty()?"":qPrint(indentStr), in printNavTree()
/dports/net-p2p/go-ethereum/go-ethereum-1.10.14/vendor/github.com/status-im/keycard-go/vendor/github.com/ethereum/go-ethereum/dashboard/
H A Dassets.go6546 function indentStr(str, indent) {
6558 …null != value && (result += "\n" + indentStr(prop + ": " + (0, _toCssValue2.default)(value) + ";",…
6562 …null != _value && (result += "\n" + indentStr(_prop + ": " + (0, _toCssValue2.default)(_value) + "…
6566 … null != _value2 && "fallbacks" !== _prop2 && (result += "\n" + indentStr(_prop2 + ": " + (0,
6569 … || options.allowEmpty ? (indent--, result = indentStr(selector + " {" + result + "\n", indent) +

1...<<11121314151617