Home
last modified time | relevance | path

Searched refs:LiveFragment (Results 1 – 12 of 12) sorted by relevance

/dports/www/py-nevow/Nevow-0.14.0/nevow/test/
H A Dlivetest_athena.py273 class ChildFragment(athena.LiveFragment):
414 class DynamicFragment(athena.LiveFragment):
441 class DynamicFragment(athena.LiveFragment):
488 class NonXHTMLFragment(athena.LiveFragment):
516 class DynamicFragment(athena.LiveFragment):
H A Dtest_json.py216 class AnyLiveFragment(athena.LiveFragment):
H A Dtest_athena.py767 class TestFragment(athena.LiveFragment):
1523 elementFactory = athena.LiveFragment
/dports/www/py-nevow/Nevow-0.14.0/examples/athenademo/
H A Dbenchmark.py33 class InitializationBenchmark(athena.LiveFragment):
H A Dwidgets.py9 class Clock(athena.LiveFragment):
H A Dtypeahead.py21 class TypeAheadFieldFragment(athena.LiveFragment):
/dports/www/py-nevow/Nevow-0.14.0/nevow/taglibrary/
H A DtabbedPane.py26 class TabbedPaneFragment(athena.LiveFragment):
/dports/www/py-nevow/Nevow-0.14.0/nevow/livetrial/
H A Drunner.py7 class TestSuiteFragment(athena.LiveFragment):
H A Dtestcase.py8 class TestCase(athena.LiveFragment, unittest.TestCase):
/dports/www/py-nevow/Nevow-0.14.0/nevow/
H A Djson.py293 elif isinstance(obj, (athena.LiveFragment, athena.LiveElement)):
H A Dathena.py1868 class LiveFragment(_LiveMixin, rend.Fragment): class
1876 super(LiveFragment, self).__init__(*a, **kw)
1995 class IntrospectionFragment(LiveFragment):
/dports/www/py-nevow/Nevow-0.14.0/
H A DChangeLog105 LiveFragment instances to a page after the initial render pass.
165 communicate with corresponding LiveFragment instances on the server.
167 * nevow/athena.py: Added a callRemote method to LiveFragment - this
199 * nevow/athena.py: Added LiveFragment - base class for Fragments