Home
last modified time | relevance | path

Searched refs:Inliner (Results 1 – 25 of 559) sorted by relevance

12345678910>>...23

/dports/devel/gh/cli-2.4.0/vendor/github.com/aymerick/douceur/inliner/
H A Dinliner.go24 type Inliner struct { struct
48 func NewInliner(html string) *Inliner {
49 return &Inliner{
66 func (inliner *Inliner) Inline() (string, error) { argument
93 func (inliner *Inliner) parseHTML() error { argument
105 func (inliner *Inliner) parseStylesheets() error { argument
127 func (inliner *Inliner) collectElementsAndRules() { argument
169 func (inliner *Inliner) inlineStyleRules() error { argument
185 func (inliner *Inliner) computeRawCSS() string { argument
197 func (inliner *Inliner) insertRawStylesheet() { argument
[all …]
/dports/net-im/tut/tut-0.0.17/vendor/github.com/aymerick/douceur/inliner/
H A Dinliner.go24 type Inliner struct { struct
48 func NewInliner(html string) *Inliner {
49 return &Inliner{
66 func (inliner *Inliner) Inline() (string, error) { argument
93 func (inliner *Inliner) parseHTML() error { argument
105 func (inliner *Inliner) parseStylesheets() error { argument
127 func (inliner *Inliner) collectElementsAndRules() { argument
169 func (inliner *Inliner) inlineStyleRules() error { argument
185 func (inliner *Inliner) computeRawCSS() string { argument
197 func (inliner *Inliner) insertRawStylesheet() { argument
[all …]
/dports/sysutils/chezmoi/chezmoi-2.9.3/vendor/github.com/aymerick/douceur/inliner/
H A Dinliner.go24 type Inliner struct { struct
48 func NewInliner(html string) *Inliner {
49 return &Inliner{
66 func (inliner *Inliner) Inline() (string, error) { argument
93 func (inliner *Inliner) parseHTML() error { argument
105 func (inliner *Inliner) parseStylesheets() error { argument
127 func (inliner *Inliner) collectElementsAndRules() { argument
169 func (inliner *Inliner) inlineStyleRules() error { argument
185 func (inliner *Inliner) computeRawCSS() string { argument
197 func (inliner *Inliner) insertRawStylesheet() { argument
[all …]
/dports/www/writefreely/writefreely-0.13.1/vendor/github.com/aymerick/douceur/inliner/
H A Dinliner.go24 type Inliner struct { struct
48 func NewInliner(html string) *Inliner {
49 return &Inliner{
66 func (inliner *Inliner) Inline() (string, error) { argument
93 func (inliner *Inliner) parseHTML() error { argument
105 func (inliner *Inliner) parseStylesheets() error { argument
127 func (inliner *Inliner) collectElementsAndRules() { argument
169 func (inliner *Inliner) inlineStyleRules() error { argument
185 func (inliner *Inliner) computeRawCSS() string { argument
197 func (inliner *Inliner) insertRawStylesheet() { argument
[all …]
/dports/multimedia/navidrome/navidrome-0.40.0/vendor/github.com/aymerick/douceur/inliner/
H A Dinliner.go24 type Inliner struct { struct
48 func NewInliner(html string) *Inliner {
49 return &Inliner{
66 func (inliner *Inliner) Inline() (string, error) { argument
93 func (inliner *Inliner) parseHTML() error { argument
105 func (inliner *Inliner) parseStylesheets() error { argument
127 func (inliner *Inliner) collectElementsAndRules() { argument
169 func (inliner *Inliner) inlineStyleRules() error { argument
185 func (inliner *Inliner) computeRawCSS() string { argument
197 func (inliner *Inliner) insertRawStylesheet() { argument
[all …]
/dports/net-mgmt/bosun/bosun-0.9.0-preview/vendor/github.com/aymerick/douceur/inliner/
H A Dinliner.go24 type Inliner struct { struct
48 func NewInliner(html string) *Inliner {
49 return &Inliner{
66 func (inliner *Inliner) Inline() (string, error) { argument
93 func (inliner *Inliner) parseHTML() error { argument
105 func (inliner *Inliner) parseStylesheets() error { argument
127 func (inliner *Inliner) collectElementsAndRules() { argument
169 func (inliner *Inliner) inlineStyleRules() error { argument
185 func (inliner *Inliner) computeRawCSS() string { argument
197 func (inliner *Inliner) insertRawStylesheet() { argument
[all …]
/dports/www/trafficserver/trafficserver-9.1.1/plugins/experimental/inliner/
H A DREADME1 ATS (Apache Traffic Server) Inliner plug-in
6 Inliner:
12 5. In case the url exists into the cache. Inliner replaces the image with a 1x1
15 7. At the end of the original document, Inliner outputs a little JavaScript
17 8. Inliner outputs every image found into the cache into a JavaScript function
21 10. For the images which do not exist into the cache, Inliner preserve their
/dports/security/clamav-lts/clamav-0.103.5/libclamav/c++/llvm/lib/Transforms/IPO/
H A DInliner.cpp51 Inliner::Inliner(char &ID) in Inliner() function in Inliner
54 Inliner::Inliner(char &ID, int Threshold) in Inliner() function in Inliner
60 void Inliner::getAnalysisUsage(AnalysisUsage &Info) const { in getAnalysisUsage()
180 unsigned Inliner::getInlineThreshold(CallSite CS) const { in getInlineThreshold()
201 bool Inliner::shouldInline(CallSite CS) { in shouldInline()
308 bool Inliner::runOnSCC(CallGraphSCC &SCC) { in runOnSCC()
488 bool Inliner::doFinalization(CallGraph &CG) { in doFinalization()
494 bool Inliner::removeDeadFunctions(CallGraph &CG, in removeDeadFunctions()
/dports/www/trafficserver/trafficserver-9.1.1/doc/
H A Dconf.py198 BaseInliner = states.Inliner
201 class Inliner(states.Inliner): class
205 self.__class__ = Inliner
241 states.Inliner = Inliner
/dports/www/p5-CSS-Inliner/CSS-Inliner-4003/t/Parser/
H A Dfail.t10 use_ok('CSS::Inliner::Parser');
23 my $fatal = CSS::Inliner::Parser->new({ warns_as_errors => 1 });
34 my $suppressed = CSS::Inliner::Parser->new();
46 my $fatal = CSS::Inliner::Parser->new();
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/mlir/test/lib/Transforms/
H A DTestInlining.cpp27 struct Inliner : public PassWrapper<Inliner, FunctionPass> { struct
65 PassRegistration<Inliner>("test-inline", "Test inlining region calls"); in registerInliner()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/mlir/test/lib/Transforms/
H A DTestInlining.cpp26 struct Inliner : public FunctionPass<Inliner> { struct
63 static PassRegistration<Inliner> pass("test-inline",
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/mlir/test/lib/Transforms/
H A DTestInlining.cpp28 struct Inliner : public PassWrapper<Inliner, FunctionPass> { struct
67 PassRegistration<Inliner>("test-inline", "Test inlining region calls"); in registerInliner()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/mlir/test/lib/Transforms/
H A DTestInlining.cpp28 struct Inliner : public PassWrapper<Inliner, FunctionPass> { struct
67 PassRegistration<Inliner>("test-inline", "Test inlining region calls"); in registerInliner()
/dports/devel/llvm12/llvm-project-12.0.1.src/mlir/test/lib/Transforms/
H A DTestInlining.cpp28 struct Inliner : public PassWrapper<Inliner, FunctionPass> { struct
67 PassRegistration<Inliner>("test-inline", "Test inlining region calls"); in registerInliner()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/mlir/test/lib/Transforms/
H A DTestInlining.cpp28 struct Inliner : public PassWrapper<Inliner, FunctionPass> { struct
71 void registerInliner() { PassRegistration<Inliner>(); } in registerInliner()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/mlir/test/lib/Transforms/
H A DTestInlining.cpp28 struct Inliner : public PassWrapper<Inliner, FunctionPass> { struct
71 void registerInliner() { PassRegistration<Inliner>(); } in registerInliner()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/mlir/test/lib/Transforms/
H A DTestInlining.cpp28 struct Inliner : public PassWrapper<Inliner, FunctionPass> { struct
71 void registerInliner() { PassRegistration<Inliner>(); } in registerInliner()
/dports/devel/llvm13/llvm-project-13.0.1.src/mlir/test/lib/Transforms/
H A DTestInlining.cpp28 struct Inliner : public PassWrapper<Inliner, FunctionPass> { struct
71 void registerInliner() { PassRegistration<Inliner>(); } in registerInliner()
/dports/security/clamav-lts/clamav-0.103.5/libclamav/c++/llvm/include/llvm/Transforms/IPO/
H A DInlinerPass.h32 struct Inliner : public CallGraphSCCPass { struct
33 explicit Inliner(char &ID);
34 explicit Inliner(char &ID, int Threshold);
/dports/www/p5-CSS-Inliner/CSS-Inliner-4003/t/
H A Dimportant.t7 use CSS::Inliner;
11 use_ok('CSS::Inliner');
28 my $inliner = CSS::Inliner->new();
H A Dbasic_redeclare.t7 use CSS::Inliner;
11 use_ok('CSS::Inliner');
46 my $inliner = CSS::Inliner->new({ strip_attrs => 1 });
/dports/devel/llvm80/llvm-8.0.1.src/lib/Transforms/IPO/
H A DPassManagerBuilder.cpp167 Inliner = nullptr; in PassManagerBuilder()
188 delete Inliner; in ~PassManagerBuilder()
440 if (Inliner) { in populateModulePassManager()
441 MPM.add(Inliner); in populateModulePassManager()
442 Inliner = nullptr; in populateModulePassManager()
537 if (Inliner) { in populateModulePassManager()
538 MPM.add(Inliner); in populateModulePassManager()
539 Inliner = nullptr; in populateModulePassManager()
837 bool RunInliner = Inliner; in addLTOOptimizationPasses()
839 PM.add(Inliner); in addLTOOptimizationPasses()
[all …]
/dports/devel/llvm70/llvm-7.0.1.src/lib/Transforms/IPO/
H A DPassManagerBuilder.cpp159 Inliner = nullptr;
180 delete Inliner;
430 if (Inliner) {
431 MPM.add(Inliner);
432 Inliner = nullptr;
525 if (Inliner) {
526 MPM.add(Inliner);
527 Inliner = nullptr;
810 bool RunInliner = Inliner;
812 PM.add(Inliner);
[all …]
/dports/lang/solidity/solidity_0.8.11/libevmasm/
H A DInliner.h37 class Inliner
40 explicit Inliner( in Inliner() function
54 virtual ~Inliner() = default;

12345678910>>...23