Home
last modified time | relevance | path

Searched refs:FullString (Results 1 – 25 of 157) sorted by relevance

1234567

/dports/math/vtk6/VTK-6.2.0/Utilities/ParseOGLExt/
H A DTokenizer.cxx30 : FullString(s), Delim(delim) in Tokenizer()
36 : FullString(s), Delim(delim) in Tokenizer()
47 = this->FullString.find_first_of(this->Delim, token_start); in GetNextToken()
48 this->Position = this->FullString.find_first_not_of(this->Delim, token_end); in GetNextToken()
52 return this->FullString.substr(token_start, token_end-token_start); in GetNextToken()
56 return this->FullString.substr(token_start); in GetNextToken()
69 return this->FullString.substr(this->Position); in GetRemainingString()
84 this->Position = this->FullString.find_first_not_of(this->Delim); in Reset()
H A DTokenizer.h40 std::string FullString;
/dports/mail/davmail/davmail-src-6.0.1-3390/src/java/davmail/exchange/ews/
H A DContainmentMode.java38 public static final ContainmentMode FullString = new ContainmentMode("FullString"); field in ContainmentMode
/dports/textproc/htdig/htdig-3.2.0b6/htsearch/
H A DQueryLexer.h52 const String &FullString() const { return query; } in FullString() function
/dports/converters/wkhtmltopdf/qt-5db36ec/tests/auto/declarative/qdeclarativevisualdatamodel/data/
H A Dobjectlist.qml18 section.criteria: ViewSection.FullString
/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/vic/lib/portlayer/network/
H A Dport.go74 func (p Port) FullString() string { func
/dports/deskutils/kongress/kongress-1.0.1/src/contents/ui/
H A DConferences.qml50 criteria: ViewSection.FullString
H A DScheduleView.qml57 criteria: ViewSection.FullString
/dports/www/grafana8/grafana-8.3.6/pkg/components/null/
H A Dfloat.go129 func (f Float) FullString() string { func
/dports/security/vault/aws-sdk-go-v2-fdbaadbce5fd/service/mgn/types/
H A Dtypes.go345 FullString *string member
/dports/security/vault/vault-1.8.2/vendor/github.com/aws/aws-sdk-go-v2/service/mgn/types/
H A Dtypes.go345 FullString *string member
/dports/security/vault/aws-sdk-go-v2-1.5.0/service/mgn/types/
H A Dtypes.go345 FullString *string member
/dports/security/vault/aws-sdk-go-v2-credentials-v1.1.5/service/mgn/types/
H A Dtypes.go345 FullString *string member
/dports/net-im/cutegram/Cutegram-2.7.1-stable/Cutegram/qml/Cutegram/
H A DContributorsList.qml69 section.criteria: ViewSection.FullString
/dports/misc/orion/orion-1.6.7-12-gec8400c/src/qml/irc/
H A DViewerList.qml90 criteria: ViewSection.FullString
/dports/converters/wkhtmltopdf/qt-5db36ec/src/declarative/graphicsitems/
H A Dqdeclarativelistview_p.h62 …QDeclarativeViewSection(QObject *parent=0) : QObject(parent), m_criteria(FullString), m_delegate(0… in QT_MODULE()
67 enum SectionCriteria { FullString, FirstCharacter }; in QT_MODULE() enumerator
/dports/net-p2p/go-ethereum/aws-sdk-go-v2-a930583ec379/service/mgn/types/
H A Dtypes.go401 FullString *string member
/dports/deskutils/itinerary/itinerary-21.12.3/src/app/
H A DPublicTransportBackendPage.qml87 section.criteria: ViewSection.FullString
H A DIndoorMapInfoSheet.qml95 section.criteria: ViewSection.FullString
H A DIndoorMapPlatformSheet.qml90 section.criteria: ViewSection.FullString
/dports/deskutils/calindori/calindori-1.4/src/contents/ui/
H A DIncidenceListView.qml62 criteria: ViewSection.FullString
/dports/astro/kosmindoormap/kosmindoormap-21.12.3/src/app/
H A DIndoorMapInfoSheet.qml94 section.criteria: ViewSection.FullString
/dports/audio/elisa/elisa-21.12.3/src/qml/
H A DSimplePlayListView.qml54 section.criteria: ViewSection.FullString
/dports/converters/wkhtmltopdf/qt-5db36ec/examples/declarative/modelviews/listview/highlight/qml/highlight/
H A Dsections.qml82 section.criteria: ViewSection.FullString
/dports/converters/wkhtmltopdf/qt-5db36ec/examples/declarative/modelviews/listview/sections/qml/sections/
H A Dsections.qml82 section.criteria: ViewSection.FullString

1234567