Home
last modified time | relevance | path

Searched refs:descLines (Results 1 – 10 of 10) sorted by relevance

/dports/sysutils/kubectl/kubernetes-1.22.2/test/conformance/
H A Dwalk.go298 descLines := []string{}
318 descLines = append(descLines, sline[1])
324 descLines = append(descLines, line)
331 cd.Description = strings.Join(descLines, " ")
/dports/www/firefox/firefox-99.0/browser/components/newtab/content-src/components/DiscoveryStreamComponents/CardGrid/
H A DCardGrid.jsx68 descLines,
120 descLines={descLines}
/dports/print/lyx/lyx-2.3.4.2/po/
H A Dlyx_pot.py185 descLines = []
205 desc = " ".join(descLines)
209 descLines.append(line[1:].strip())
481 descLines = []
501 descLines = []
/dports/print/lyx/lyx-2.3.4.2/lib/
H A Dconfigure.py1544 descLines = []
1551 desc = " ".join(descLines)
1555 descLines.append(line[1:].strip())
1668 descLines = []
1675 desc = " ".join(descLines)
1679 descLines.append(line[1:].strip())
/dports/www/firefox/firefox-99.0/browser/components/newtab/content-src/components/DiscoveryStreamBase/
H A DDiscoveryStreamBase.jsx222 descLines={component.properties.descLines}
/dports/www/firefox/firefox-99.0/browser/components/newtab/content-src/components/DiscoveryStreamComponents/DSCard/
H A DDSCard.jsx417 descLines = 3,
434 const descLinesClassName = `ds-card-desc-lines-${descLines}`;
/dports/devel/qconf/qconf-2.5/src/
H A Dqconf.cpp221 QStringList descLines = wrapString(desc, width); in generate() local
224 for (QStringList::ConstIterator it = descLines.begin(); it != descLines.end(); ++it) { in generate()
/dports/www/firefox/firefox-99.0/browser/components/newtab/lib/
H A DDiscoveryStreamFeed.jsm492 descLines: pocketConfig.descLines,
1883 `descLines` Changes the maximum number of lines a description can be for Pocket cards.
1905 descLines = 3,
1992 descLines,
/dports/www/firefox/firefox-99.0/toolkit/components/nimbus/
H A DFeatureManifest.yaml277 descLines:
280 browser.newtabpage.activity-stream.discoverystream.descLines
/dports/biology/ugene/ugene-40.1/src/corelibs/U2Lang/src/support/serialize/
H A DHRSchemaSerializer.cpp1428 QStringList descLines = meta->comment.split(Constants::NEW_LINE, QString::KeepEmptyParts); in header2String() local
1429 for (int lineIdx = 0; lineIdx < descLines.size(); lineIdx++) { in header2String()
1430 const QString &line = descLines.at(lineIdx); in header2String()
1431 bool lastLine = (lineIdx == descLines.size() - 1); in header2String()