Home
last modified time | relevance | path

Searched defs:SourceSpan (Results 1 – 16 of 16) sorted by relevance

/dports/lang/purescript/purescript-0.14.5/_cabal_deps/purescript-cst-0.4.0.0/src/Language/PureScript/AST/
H A DSourcePos.hs49 data SourceSpan = SourceSpan type
/dports/www/py-libsass/libsass-0.21.0/libsass/src/
H A Dposition.cpp119 SourceSpan::SourceSpan(const char* path) in SourceSpan() function in Sass::SourceSpan
122 SourceSpan::SourceSpan(SourceDataObj source, const Offset& position, const Offset& offset) in SourceSpan() function in Sass::SourceSpan
H A Dposition.hpp103 class SourceSpan { class
/dports/www/gohugo/hugo-0.91.2/vendor/github.com/bep/golibsass/libsass_src/src/
H A Dposition.cpp119 SourceSpan::SourceSpan(const char* path) in SourceSpan() function in Sass::SourceSpan
122 SourceSpan::SourceSpan(SourceDataObj source, const Offset& position, const Offset& offset) in SourceSpan() function in Sass::SourceSpan
H A Dposition.hpp103 class SourceSpan { class
/dports/textproc/libsass/libsass-3.6.4/src/
H A Dposition.cpp121 SourceSpan::SourceSpan(const char* path) in SourceSpan() function in Sass::SourceSpan
124 SourceSpan::SourceSpan(SourceDataObj source, const Offset& position, const Offset& offset) in SourceSpan() function in Sass::SourceSpan
H A Dposition.hpp103 class SourceSpan { class
/dports/www/zola/zola-0.15.2/cargo-crates/sass-sys-0.4.22/libsass/src/
H A Dposition.cpp121 SourceSpan::SourceSpan(const char* path) in SourceSpan() function in Sass::SourceSpan
124 SourceSpan::SourceSpan(SourceDataObj source, const Offset& position, const Offset& offset) in SourceSpan() function in Sass::SourceSpan
H A Dposition.hpp103 class SourceSpan { class
/dports/textproc/p5-CSS-Sass/CSS-Sass-3.6.4/libsass/src/
H A Dposition.cpp119 SourceSpan::SourceSpan(const char* path) in SourceSpan() function in Sass::SourceSpan
122 SourceSpan::SourceSpan(SourceDataObj source, const Offset& position, const Offset& offset) in SourceSpan() function in Sass::SourceSpan
H A Dposition.hpp103 class SourceSpan { class
/dports/textproc/R-cran-sass/sass/src/libsass/src/
H A Dposition.cpp121 SourceSpan::SourceSpan(const char* path) in SourceSpan() function in Sass::SourceSpan
124 SourceSpan::SourceSpan(SourceDataObj source, const Offset& position, const Offset& offset) in SourceSpan() function in Sass::SourceSpan
H A Dposition.hpp103 class SourceSpan { class
/dports/www/gohugo/hugo-0.91.2/vendor/github.com/bep/godartsass/internal/embeddedsass/
H A Dembedded_sass.pb.go748 type SourceSpan struct { struct
749 state protoimpl.MessageState
750 sizeCache protoimpl.SizeCache
751 unknownFields protoimpl.UnknownFields
781 func (x *SourceSpan) Reset() {
790 func (x *SourceSpan) String() string {
794 func (*SourceSpan) ProtoMessage() {}
809 func (*SourceSpan) Descriptor() ([]byte, []int) {
813 func (x *SourceSpan) GetText() string {
834 func (x *SourceSpan) GetUrl() string {
[all …]
H A Dembedded_sass.proto537 message SourceSpan { message
/dports/lang/purescript/purescript-0.14.5/src/Language/PureScript/
H A DModuleDependencies.hs28 , sigImports :: [(ModuleName, SourceSpan)] function