Home
last modified time | relevance | path

Searched refs:ToHash (Results 1 – 25 of 107) sorted by relevance

12345

/dports/textproc/gitlab-elasticsearch-indexer/gitlab-elasticsearch-indexer-ef1440548effec15831eda2d246dacc43233cefb/git/
H A Dgitaly.go54 ToHash string member
117 client.ToHash = head
119 client.ToHash = toSHA
162 ToRevision: gc.ToHash,
202 if err = put(file, gc.FromHash, gc.ToHash); err != nil {
307 gc.ToHash,
/dports/editors/lazarus/lazarus/components/synedit/
H A Dsynhighlighterbat.pas88 function KeyHash(ToHash: PChar): Integer; in KeyHash()
217 function TSynBatSyn.KeyHash(ToHash: PChar): Integer; in KeyHash()
220 while ToHash^ in ['_', '0'..'9', 'a'..'z', 'A'..'Z'] do
222 inc(Result, mHashTable[ToHash^]);
223 inc(ToHash);
225 fStringLen := ToHash - fToIdent;
H A Dsynhighlightersql.pas112 function KeyHash(ToHash: PChar): Integer; in KeyHash()
1072 function TSynSQLSyn.KeyHash(ToHash: PChar): Integer; in KeyHash()
1077 Start := ToHash;
1078 while fIdentifiersPtr^[ToHash^] do begin
1080 Result := (2 * Result + fmHashTablePtr^[ToHash^]) and $FFFFFF;
1081 inc(ToHash);
1084 fStringLen := ToHash - Start;
H A Dsynhighlighterjava.pas188 function KeyHash(ToHash: PChar): Integer; in KeyHash()
321 function TSynJavaSyn.KeyHash(ToHash: PChar): Integer; in KeyHash()
324 while (ToHash^ in ['_', '$', '0'..'9', 'a'..'z', 'A'..'Z']) or
325 (ToHash^ in TSynSpecialChars) do
327 inc(Result, mHashTable[ToHash^]);
328 inc(ToHash);
330 fStringLen := ToHash - fToIdent;
/dports/editors/lazarus-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/components/synedit/
H A Dsynhighlighterbat.pas88 function KeyHash(ToHash: PChar): Integer; in KeyHash()
214 function TSynBatSyn.KeyHash(ToHash: PChar): Integer; in KeyHash()
217 while ToHash^ in ['_', '0'..'9', 'a'..'z', 'A'..'Z'] do
219 inc(Result, mHashTable[ToHash^]);
220 inc(ToHash);
222 fStringLen := ToHash - fToIdent;
H A Dsynhighlightersql.pas113 function KeyHash(ToHash: PChar): Integer; in KeyHash()
1213 function TSynSQLSyn.KeyHash(ToHash: PChar): Integer; in KeyHash()
1218 Start := ToHash;
1219 while fIdentifiersPtr^[ToHash^] do begin
1221 Result := (2 * Result + fmHashTablePtr^[ToHash^]) and $FFFFFF;
1222 inc(ToHash);
1225 fStringLen := ToHash - Start;
H A Dsynhighlighterjava.pas188 function KeyHash(ToHash: PChar): Integer; in KeyHash()
318 function TSynJavaSyn.KeyHash(ToHash: PChar): Integer; in KeyHash()
321 while (ToHash^ in ['_', '$', '0'..'9', 'a'..'z', 'A'..'Z']) or
322 (ToHash^ in TSynSpecialChars) do
324 inc(Result, mHashTable[ToHash^]);
325 inc(ToHash);
327 fStringLen := ToHash - fToIdent;
/dports/editors/lazarus-qt5/lazarus/components/synedit/
H A Dsynhighlighterbat.pas88 function KeyHash(ToHash: PChar): Integer; in KeyHash()
217 function TSynBatSyn.KeyHash(ToHash: PChar): Integer; in KeyHash()
220 while ToHash^ in ['_', '0'..'9', 'a'..'z', 'A'..'Z'] do
222 inc(Result, mHashTable[ToHash^]);
223 inc(ToHash);
225 fStringLen := ToHash - fToIdent;
H A Dsynhighlightersql.pas112 function KeyHash(ToHash: PChar): Integer; in KeyHash()
1072 function TSynSQLSyn.KeyHash(ToHash: PChar): Integer; in KeyHash()
1077 Start := ToHash;
1078 while fIdentifiersPtr^[ToHash^] do begin
1080 Result := (2 * Result + fmHashTablePtr^[ToHash^]) and $FFFFFF;
1081 inc(ToHash);
1084 fStringLen := ToHash - Start;
H A Dsynhighlighterjava.pas188 function KeyHash(ToHash: PChar): Integer; in KeyHash()
321 function TSynJavaSyn.KeyHash(ToHash: PChar): Integer; in KeyHash()
324 while (ToHash^ in ['_', '$', '0'..'9', 'a'..'z', 'A'..'Z']) or
325 (ToHash^ in TSynSpecialChars) do
327 inc(Result, mHashTable[ToHash^]);
328 inc(ToHash);
330 fStringLen := ToHash - fToIdent;
/dports/editors/lazarus-qt5-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/components/synedit/
H A Dsynhighlighterbat.pas88 function KeyHash(ToHash: PChar): Integer; in KeyHash()
214 function TSynBatSyn.KeyHash(ToHash: PChar): Integer; in KeyHash()
217 while ToHash^ in ['_', '0'..'9', 'a'..'z', 'A'..'Z'] do
219 inc(Result, mHashTable[ToHash^]);
220 inc(ToHash);
222 fStringLen := ToHash - fToIdent;
H A Dsynhighlightersql.pas113 function KeyHash(ToHash: PChar): Integer; in KeyHash()
1213 function TSynSQLSyn.KeyHash(ToHash: PChar): Integer; in KeyHash()
1218 Start := ToHash;
1219 while fIdentifiersPtr^[ToHash^] do begin
1221 Result := (2 * Result + fmHashTablePtr^[ToHash^]) and $FFFFFF;
1222 inc(ToHash);
1225 fStringLen := ToHash - Start;
/dports/devel/upp/upp/uppsrc/Core/
H A DTuple.h21 void ToHash(CombineHash& h) const { h << a; }
42 void ToHash(CombineHash& h) const { Base::ToHash(h); h << M; } \
143 hash_t GetHashValue() const { CombineHash h; Base::ToHash(h); return h; }
/dports/www/gohugo/hugo-0.91.2/vendor/github.com/tdewolff/minify/v2/svg/
H A Dbuffer.go52 t.Hash = ToHash(t.Text)
55 t.Hash = ToHash(t.Text)
/dports/www/gohugo/hugo-0.91.2/vendor/github.com/tdewolff/minify/v2/html/
H A Dbuffer.go50 t.Hash = ToHash(t.Text)
54 t.Hash = ToHash(t.Text)
/dports/textproc/minify/minify-2.9.22/svg/
H A Dbuffer.go52 t.Hash = ToHash(t.Text)
55 t.Hash = ToHash(t.Text)
/dports/textproc/minify/minify-2.9.22/html/
H A Dbuffer.go50 t.Hash = ToHash(t.Text)
54 t.Hash = ToHash(t.Text)
/dports/www/miniflux/v2-2.0.35/vendor/github.com/tdewolff/minify/v2/html/
H A Dbuffer.go50 t.Hash = ToHash(t.Text)
54 t.Hash = ToHash(t.Text)
/dports/www/miniflux/v2-2.0.35/vendor/github.com/tdewolff/minify/v2/svg/
H A Dbuffer.go52 t.Hash = ToHash(t.Text)
55 t.Hash = ToHash(t.Text)
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/lib/gitlab/github_import/representation/
H A Dto_hash.rb6 module ToHash module
H A Duser.rb7 include ToHash
H A Dlfs_object.rb7 include ToHash
/dports/www/gohugo/hugo-0.91.2/vendor/github.com/tdewolff/parse/v2/html/
H A Dlex.go197 …if h := ToHash(parse.ToLower(parse.Copy(l.r.Lexeme()[mark+2:]))); h == l.rawTag { // copy so that …
223 …if h := ToHash(parse.ToLower(parse.Copy(l.r.Lexeme()[mark:]))); h == Script { // copy so that ToLo…
327 …if h := ToHash(l.text); h == Textarea || h == Title || h == Style || h == Xmp || h == Iframe || h …
446 …if h := ToHash(parse.ToLower(parse.Copy(l.r.Lexeme()[mark+2:]))); h == rawTag { // copy so that To…
/dports/textproc/minify/minify-2.9.22/vendor/github.com/tdewolff/parse/v2/html/
H A Dlex.go197 …if h := ToHash(parse.ToLower(parse.Copy(l.r.Lexeme()[mark+2:]))); h == l.rawTag { // copy so that …
223 …if h := ToHash(parse.ToLower(parse.Copy(l.r.Lexeme()[mark:]))); h == Script { // copy so that ToLo…
327 …if h := ToHash(l.text); h == Textarea || h == Title || h == Style || h == Xmp || h == Iframe || h …
446 …if h := ToHash(parse.ToLower(parse.Copy(l.r.Lexeme()[mark+2:]))); h == rawTag { // copy so that To…
/dports/www/miniflux/v2-2.0.35/vendor/github.com/tdewolff/parse/v2/html/
H A Dlex.go197 …if h := ToHash(parse.ToLower(parse.Copy(l.r.Lexeme()[mark+2:]))); h == l.rawTag { // copy so that …
223 …if h := ToHash(parse.ToLower(parse.Copy(l.r.Lexeme()[mark:]))); h == Script { // copy so that ToLo…
327 …if h := ToHash(l.text); h == Textarea || h == Title || h == Style || h == Xmp || h == Iframe || h …
446 …if h := ToHash(parse.ToLower(parse.Copy(l.r.Lexeme()[mark+2:]))); h == rawTag { // copy so that To…

12345