Home
last modified time | relevance | path

Searched refs:otl (Results 1 – 25 of 435) sorted by relevance

12345678910>>...18

/dports/print/fontforge/fontforge-20201107/fontforge/
H A Dsfd1.c274 return( otl ); in CreateLookup()
295 return( otl ); in CreateACLookup()
337 return( otl ); in CreateMacLookup()
376 for ( otl = isgpos ? sf->sf.gpos_lookups : sf->sf.gsub_lookups; otl!=NULL; otl=otl->next ) { in FindNestedLookupByTag()
377 if ( otl->features!=NULL && otl->features->scripts==NULL && in FindNestedLookupByTag()
379 return( otl ); in FindNestedLookupByTag()
803 otl != NULL; otl=otl->next ) { in SFD_AssignLookups()
839 for ( otl=sf->sf.gsub_lookups, cnt=0; otl!=NULL; otl=otl->next, ++cnt ); in SFD_AssignLookups()
842 for ( otl=sf->sf.gsub_lookups, cnt=0; otl!=NULL; otl=otl->next, ++cnt ) { in SFD_AssignLookups()
844 otl->lookup_index = GSubOrder(sf,otl->features); in SFD_AssignLookups()
[all …]
H A Dfeaturefile.c202 for ( otl=gpos?sf->gpos_lookups:sf->gsub_lookups; otl!=NULL; otl=otl->next ) { in gdef_markclasscheck()
1211 for ( otl = isgpos ? sf->gpos_lookups : sf->gsub_lookups; otl!=NULL; otl = otl->next ) { in number_subtables()
1490 for ( otl=base; otl!=NULL; otl=otl->next ) in note_nested_lookups_used_twice()
1492 for ( otl=base; otl!=NULL; otl=otl->next ) { in note_nested_lookups_used_twice()
1515 for ( otl= isgpos ? sf->gpos_lookups : sf->gsub_lookups; otl!=NULL; otl=otl->next ) in untick_lookups()
1892 for ( otl=isgpos ? sf->gpos_lookups : sf->gsub_lookups; otl!=NULL; otl=otl->next ) in preparenames()
1900 for ( otl=isgpos ? sf->gpos_lookups : sf->gsub_lookups; otl!=NULL; otl=otl->next ) { in preparenames()
1960 for ( otl=isgpos ? sf->gpos_lookups : sf->gsub_lookups; otl!=NULL; otl=otl->next ) { in cleanupnames()
6714 for ( otl=tok->created; otl!=NULL; otl=otl->next ) in fea_ApplyLookupList()
7128 for ( otl = sf->gpos_lookups; otl!=NULL; otl=otl->next ) { in fea_NameLookups()
[all …]
H A Dlookups.c1051 for ( otl = isgpos ? sf->gpos_lookups : sf->gsub_lookups; otl!=NULL; otl = otl->next ) { in RemoveNestedReferences()
1303 for ( otl = isgpos ? sf->gpos_lookups : sf->gsub_lookups ; otl!=NULL; otl=otl->next ) { in SFFindLookupSubtable()
1329 for ( otl = isgpos ? sf->gpos_lookups : sf->gsub_lookups ; otl!=NULL; otl=otl->next ) { in SFFindLookup()
2569 prev = otl, otl=otl->next ); in SortInsertLookup()
2628 otl->next = NULL; otl->subtables = NULL; in _OTLookupCopyInto()
3860 for ( otl = isgpos ? sf->gpos_lookups : sf->gsub_lookups; otl!=NULL ; otl = otl->next ) { in ApplyTickedFeatures()
4127 for ( otl= *base; otl!=NULL; otl=otl->next ) { in SFSubTableFindOrMake()
4170 for ( otl= *base; otl!=NULL; otl=otl->next ) { in SFSubTableMake()
4230 otl = otl->next; in LookupUsedNested()
4239 for ( otl=sf->gsub_lookups; otl!=NULL; otl=otlnext ) { in AALTRemoveOld()
[all …]
H A Dglyphcomp.c1893 …for ( scnt = lcnt=0, otl=fd->is_gpos ? sf1->gpos_lookups : sf1->gsub_lookups; otl!=NULL; otl=otl->… in MatchLookups()
1904 …for ( scnt = lcnt=0, otl=fd->is_gpos ? sf2->gpos_lookups : sf2->gsub_lookups; otl!=NULL; otl=otl->… in MatchLookups()
1915 for ( otl=fd->is_gpos ? sf1->gpos_lookups : sf1->gsub_lookups; otl!=NULL; otl=otl->next ) { in MatchLookups()
1939 …for ( lcnt=0, otl=fd->is_gpos ? sf1->gpos_lookups : sf1->gsub_lookups; otl!=NULL; otl=otl->next, +… in MatchLookups()
1957 …for ( lcnt=0, otl=fd->is_gpos ? sf1->gpos_lookups : sf1->gsub_lookups; otl!=NULL; otl=otl->next, +… in MatchLookups()
2176 OTLookup *otl; in compareg___() local
2184 …for ( otl = fd->is_gpos ? fd->sf1_mst->gpos_lookups : fd->sf1_mst->gsub_lookups; otl!=NULL ; otl=o… in compareg___()
2199 …for ( otl = fd->is_gpos ? fd->sf1_mst->gpos_lookups : fd->sf1_mst->gsub_lookups; otl!=NULL ; otl=o… in compareg___()
2219 …for ( otl = fd->is_gpos ? fd->sf2_mst->gpos_lookups : fd->sf2_mst->gsub_lookups; otl!=NULL ; otl=o… in compareg___()
2234 …for ( otl = fd->is_gpos ? fd->sf2_mst->gpos_lookups : fd->sf2_mst->gsub_lookups; otl!=NULL ; otl=o… in compareg___()
[all …]
/dports/sysutils/sensu-go/sensu-go-5.11.1/vendor/github.com/ipfs/go-log/
H A Dlog.go226 var f otl.Field
229 f = otl.Bool(l, v.(bool))
231 f = otl.String(l, v.(string))
233 f = otl.Float32(l, v.(float32))
235 f = otl.Float64(l, v.(float64))
237 f = otl.Int(l, v.(int))
239 f = otl.Int32(l, v.(int32))
241 f = otl.Int64(l, v.(int64))
243 f = otl.Uint32(l, v.(uint32))
245 f = otl.Uint64(l, v.(uint64))
[all …]
/dports/print/tex-luatex/texlive-20150521-source/texk/web2c/luatexdir/luafontloader/fontforge/fontforge/
H A Dlookups.c844 for ( otl = isgpos ? sf->gpos_lookups : sf->gsub_lookups; otl!=NULL; otl = otl->next ) { in RemoveNestedReferences()
896 for ( otl = gpos ? sf->gpos_lookups : sf->gsub_lookups; otl!=NULL; otl = otlnext ) { in SFRemoveUnusedLookupSubTables()
1066 for ( otl = isgpos ? sf->gpos_lookups : sf->gsub_lookups ; otl!=NULL; otl=otl->next ) { in SFFindLookupSubtable()
1092 for ( otl = isgpos ? sf->gpos_lookups : sf->gsub_lookups ; otl!=NULL; otl=otl->next ) { in SFFindLookup()
2281 prev = otl, otl=otl->next ); in SortInsertLookup()
2340 otl->next = NULL; otl->subtables = NULL; in _OTLookupCopyInto()
3279 for ( otl = isgpos ? sf->gpos_lookups : sf->gsub_lookups; otl!=NULL ; otl = otl->next ) { in ApplyTickedFeatures()
3438 for ( otl= *base; otl!=NULL; otl=otl->next ) { in SFSubTableFindOrMake()
3482 for ( otl= *base; otl!=NULL; otl=otl->next ) { in SFSubTableMake()
3542 for ( otl=sf->gsub_lookups; otl!=NULL; otl=otlnext ) { in AALTRemoveOld()
[all …]
H A Dfeaturefile.c3708 OTLookup *otl; in fea_ApplyLookupList() local
3714 for ( otl=tok->created; otl!=NULL; otl=otl->next ) in fea_ApplyLookupList()
3717 return( otl ); in fea_ApplyLookupList()
3719 if ( otl==NULL ) in fea_ApplyLookupList()
3722 return( otl ); in fea_ApplyLookupList()
3770 return( otl ); in fea_ApplyLookupList()
4110 for ( otl = sf->gpos_lookups; otl!=NULL; otl=otl->next ) { in fea_NameLookups()
4112 gpos_last = otl; in fea_NameLookups()
4114 for ( otl = sf->gsub_lookups; otl!=NULL; otl=otl->next ) { in fea_NameLookups()
4116 gsub_last = otl; in fea_NameLookups()
[all …]
H A Dfvfonts.c73 return( otl ); /* No translation needed */ in MCConvertLookup()
76 if ( mc->lks[l].from == otl ) in MCConvertLookup()
85 newotl->lookup_name = strconcat(mc->prefix,otl->lookup_name); in MCConvertLookup()
86 newotl->lookup_type = otl->lookup_type; in MCConvertLookup()
87 newotl->lookup_flags = otl->lookup_flags; in MCConvertLookup()
88 newotl->features = FeatureListCopy(otl->features); in MCConvertLookup()
89 newotl->store_in_afm = otl->store_in_afm; in MCConvertLookup()
101 OTLookup *otl; in MCConvertSubtable() local
117 …for ( otl = isgpos ? mc->sf_from->gpos_lookups : mc->sf_from->gsub_lookups; otl!=NULL; otl=otl->ne… in MCConvertSubtable()
119 mc->lks[lcnt].from = otl; in MCConvertSubtable()
[all …]
/dports/devel/tex-web2c/texlive-20150521-source/texk/web2c/luatexdir/luafontloader/fontforge/fontforge/
H A Dlookups.c844 for ( otl = isgpos ? sf->gpos_lookups : sf->gsub_lookups; otl!=NULL; otl = otl->next ) { in RemoveNestedReferences()
896 for ( otl = gpos ? sf->gpos_lookups : sf->gsub_lookups; otl!=NULL; otl = otlnext ) { in SFRemoveUnusedLookupSubTables()
1066 for ( otl = isgpos ? sf->gpos_lookups : sf->gsub_lookups ; otl!=NULL; otl=otl->next ) { in SFFindLookupSubtable()
1092 for ( otl = isgpos ? sf->gpos_lookups : sf->gsub_lookups ; otl!=NULL; otl=otl->next ) { in SFFindLookup()
2281 prev = otl, otl=otl->next ); in SortInsertLookup()
2340 otl->next = NULL; otl->subtables = NULL; in _OTLookupCopyInto()
3279 for ( otl = isgpos ? sf->gpos_lookups : sf->gsub_lookups; otl!=NULL ; otl = otl->next ) { in ApplyTickedFeatures()
3438 for ( otl= *base; otl!=NULL; otl=otl->next ) { in SFSubTableFindOrMake()
3482 for ( otl= *base; otl!=NULL; otl=otl->next ) { in SFSubTableMake()
3542 for ( otl=sf->gsub_lookups; otl!=NULL; otl=otlnext ) { in AALTRemoveOld()
[all …]
H A Dfeaturefile.c3708 OTLookup *otl; in fea_ApplyLookupList() local
3714 for ( otl=tok->created; otl!=NULL; otl=otl->next ) in fea_ApplyLookupList()
3717 return( otl ); in fea_ApplyLookupList()
3719 if ( otl==NULL ) in fea_ApplyLookupList()
3722 return( otl ); in fea_ApplyLookupList()
3770 return( otl ); in fea_ApplyLookupList()
4110 for ( otl = sf->gpos_lookups; otl!=NULL; otl=otl->next ) { in fea_NameLookups()
4112 gpos_last = otl; in fea_NameLookups()
4114 for ( otl = sf->gsub_lookups; otl!=NULL; otl=otl->next ) { in fea_NameLookups()
4116 gsub_last = otl; in fea_NameLookups()
[all …]
/dports/devel/tex-synctex/texlive-20150521-source/texk/web2c/luatexdir/luafontloader/fontforge/fontforge/
H A Dlookups.c844 for ( otl = isgpos ? sf->gpos_lookups : sf->gsub_lookups; otl!=NULL; otl = otl->next ) { in RemoveNestedReferences()
896 for ( otl = gpos ? sf->gpos_lookups : sf->gsub_lookups; otl!=NULL; otl = otlnext ) { in SFRemoveUnusedLookupSubTables()
1066 for ( otl = isgpos ? sf->gpos_lookups : sf->gsub_lookups ; otl!=NULL; otl=otl->next ) { in SFFindLookupSubtable()
1092 for ( otl = isgpos ? sf->gpos_lookups : sf->gsub_lookups ; otl!=NULL; otl=otl->next ) { in SFFindLookup()
2281 prev = otl, otl=otl->next ); in SortInsertLookup()
2340 otl->next = NULL; otl->subtables = NULL; in _OTLookupCopyInto()
3279 for ( otl = isgpos ? sf->gpos_lookups : sf->gsub_lookups; otl!=NULL ; otl = otl->next ) { in ApplyTickedFeatures()
3438 for ( otl= *base; otl!=NULL; otl=otl->next ) { in SFSubTableFindOrMake()
3482 for ( otl= *base; otl!=NULL; otl=otl->next ) { in SFSubTableMake()
3542 for ( otl=sf->gsub_lookups; otl!=NULL; otl=otlnext ) { in AALTRemoveOld()
[all …]
H A Dfeaturefile.c3708 OTLookup *otl; in fea_ApplyLookupList() local
3714 for ( otl=tok->created; otl!=NULL; otl=otl->next ) in fea_ApplyLookupList()
3717 return( otl ); in fea_ApplyLookupList()
3719 if ( otl==NULL ) in fea_ApplyLookupList()
3722 return( otl ); in fea_ApplyLookupList()
3770 return( otl ); in fea_ApplyLookupList()
4110 for ( otl = sf->gpos_lookups; otl!=NULL; otl=otl->next ) { in fea_NameLookups()
4112 gpos_last = otl; in fea_NameLookups()
4114 for ( otl = sf->gsub_lookups; otl!=NULL; otl=otl->next ) { in fea_NameLookups()
4116 gsub_last = otl; in fea_NameLookups()
[all …]
/dports/japanese/tex-ptex/texlive-20150521-source/texk/web2c/luatexdir/luafontloader/fontforge/fontforge/
H A Dlookups.c844 for ( otl = isgpos ? sf->gpos_lookups : sf->gsub_lookups; otl!=NULL; otl = otl->next ) { in RemoveNestedReferences()
896 for ( otl = gpos ? sf->gpos_lookups : sf->gsub_lookups; otl!=NULL; otl = otlnext ) { in SFRemoveUnusedLookupSubTables()
1066 for ( otl = isgpos ? sf->gpos_lookups : sf->gsub_lookups ; otl!=NULL; otl=otl->next ) { in SFFindLookupSubtable()
1092 for ( otl = isgpos ? sf->gpos_lookups : sf->gsub_lookups ; otl!=NULL; otl=otl->next ) { in SFFindLookup()
2281 prev = otl, otl=otl->next ); in SortInsertLookup()
2340 otl->next = NULL; otl->subtables = NULL; in _OTLookupCopyInto()
3279 for ( otl = isgpos ? sf->gpos_lookups : sf->gsub_lookups; otl!=NULL ; otl = otl->next ) { in ApplyTickedFeatures()
3438 for ( otl= *base; otl!=NULL; otl=otl->next ) { in SFSubTableFindOrMake()
3482 for ( otl= *base; otl!=NULL; otl=otl->next ) { in SFSubTableMake()
3542 for ( otl=sf->gsub_lookups; otl!=NULL; otl=otlnext ) { in AALTRemoveOld()
[all …]
H A Dfeaturefile.c3708 OTLookup *otl; in fea_ApplyLookupList() local
3714 for ( otl=tok->created; otl!=NULL; otl=otl->next ) in fea_ApplyLookupList()
3717 return( otl ); in fea_ApplyLookupList()
3719 if ( otl==NULL ) in fea_ApplyLookupList()
3722 return( otl ); in fea_ApplyLookupList()
3770 return( otl ); in fea_ApplyLookupList()
4110 for ( otl = sf->gpos_lookups; otl!=NULL; otl=otl->next ) { in fea_NameLookups()
4112 gpos_last = otl; in fea_NameLookups()
4114 for ( otl = sf->gsub_lookups; otl!=NULL; otl=otl->next ) { in fea_NameLookups()
4116 gsub_last = otl; in fea_NameLookups()
[all …]
/dports/print/tex-basic-engines/texlive-20150521-source/texk/web2c/luatexdir/luafontloader/fontforge/fontforge/
H A Dlookups.c844 for ( otl = isgpos ? sf->gpos_lookups : sf->gsub_lookups; otl!=NULL; otl = otl->next ) { in RemoveNestedReferences()
896 for ( otl = gpos ? sf->gpos_lookups : sf->gsub_lookups; otl!=NULL; otl = otlnext ) { in SFRemoveUnusedLookupSubTables()
1066 for ( otl = isgpos ? sf->gpos_lookups : sf->gsub_lookups ; otl!=NULL; otl=otl->next ) { in SFFindLookupSubtable()
1092 for ( otl = isgpos ? sf->gpos_lookups : sf->gsub_lookups ; otl!=NULL; otl=otl->next ) { in SFFindLookup()
2281 prev = otl, otl=otl->next ); in SortInsertLookup()
2340 otl->next = NULL; otl->subtables = NULL; in _OTLookupCopyInto()
3279 for ( otl = isgpos ? sf->gpos_lookups : sf->gsub_lookups; otl!=NULL ; otl = otl->next ) { in ApplyTickedFeatures()
3438 for ( otl= *base; otl!=NULL; otl=otl->next ) { in SFSubTableFindOrMake()
3482 for ( otl= *base; otl!=NULL; otl=otl->next ) { in SFSubTableMake()
3542 for ( otl=sf->gsub_lookups; otl!=NULL; otl=otlnext ) { in AALTRemoveOld()
[all …]
H A Dfeaturefile.c3708 OTLookup *otl; in fea_ApplyLookupList() local
3714 for ( otl=tok->created; otl!=NULL; otl=otl->next ) in fea_ApplyLookupList()
3717 return( otl ); in fea_ApplyLookupList()
3719 if ( otl==NULL ) in fea_ApplyLookupList()
3722 return( otl ); in fea_ApplyLookupList()
3770 return( otl ); in fea_ApplyLookupList()
4110 for ( otl = sf->gpos_lookups; otl!=NULL; otl=otl->next ) { in fea_NameLookups()
4112 gpos_last = otl; in fea_NameLookups()
4114 for ( otl = sf->gsub_lookups; otl!=NULL; otl=otl->next ) { in fea_NameLookups()
4116 gsub_last = otl; in fea_NameLookups()
[all …]
/dports/print/tex-aleph/texlive-20150521-source/texk/web2c/luatexdir/luafontloader/fontforge/fontforge/
H A Dlookups.c844 for ( otl = isgpos ? sf->gpos_lookups : sf->gsub_lookups; otl!=NULL; otl = otl->next ) { in RemoveNestedReferences()
896 for ( otl = gpos ? sf->gpos_lookups : sf->gsub_lookups; otl!=NULL; otl = otlnext ) { in SFRemoveUnusedLookupSubTables()
1066 for ( otl = isgpos ? sf->gpos_lookups : sf->gsub_lookups ; otl!=NULL; otl=otl->next ) { in SFFindLookupSubtable()
1092 for ( otl = isgpos ? sf->gpos_lookups : sf->gsub_lookups ; otl!=NULL; otl=otl->next ) { in SFFindLookup()
2281 prev = otl, otl=otl->next ); in SortInsertLookup()
2340 otl->next = NULL; otl->subtables = NULL; in _OTLookupCopyInto()
3279 for ( otl = isgpos ? sf->gpos_lookups : sf->gsub_lookups; otl!=NULL ; otl = otl->next ) { in ApplyTickedFeatures()
3438 for ( otl= *base; otl!=NULL; otl=otl->next ) { in SFSubTableFindOrMake()
3482 for ( otl= *base; otl!=NULL; otl=otl->next ) { in SFSubTableMake()
3542 for ( otl=sf->gsub_lookups; otl!=NULL; otl=otlnext ) { in AALTRemoveOld()
[all …]
H A Dfeaturefile.c3708 OTLookup *otl; in fea_ApplyLookupList() local
3714 for ( otl=tok->created; otl!=NULL; otl=otl->next ) in fea_ApplyLookupList()
3717 return( otl ); in fea_ApplyLookupList()
3719 if ( otl==NULL ) in fea_ApplyLookupList()
3722 return( otl ); in fea_ApplyLookupList()
3770 return( otl ); in fea_ApplyLookupList()
4110 for ( otl = sf->gpos_lookups; otl!=NULL; otl=otl->next ) { in fea_NameLookups()
4112 gpos_last = otl; in fea_NameLookups()
4114 for ( otl = sf->gsub_lookups; otl!=NULL; otl=otl->next ) { in fea_NameLookups()
4116 gsub_last = otl; in fea_NameLookups()
[all …]
/dports/print/tex-xetex/texlive-20150521-source/texk/web2c/luatexdir/luafontloader/fontforge/fontforge/
H A Dlookups.c844 for ( otl = isgpos ? sf->gpos_lookups : sf->gsub_lookups; otl!=NULL; otl = otl->next ) { in RemoveNestedReferences()
896 for ( otl = gpos ? sf->gpos_lookups : sf->gsub_lookups; otl!=NULL; otl = otlnext ) { in SFRemoveUnusedLookupSubTables()
1066 for ( otl = isgpos ? sf->gpos_lookups : sf->gsub_lookups ; otl!=NULL; otl=otl->next ) { in SFFindLookupSubtable()
1092 for ( otl = isgpos ? sf->gpos_lookups : sf->gsub_lookups ; otl!=NULL; otl=otl->next ) { in SFFindLookup()
2281 prev = otl, otl=otl->next ); in SortInsertLookup()
2340 otl->next = NULL; otl->subtables = NULL; in _OTLookupCopyInto()
3279 for ( otl = isgpos ? sf->gpos_lookups : sf->gsub_lookups; otl!=NULL ; otl = otl->next ) { in ApplyTickedFeatures()
3438 for ( otl= *base; otl!=NULL; otl=otl->next ) { in SFSubTableFindOrMake()
3482 for ( otl= *base; otl!=NULL; otl=otl->next ) { in SFSubTableMake()
3542 for ( otl=sf->gsub_lookups; otl!=NULL; otl=otlnext ) { in AALTRemoveOld()
[all …]
H A Dfeaturefile.c3708 OTLookup *otl; in fea_ApplyLookupList() local
3714 for ( otl=tok->created; otl!=NULL; otl=otl->next ) in fea_ApplyLookupList()
3717 return( otl ); in fea_ApplyLookupList()
3719 if ( otl==NULL ) in fea_ApplyLookupList()
3722 return( otl ); in fea_ApplyLookupList()
3770 return( otl ); in fea_ApplyLookupList()
4110 for ( otl = sf->gpos_lookups; otl!=NULL; otl=otl->next ) { in fea_NameLookups()
4112 gpos_last = otl; in fea_NameLookups()
4114 for ( otl = sf->gsub_lookups; otl!=NULL; otl=otl->next ) { in fea_NameLookups()
4116 gsub_last = otl; in fea_NameLookups()
[all …]
/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/go-tfe/
H A Doauth_token_test.go25 otl, err := client.OAuthTokens.List(ctx, orgTest.Name, options)
29 for _, ot := range otl.Items {
35 for _, ot := range otl.Items {
41 assert.Contains(t, otl.Items, otTest1)
42 assert.Contains(t, otl.Items, otTest2)
45 assert.Equal(t, 1, otl.CurrentPage)
46 assert.Equal(t, 2, otl.TotalCount)
63 assert.Empty(t, otl.Items)
64 assert.Equal(t, 999, otl.CurrentPage)
65 assert.Equal(t, 2, otl.TotalCount)
[all …]
/dports/sysutils/terraform/terraform-1.0.11/vendor/github.com/hashicorp/go-tfe/
H A Doauth_token_test.go27 otl, err := client.OAuthTokens.List(ctx, orgTest.Name, options)
31 for _, ot := range otl.Items {
37 for _, ot := range otl.Items {
43 assert.Contains(t, otl.Items, otTest1)
44 assert.Contains(t, otl.Items, otTest2)
47 assert.Equal(t, 1, otl.CurrentPage)
48 assert.Equal(t, 2, otl.TotalCount)
65 assert.Empty(t, otl.Items)
66 assert.Equal(t, 999, otl.CurrentPage)
67 assert.Equal(t, 2, otl.TotalCount)
[all …]
/dports/games/spacejunk/spacejunk-1.0.5/
H A Dfiles.nsi33 File data\art\asteroid2.otl
50 File data\art\moon4.otl
70 File data\art\moon1.otl
88 File data\art\trash5.otl
99 File data\art\moon3.otl
101 File data\art\trash6.otl
111 File data\art\trash7.otl
116 File data\art\trash3.otl
130 File data\art\trash1.otl
136 File data\art\trash9.otl
[all …]
/dports/audio/pms-devel/pms-c94e3c6/vendor/github.com/blevesearch/bleve/search/highlight/format/html/
H A Dhtml_test.go51 otl := highlight.OrderTermLocations(test.tlm)
52 result := emHTMLFormatter.Format(test.fragment, otl)
86 otl := highlight.OrderTermLocations(test.tlm)
87 result := emHTMLFormatter.Format(test.fragment, otl)
/dports/www/osticket/upload/include/mpdf/vendor/mpdf/mpdf/src/Tag/
H A DTag.php41 protected $otl; variable in Mpdf\\Tag\\Tag
86 Otl $otl, argument
98 $this->otl = $otl;

12345678910>>...18