deploy: 95756b1a57
This commit is contained in:
commit
0fa87f2b35
16382 changed files with 734838 additions and 0 deletions
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
9
type.impl/cosmic/cosmic_theme/palette/rgb/struct.Rgb.js
Normal file
9
type.impl/cosmic/cosmic_theme/palette/rgb/struct.Rgb.js
Normal file
File diff suppressed because one or more lines are too long
9
type.impl/cosmic/cosmic_theme/palette/struct.Alpha.js
Normal file
9
type.impl/cosmic/cosmic_theme/palette/struct.Alpha.js
Normal file
File diff suppressed because one or more lines are too long
9
type.impl/cosmic/cosmic_theme/palette/type.Srgba.js
Normal file
9
type.impl/cosmic/cosmic_theme/palette/type.Srgba.js
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
(function() {
|
||||
var type_impls = Object.fromEntries([["cosmic",[]]]);
|
||||
if (window.register_type_impls) {
|
||||
window.register_type_impls(type_impls);
|
||||
} else {
|
||||
window.pending_type_impls = type_impls;
|
||||
}
|
||||
})()
|
||||
//{"start":55,"fragment_lengths":[13]}
|
||||
9
type.impl/cosmic/cosmic_theme/struct.Component.js
Normal file
9
type.impl/cosmic/cosmic_theme/struct.Component.js
Normal file
File diff suppressed because one or more lines are too long
9
type.impl/cosmic/cosmic_theme/struct.Theme.js
Normal file
9
type.impl/cosmic/cosmic_theme/struct.Theme.js
Normal file
File diff suppressed because one or more lines are too long
9
type.impl/cosmic/executor/single/struct.Executor.js
Normal file
9
type.impl/cosmic/executor/single/struct.Executor.js
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
(function() {
|
||||
var type_impls = Object.fromEntries([["cosmic",[["<details class=\"toggle implementors-toggle\" open><summary><section id=\"impl-Executor-for-Executor\" class=\"impl\"><a class=\"src rightside\" href=\"src/cosmic/executor/single.rs.html#12-37\">Source</a><a href=\"#impl-Executor-for-Executor\" class=\"anchor\">§</a><h3 class=\"code-header\">impl <a class=\"trait\" href=\"cosmic/iced/trait.Executor.html\" title=\"trait cosmic::iced::Executor\">Executor</a> for <a class=\"struct\" href=\"cosmic/executor/single/struct.Executor.html\" title=\"struct cosmic::executor::single::Executor\">Executor</a></h3></section></summary><div class=\"impl-items\"><details class=\"toggle method-toggle\" open><summary><section id=\"method.new\" class=\"method trait-impl\"><a class=\"src rightside\" href=\"src/cosmic/executor/single.rs.html#13-23\">Source</a><a href=\"#method.new\" class=\"anchor\">§</a><h4 class=\"code-header\">fn <a href=\"cosmic/iced/trait.Executor.html#tymethod.new\" class=\"fn\">new</a>() -> <a class=\"enum\" href=\"https://doc.rust-lang.org/nightly/core/result/enum.Result.html\" title=\"enum core::result::Result\">Result</a><Self, <a class=\"struct\" href=\"cosmic/iced/daemon/program/graphics/futures/futures/io/struct.Error.html\" title=\"struct cosmic::iced::daemon::program::graphics::futures::futures::io::Error\">Error</a>></h4></section></summary><div class='docblock'>Creates a new <a href=\"cosmic/iced/trait.Executor.html\" title=\"trait cosmic::iced::Executor\"><code>Executor</code></a>.</div></details><details class=\"toggle method-toggle\" open><summary><section id=\"method.spawn\" class=\"method trait-impl\"><a class=\"src rightside\" href=\"src/cosmic/executor/single.rs.html#25-27\">Source</a><a href=\"#method.spawn\" class=\"anchor\">§</a><h4 class=\"code-header\">fn <a href=\"cosmic/iced/trait.Executor.html#tymethod.spawn\" class=\"fn\">spawn</a>(&self, future: impl <a class=\"trait\" href=\"cosmic/iced/daemon/program/graphics/futures/futures/trait.Future.html\" title=\"trait cosmic::iced::daemon::program::graphics::futures::futures::Future\">Future</a><Output = <a class=\"primitive\" href=\"https://doc.rust-lang.org/nightly/std/primitive.unit.html\">()</a>> + <a class=\"trait\" href=\"https://doc.rust-lang.org/nightly/core/marker/trait.Send.html\" title=\"trait core::marker::Send\">Send</a> + 'static)</h4></section></summary><div class='docblock'>Spawns a future in the <a href=\"cosmic/iced/trait.Executor.html\" title=\"trait cosmic::iced::Executor\"><code>Executor</code></a>.</div></details><details class=\"toggle method-toggle\" open><summary><section id=\"method.enter\" class=\"method trait-impl\"><a class=\"src rightside\" href=\"src/cosmic/executor/single.rs.html#29-32\">Source</a><a href=\"#method.enter\" class=\"anchor\">§</a><h4 class=\"code-header\">fn <a href=\"cosmic/iced/trait.Executor.html#method.enter\" class=\"fn\">enter</a><R>(&self, f: impl <a class=\"trait\" href=\"https://doc.rust-lang.org/nightly/core/ops/function/trait.FnOnce.html\" title=\"trait core::ops::function::FnOnce\">FnOnce</a>() -> R) -> R</h4></section></summary><div class='docblock'>Runs the given closure inside the <a href=\"cosmic/iced/trait.Executor.html\" title=\"trait cosmic::iced::Executor\"><code>Executor</code></a>. <a href=\"cosmic/iced/trait.Executor.html#method.enter\">Read more</a></div></details><details class=\"toggle method-toggle\" open><summary><section id=\"method.block_on\" class=\"method trait-impl\"><a class=\"src rightside\" href=\"src/cosmic/executor/single.rs.html#34-36\">Source</a><a href=\"#method.block_on\" class=\"anchor\">§</a><h4 class=\"code-header\">fn <a href=\"cosmic/iced/trait.Executor.html#tymethod.block_on\" class=\"fn\">block_on</a><T>(&self, future: impl <a class=\"trait\" href=\"cosmic/iced/daemon/program/graphics/futures/futures/trait.Future.html\" title=\"trait cosmic::iced::daemon::program::graphics::futures::futures::Future\">Future</a><Output = T>) -> T</h4></section></summary><div class='docblock'>Runs a future to completion in the current thread within the <a href=\"cosmic/iced/trait.Executor.html\" title=\"trait cosmic::iced::Executor\"><code>Executor</code></a>.</div></details></div></details>","Executor","cosmic::executor::Default"]]]]);
|
||||
if (window.register_type_impls) {
|
||||
window.register_type_impls(type_impls);
|
||||
} else {
|
||||
window.pending_type_impls = type_impls;
|
||||
}
|
||||
})()
|
||||
//{"start":55,"fragment_lengths":[4278]}
|
||||
9
type.impl/cosmic/iced/advanced/widget/struct.Text.js
Normal file
9
type.impl/cosmic/iced/advanced/widget/struct.Text.js
Normal file
File diff suppressed because one or more lines are too long
|
|
@ -0,0 +1,9 @@
|
|||
(function() {
|
||||
var type_impls = Object.fromEntries([["cosmic",[["<details class=\"toggle implementors-toggle\" open><summary><section id=\"impl-Debug-for-IconSurface%3CE%3E\" class=\"impl\"><a href=\"#impl-Debug-for-IconSurface%3CE%3E\" class=\"anchor\">§</a><h3 class=\"code-header\">impl<E> <a class=\"trait\" href=\"cosmic/cctk/sctk/reexports/client/backend/smallvec/alloc/fmt/trait.Debug.html\" title=\"trait cosmic::cctk::sctk::reexports::client::backend::smallvec::alloc::fmt::Debug\">Debug</a> for <a class=\"struct\" href=\"cosmic/iced/daemon/program/graphics/core/clipboard/struct.IconSurface.html\" title=\"struct cosmic::iced::daemon::program::graphics::core::clipboard::IconSurface\">IconSurface</a><E><div class=\"where\">where\n E: <a class=\"trait\" href=\"cosmic/cctk/sctk/reexports/client/backend/smallvec/alloc/fmt/trait.Debug.html\" title=\"trait cosmic::cctk::sctk::reexports::client::backend::smallvec::alloc::fmt::Debug\">Debug</a>,</div></h3></section></summary><div class=\"impl-items\"><details class=\"toggle method-toggle\" open><summary><section id=\"method.fmt\" class=\"method trait-impl\"><a href=\"#method.fmt\" class=\"anchor\">§</a><h4 class=\"code-header\">fn <a href=\"cosmic/cctk/sctk/reexports/client/backend/smallvec/alloc/fmt/trait.Debug.html#tymethod.fmt\" class=\"fn\">fmt</a>(&self, f: &mut <a class=\"struct\" href=\"cosmic/cctk/sctk/reexports/client/backend/smallvec/alloc/fmt/struct.Formatter.html\" title=\"struct cosmic::cctk::sctk::reexports::client::backend::smallvec::alloc::fmt::Formatter\">Formatter</a><'_>) -> <a class=\"enum\" href=\"https://doc.rust-lang.org/nightly/core/result/enum.Result.html\" title=\"enum core::result::Result\">Result</a><<a class=\"primitive\" href=\"https://doc.rust-lang.org/nightly/std/primitive.unit.html\">()</a>, <a class=\"struct\" href=\"cosmic/cctk/sctk/reexports/client/backend/smallvec/alloc/fmt/struct.Error.html\" title=\"struct cosmic::cctk::sctk::reexports::client::backend::smallvec::alloc::fmt::Error\">Error</a>></h4></section></summary><div class='docblock'>Formats the value using the given formatter. <a href=\"cosmic/cctk/sctk/reexports/client/backend/smallvec/alloc/fmt/trait.Debug.html#tymethod.fmt\">Read more</a></div></details></div></details>","Debug","cosmic::iced::daemon::program::graphics::core::clipboard::DynIconSurface"],["<details class=\"toggle implementors-toggle\" open><summary><section id=\"impl-IconSurface%3CBox%3Cdyn+Any%3E%3E\" class=\"impl\"><a href=\"#impl-IconSurface%3CBox%3Cdyn+Any%3E%3E\" class=\"anchor\">§</a><h3 class=\"code-header\">impl <a class=\"struct\" href=\"cosmic/iced/daemon/program/graphics/core/clipboard/struct.IconSurface.html\" title=\"struct cosmic::iced::daemon::program::graphics::core::clipboard::IconSurface\">IconSurface</a><<a class=\"struct\" href=\"cosmic/cctk/sctk/reexports/client/backend/smallvec/alloc/boxed/struct.Box.html\" title=\"struct cosmic::cctk::sctk::reexports::client::backend::smallvec::alloc::boxed::Box\">Box</a><dyn <a class=\"trait\" href=\"https://doc.rust-lang.org/nightly/core/any/trait.Any.html\" title=\"trait core::any::Any\">Any</a>>></h3></section></summary><div class=\"impl-items\"><details class=\"toggle method-toggle\" open><summary><section id=\"method.downcast\" class=\"method\"><h4 class=\"code-header\">pub fn <a href=\"cosmic/iced/daemon/program/graphics/core/clipboard/struct.IconSurface.html#tymethod.downcast\" class=\"fn\">downcast</a><T, R>(self) -> <a class=\"struct\" href=\"cosmic/iced/daemon/program/graphics/core/clipboard/struct.IconSurface.html\" title=\"struct cosmic::iced::daemon::program::graphics::core::clipboard::IconSurface\">IconSurface</a><<a class=\"struct\" href=\"cosmic/iced/daemon/program/graphics/core/struct.Element.html\" title=\"struct cosmic::iced::daemon::program::graphics::core::Element\">Element</a><'static, <a class=\"primitive\" href=\"https://doc.rust-lang.org/nightly/std/primitive.unit.html\">()</a>, T, R>><div class=\"where\">where\n T: 'static,\n R: 'static,</div></h4></section></summary><div class=\"docblock\"><p>Downcast <code>element</code> to concrete type <code>Element<(), T, R></code></p>\n<p>Panics if type doesn’t match</p>\n</div></details></div></details>",0,"cosmic::iced::daemon::program::graphics::core::clipboard::DynIconSurface"]]]]);
|
||||
if (window.register_type_impls) {
|
||||
window.register_type_impls(type_impls);
|
||||
} else {
|
||||
window.pending_type_impls = type_impls;
|
||||
}
|
||||
})()
|
||||
//{"start":55,"fragment_lengths":[4328]}
|
||||
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
9
type.impl/cosmic/iced/enum.Never.js
Normal file
9
type.impl/cosmic/iced/enum.Never.js
Normal file
File diff suppressed because one or more lines are too long
9
type.impl/cosmic/iced/type.Element.js
Normal file
9
type.impl/cosmic/iced/type.Element.js
Normal file
File diff suppressed because one or more lines are too long
9
type.impl/cosmic/iced/type.Renderer.js
Normal file
9
type.impl/cosmic/iced/type.Renderer.js
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
(function() {
|
||||
var type_impls = Object.fromEntries([["cosmic",[]]]);
|
||||
if (window.register_type_impls) {
|
||||
window.register_type_impls(type_impls);
|
||||
} else {
|
||||
window.pending_type_impls = type_impls;
|
||||
}
|
||||
})()
|
||||
//{"start":55,"fragment_lengths":[13]}
|
||||
9
type.impl/cosmic/iced/widget/struct.Tooltip.js
Normal file
9
type.impl/cosmic/iced/widget/struct.Tooltip.js
Normal file
File diff suppressed because one or more lines are too long
9
type.impl/cosmic/struct.Task.js
Normal file
9
type.impl/cosmic/struct.Task.js
Normal file
File diff suppressed because one or more lines are too long
9
type.impl/cosmic/widget/button/struct.Builder.js
Normal file
9
type.impl/cosmic/widget/button/struct.Builder.js
Normal file
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
9
type.impl/cosmic/widget/segmented_button/struct.Model.js
Normal file
9
type.impl/cosmic/widget/segmented_button/struct.Model.js
Normal file
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
|
@ -0,0 +1,9 @@
|
|||
(function() {
|
||||
var type_impls = Object.fromEntries([["cosmic",[]]]);
|
||||
if (window.register_type_impls) {
|
||||
window.register_type_impls(type_impls);
|
||||
} else {
|
||||
window.pending_type_impls = type_impls;
|
||||
}
|
||||
})()
|
||||
//{"start":55,"fragment_lengths":[13]}
|
||||
9
type.impl/cosmic/widget/table/model/struct.Model.js
Normal file
9
type.impl/cosmic/widget/table/model/struct.Model.js
Normal file
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
Loading…
Add table
Add a link
Reference in a new issue