Factbites
 Where results make sense
About us   |   Why use us?   |   Reviews   |   PR   |   Contact us  

Topic: Rundata


In the News (Wed 15 Feb 12)

  
  Jelling stones - Wikipedia, the free encyclopedia
The stones lie in a Jelling churchyard between two large mounds.
The older and smaller of the runestones reads: "King Gormr made this monument in memory of Thyrvé, his wife, Denmark's salvation." (Rundata, DR 41) The Old Norse inscription in Younger Futhark runes appears as follows:
The larger of the two runestones reads: "King Haraldr ordered this monument made in memory of Gormr, his father, and in memory of Thyrvé, his mother; that Haraldr who won for himself all of Denmark and Norway and made the Danes Christian." (Rundata, DR 42)
en.wikipedia.org /wiki/Jelling_stones   (300 words)

  
 Koders - TutorialCafeAction.java
* @param rundata The turbine rundata context for this request.
* * @param rundata The turbine rundata context for this request.
error("error in deleting cafe: " + e); rundata.
www.koders.com /java/fid6C8C8A893F0F935970FF1B532F28784FA6BD31B4.aspx?s=cafe   (552 words)

  
 [No title]
The table, also called RUNDATA, has a key of RTNNAME; all other fields are extension variables; that is: they are potentially unique for each row.
RUNDATA is meant to be used by other REXX code exclusively.
CLIST calls are not supported due to the fact that data transfer is via the stack.
web.tampabay.rr.com /mvsrexx/REXX/rundata.txt   (968 words)

  
 The Bynames of the Viking Age Runic Inscriptions
I've extracted all the non-patronymic bynames of inscriptions dated to the Viking Age, their English translations, the dating of the inscription and the inscription's signum in the edition of Rundata from February 24, 1998, in the table in this article.
Rundata's English translations show the nominative forms of names.
Rundata's notation for damaged or uninterpretable parts of inscriptions carry over to the list.
www.s-gabriel.org /names/lindorm/runicbynames   (792 words)

  
 Turbine Development Kit - Use mock objects for RunData and Context
We should be able to inspect the RunData object and verify that the setMessage() method was called and the correct text was passed.
In the setUp() method we configure the mock RunData object to expect one call to the setMessage() method with the correct text.
The mock object for RunData could have been implemented with the Mock Objects library and compiled with the test code.
www.jajakarta.org /turbine/en/turbine/tdk/testing/usingmocks.html   (330 words)

  
 JUG Worker Source Code Documentation   (Site not responding. Last check: 2007-10-10)
The JUG worker is a generic "agent" that asks the master for work, obtains necessary software/data, executes jobs, and sends back the results.
Software is installed once and shared (potentially) by multiple jobs, while rundata is copied into the work space for each job individually (though it may still be cached to avoid having to download it every time).
Files may be downloaded by the worker individually, but software is usually installed in the form of a package, from which one or more files are extracted.
www.hep.wisc.edu /~dan/jug/doc/JugWorker   (324 words)

  
 RolePermissionUpdateAction xref
59 * @param rundata The turbine rundata context for this request.
74 * @param rundata The turbine rundata context for this request.
138 * 139 * @param rundata The turbine rundata context for this request.
portals.apache.org /jetspeed-1/xref/org/apache/jetspeed/modules/actions/portlets/security/RolePermissionUpdateAction.html   (757 words)

  
 RunData
RunData is an interface to run-time information that is passed within Turbine.
This provides the threading mechanism for the entire system because multiple requests can potentially come in at the same time.
Thus, there is only one RunData implementation for each request that is being serviced.
www.docjar.com /docs/api/org/apache/turbine/util/RunData.html   (1057 words)

  
 Portlet creation: WebSphere Portal Server
The getContent() method takes the RunData object which is passed through from the internal component Turbine.
The RunData class is one of two classes of Turbine that you deal with, therefore, the import statement can include just that.
The main reason for passing the RunData object to the getContent() is that it needs to be passed on to many other methods of the portal framework.
www-306.ibm.com /software/genservers/portal/library/v111/InfoCenter/wps/wpswrplt.html   (4303 words)

  
 Some Notes on Rundata   (Site not responding. Last check: 2007-10-10)
Here is the complete list of sources for Rundata (Samnordisk runtextdatabas, downloadable from http://home6.swipnet.se/~w-61277/rundata/1.htm).
Most of the time, the "Period/Datering" information in Rundata just gives the date as "V", meaning "Viking Age", which is very broad.
Links to this article are permitted from any Society-related page as long as the author's name is given with the link.
www.s-gabriel.org /names/gunnvor/rundata-notes.html   (163 words)

  
 VSEJCL.doc - Converting VSE JCL to Unix/Linux scripts [libcnv]
RUNDATA is used in the jobset41 function called at the beginning of each script to perform a change directory to the data files super directory.
Line k#012 displays $RUNDATA and $RUNLIBS, which are critical environmental variables that define the super directories for the DATA files and for the LIBRARIES (cobol programs).
RUNDATA is exported in the profile so it may be different for operators and programmers.
www.uvsoftware.ca /vsejcl.htm   (11677 words)

  
 Context Howto   (Site not responding. Last check: 2007-10-10)
The RunData Object is referenced by the "data" keyword, which when using this in the templating system is referenced by $data.
As the Context contains a link to the RunData object all the public methods in the RunData Object are made available to the template.
RunData exposes an extremely rich series of methods and fields, for a full list of these methods refer to the Javadocs for RunData.
www.officevision.com /docs/turbine-2.1-dev/context-howto.html   (1193 words)

  
 W-Index   (Site not responding. Last check: 2007-10-10)
warn(String, RunData) - Static method in class org.apache.turbine.services.logging.
warn(String, RunData, Throwable) - Static method in class org.apache.turbine.services.logging.
warn(String, RunData, Throwable) - Static method in class org.apache.turbine.util.
www.dma.ufg.ac.at /history/cms/javadoc/index-files/index-23.html   (1456 words)

  
 Turbine - Security Howto
A User's interaction through the system is controlled by the Permissions they are able to partake in.
The RunData interface through the getACL() method presents the AccessControlList Object.
This will check if the User has permission to view this in the Global Group which is useful for managing Anonymous Users as well as logged in Users across your application.
www.jajakarta.org /turbine/jp/turbine/turbine-2/howto/security-howto.html   (673 words)

  
 ADMjobs.doc - Unix/Linux Applications Administration [libcnv]
RUNLIBS and RUNDATA are the 2 critical environmental variables (defined in the profile of programmers and operators) that point to the appropriate Libraries and Data for Testing and Production (prodlibs/proddata or testlibs/testdata).
RUNLIBS and RUNDATA in the login.profiles supply the top-level portion of the pathnames to the Libraries and Data files.
RUNLIBS and RUNDATA are assigned in the profiles, which were discussed and listed begining on page '3B0'.
www.uvsoftware.ca /admjobs.htm   (8458 words)

  
 [No title]   (Site not responding. Last check: 2007-10-10)
Modify the DRunController state diagram such that the transition from the SettingUp state to the Filling state is triggered by a start signal of type Fabric.
Create a port of type RunData on the DRunController capsule.
Multiply by RepClass::MaxUnits the port of the DataBase capsule, then create an instance inside the structure diagram of the DWorkshopController.
yukon.genie.uottawa.ca /COURSE/CEG4161/RTLAB/Lab6.doc   (681 words)

  
 Flags and Preferences
You must include rCom and rMov structures in the RUNDATA structure.
You must include the rCom and rAni structures in the RUNDATA structure.
You must include the rVal structures in the RUNDATA structure.
www.engr.uconn.edu /~mjg01f01/bumderland/objects/making-flags.html   (471 words)

  
 Developing portlets -- Hello World! portlet
Every portlet that is to be part of the portal has to implement the Portlet interface org.apache.jetspeed.portal.Portlet.
The AbstractPortlet class is the simplest of these predefined classes.
The RunData object is passed to the getContent() because it needs to be passed on to many other methods of the portal framework.
www.inf.hs-zigr.de /~bauer/Portal/Jetspeed/jetspeed1/wi-jet-5-2.html   (128 words)

  
 Turbine 3.0-dev API: Class Turbine   (Site not responding. Last check: 2007-10-10)
Save some information about this servlet so that it can be utilized by object instances that do not have direct access to RunData.
This method sets the required expiration headers in the response for a given RunData object.
Eventually we will want to be able to grab a ModuleLoader by app name, or app identifier.
www.finemaltcoding.com /~dlr/turbine_api/org/apache/turbine/Turbine.html   (812 words)

  
 Documentation — AFNI/NIfTI Server   (Site not responding. Last check: 2007-10-10)
ANSI_ARGS ((RunData *rundata, int index, int end_of_scan, vpContext *vpc))
ANSI_ARGS ((vpContext *vpc, int ilen, int jlen, int klen, int non_zero_count, RunData *run_data, int rle_bytes_per_voxel))
(RunData *rundata, int index, int end_of_scan, vpContext *vpc)
afni.nimh.nih.gov /afni/doc/source/vp__rle_8c.html   (187 words)

  
 Simple Poll: What linux do you use/which do you think is the best?
You might do some homework on the distribution of your choice before making any attempt to do so, and definately back all your data up in case something catastrophic happens.
Rundata's suggestio to try DSL is a good one,you can either run it Live, off a thumbdrive, or install it on your computer.
If you are running it live, you won't be able to save any settings you change.
forums.afterdawn.com /thread_view.cfm/282337   (884 words)

  
 [No title]
77: /** 78: * build the context 79: */ 80: public void buildNormalContext(VelocityPortlet portlet, 81: Context context, 82: RunData rundata) buildNormalContext is responsible for (sometimes) updating portlet placement configuration and (always) configuring velocity to produce the Teamlet's user interface.
The RunData parameter contains information about the current request.  The Context parameter is the Velocity Context, and will be populated with objects by this routine.  The VelocityPortlet parameter can be used to read / update the portlet's configuration information from the placement and the portlet registry.
One additional benefit of triggering the Turbine Action model is that request input processing by our action class is done before the response is committed.  This means there's still time to, in special circumstances, respond with a http redirect or other out-of-bound method.
www.immagic.com /eLibrary/SOURCE/U_MICH/M020812T.doc   (559 words)

  
 Jetspeed API: Interface Portlet   (Site not responding. Last check: 2007-10-10)
Return true if this portlet is allowed to be edited in the rundata's context.
Note: PortletControl implementations should pay attention to this so that they don't allow this option if it returns false.
Therefore if you have to calculate things like a title, a description, etc it should happen here.
www.aoindustries.com /docs/Jetspeed-1.3a1/apidocs/org/apache/jetspeed/portal/Portlet.html   (339 words)

  
 Screen
Subclasses override this method to store the screen in RunData or to write the screen to the output stream referenced in RunData.
For example, if you wanted to allow someone to define Layout "preferences" where they could dynamically change the Layout for the entire site.
The information for the request is passed in with the RunData object.
www.docjar.com /docs/api/org/apache/turbine/modules/Screen.html   (249 words)

  
 Clover code coverage for - jakarta-jetspeed
public static Object getAttribute(Portlet portlet, RunData rundata, String attrName)
public static void clearAttribute(Portlet portlet, RunData rundata, String attrName)
public static void clearAttribute(VelocityPortlet portlet, RunData rundata, String attrName)
www.spikesource.com /spikewatch.logs/fedora-3-i386/400/jetspeed/reports/clover/org/apache/jetspeed/util/PortletSessionState.html   (523 words)

  
 Uses of Class org.sakaiproject.cheftool.RunData
Get the proper state for this instance (if portlet is not known, only context).
Handle a request to be done user editing - return to the edit mode.
buildMainPanelContext(VelocityPortlet portlet, Context context, RunData rundata, SessionState sstate)
people.su.se /~rnyberg/sakai-cvs/org/sakaiproject/cheftool/class-use/RunData.html   (1336 words)

  
 URILookup xref
509 * 510 * @param rundata the RunData object 511 * @return the type 512 */ 513 public static int getURIType(RunData rundata) 514 { 515 return getURIType(null, rundata); 516 } 517 518 /*** 519 * Gets the type of the URI (e.g.
602 * 603 * @param rundata the RunData object 604 * @return the previous added user data 605 * @see #getURI 606 */ 607 public static String getURIUserData(RunData rundata) 608 { 609 return rundata.getParameters().getString("info"); 610 } 611 612 /*** 613 * returns the WebApplication base directory.
682 * 683 * @return the marked page URI 684 */ 685 public static String getMarkedPage(RunData rundata) 686 { 687 return getMarkedPage(rundata, true); 688 } 689 690 /*** 691 * Gets the previous marked page.
692 * If no page was marked, the Jetspeed Home page is returned.
jetspeed-japan.sourceforge.jp /xref-test/org/apache/jetspeed/util/URILookup.html   (1022 words)

  
 Uses of Class org.sakaiproject.tool.calendar.CalendarActionState
Handles the user clicking on the save button on the page to specify which calendars will be merged into the present schedule.
Handles a click on the cancel button in the page that allows the user to add/remove events to/from events that will be added to the calendar.
This initiates the page where the user can add/remove additional properties to/from events that will be added to the calendar.
people.su.se /~rnyberg/sakai-cvs/org/sakaiproject/tool/calendar/class-use/CalendarActionState.html   (366 words)

  
 Index (jakarta-turbine-2 2.2 API)
Thrown to indicate that the User attempted to perform an operation that was not permitted by the security settings.
This action doPerforms an Access Control List and places it into the RunData object, so it is easily available to modules.
This is a control class that makes it easy to find out if a particular User has a given Permission.
tippytoe.multicasttech.com /javadoc/turbine-2.2/index-all.html   (2183 words)

  
 Turbine 3.0-dev API: Class RelativeDynamicURI   (Site not responding. Last check: 2007-10-10)
Builds the relative URL with all of the data URL-encoded as well as encoded using HttpServletResponse.encodeUrl().
Given a RunData object, get a relative URI for the request.
This is necessary sometimes when you want the relative URL and don't want RelativeDynamicURI to be too smart and remove actions, screens, etc. This also returns the Query Data where RelativeDynamicURI normally would not.
www.finemaltcoding.com /~dlr/turbine_api/org/apache/turbine/RelativeDynamicURI.html   (286 words)

  
 [No title]
In this chapter I will try to tell you where and how access to this internal data.
As you probably already know (you have configured it), the rundata is saved in the directory stated in the
The structure of this directory is outlined in figure 5.1.
openlc.sourceforge.net /UsersGuide/UsersGuide5.html   (1150 words)

Try your search on: Qwika (all wikis)

Factbites
  About us   |   Why use us?   |   Reviews   |   Press   |   Contact us  
Copyright © 2005-2007 www.factbites.com Usage implies agreement with terms.