Home
last modified time | relevance | path

Searched +refs:cascade +refs:follow +refs:cascade (Results 1 – 25 of 1836) sorted by relevance

12345678910>>...74

/dports/cad/cascade-compiler/cascade-f4f7ae8bd1dd379790c0e58c286df90b8d1cdcde/
H A DCONTRIBUTING.md1 # Contributing to cascade
3 The cascade project team welcomes contributions from the community. Before you start working with c…
18 git remote add upstream https://github.com/vmware/cascade.git
63 We follow the conventions on [How to Write a Git Commit Message](http://chris.beams.io/posts/git-co…
71 When opening a new issue, try to roughly follow the commit message format conventions above.
H A DREADME.md77 $ cd cascade
91 $ cascade
183 #include <cascade.h>
191 Cascade cascade;
213 cascade.run();
224 cascade.run();
236 cascade << endl;
254 cascade.run();
262 cascade.run();
390 $ cd cascade
[all …]
/dports/databases/py-sqlalchemy12/SQLAlchemy-1.2.19/doc/build/orm/
H A Dcascades.rst6 Mappers support the concept of configurable :term:`cascade` behavior on
11 affected by the :paramref:`.relationship.cascade` option.
13 The default behavior of cascade is limited to cascades of the
15 The typical "alternative" setting for cascade is to add
21 :paramref:`~.relationship.cascade` option on
46 to "cascade" in a few places such as in
57 object should follow along with its parent in all cases, and be deleted once
135 with ``delete`` cascade configured::
193 .. topic:: ORM-level "delete" cascade vs. FOREIGN KEY level "ON DELETE" cascade
284 ``delete-orphan`` cascade adds behavior to the ``delete`` cascade,
[all …]
/dports/databases/py-sqlalchemy11/SQLAlchemy-1.1.18/doc/build/orm/
H A Dcascades.rst6 Mappers support the concept of configurable :term:`cascade` behavior on
11 affected by the :paramref:`.relationship.cascade` option.
13 The default behavior of cascade is limited to cascades of the
15 The typical "alternative" setting for cascade is to add
21 :paramref:`~.relationship.cascade` option on
46 to "cascade" in a few places such as in
57 object should follow along with its parent in all cases, and be deleted once
135 with ``delete`` cascade configured::
193 .. topic:: ORM-level "delete" cascade vs. FOREIGN KEY level "ON DELETE" cascade
284 ``delete-orphan`` cascade adds behavior to the ``delete`` cascade,
[all …]
/dports/databases/py-sqlalchemy10/SQLAlchemy-1.0.14/doc/build/orm/
H A Dcascades.rst6 Mappers support the concept of configurable :term:`cascade` behavior on
11 affected by the :paramref:`.relationship.cascade` option.
13 The default behavior of cascade is limited to cascades of the
15 The typical "alternative" setting for cascade is to add
21 :paramref:`~.relationship.cascade` option on
46 to "cascade" in a few places such as in
57 object should follow along with its parent in all cases, and be deleted once
135 with ``delete`` cascade configured::
193 .. topic:: ORM-level "delete" cascade vs. FOREIGN KEY level "ON DELETE" cascade
284 ``delete-orphan`` cascade adds behavior to the ``delete`` cascade,
[all …]
/dports/www/kohana/kohana-v3.3.6/system/guide/kohana/
H A Dfiles.md3 The Kohana filesystem is a hierarchy of similar directory structures that cascade. The hierarchy in…
24 …hana/Cookie.php` because that file does not exist anywhere higher in the cascade. This is an exam…
28 … in mind that [config files are merged](files/config#merge) rather than overwritten by the cascade.
35 …trollers), [models](mvc/models), and all other classes. All classes must follow the [class naming …
38 …Kohana::$config]. Config files are merged rather than overwritten by the cascade. See [config file…
41 …ng] set to "es-es". I18n files are merged rather than overwritten by the cascade. See [I18n files]…
44 …by a single key. Message files are merged rather than overwritten by the cascade. See [message fil…
73 …r, either in application or in a module. Because these libraries do not follow Kohana's file nami…
/dports/databases/py-sqlalchemy13/SQLAlchemy-1.3.24/doc/build/orm/
H A Dcascades.rst15 The typical "alternative" setting for cascade is to add
21 :paramref:`_orm.relationship.cascade` option on
46 to "cascade" in a few places such as in
57 object should follow along with its parent in all cases, and be deleted once
134 with ``delete`` cascade configured::
234 cascade="all, delete"
305 cascade="all, delete",
463 cascade="all, delete",
503 ``delete-orphan`` cascade adds behavior to the ``delete`` cascade,
525 cascade.
[all …]
/dports/databases/py-sqlalchemy14/SQLAlchemy-1.4.27/doc/build/orm/
H A Dcascades.rst15 The typical "alternative" setting for cascade is to add
21 :paramref:`_orm.relationship.cascade` option on
46 to "cascade" in a few places such as in
57 object should follow along with its parent in all cases, and be deleted once
141 with ``delete`` cascade configured::
241 cascade="all, delete"
312 cascade="all, delete",
470 cascade="all, delete",
510 ``delete-orphan`` cascade adds behavior to the ``delete`` cascade,
532 cascade.
[all …]
/dports/cad/cascade-compiler/cascade-f4f7ae8bd1dd379790c0e58c286df90b8d1cdcde/src/cascade/verilog/transform/
H A Dde_alias.h39 namespace cascade {
71 void follow(Row& row);
H A Dde_alias.cc42 namespace cascade { namespace
74 follow(a.second); in AliasTable()
176 void DeAlias::AliasTable::follow(Row& row) { in follow() function in cascade::DeAlias::AliasTable
195 follow(itr->second); in follow()
/dports/devel/cook/cook-2.30/etc/
H A DCHANGES.2.310 11 completed cascade-ingredients-for
12 13 completed cascade-for documentation
13 14 completed add cascade flag/option
14 15 completed use cascade-for
93 cascade-ingredients-for
171 new cascade-for cook rule.
224 cascade-for documentation
310 add cascade flag/option
371 use cascade-for
957 better cascade use detection
[all …]
/dports/devel/libruin/libruin-0.2.0/src/
H A DChangeLog94 * css.c: Return copies of values from the cascade in order to prevent
131 cascade lookup.
133 CSS lookups should follow the chain of inheritance, not the parent node
157 front of the cascade. Style cache clearing needs to be recursive down
161 This is a temporary solution to some cascade precendence problems
164 event cascade has completed; at the moment, the only source of events
/dports/databases/py-mongoengine/mongoengine-0.20.0/docs/
H A Dupgrade.rst86 The 0.8.7 package on pypi was corrupted. If upgrading from 0.8.7 to 0.9.0 please follow: ::
303 To improve performance document saves will no longer automatically cascade.
305 you will have to explicitly tell it to cascade on save::
309 meta = {'cascade': True}
312 my_document.save(cascade=True)
448 Saves will raise a `FutureWarning` if they cascade and cascade hasn't been set
455 meta = {'cascade': True}
458 my_document.save(cascade=True)
461 Remember: cascading saves **do not** cascade through lists.
/dports/science/qmcpack/qmcpack-3.11.0/nexus/sphinx_docs/
H A Dexamples.rst51 optimization and VMC+DMC follow on the system with open boundary
243 cascade 0 checking in # only one workflow/cascade
246 cascade status
642 cascade 0 checking in
1032 cascade 0 checking in
1354 loading cascade images
1355 cascade 0 checking in
1358 cascade status
1392 loading cascade images
1393 cascade 0 checking in
[all …]
/dports/net/freerdp/freerdp-2.5.0/client/Android/Studio/aFreeRDP/src/main/assets/
H A Dhelp.css63 …ist items (LI, DT, DD) they contain. Remember that what you do here will cascade to the .nav list …
69 …eir containing div. The remaining bottom margin will hold it away from any elements that follow. */
/dports/science/qmcpack/qmcpack-3.11.0/docs/
H A Dlab_qmc_basics.rst672 Does it follow the rule of thumb for sensible DMC (acceptance ratio
1034 loading cascade images
1035 cascade 0 checking in
1037 cascade 4 checking in
1039 cascade 7 checking in
1043 cascade status
1071 loading cascade images
1072 cascade 0 checking in
1074 cascade 4 checking in
1076 cascade 7 checking in
[all …]
/dports/devel/allegro/allegro-4.4.3.1/docs/src/
H A Dmakedoc._tx47 and make them point to the correct files. Thanks to cascade style sheets
124 The HTML output also uses cascade style sheets to specify the outlook of
130 link at the bottom of each chapter. If you follow a hyperlink you can end
/dports/devel/p5-Config-GitLike/Config-GitLike-1.18/
H A DChanges31 - Reformat Changes file to follow CPAN::Changes::Spec; no functional
78 Config::GitLike as a "cascade" option, and the subpackage is now
/dports/games/pushover/pushover-0.0.5/po/
H A Dfr.po9 # send me an e-mail to let me know I must not continue to follow
790 msgstr "Démarrez la cascade au milieu !"
921 msgstr "Démarrez la cascade avec une chute et poussez les autres !"
1017 "Vous devez bouger un Retardateur et un Pont après que la cascade a démarré !"
1060 "Poussez un Flottant pour démarrer la cascade ! Soyez prudent avec les "
1109 msgstr "Démarrez la cascade et voyez ce qui arrive !"
1213 "Démarrez la cascade et laissez tomber les autres ! Cela va vous occuper !"
1221 msgstr "Démarrez la cascade et piégez le Roulant pour terminer le puzzle !"
1267 msgstr "Mettez les Flottants en place ! Démarrez une cascade avec une chute !"
1284 "Vous devez créer une cascade de Roulants qui peuvent tomber hors de la plate-"
/dports/databases/py-sqlalchemy14/SQLAlchemy-1.4.27/doc/build/
H A Derrors.rst177 Object is being merged into a Session along the backref cascade
180 This message refers to the "backref cascade" behavior of SQLAlchemy,
196 Alternatively, the entire "cascade backrefs" behavior can be turned off
202 :ref:`backref_cascade` - complete description of the cascade backrefs
343 implicit decisionmaking that is difficult to anticipate and follow,
1149 cascade setting on the one-to-many side, which looks like::
1196 cascade="all, delete-orphan",
1250 on one side, that side can use the "delete-orphan" cascade, however this is
1255 Overall, "delete-orphan" cascade is usually applied
1300 cascade="all, delete-orphan",
[all …]
/dports/lang/spidermonkey78/firefox-78.9.0/build/valgrind/
H A Dx86_64-pc-linux-gnu.sup357 # by 0x11CFCE33: style::properties::cascade (properties.rs:135672)
558 # by 0x107E95B4: style::properties::cascade::Cascade::apply_properties+580 (cascade.rs:463)
559 # by 0x107E82D8: style::properties::cascade::cascade_rules+2440 (cascade.rs:303)
560 …resolver::StyleResolverForElement<'a, 'ctx, 'le, E>>::cascade_style_and_visited+310 (cascade.rs:93)
627 # There now follow some suppressions to do with libpixman. There are two
/dports/www/firefox/firefox-99.0/build/valgrind/
H A Dx86_64-pc-linux-gnu.sup396 # by 0x11CFCE33: style::properties::cascade (properties.rs:135672)
476 # by 0x107E95B4: style::properties::cascade::Cascade::apply_properties+580 (cascade.rs:463)
477 # by 0x107E82D8: style::properties::cascade::cascade_rules+2440 (cascade.rs:303)
478 …resolver::StyleResolverForElement<'a, 'ctx, 'le, E>>::cascade_style_and_visited+310 (cascade.rs:93)
545 # There now follow some suppressions to do with libpixman. There are two
/dports/devel/tcllib/tcllib-1.20/examples/ftp/
H A Dhpupdate.tcl67 .menu add cascade -label "File" -menu .menu.file -underline 0
80 .menu add cascade -label "View" -menu .menu.view -underline 0
84 .menu add cascade -label "Options" -menu .menu.options -underline 0
88 .menu add cascade -label "Help" -menu .menu.help -underline 0
998 and follow the installation instructions.
1001 install it. Get it from my homepage and follow the
/dports/devel/tcllibc/tcllib-1.20/examples/ftp/
H A Dhpupdate.tcl67 .menu add cascade -label "File" -menu .menu.file -underline 0
80 .menu add cascade -label "View" -menu .menu.view -underline 0
84 .menu add cascade -label "Options" -menu .menu.options -underline 0
88 .menu add cascade -label "Help" -menu .menu.help -underline 0
998 and follow the installation instructions.
1001 install it. Get it from my homepage and follow the
/dports/www/firefox-esr/firefox-91.8.0/build/valgrind/
H A Dx86_64-pc-linux-gnu.sup396 # by 0x11CFCE33: style::properties::cascade (properties.rs:135672)
597 # by 0x107E95B4: style::properties::cascade::Cascade::apply_properties+580 (cascade.rs:463)
598 # by 0x107E82D8: style::properties::cascade::cascade_rules+2440 (cascade.rs:303)
599 …resolver::StyleResolverForElement<'a, 'ctx, 'le, E>>::cascade_style_and_visited+310 (cascade.rs:93)
666 # There now follow some suppressions to do with libpixman. There are two

12345678910>>...74