Home
last modified time | relevance | path

Searched refs:Slide (Results 1 – 25 of 3403) sorted by relevance

12345678910>>...137

/dports/databases/py-sqlobject/SQLObject-1.6.0/docs/europython/
H A Deuropython_sqlobj.py8 Slide("What is SQLObject?",
13 Slide("Why Do I Care?",
26 Slide("A Simple Example",
42 Slide("Declaring the Class",
65 Slide("More on Column Syntax",
79 Slide("Special Class Attributes",
86 Slide("Using SQLObject classes",
161 Slide("Selects using AND",
215 Slide("Summing Up",
220 Slide("Resources",
[all …]
/dports/x11/kf5-kwayland/kwayland-5.89.0/src/client/
H A Dslide.cpp82 Slide *s = new Slide(parent); in createSlide()
96 class Slide::Private
104 Slide::Slide(QObject *parent) in Slide() function in KWayland::Client::Slide
110 Slide::~Slide() in ~Slide()
122 void Slide::release() in release()
127 void Slide::destroy() in destroy()
132 Slide::operator org_kde_kwin_slide *() in operator org_kde_kwin_slide*()
142 bool Slide::isValid() const in isValid()
147 void Slide::commit() in commit()
153 void Slide::setLocation(Slide::Location location) in setLocation()
[all …]
H A Dslide.h21 class Slide; variable
108 Slide *createSlide(Surface *surface, QObject *parent = nullptr);
132 class KWAYLANDCLIENT_EXPORT Slide : public QObject
143 ~Slide() override;
187 void setLocation(Slide::Location location);
200 explicit Slide(QObject *parent = nullptr);
/dports/databases/couchdb3/apache-couchdb-3.2.1/src/folsom/test/
H A Dfolsom_sample_slide_test.erl57 ?assert(is_pid(Slide#slide.server)),
58 ?assertEqual(?WINDOW, Slide#slide.window),
59 ?assertEqual(0, ets:info(Slide#slide.reservoir, size)).
66 ok = folsom_sample_slide_server:stop(Slide#slide.server),
77 check_table(Slide, Moments),
90 ?assertEqual([], folsom_sample_slide:get_values(Slide)),
94 check_table(Slide, []),
112 check_table(Slide, Moments),
160 check_table(Slide, Moments),
169 NewSlide = folsom_sample_slide:resize(Slide, ?WINDOW),
[all …]
/dports/devel/erlang-folsom/folsom-0.8.3/test/
H A Dfolsom_sample_slide_test.erl59 ?assert(is_pid(Slide#slide.server)),
60 ?assertEqual(?WINDOW, Slide#slide.window),
61 ?assertEqual(0, ets:info(Slide#slide.reservoir, size)).
68 ok = folsom_sample_slide_server:stop(Slide#slide.server),
79 check_table(Slide, Moments),
96 check_table(Slide, []),
114 check_table(Slide, Moments),
162 check_table(Slide, Moments),
171 NewSlide = folsom_sample_slide:resize(Slide, ?WINDOW),
203 check_table(Slide, Moments) ->
[all …]
/dports/graphics/wrapland/wrapland-6a083c7bc9b37c5f756155e258b1fff4d24cea2a/src/client/
H A Dslide.cpp92 Slide* s = new Slide(parent); in createSlide()
106 class Slide::Private
114 Slide::Slide(QObject* parent) in Slide() function in Wrapland::Client::Slide
120 Slide::~Slide() in ~Slide()
132 void Slide::release() in release()
137 Slide::operator org_kde_kwin_slide*() in operator org_kde_kwin_slide*()
142 Slide::operator org_kde_kwin_slide*() const in operator org_kde_kwin_slide*()
147 bool Slide::isValid() const in isValid()
152 void Slide::commit() in commit()
158 void Slide::setLocation(Slide::Location location) in setLocation()
[all …]
H A Dslide.h38 class Slide; variable
110 Slide* createSlide(Surface* surface, QObject* parent = nullptr);
134 class WRAPLANDCLIENT_EXPORT Slide : public QObject
145 virtual ~Slide();
171 void setLocation(Slide::Location location);
184 explicit Slide(QObject* parent = nullptr);
/dports/graphics/wrapland/wrapland-6a083c7bc9b37c5f756155e258b1fff4d24cea2a/server/
H A Dslide.cpp53 auto slide = new Slide(bind->client()->handle(), bind->version(), id); in createCallback()
60 surface->d_ptr->setSlide(QPointer<Slide>(slide)); in createCallback()
67 surface->d_ptr->setSlide(QPointer<Slide>()); in unsetCallback()
78 const struct org_kde_kwin_slide_interface Slide::Private::s_interface = {
85 Slide::Private::Private(Client* client, uint32_t version, uint32_t id, Slide* qptr) in Private()
86 : Wayland::Resource<Slide>(client, in Private()
107 priv->pendingLocation = static_cast<Slide::Location>(location); in setLocationCallback()
110 void Slide::Private::setOffsetCallback([[maybe_unused]] wl_client* wlClient, in setOffsetCallback()
118 Slide::Slide(Client* client, uint32_t version, uint32_t id) in Slide() function in Wrapland::Server::Slide
123 Slide::Location Slide::location() const in location()
[all …]
H A Dslide_p.h50 class Slide::Private : public Wayland::Resource<Slide>
53 Private(Client* client, uint32_t version, uint32_t id, Slide* qptr);
55 Slide::Location pendingLocation;
56 Slide::Location currentLocation;
/dports/net/rabbitmq/rabbitmq-server-3.9.11/deps/rabbitmq_management_agent/src/
H A Dexometer_slide.erl137 reset(Slide) ->
146 add_element(_TS, _Evt, Slide) when Slide#slide.size == 0 ->
147 Slide;
152 Slide#slide{total = Total};
155 Slide#slide{total = Evt};
259 optimize(#slide{buf2 = []} = Slide) ->
260 Slide;
263 Slide#slide{buf1 = Buf1,
265 optimize(Slide) -> Slide.
279 to_list(Now, Start, Slide) ->
[all …]
H A Drabbit_mgmt_data_compat.erl16 fill_get_empty_queue_metric(Slide) ->
27 end, Slide).
29 drop_get_empty_queue_metric(Slide) ->
42 end, Slide).
44 fill_drop_unroutable_metric(Slide) ->
55 end, Slide).
57 drop_drop_unroutable_metric(Slide) ->
69 end, Slide).
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/skia/modules/canvaskit/
H A Dviewer_bindings.cpp22 static sk_sp<Slide> MakeSlide(std::string name) { in MakeSlide()
34 static sk_sp<Slide> MakeSkpSlide(std::string name, std::string skpData) { in MakeSkpSlide()
40 static sk_sp<Slide> MakeSvgSlide(std::string name, std::string svgText) { in MakeSvgSlide()
50 class_<Slide>("Slide") in EMSCRIPTEN_BINDINGS()
51 .smart_ptr<sk_sp<Slide>>("sk_sp<Slide>") in EMSCRIPTEN_BINDINGS()
52 .function("load", &Slide::load) in EMSCRIPTEN_BINDINGS()
53 .function("animate", &Slide::animate) in EMSCRIPTEN_BINDINGS()
54 .function("draw", optional_override([](Slide& self, SkCanvas& canvas) { in EMSCRIPTEN_BINDINGS()
57 .function("onChar", &Slide::onChar) in EMSCRIPTEN_BINDINGS()
58 .function("onMouse", &Slide::onMouse); in EMSCRIPTEN_BINDINGS()
/dports/editors/libreoffice/libreoffice-7.2.6.2/slideshow/source/engine/opengl/
H A DTransitionImpl.cxx668 Primitive Slide; in makeOutsideCubeFaceToLeft() local
689 Primitive Slide; in makeInsideCubeFaceToLeft() local
710 Primitive Slide; in makeFallLeaving() local
730 Primitive Slide; in makeTurnAround() local
759 Primitive Slide; in makeTurnDown() local
780 Primitive Slide; in makeIris() local
892 Primitive Slide; in makeRochade() local
1336 Primitive Slide; in makeFadeSmoothly() local
1389 Primitive Slide; in makeFadeThroughColor() local
1544 Primitive Slide; in makeStatic() local
[all …]
/dports/editors/libreoffice6/libreoffice-6.4.7.2/slideshow/source/engine/opengl/
H A DTransitionImpl.cxx669 Primitive Slide; in makeOutsideCubeFaceToLeft() local
690 Primitive Slide; in makeInsideCubeFaceToLeft() local
711 Primitive Slide; in makeFallLeaving() local
731 Primitive Slide; in makeTurnAround() local
760 Primitive Slide; in makeTurnDown() local
781 Primitive Slide; in makeIris() local
893 Primitive Slide; in makeRochade() local
1337 Primitive Slide; in makeFadeSmoothly() local
1387 Primitive Slide; in makeFadeThroughBlack() local
1547 Primitive Slide; in makeStatic() local
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/skia/modules/canvaskit/
H A Dviewer_bindings.cpp17 function("MakeSlide", optional_override([](std::string name)->sk_sp<Slide> { in EMSCRIPTEN_BINDINGS()
24 class_<Slide>("Slide") in EMSCRIPTEN_BINDINGS()
25 .smart_ptr<sk_sp<Slide>>("sk_sp<Slide>") in EMSCRIPTEN_BINDINGS()
26 .function("load", &Slide::load) in EMSCRIPTEN_BINDINGS()
27 .function("animate", &Slide::animate) in EMSCRIPTEN_BINDINGS()
28 .function("draw", optional_override([](Slide& self, SkCanvas& canvas) { in EMSCRIPTEN_BINDINGS()
/dports/cad/alliance/alliance/src/xsch/src/
H A DXMF_file.c207 xschslide_list *Slide; local
209 Slide = (xschslide_list *)autallocheap( sizeof( xschslide_list ) );
213 XSCH_HEAD_SLIDE = Slide;
214 XSCH_LAST_SLIDE = Slide;
218 XSCH_LAST_SLIDE->NEXT = Slide;
219 Slide->PREV = XSCH_LAST_SLIDE;
221 XSCH_LAST_SLIDE = Slide;
224 Slide->NAME = mbkstrdup( FileName );
/dports/devel/RStudio/rstudio-2021.09.1-372/src/cpp/session/modules/presentation/
H A DSlideParser.cpp125 bool Slide::showTitle() const in showTitle()
132 std::vector<Command> Slide::commands() const in commands()
135 for (const Slide::Field& field : fields_) in commands()
143 std::vector<AtCommand> Slide::atCommands() const in atCommands()
181 std::vector<std::string> Slide::fields() const in fields()
221 bool insertField(std::vector<Slide::Field>* pFields, const Slide::Field& field) in insertField()
233 std::string Slide::transition() const in transition()
241 std::string Slide::rtl() const in rtl()
250 bool Slide::autosize() const in autosize()
462 std::vector<Slide::Field> slideFields; in readSlides()
[all …]
/dports/audio/audacity/audacity-Audacity-3.1.3/lib-src/libsbsms/src/
H A Dslide.cpp359 Slide :: Slide(SlideType slideType, float rate0, float rate1, const SampleCountType &n) in Slide() function in _sbsms_::Slide
380 Slide :: ~Slide() in ~Slide()
385 float Slide :: getTotalStretch() in getTotalStretch()
390 float Slide :: getRate(float t) in getRate()
396 float Slide :: getStretch(float t) in getStretch()
402 float Slide :: getStretchedTime(float t) in getStretchedTime()
418 float Slide :: getRate() in getRate()
423 float Slide :: getStretch() in getStretch()
428 void Slide :: step() in step()
450 Slide *stretchSlide;
[all …]
/dports/editors/calligra/calligra-3.2.1/devtools/slidecompare/
H A Ddirslideloader.h33 class Slide {
42 Slide() :version(0) {} in Slide() function
43 Slide(const Slide& s) { version = 0; *this = s; } in Slide() function
44 explicit Slide(const QString& p) { in Slide() function
49 bool operator==(const Slide& slide) const {
53 bool operator!=(const Slide& slide) const {
56 void operator=(const Slide& slide) {
93 QVector<Slide> slides;
115 QVector<Slide> newslides; in slotUpdateSlides()
/dports/x11-toolkits/qt5-quick3d/kde-qtquick3d-5.15.2p19/src/plugins/assetimporters/uip/
H A Denummaps.cpp85 { Slide::StopAtEnd, "Stop at end" },
86 { Slide::Looping, "Looping" },
87 { Slide::PingPong, "PingPong" },
88 { Slide::Ping, "Ping" },
89 { Slide::PlayThroughTo, "Play Through To..." },
93 EnumNameMap *EnumParseMap<Slide::PlayMode>::get() in get()
99 { Slide::Play, "Play" },
100 { Slide::Pause, "Pause" },
110 { Slide::Next, "Next" },
111 { Slide::Previous, "Previous" },
[all …]
/dports/multimedia/dvdstyler/DVDStyler-3.1/src/
H A DSlideshow.h19 class Slide {
21 Slide() {} in Slide() function
22 Slide(const wxString& filename): m_filename(filename) {} in Slide() function
23 Slide(wxSvgXmlNode* node) { PutXML(node); } in Slide() function
61 inline Slide* GetSlide(unsigned int idx) { return m_slides[idx]; } in GetSlide()
62 inline void AddSlide(Slide* slide) { m_slides.push_back(slide); } in AddSlide()
81 vector<Slide*> m_slides;
/dports/cad/alliance/alliance/src/xvpn/src/
H A DXMF_file.c277 xvpnslide_list *Slide; local
279 Slide = (xvpnslide_list *)autallocheap( sizeof( xvpnslide_list ) );
283 XVPN_HEAD_SLIDE = Slide;
284 XVPN_LAST_SLIDE = Slide;
288 XVPN_LAST_SLIDE->NEXT = Slide;
289 Slide->PREV = XVPN_LAST_SLIDE;
291 XVPN_LAST_SLIDE = Slide;
294 Slide->NAME = mbkstrdup( FileName );
/dports/multimedia/obs-studio/obs-studio-27.1.3/plugins/image-source/data/locale/
H A Den-US.ini6 SlideShow="Image Slide Show"
18 SlideShow.Transition.Slide="Slide" key
23 SlideShow.SlideMode="Slide Mode"
29 SlideShow.NextSlide="Next Slide"
30 SlideShow.PreviousSlide="Previous Slide"
H A Did-ID.ini5 SlideShow="Slide Show Gambar"
7 SlideShow.SlideTime="Durasi Antar Slide (mili detik)"
17 SlideShow.Transition.Slide="Geser" key
22 SlideShow.SlideMode="Mode Slide"
28 SlideShow.NextSlide="Slide Berikutnya"
29 SlideShow.PreviousSlide="Slide Sebelumnya"
/dports/print/lyx/lyx-2.3.4.2/lib/layouts/
H A Dseminar.layout27 LabelString "Landscape Slide"
42 LabelString "Portrait Slide"
74 LabelString "Slide Contents"
101 LabelString "Landscape Slide:"
111 Style Slide
118 LabelString "Portrait Slide:"
120 Style Slide*
148 LabelString "[Slide Contents]"

12345678910>>...137