Home
last modified time | relevance | path

Searched refs:Sass_File_Context (Results 1 – 25 of 67) sorted by relevance

123

/dports/www/py-libsass/libsass-0.21.0/libsass/include/sass/
H A Dcontext.h21 struct Sass_File_Context; // : Sass_Context
34 ADDAPI struct Sass_File_Context* ADDCALL sass_make_file_context (const char* input_path);
38 ADDAPI int ADDCALL sass_compile_file_context (struct Sass_File_Context* ctx);
42 ADDAPI struct Sass_Compiler* ADDCALL sass_make_file_compiler (struct Sass_File_Context* file_ctx);
56 ADDAPI void ADDCALL sass_delete_file_context (struct Sass_File_Context* ctx);
60 ADDAPI struct Sass_Context* ADDCALL sass_file_context_get_context (struct Sass_File_Context* file_c…
65 ADDAPI struct Sass_Options* ADDCALL sass_file_context_get_options (struct Sass_File_Context* file_c…
67 ADDAPI void ADDCALL sass_file_context_set_options (struct Sass_File_Context* file_ctx, struct Sass_…
/dports/www/gohugo/hugo-0.91.2/vendor/github.com/bep/golibsass/libsass_src/include/sass/
H A Dcontext.h21 struct Sass_File_Context; // : Sass_Context
34 ADDAPI struct Sass_File_Context* ADDCALL sass_make_file_context (const char* input_path);
38 ADDAPI int ADDCALL sass_compile_file_context (struct Sass_File_Context* ctx);
42 ADDAPI struct Sass_Compiler* ADDCALL sass_make_file_compiler (struct Sass_File_Context* file_ctx);
56 ADDAPI void ADDCALL sass_delete_file_context (struct Sass_File_Context* ctx);
60 ADDAPI struct Sass_Context* ADDCALL sass_file_context_get_context (struct Sass_File_Context* file_c…
65 ADDAPI struct Sass_Options* ADDCALL sass_file_context_get_options (struct Sass_File_Context* file_c…
67 ADDAPI void ADDCALL sass_file_context_set_options (struct Sass_File_Context* file_ctx, struct Sass_…
/dports/textproc/libsass/libsass-3.6.4/include/sass/
H A Dcontext.h21 struct Sass_File_Context; // : Sass_Context
34 ADDAPI struct Sass_File_Context* ADDCALL sass_make_file_context (const char* input_path);
38 ADDAPI int ADDCALL sass_compile_file_context (struct Sass_File_Context* ctx);
42 ADDAPI struct Sass_Compiler* ADDCALL sass_make_file_compiler (struct Sass_File_Context* file_ctx);
56 ADDAPI void ADDCALL sass_delete_file_context (struct Sass_File_Context* ctx);
60 ADDAPI struct Sass_Context* ADDCALL sass_file_context_get_context (struct Sass_File_Context* file_c…
65 ADDAPI struct Sass_Options* ADDCALL sass_file_context_get_options (struct Sass_File_Context* file_c…
67 ADDAPI void ADDCALL sass_file_context_set_options (struct Sass_File_Context* file_ctx, struct Sass_…
/dports/www/zola/zola-0.15.2/cargo-crates/sass-sys-0.4.22/libsass/include/sass/
H A Dcontext.h21 struct Sass_File_Context; // : Sass_Context
34 ADDAPI struct Sass_File_Context* ADDCALL sass_make_file_context (const char* input_path);
38 ADDAPI int ADDCALL sass_compile_file_context (struct Sass_File_Context* ctx);
42 ADDAPI struct Sass_Compiler* ADDCALL sass_make_file_compiler (struct Sass_File_Context* file_ctx);
56 ADDAPI void ADDCALL sass_delete_file_context (struct Sass_File_Context* ctx);
60 ADDAPI struct Sass_Context* ADDCALL sass_file_context_get_context (struct Sass_File_Context* file_c…
65 ADDAPI struct Sass_Options* ADDCALL sass_file_context_get_options (struct Sass_File_Context* file_c…
67 ADDAPI void ADDCALL sass_file_context_set_options (struct Sass_File_Context* file_ctx, struct Sass_…
/dports/textproc/p5-CSS-Sass/CSS-Sass-3.6.4/libsass/include/sass/
H A Dcontext.h21 struct Sass_File_Context; // : Sass_Context
34 ADDAPI struct Sass_File_Context* ADDCALL sass_make_file_context (const char* input_path);
38 ADDAPI int ADDCALL sass_compile_file_context (struct Sass_File_Context* ctx);
42 ADDAPI struct Sass_Compiler* ADDCALL sass_make_file_compiler (struct Sass_File_Context* file_ctx);
56 ADDAPI void ADDCALL sass_delete_file_context (struct Sass_File_Context* ctx);
60 ADDAPI struct Sass_Context* ADDCALL sass_file_context_get_context (struct Sass_File_Context* file_c…
65 ADDAPI struct Sass_Options* ADDCALL sass_file_context_get_options (struct Sass_File_Context* file_c…
67 ADDAPI void ADDCALL sass_file_context_set_options (struct Sass_File_Context* file_ctx, struct Sass_…
/dports/textproc/R-cran-sass/sass/src/libsass/include/sass/
H A Dcontext.h21 struct Sass_File_Context; // : Sass_Context
34 ADDAPI struct Sass_File_Context* ADDCALL sass_make_file_context (const char* input_path);
38 ADDAPI int ADDCALL sass_compile_file_context (struct Sass_File_Context* ctx);
42 ADDAPI struct Sass_Compiler* ADDCALL sass_make_file_compiler (struct Sass_File_Context* file_ctx);
56 ADDAPI void ADDCALL sass_delete_file_context (struct Sass_File_Context* ctx);
60 ADDAPI struct Sass_Context* ADDCALL sass_file_context_get_context (struct Sass_File_Context* file_c…
65 ADDAPI struct Sass_Options* ADDCALL sass_file_context_get_options (struct Sass_File_Context* file_c…
67 ADDAPI void ADDCALL sass_file_context_set_options (struct Sass_File_Context* file_ctx, struct Sass_…
/dports/textproc/R-cran-sass/sass/src/libsass/docs/
H A Dapi-context.md3 - `Sass_File_Context`
134 ***Sass_File_Context***
157 struct Sass_File_Context; // : Sass_Context
163 struct Sass_File_Context* sass_make_file_context (const char* input_path);
167 int sass_compile_file_context (struct Sass_File_Context* ctx);
171 struct Sass_Compiler* sass_make_file_compiler (struct Sass_File_Context* file_ctx);
185 void sass_delete_file_context (struct Sass_File_Context* ctx);
189 struct Sass_Context* sass_file_context_get_context (struct Sass_File_Context* file_ctx);
194 struct Sass_Options* sass_file_context_get_options (struct Sass_File_Context* file_ctx);
196 void sass_file_context_set_options (struct Sass_File_Context* file_ctx, struct Sass_Options* opt);
H A Dapi-doc.md51 `Sass_File_Context`. See the code for a list of options available
118 relative links in source-maps. The `input_path` is shared with `Sass_File_Context`.
120 - `Sass_File_Context` is a specific implementation that requires no additional fields
163 `Sass_File_Context`. It is also used to generate relative file links in source-
/dports/www/gohugo/hugo-0.91.2/vendor/github.com/bep/golibsass/libsass_src/docs/
H A Dapi-context.md3 - `Sass_File_Context`
134 ***Sass_File_Context***
157 struct Sass_File_Context; // : Sass_Context
163 struct Sass_File_Context* sass_make_file_context (const char* input_path);
167 int sass_compile_file_context (struct Sass_File_Context* ctx);
171 struct Sass_Compiler* sass_make_file_compiler (struct Sass_File_Context* file_ctx);
185 void sass_delete_file_context (struct Sass_File_Context* ctx);
189 struct Sass_Context* sass_file_context_get_context (struct Sass_File_Context* file_ctx);
194 struct Sass_Options* sass_file_context_get_options (struct Sass_File_Context* file_ctx);
196 void sass_file_context_set_options (struct Sass_File_Context* file_ctx, struct Sass_Options* opt);
/dports/textproc/libsass/libsass-3.6.4/docs/
H A Dapi-context.md3 - `Sass_File_Context`
134 ***Sass_File_Context***
157 struct Sass_File_Context; // : Sass_Context
163 struct Sass_File_Context* sass_make_file_context (const char* input_path);
167 int sass_compile_file_context (struct Sass_File_Context* ctx);
171 struct Sass_Compiler* sass_make_file_compiler (struct Sass_File_Context* file_ctx);
185 void sass_delete_file_context (struct Sass_File_Context* ctx);
189 struct Sass_Context* sass_file_context_get_context (struct Sass_File_Context* file_ctx);
194 struct Sass_Options* sass_file_context_get_options (struct Sass_File_Context* file_ctx);
196 void sass_file_context_set_options (struct Sass_File_Context* file_ctx, struct Sass_Options* opt);
/dports/www/zola/zola-0.15.2/cargo-crates/sass-sys-0.4.22/libsass/docs/
H A Dapi-context.md3 - `Sass_File_Context`
134 ***Sass_File_Context***
157 struct Sass_File_Context; // : Sass_Context
163 struct Sass_File_Context* sass_make_file_context (const char* input_path);
167 int sass_compile_file_context (struct Sass_File_Context* ctx);
171 struct Sass_Compiler* sass_make_file_compiler (struct Sass_File_Context* file_ctx);
185 void sass_delete_file_context (struct Sass_File_Context* ctx);
189 struct Sass_Context* sass_file_context_get_context (struct Sass_File_Context* file_ctx);
194 struct Sass_Options* sass_file_context_get_options (struct Sass_File_Context* file_ctx);
196 void sass_file_context_set_options (struct Sass_File_Context* file_ctx, struct Sass_Options* opt);
/dports/textproc/p5-CSS-Sass/CSS-Sass-3.6.4/libsass/docs/
H A Dapi-context.md3 - `Sass_File_Context`
134 ***Sass_File_Context***
157 struct Sass_File_Context; // : Sass_Context
163 struct Sass_File_Context* sass_make_file_context (const char* input_path);
167 int sass_compile_file_context (struct Sass_File_Context* ctx);
171 struct Sass_Compiler* sass_make_file_compiler (struct Sass_File_Context* file_ctx);
185 void sass_delete_file_context (struct Sass_File_Context* ctx);
189 struct Sass_Context* sass_file_context_get_context (struct Sass_File_Context* file_ctx);
194 struct Sass_Options* sass_file_context_get_options (struct Sass_File_Context* file_ctx);
196 void sass_file_context_set_options (struct Sass_File_Context* file_ctx, struct Sass_Options* opt);
/dports/textproc/R-cran-sass/sass/src/libsass/src/
H A Dsass_context.cpp344 Sass_File_Context* ADDCALL sass_make_file_context(const char* input_path) in sass_make_file_context()
349 …struct Sass_File_Context* ctx = (struct Sass_File_Context*) calloc(1, sizeof(struct Sass_File_Cont… in sass_make_file_context()
389 struct Sass_Compiler* ADDCALL sass_make_file_compiler (struct Sass_File_Context* file_ctx) in sass_make_file_compiler()
411 int ADDCALL sass_compile_file_context(Sass_File_Context* file_ctx) in sass_compile_file_context()
584 void ADDCALL sass_delete_file_context (struct Sass_File_Context* ctx) in sass_delete_file_context()
600 …struct Sass_Context* ADDCALL sass_file_context_get_context(struct Sass_File_Context* ctx) { return… in sass_file_context_get_context()
605 …struct Sass_Options* ADDCALL sass_file_context_get_options(struct Sass_File_Context* ctx) { return… in sass_file_context_get_options()
607 …void ADDCALL sass_file_context_set_options (struct Sass_File_Context* ctx, struct Sass_Options* op… in sass_file_context_set_options()
H A Dsass_context.hpp101 struct Sass_File_Context : Sass_Context { struct
/dports/www/py-libsass/libsass-0.21.0/libsass/src/
H A Dsass_context.cpp345 Sass_File_Context* ADDCALL sass_make_file_context(const char* input_path) in sass_make_file_context()
350 …struct Sass_File_Context* ctx = (struct Sass_File_Context*) calloc(1, sizeof(struct Sass_File_Cont… in sass_make_file_context()
390 struct Sass_Compiler* ADDCALL sass_make_file_compiler (struct Sass_File_Context* file_ctx) in sass_make_file_compiler()
412 int ADDCALL sass_compile_file_context(Sass_File_Context* file_ctx) in sass_compile_file_context()
585 void ADDCALL sass_delete_file_context (struct Sass_File_Context* ctx) in sass_delete_file_context()
601 …struct Sass_Context* ADDCALL sass_file_context_get_context(struct Sass_File_Context* ctx) { return… in sass_file_context_get_context()
606 …struct Sass_Options* ADDCALL sass_file_context_get_options(struct Sass_File_Context* ctx) { return… in sass_file_context_get_options()
608 …void ADDCALL sass_file_context_set_options (struct Sass_File_Context* ctx, struct Sass_Options* op… in sass_file_context_set_options()
H A Dsass_context.hpp101 struct Sass_File_Context : Sass_Context { struct
/dports/www/gohugo/hugo-0.91.2/vendor/github.com/bep/golibsass/libsass_src/src/
H A Dsass_context.cpp345 Sass_File_Context* ADDCALL sass_make_file_context(const char* input_path) in sass_make_file_context()
350 …struct Sass_File_Context* ctx = (struct Sass_File_Context*) calloc(1, sizeof(struct Sass_File_Cont… in sass_make_file_context()
390 struct Sass_Compiler* ADDCALL sass_make_file_compiler (struct Sass_File_Context* file_ctx) in sass_make_file_compiler()
412 int ADDCALL sass_compile_file_context(Sass_File_Context* file_ctx) in sass_compile_file_context()
585 void ADDCALL sass_delete_file_context (struct Sass_File_Context* ctx) in sass_delete_file_context()
601 …struct Sass_Context* ADDCALL sass_file_context_get_context(struct Sass_File_Context* ctx) { return… in sass_file_context_get_context()
606 …struct Sass_Options* ADDCALL sass_file_context_get_options(struct Sass_File_Context* ctx) { return… in sass_file_context_get_options()
608 …void ADDCALL sass_file_context_set_options (struct Sass_File_Context* ctx, struct Sass_Options* op… in sass_file_context_set_options()
H A Dsass_context.hpp101 struct Sass_File_Context : Sass_Context { struct
/dports/textproc/libsass/libsass-3.6.4/src/
H A Dsass_context.cpp344 Sass_File_Context* ADDCALL sass_make_file_context(const char* input_path) in sass_make_file_context()
349 …struct Sass_File_Context* ctx = (struct Sass_File_Context*) calloc(1, sizeof(struct Sass_File_Cont… in sass_make_file_context()
389 struct Sass_Compiler* ADDCALL sass_make_file_compiler (struct Sass_File_Context* file_ctx) in sass_make_file_compiler()
411 int ADDCALL sass_compile_file_context(Sass_File_Context* file_ctx) in sass_compile_file_context()
584 void ADDCALL sass_delete_file_context (struct Sass_File_Context* ctx) in sass_delete_file_context()
600 …struct Sass_Context* ADDCALL sass_file_context_get_context(struct Sass_File_Context* ctx) { return… in sass_file_context_get_context()
605 …struct Sass_Options* ADDCALL sass_file_context_get_options(struct Sass_File_Context* ctx) { return… in sass_file_context_get_options()
607 …void ADDCALL sass_file_context_set_options (struct Sass_File_Context* ctx, struct Sass_Options* op… in sass_file_context_set_options()
H A Dsass_context.hpp101 struct Sass_File_Context : Sass_Context { struct
/dports/textproc/p5-CSS-Sass/CSS-Sass-3.6.4/libsass/src/
H A Dsass_context.cpp345 Sass_File_Context* ADDCALL sass_make_file_context(const char* input_path) in sass_make_file_context()
350 …struct Sass_File_Context* ctx = (struct Sass_File_Context*) calloc(1, sizeof(struct Sass_File_Cont… in sass_make_file_context()
390 struct Sass_Compiler* ADDCALL sass_make_file_compiler (struct Sass_File_Context* file_ctx) in sass_make_file_compiler()
412 int ADDCALL sass_compile_file_context(Sass_File_Context* file_ctx) in sass_compile_file_context()
585 void ADDCALL sass_delete_file_context (struct Sass_File_Context* ctx) in sass_delete_file_context()
601 …struct Sass_Context* ADDCALL sass_file_context_get_context(struct Sass_File_Context* ctx) { return… in sass_file_context_get_context()
606 …struct Sass_Options* ADDCALL sass_file_context_get_options(struct Sass_File_Context* ctx) { return… in sass_file_context_get_options()
608 …void ADDCALL sass_file_context_set_options (struct Sass_File_Context* ctx, struct Sass_Options* op… in sass_file_context_set_options()
H A Dsass_context.hpp101 struct Sass_File_Context : Sass_Context { struct
/dports/www/zola/zola-0.15.2/cargo-crates/sass-sys-0.4.22/libsass/src/
H A Dsass_context.cpp344 Sass_File_Context* ADDCALL sass_make_file_context(const char* input_path) in sass_make_file_context()
349 …struct Sass_File_Context* ctx = (struct Sass_File_Context*) calloc(1, sizeof(struct Sass_File_Cont… in sass_make_file_context()
389 struct Sass_Compiler* ADDCALL sass_make_file_compiler (struct Sass_File_Context* file_ctx) in sass_make_file_compiler()
411 int ADDCALL sass_compile_file_context(Sass_File_Context* file_ctx) in sass_compile_file_context()
584 void ADDCALL sass_delete_file_context (struct Sass_File_Context* ctx) in sass_delete_file_context()
600 …struct Sass_Context* ADDCALL sass_file_context_get_context(struct Sass_File_Context* ctx) { return… in sass_file_context_get_context()
605 …struct Sass_Options* ADDCALL sass_file_context_get_options(struct Sass_File_Context* ctx) { return… in sass_file_context_get_options()
607 …void ADDCALL sass_file_context_set_options (struct Sass_File_Context* ctx, struct Sass_Options* op… in sass_file_context_set_options()
H A Dsass_context.hpp101 struct Sass_File_Context : Sass_Context { struct
/dports/www/zola/zola-0.15.2/cargo-crates/sass-sys-0.4.22/src/
H A Dbindings.rs545 pub struct Sass_File_Context {
566 ) -> *mut Sass_File_Context;
574 pub fn sass_compile_file_context(ctx: *mut Sass_File_Context) -> ::std::os::raw::c_int;
580 pub fn sass_make_file_compiler(file_ctx: *mut Sass_File_Context) -> *mut Sass_Compiler;
598 pub fn sass_delete_file_context(ctx: *mut Sass_File_Context);
604 pub fn sass_file_context_get_context(file_ctx: *mut Sass_File_Context) -> *mut Sass_Context;
613 pub fn sass_file_context_get_options(file_ctx: *mut Sass_File_Context) -> *mut Sass_Options;
619 pub fn sass_file_context_set_options(file_ctx: *mut Sass_File_Context, opt: *mut Sass_Options);

123