Home
last modified time | relevance | path

Searched refs:displayLength (Results 1 – 24 of 24) sorted by relevance

/dports/java/javahelp/javahelp-3ca862d/jhMaster/JavaHelp/demos/apidoc/sunw/demo/doclet/
H A DAbstractSubWriter.java81 protected int displayLength; field in AbstractSubWriter
103 displayLength += str.length(); in print()
108 displayLength++; in print()
113 displayLength += str.length(); in bold()
121 displayLength += cd.name().length(); in printClassLink()
H A DHelpMemberPrototype.java82 int displayLength = 0; field in HelpMemberPrototype
96 displayLength += str.length(); in append()
101 displayLength++; in append()
206 space = makeSpace(displayLength); in methodPrototype()
H A DExecutableMemberSubWriter.java75 displayLength = 0; in printSignature()
96 displayLength = name.length(); in printSummaryLink()
116 indent = makeSpace(displayLength); in printParameters()
H A DMethodSubWriter.java152 displayLength = 0; in printSignature()
/dports/sysutils/k3b/k3b-21.12.3/src/projects/
H A Dk3bvcdtrackdialog.cpp67 QLabel* displayLength; member in K3b::VcdTrackDialog::Private
155 d->displayLength->setText( selectedTrack->duration() ); in VcdTrackDialog()
394 d->displayLength = new QLabel( groupFileInfo ); in prepareGui()
395 d->displayLength->setText( "0:0:0" ); in prepareGui()
396 d->displayLength->setAlignment( Qt::AlignVCenter | Qt::AlignRight ); in prepareGui()
411 groupFileInfoLayout->addWidget( d->displayLength, 3, 1 ); in prepareGui()
418 QFont f( d->displayLength->font() ); in prepareGui()
420 d->displayLength->setFont( f ); in prepareGui()
/dports/devel/icu-lx/icu/source/test/intltest/
H A Dlocnmtst.cpp288 UDisplayContext displayLength; member
372 …texts[3] = {ctxtItemPtr->dialectHandling, ctxtItemPtr->capitalization, ctxtItemPtr->displayLength}; in TestUldnDisplayContext()
379 ", displayLength " + ctxtItemPtr->displayLength); in TestUldnDisplayContext()
383 … UDisplayContext displayLength = uldn_getContext(uldn, UDISPCTX_TYPE_DISPLAY_LENGTH, &status); in TestUldnDisplayContext() local
388 displayLength != ctxtItemPtr->displayLength) { in TestUldnDisplayContext()
/dports/devel/icu/icu/source/test/intltest/
H A Dlocnmtst.cpp288 UDisplayContext displayLength; member
372 …texts[3] = {ctxtItemPtr->dialectHandling, ctxtItemPtr->capitalization, ctxtItemPtr->displayLength}; in TestUldnDisplayContext()
379 ", displayLength " + ctxtItemPtr->displayLength); in TestUldnDisplayContext()
383 … UDisplayContext displayLength = uldn_getContext(uldn, UDISPCTX_TYPE_DISPLAY_LENGTH, &status); in TestUldnDisplayContext() local
388 displayLength != ctxtItemPtr->displayLength) { in TestUldnDisplayContext()
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/mongo/shell/
H A Dlinenoise.cpp1483 int displayLength = 0; in completeLine() local
1508 displayLength = len + longestCommonPrefix - itemLength; in completeLine()
1509 if (displayLength > buflen) { in completeLine()
1510 longestCommonPrefix -= displayLength - buflen; // don't overflow buffer in completeLine()
1511 displayLength = buflen; // truncate the insertion in completeLine()
1514 Utf32String displayText(displayLength + 1); in completeLine()
1522 sizeof(UChar32) * (displayLength - tailIndex + 1)); in completeLine()
1525 len = displayLength; in completeLine()
/dports/textproc/jade/jade-1.2.1/style/
H A DInsn.cxx615 ClosureInsn::ClosureInsn(const Signature *sig, InsnPtr code, int displayLength, in ClosureInsn() argument
617 : sig_(sig), code_(code), displayLength_(displayLength), next_(next) in ClosureInsn()
1179 VarStyleInsn::VarStyleInsn(const ConstPtr<StyleSpec> &styleSpec, unsigned displayLength, in VarStyleInsn() argument
1181 : styleSpec_(styleSpec), displayLength_(displayLength), hasUse_(hasUse), next_(next) in VarStyleInsn()
1254 ::SetNonInheritedCsSosofoInsn(InsnPtr code, int displayLength, InsnPtr next) in SetNonInheritedCsSosofoInsn() argument
1255 : code_(code), displayLength_(displayLength), next_(next) in SetNonInheritedCsSosofoInsn()
H A DInsn2.h59 SetNonInheritedCsSosofoInsn(InsnPtr code, int displayLength, InsnPtr next);
H A DInsn.h262 ClosureInsn(const Signature *, InsnPtr code, int displayLength, InsnPtr next);
/dports/emulators/vice/vice-3.5/src/lib/linenoise-ng/
H A Dlinenoise.cpp2056 int displayLength = 0; in completeLine() local
2081 displayLength = len + longestCommonPrefix - itemLength; in completeLine()
2082 if (displayLength > buflen) { in completeLine()
2083 longestCommonPrefix -= displayLength - buflen; // don't overflow buffer in completeLine()
2084 displayLength = buflen; // truncate the insertion in completeLine()
2087 Utf32String displayText(displayLength + 1); in completeLine()
2093 sizeof(char32_t) * (displayLength - tailIndex + 1)); in completeLine()
2094 copyString32(buf32, displayText.get(), displayLength); in completeLine()
2096 len = displayLength; in completeLine()
/dports/devel/linenoise-ng/linenoise-ng-1.0.0/src/
H A Dlinenoise.cpp1788 int displayLength = 0; in completeLine() local
1813 displayLength = len + longestCommonPrefix - itemLength; in completeLine()
1814 if (displayLength > buflen) { in completeLine()
1815 longestCommonPrefix -= displayLength - buflen; // don't overflow buffer in completeLine()
1816 displayLength = buflen; // truncate the insertion in completeLine()
1819 Utf32String displayText(displayLength + 1); in completeLine()
1827 sizeof(char32_t) * (displayLength - tailIndex + 1)); in completeLine()
1830 len = displayLength; in completeLine()
/dports/textproc/openjade/openjade-1.3.3-pre1/style/
H A DInsn2.h59 SetNonInheritedCsSosofoInsn(InsnPtr code, int displayLength, InsnPtr next);
H A DInsn.cxx617 ClosureInsn::ClosureInsn(const Signature *sig, InsnPtr code, int displayLength, in InheritedC()
619 : sig_(sig), code_(code), displayLength_(displayLength), next_(next) in InheritedC()
1181 VarStyleInsn::VarStyleInsn(const ConstPtr<StyleSpec> &styleSpec, unsigned displayLength, in InheritedC()
1183 : styleSpec_(styleSpec), displayLength_(displayLength), hasUse_(hasUse), next_(next) in InheritedC()
1256 ::SetNonInheritedCsSosofoInsn(InsnPtr code, int displayLength, InsnPtr next) in InheritedC()
1257 : code_(code), displayLength_(displayLength), next_(next) in InheritedC()
H A DInsn.h262 ClosureInsn(const Signature *, InsnPtr code, int displayLength, InsnPtr next);
/dports/www/edbrowse/edbrowse-3.7.7/src/
H A Deb.h288 extern int displayLength; // when printing a line
H A Dmain.c31 int displayLength = 500; variable
1201 displayLength = 500; in unreadConfigFile()
H A Dbuffers.c285 if (cnt >= displayLength) in displayLine()
289 if (cnt >= displayLength) in displayLine()
4339 printf("%d\n", displayLength); in twoLetter()
4343 displayLength = atoi(line + 3); in twoLetter()
4344 if (displayLength < 80) in twoLetter()
4345 displayLength = 80; in twoLetter()
/dports/security/cryptlib/cryptlib-3.4.3/tools/
H A Ddumpasn1.c1454 int displayLength = displayHeaderLength, prevCh = -1, i; in dumpHex() local
1458 displayLength += ( length < lineLength ) ? ( length * 3 ) : \ in dumpHex()
1477 level = adjustLevel( level, ( outputWidth - displayLength ) / 2 ); in dumpHex()
/dports/www/itop/web/datamodels/2.x/itop-portal-base/portal/src/views/bricks/browse/
H A Dmode_list.html.twig227 … "displayLength": {{ constant('Combodo\\iTop\\Portal\\Brick\\BrowseBrick::DEFAULT_LIST_LENGTH') }},
/dports/www/itop/web/datamodels/2.x/itop-portal-base/portal/src/views/bricks/manage/
H A Dlayout-table.html.twig253 … "displayLength": {{ constant('Combodo\\iTop\\Portal\\Brick\\ManageBrick::DEFAULT_LIST_LENGTH') }},
/dports/www/itop/web/datamodels/2.x/itop-portal-base/portal/src/views/bricks/object/
H A Dmode_search_regular.html.twig120 …"displayLength": {{ constant('Combodo\\iTop\\Portal\\Controller\\ObjectController::DEFAULT_LIST_LE…
/dports/www/grafana8/grafana-8.3.6/public/build/
H A Dbrace.0e38943fa459e872fe93.js.map1displayLength = tokens.length;\n var lastSplit = 0, lastDocSplit = 0;\n\n var isCode…