PageRenderTime 1273ms queryTime 97ms sortTime 106ms getByIdsTime 22ms findMatchingLines 14ms

100+ results results for 'Format' (1273 ms)

Not the results you expected?
renderermodule.c http://caseman.googlecode.com/svn/trunk/ | C | 429 lines
                    
97	if (GL_error != GL_NO_ERROR) {
                    
98		PyErr_Format(PyExc_RuntimeError, "GL error %d", GL_error);
                    
99		return NULL;
                    
325	if (GL_error != GL_NO_ERROR) {
                    
326		PyErr_Format(PyExc_RuntimeError, "GL error %d", GL_error);
                    
327		return NULL;
                    
                
arrow.lua https://code.google.com/p/strongcwowinterface/ | Lua | 376 lines
                    
205    if QuestHelper_Pref.metric then
                    
206      text = QHFormat("DISTANCE_METRES", math.floor(0.5+dist*0.9144))
                    
207    else
                    
207    else
                    
208      text = QHFormat("DISTANCE_YARDS", math.floor(0.5 + dist))
                    
209    end
                    
290        local eta = math.abs(dist / speed)
                    
291        tta:SetFormattedText("%01d:%02d", eta / 60, eta % 60) 
                    
292      else
                    
329  for i = 5, 15 do
                    
330    local it = QuestHelper:CreateMenuItem(scale_menu, string.format("%d%%", i * 10))
                    
331    local ix = i
                    
346  for i = 5, 15 do
                    
347    local it = QuestHelper:CreateMenuItem(tscale_menu, string.format("%d%%", i * 10))
                    
348    local ix = i
                    
                
DummyMriMain.PAS http://dccn-lab.googlecode.com/svn/trunk/ | Pascal | 435 lines
                    
131
                    
132//--- Time format methods ------------------------------------------------------
                    
133
                    
                
LoggerHierarchy.php http://syracava.googlecode.com/svn/trunk/ | PHP | 388 lines
                    
10 * <p>PHP port, extensions and modifications by VxR. All rights reserved.<br>
                    
11 * For more information, please see {@link http://www.vxr.it/log4php/}.</p>
                    
12 *
                    
                
ac_doxygen.m4 git://pkgs.fedoraproject.org/activemq-cpp | m4 | 325 lines
                    
25# for generating a seperate .chi file by the .chm file, and 'MAN', 'RTF',
                    
26# 'XML', 'PDF' and 'PS' for the appropriate output formats. The environment
                    
27# variable DOXYGEN_PAPER_SIZE may be specified to override the default 'a4wide'
                    
                
archive_entry_link_resolver.c https://bitbucket.org/freebsd/freebsd-head | C | 445 lines
                    
49 * match up links.  These strategies match those used by various
                    
50 * archiving formats:
                    
51 *   tar - content stored with first link, remainder refer back to it.
                    
60
                    
61/* Users pass us a format code, we translate that into a strategy here. */
                    
62#define ARCHIVE_ENTRY_LINKIFY_LIKE_TAR	0
                    
124{
                    
125	int fmtbase = fmt & ARCHIVE_FORMAT_BASE_MASK;
                    
126
                    
127	switch (fmtbase) {
                    
128	case ARCHIVE_FORMAT_7ZIP:
                    
129	case ARCHIVE_FORMAT_AR:
                    
129	case ARCHIVE_FORMAT_AR:
                    
130	case ARCHIVE_FORMAT_ZIP:
                    
131		res->strategy = ARCHIVE_ENTRY_LINKIFY_LIKE_OLD_CPIO;
                    
                
handle.c http://nativecmd.googlecode.com/svn/trunk/ | C | 219 lines
                    
47BOOL WINAPI
                    
48GetHandleInformation (HANDLE hObject,
                    
49		      LPDWORD lpdwFlags)
                    
50{
                    
51  OBJECT_HANDLE_ATTRIBUTE_INFORMATION HandleInfo;
                    
52  ULONG BytesWritten;
                    
58  Status = NtQueryObject (hObject,
                    
59			  ObjectHandleFlagInformation,
                    
60			  &HandleInfo,
                    
60			  &HandleInfo,
                    
61			  sizeof(OBJECT_HANDLE_ATTRIBUTE_INFORMATION),
                    
62			  &BytesWritten);
                    
86BOOL WINAPI
                    
87SetHandleInformation (HANDLE hObject,
                    
88		      DWORD dwMask,
                    
                
german.php http://vanphongphamdm.googlecode.com/svn/trunk/ | PHP | 79 lines
                    
31	'PHPSHOP_SEARCH_ALL_CATEGORIES' => 'Alle Kategorien durchsuchen',
                    
32	'PHPSHOP_SEARCH_ALL_PRODINFO' => 'Alle Produktinformationen durchsuchen',
                    
33	'PHPSHOP_SEARCH_PRODNAME' => 'nur nach Produktnamen',
                    
                
QuartilesDataSeries.java http://pride-toolsuite.googlecode.com/svn/ | Java | 170 lines
                    
161    /**
                    
162     * Returns the data contained in JSon Format
                    
163     *
                    
163     *
                    
164     * @return the data contained in JSon Format
                    
165     */
                    
                
logger.py https://code.google.com/p/xyzcmd/ | Python | 170 lines
                    
33    WARNING: Warning.
                    
34    INFO: Informational message.
                    
35    DEBUG: Debug messages.
                    
                
expandasarray.php http://logisticsouth.googlecode.com/svn/trunk/ | PHP | 115 lines
                    
13		
                    
14		What if you need to display BOTH the project information, and the address
                    
15		information, for each of the people in your database? A standard approach
                    
                
t_box_player_ctx.h http://mingw-lib.googlecode.com/svn/trunk/ | C Header | 180 lines
                    
72    T_Box_Input_Sequence *m_box_input;
                    
73    AVFormatContext *m_format_ctx;
                    
74    T_Box_Core m_core;
                    
84public:
                    
85    explicit T_Box_Player_Context(T_Box_Input_Sequence *a_box_input, AVFormatContext *a_format_ctx);
                    
86    ~T_Box_Player_Context();
                    
92    {
                    
93        return  ((qint64)1000) * this->m_format_ctx->duration / AV_TIME_BASE;
                    
94    }
                    
94    }
                    
95    QString durationToString(const QString &a_format)
                    
96    {
                    
98        v_duration_clock = v_duration_clock.addMSecs(this->duration());
                    
99        return v_duration_clock.toString(a_format);
                    
100    }
                    
                
yt_web.cpp http://mingw-lib.googlecode.com/svn/trunk/ | C++ | 399 lines
                    
90	{
                    
91		//QMessageBox::information(0, "fail", v_reason);
                    
92		g_Env->showMessage(v_reason);
                    
184http://code.google.com/p/get-flash-videos/source/browse/trunk/FlashVideo/Site/Youtube.pm?r=311
                    
185my @formats = (
                    
186  { id => 37, resolution => [1920, 1080] },
                    
                
en_gbk2gbk_map2gen.pl http://research-code-base-animesh.googlecode.com/svn/trunk/ | Perl | 415 lines
                    
107    my $gb_file=shift;
                    
108    my $seqio_object = Bio::SeqIO->new(-file => $gb_file, '-format' => 'GenBank');
                    
109    my $seq_object = $seqio_object->next_seq;
                    
258    print "$foofile File Number $foofileno\n";
                    
259    my $seqio_object = Bio::SeqIO->new(-file => $foofile, '-format' => 'GenBank');
                    
260    my $seq_object = $seqio_object->next_seq;
                    
                
AdminBaseAction.java http://fishkang.googlecode.com/svn/trunk/ | Java | 334 lines
                    
65	protected String footer = "<div align=\"center\" style=\" padding-top:60px;font-size:11px; font-family: Arial;\">Powered by <a style=\"COLOR: #000000\" href=\"http://lonlysk.javaeye.com\" target=\"_blank\">LForum For Java</a> &nbsp;&copy; 2001-"
                    
66			+ Utils.dateFormat(new Date(), "yyyy")
                    
67			+ ", <a style=\"COLOR: #000000;font-weight:bold\" href=\"http://lonlysk.javaeye.com\" target=\"_blank\">Lonlysky Blog.</a></div>";
                    
                
SpellChecker2_Options.lua http://sarf-wow-addons.googlecode.com/svn/trunk/ | Lua | 150 lines
                    
11	end
                    
12	return format(msg, stateMsg);
                    
13end
                    
                
debug.scm git://git.savannah.nongnu.org/skribilo.git | Scheme | 189 lines
                    
89	(lambda ()
                    
90	  (format #t "[1;~Am" (+ 31 col))
                    
91	  (for-each display o)
                    
                
string.sql http://mvh-source.googlecode.com/svn/trunk/ | SQL | 26 lines
                    
11insert into `string` values('1','default title','Kleur en geluid'),
                    
12 ('2','default description','<p>Kies een kleur die je vind passen bij het geluid, en druk op \"volgende stap\".\r<br/><a href=\"/survey/info\">Meer informatie / More information &raquo;</a></p>\r'),
                    
13 ('3','step %d/%d','Stap %d van %d'),
                    
20 ('10','about description','<a name=\"nl\"></a>\r\r<p><a href=\"/\">&laquo; terug</a> // <a href=\"#english\">english version &raquo;</a></p>\r\r<h4>Introductie</h4>\r\r<p>Ik doe dit (korte) onderzoek voor mijn master Mediatechnology aan de Universiteit Leiden.\rHet onderzoek gaat over de relatie tussen kleur en geluid. \rIn totaal zijn er twaalf vragen, waarbij de bezoeker telkens gevraagd wordt\rom een kleur bij een geluid te zoeken. </p>\r\r<h4>Wat is het doel van dit onderzoek?</h4>\r\r<p>Over het verband tussen kleur en geluid is al veel geschreven en onderzocht. Ik wil een klein\rdeelgebied onderzoeken waarover nog maar weinig gegevens bekend zijn: de relatie tussen bepaalde\r<em>soorten</em> geluiden en hun kleuren. Wat voor soort geluid - en kleur ik hier bedoel, kan ik \rje niet vertellen, aangezien dit de uitkomst van het onderzoek zou kunnen be?nvloeden.</p>\r\r<h4>Hoe werkt het?</h4>\r\r<p>Bij het laden van de pagina wordt een geluid afgespeeld. \rHet is de bedoeling dat je vervolgens een kleur kiest uit ??n van de beschikbare kleuren, welke\rzo goed mogelijk bij het geluid past. Het geluid kan meerdere malen worden afgespreeld.</p>\r\r<p>Je keuze wordt pas vastgelegd op het moment dat je op de knop \"volgende stap\" drukt.</p>\r\r<h4>Waarom wil ik jouw e-mail adres?</h4>\r\r<p>Ik gebruik het e-mail adres om gegevens te combineren met eventuele vervolg onderzoeken, niet voor\rhet versturen van spam.</p>\r\r<h4>Wie ben jij/contact</h4>\r\r<p>Matthijs van Henten, matthijs+apestaartje+ischen.nl</p>\r\r<a name=\"english\"></a>\r<h1 class=\"en\">About this research-project</h1>\r\r<p><a href=\"/\">&laquo; back</a> // <a href=\"#nl\">nederlands &raquo;</a></p>\r\r<h4 class=\"en\">Introduction</h4>\r\r<p class=\"en\">I\'m doing this short research-project for my study, the Msc Mediatechnology at the \rUniversity of Leiden. The project is about the relation between color and sound.\rThe visitor is asked to select a color matching a sound being played. There are twelve \rquestions in total.</p>\r\r<h4 class=\"en\">What is the purpose of this research?</h4>\r\r<p class=\"en\">The relation between sound and color has the subject of a lot of research already, but I haven\'t \rbeen able to find information about the specific topic I am researching: a specific kind of relation\rbetween <em>certain kinds</em> of sound and <em>certain kinds of colors</em>. I cannot disclose any \rmore details, since this could influence the outcome of my research.</p>\r\r<h4 class=\"en\">How does it work?</h4>\r\r<p class=\"en\">When the page is loaded, a sound is played. \rI would like you to select one of the colors that, in your opinion, matches the sound best. You can\rplay the sound as many times as you like.</p>\r\r<p class=\"en\">Only after you press the \"volgende stap\" button, your choice is saved.</p>\r\r<h4 class=\"en\">Why do you need my email address?</h4>\r\r<p class=\"en\">I will use the e-mail address to combine data from possible future surveys, \rnot for sending spam!</p>\r\r<h4 class=\"en\">Who are you / contact</h4>\r\r<p class=\"en\">Matthijs van Henten, matthijs+at+ischen.nl</p>\r\r'),
                    
21 ('11','login descripton','<p>Ik doe dit (korte) onderzoek voor mijn master Mediatechnology aan de Universiteit Leiden.\rHet onderzoek gaat over de relatie tussen kleur en geluid. \rIn totaal zijn er twaalf vragen, waarbij de bezoeker telkens gevraagd wordt\rom een kleur bij een geluid te zoeken. </p>\r\r<p><a href=\"/survey/info\">Meer informatie / more information &raquo;</a></p>\r\r<p>Als eerste wil ik je vragen om een e-mail adres en je naam in te vullen, zodat ik de gegevens in\reventueel vervolg-onderzoek met elkaar kan vergelijken. <strong>Ik verstuur geen spam!</strong>'),
                    
22 ('12','name','Naam'),
                    
                
gstgiobasesrc.c http://ossbuild.googlecode.com/svn/trunk/ | C | 448 lines
                    
197      g_object_unref (info);
                    
198      GST_DEBUG_OBJECT (src, "found size: %" G_GUINT64_FORMAT, *size);
                    
199      return TRUE;
                    
204      if (GST_GIO_ERROR_MATCHES (err, NOT_SUPPORTED))
                    
205        GST_DEBUG_OBJECT (src, "size information not available");
                    
206      else
                    
206      else
                    
207        GST_WARNING_OBJECT (src, "size information retrieval failed: %s",
                    
208            err->message);
                    
327    GST_DEBUG_OBJECT (src, "Creating subbuffer from cached buffer: offset %"
                    
328        G_GUINT64_FORMAT " length %u", offset, size);
                    
329
                    
350
                    
351      GST_DEBUG_OBJECT (src, "Seeking to position %" G_GUINT64_FORMAT, offset);
                    
352      ret = gst_gio_seek (src, G_SEEKABLE (src->stream), offset, src->cancel);
                    
                
rcstime.c git://git.savannah.gnu.org/rcs.git | C | 171 lines
                    
1/* Convert between RCS time format and POSIX and/or C formats.
                    
2
                    
31time2date (time_t unixtime, char date[datesize])
                    
32/* Convert Unix time to RCS format.  For compatibility with older versions of
                    
33   RCS, dates from 1900 through 1999 are stored without the leading "19".  */
                    
53str2date (char const *source, char target[datesize])
                    
54/* Parse a free-format date in ‘source’, convert it into
                    
55   RCS internal format, and store the result into ‘target’.  */
                    
67date2time (char const source[datesize])
                    
68/* Convert an RCS internal format date to ‘time_t’.  */
                    
69{
                    
92date2str (char const date[datesize], char datebuf[datesize + zonelenmax])
                    
93/* Format a user-readable form of the RCS format ‘date’
                    
94   into the buffer ‘datebuf’.  Return ‘datebuf’.  */
                    
                
WidgetRunnerAppDelegate.m http://widgetrunner.googlecode.com/svn/trunk/ | Objective C | 145 lines
                    
112            int widgetNo = [preferences integerForKey:@"lastWidget"];
                    
113            NSString *id = [NSString stringWithFormat:@"%@-%d",fileName,widgetNo];
                    
114            widgetNo++;
                    
                
Ex8.genericFrame3D.analyze.Dynamic.EQ.bidirect.tcl https://code.google.com/p/opensees-websocket/ | TCL | 100 lines
                    
7# source in procedures
                    
8source ReadSMDfile.tcl;		# procedure for reading GM file and converting it to proper format
                    
9
                    
58	set GMfatt [expr $g*$GMfact];			# data in input file is in g Unifts -- ACCELERATION TH
                    
59	set AccelSeries "Series -dt $dt -filePath $outFile -factor  $GMfatt";		# time series information
                    
60	pattern UniformExcitation  $IDloadTag  $GMdirection -accel  $AccelSeries  ;	# create Unifform excitation
                    
                
SubdomainAnalysis.h https://code.google.com/p/opensees-websocket/ | C Header | 144 lines
                    
10** University of California, Berkeley, is strictly prohibited.  See   **
                    
11** file 'COPYRIGHT'  in main directory for information on usage and   **
                    
12** redistribution,  and for a DISCLAIMER OF ALL WARRANTIES.           **
                    
                
HandlerChain.java git://pkgs.fedoraproject.org/geronimo-jaxrpc | Java | 125 lines
                    
3 * or more contributor license agreements.  See the NOTICE file
                    
4 * distributed with this work for additional information
                    
5 * regarding copyright ownership.  The ASF licenses this file
                    
                
eventlog.idl git://pkgs.fedoraproject.org/wireshark | IDL | 225 lines
                    
24		EVENTLOG_WARNING_TYPE     = 0x0002,
                    
25		EVENTLOG_INFORMATION_TYPE = 0x0004,
                    
26		EVENTLOG_AUDIT_SUCCESS    = 0x0008,
                    
                
packet-rlc-lte.h git://pkgs.fedoraproject.org/wireshark | C Header | 152 lines
                    
92/*****************************************************************/
                    
93/* UDP framing format                                            */
                    
94/* -----------------------                                       */
                    
95/* Several people have asked about dissecting RLC by framing     */
                    
96/* PDUs over IP.  A suggested format over UDP has been defined   */
                    
97/* and implemented by this dissector, using the definitions      */
                    
103/* recognise a signature at the beginning of these frames.       */
                    
104/* Until someone is using this format, suggestions for changes   */
                    
105/* are welcome.                                                  */
                    
118/* Conditional field. This field is mandatory in case of RLC Unacknowledged mode.
                    
119   The format is to have the tag, followed by the value (there is no length field,
                    
120   its implicit from the tag). The allowed values are defined above. */
                    
127   be added if available.
                    
128   The format is to have the tag, followed by the value (there is no length field,
                    
129   its implicit from the tag) */
                    
                
Provider.java git://pkgs.fedoraproject.org/compat-gcc-32 | Java | 168 lines
                    
1/* Provider.java -- Security provider information
                    
2   Copyright (C) 1998, 1999, 2000 Free Software Foundation, Inc.
                    
75   * This method initializes a new instance of <code>Provider</code> to have
                    
76   * the specified name, version, and description information.
                    
77   *
                    
                
AllErrorPrinter.java http://thesandbox.googlecode.com/svn/ | Java | 386 lines
                    
156			 * leaving the 0's to print away as some of them provide valid extra
                    
157			 * information. 
                    
158			 */
                    
238			GeneralError ge = (GeneralError) list.get(i);
                    
239			ArrayList<String> fm = formatMessage(ge.getMessage());
                    
240			//Print all the lines removing unnecessary whitespace
                    
270	/**
                    
271	 * Formats a String so that it does not break mid word in an error message.
                    
272	 * 
                    
272	 * 
                    
273	 * @param message	The message to format
                    
274	 * @return			The ArrayList of formatted strings
                    
275	 */
                    
276	private ArrayList<String> formatMessage(String message) 
                    
277	{
                    
                
usingversionctrl.htm http://tfs-shell.googlecode.com/svn/trunk/ | HTML | 541 lines
                    
474 and with changesets. You can use Team Foundation Server
                    
475 workspaces to manage development of multiple versions of an application at the same time. Changesets are the groups of files and related information that you check in to version control.</p>
                    
476							</td>
                    
526								<p>
                    
527									<b>View changeset history:</b> For any file or folder that is under version control, you can get detailed information about what changes have been made.</p>
                    
528							</td>
                    
                
confirmation_email.tpl.php http://vanphongphamdm.googlecode.com/svn/trunk/ | PHP | 309 lines
                    
22  <tr valign="top"> 
                    
23    <td width=53% align="left" class="Stil1"><?php echo ps_vendor::formatted_store_address(true) ?></td>
                    
24    <td width="47%" align="right"><img src="cid:vendor_image" alt="vendor_image" border="0" /></td>
                    
36<table border=0 cellspacing=0 cellpadding=2 width=100%>
                    
37  <!-- begin customer information --> 
                    
38  <tr bgcolor="#CCCCCC" class="sectiontableheader"> 
                    
50  </tr>
                    
51  <!-- end customer information --> 
                    
52  <!-- begin 2 column bill-ship to --> 
                    
134      <!-- end shipto --> 
                    
135      <!-- end customer information --> </td>
                    
136  </tr>
                    
149  </tr>
                    
150  <!-- begin order items information --> 
                    
151  <tr bgcolor="#CCCCCC" class="Stil2"> 
                    
                
labels.html http://cfstox.googlecode.com/svn/trunk/ | HTML | 343 lines
                    
34        <td>Numeric</td>
                    
35        <td>Displays any numeric value at the center of the data plot. All <a href="../FCV3Basics/Advanced/Number_Basics.html">number formatting</a> features will be applicable if this attribute is used. The example screenshot shows the value 32.</td>
                    
36        <td><img src="Images/value.jpg" class='imageBorder' /></td>
                    
40        <td>Numeric/String</td>
                    
41        <td>Displays any numeric or string value at the center of the data plot. This attribute overwrites the data of the <span class="codeInline">value</span> attribute when both are present. Number formatting features are not applicable on the value of this attribute. It is set to 'Ge' as displayed in the image beside.</td>
                    
42        <td><img src="Images/displayvalue.jpg" width="152" height="76" class='imageBorder' /></td>
                    
273  <p> <br />
                    
274    You can also customize the information displayed in the tooltip. To do this, you need to use the attribute <span class="codeInline">tooltext</span> through the<span class="codeInline"> &lt;set&gt;</span> element. The value of the attribute should be the information that you want to provide. A screenshot displaying customized tooltip is shown below:</p>
                    
275  <tr>
                    
                
assrender.c http://ossbuild.googlecode.com/svn/trunk/ | C | 295 lines
                    
133  fail_unless_equals_int (GST_BUFFER_SIZE (buffer),
                    
134      gst_video_format_get_size (GST_VIDEO_FORMAT_I420, 640, 480));
                    
135
                    
137    comp =
                    
138        data + gst_video_format_get_component_offset (GST_VIDEO_FORMAT_I420, c,
                    
139        640, 480);
                    
140    comp_stride =
                    
141        gst_video_format_get_row_stride (GST_VIDEO_FORMAT_I420, c, 640);
                    
142    comp_width =
                    
142    comp_width =
                    
143        gst_video_format_get_component_width (GST_VIDEO_FORMAT_I420, c, 640);
                    
144    comp_height =
                    
195  video_caps = \
                    
196      gst_video_format_new_caps (GST_VIDEO_FORMAT_##format, 640, 480, 25, 1, 1, 1); \
                    
197  g_object_set (capsfilter, "caps", video_caps, NULL); \
                    
                
packet_info.h http://cwoodruf-sfu-cmpt.googlecode.com/svn/trunk/ | C Header | 208 lines
                    
49  const char *current_proto;	/* name of protocol currently being dissected */
                    
50  column_info *cinfo;		/* Column formatting information */
                    
51  frame_data *fd;
                    
196  guint8 zbee_stack_vers;   /* ZigBee stack version number, present in the ZigBee network layer, but
                    
197                             * impacts the packet format at all layers of the ZigBee stack.
                    
198                             */
                    
                
package-summary.html http://aoplib4j.googlecode.com/svn/trunk/ | HTML | 218 lines
                    
94<TR BGCOLOR="white" CLASS="TableRowColor">
                    
95<TD WIDTH="15%"><B><A HREF="../../../../org/aoplib4j/gof/observer/NotifyInformation.html" title="interface in org.aoplib4j.gof.observer">NotifyInformation</A></B></TD>
                    
96<TD>Interface containing the notification informations.</TD>
                    
                
SBE37Parse.m http://imos-toolbox.googlecode.com/svn/trunk/ | Objective C | 281 lines
                    
2%SBE37PARSE Parse a raw '.asc' file containing SBE37 data, or SBE37-IM hex 
                    
3% format from OOI (USA).
                    
4%
                    
7%
                    
8% The output format for the SBE37 is very similar to the SBE39, so this
                    
9% function simply delegates the parsing to the SBE3x function, which parses
                    
24%
                    
25% Copyright (c) 2009, eMarine Information Infrastructure (eMII) and Integrated 
                    
26% Marine Observing System (IMOS).
                    
78
                    
79if strcmpi(ext, '.DAT') && strcmp(line, '//Status Information')
                    
80    % try to read SBE37-IM hex format from OOI (USA)
                    
99            
                    
100            if strcmp(line, '//Status Information')
                    
101                header = true;
                    
                
JvDBImage.pas http://my-chuanqi.googlecode.com/svn/trunk/ | Pascal | 501 lines
                    
34   This component is a TDBImage replacement that supports other image
                    
35   formats than bitmap, a limitation of TDBImage since D1.
                    
36
                    
36
                    
37IMAGE FORMATS:
                    
38   See JvGraphics.pas for details
                    
403  begin
                    
404    if Clipboard.HasFormat(CF_BITMAP) then
                    
405      Picture.Bitmap.Assign(Clipboard)
                    
406    else
                    
407    if Clipboard.HasFormat(CF_METAFILEPICT) or
                    
408      Clipboard.HasFormat(CF_ENHMETAFILE) then
                    
410    else
                    
411    if Clipboard.HasFormat(CF_PICTURE) then
                    
412      Picture.Assign(Clipboard);
                    
                
AnimationElement.java git://pkgs.fedoraproject.org/svgsalamander | Java | 415 lines
                    
193     * an unknown event)
                    
194     * @param state - A structure that will be filled with information
                    
195     * regarding the applicability of this animatoin element at the passed
                    
333     * Updates all attributes in this diagram associated with a time event.
                    
334     * Ie, all attributes with track information.
                    
335     * @return - true if this node has changed state as a result of the time
                    
                
Signature.java git://pkgs.fedoraproject.org/compat-gcc-32 | Java | 500 lines
                    
285     Returns the signature bytes of all the data fed to this class.
                    
286     The format of the output depends on the underlying signature
                    
287     algorithm.
                    
305     Generates signature bytes of all the data fed to this class 
                    
306     and outputs it to the passed array. The format of the 
                    
307     output depends on the underlying signature algorithm.
                    
                
artprov.h https://code.google.com/p/singularity-gate/ | C Header | 344 lines
                    
70     @li @c wxART_WARNING
                    
71     @li @c wxART_INFORMATION
                    
72     @li @c wxART_ADD_BOOKMARK
                    
                
archive.h http://ilogic-vm.googlecode.com/svn/trunk/ | C++ Header | 384 lines
                    
2// Name:        wx/archive.h
                    
3// Purpose:     Streams for archive formats
                    
4// Author:      Mike Wetherell
                    
48    virtual wxString     GetInternalName() const = 0;
                    
49    virtual wxPathFormat GetInternalFormat() const = 0;
                    
50    virtual wxString     GetName(wxPathFormat format = wxPATH_NATIVE) const = 0;
                    
56    virtual void SetName(const wxString& name,
                    
57                         wxPathFormat format = wxPATH_NATIVE) = 0;
                    
58
                    
341        const wxString& name,
                    
342        wxPathFormat format = wxPATH_NATIVE) const = 0;
                    
343
                    
                
scp_tab.cc https://code.google.com/p/verilog-behavioral-simulator/ | C++ | 458 lines
                    
7// This file is part of the Verilog Behavioral Simulator package.
                    
8// See the file COPYRIGHT for copyright and disclaimer information.
                    
9// See the file COPYING for the licensing terms and conditions.
                    
                
libgstreamer.html http://ossbuild.googlecode.com/svn/trunk/ | HTML | 201 lines
                    
26<dt>
                    
27<span class="refentrytitle"><a href="gstreamer-Gst.html">Gst</a></span><span class="refpurpose"> — Media library supporting arbitrary formats and filter
                    
28                    graphs.</span>
                    
45<dt>
                    
46<span class="refentrytitle"><a href="gstreamer-GstCaps.html">GstCaps</a></span><span class="refpurpose"> — Structure describing sets of media formats</span>
                    
47</dt>
                    
76<dt>
                    
77<span class="refentrytitle"><a href="gstreamer-GstFormat.html">GstFormat</a></span><span class="refpurpose"> — Dynamically register new data formats</span>
                    
78</dt>
                    
170<dt>
                    
171<span class="refentrytitle"><a href="GstTypeFindFactory.html">GstTypeFindFactory</a></span><span class="refpurpose"> — Information about registered typefind functions</span>
                    
172</dt>
                    
                
admin_bank_account.php http://gevion.googlecode.com/svn/trunk/ | PHP | 214 lines
                    
70       if ($msg == "") {// nessun errore
                    
71          //formatto i campi per l'iserimento
                    
72          $form['codice']=$admin_aziend['masban']*1000000+$form['codice'];
                    
                
loaddata.py https://code.google.com/p/mango-py/ | Python | 267 lines
                    
111                fixture_name = parts[0]
                    
112                formats = serializers.get_public_serializer_formats()
                    
113            else:
                    
114                fixture_name, format = '.'.join(parts[:-1]), parts[-1]
                    
115                if format in serializers.get_public_serializer_formats():
                    
116                    formats = [format]
                    
123            else:
                    
124                errstr = "Problem installing fixture '%s': %s is not a known serialization format.\n" % (fixture_name, format)
                    
125                self.stderr.write(self.style.ERROR(errstr))
                    
143                label_found = False
                    
144                for combo in product([using, None], formats, compression_formats):
                    
145                    database, format, compression_format = combo
                    
147                        p for p in [
                    
148                            fixture_name, database, format, compression_format
                    
149                        ]
                    
                
5asystem.ads git://pkgs.fedoraproject.org/compat-gcc-32 | Ada | 230 lines
                    
125
                    
126   --  These parameters provide information about the target that is used
                    
127   --  by the compiler. They are in the private part of System, where they
                    
                
CImage.cpp git://pkgs.fedoraproject.org/gambas2 | C++ | 384 lines
                    
40	GB.Image.Info(img, &info);
                    
41	GB.Image.Create(&copy, info.data, info.width, info.height, info.format);
                    
42	GB.ReturnObject(copy);
                    
                
InputSource.java git://pkgs.fedoraproject.org/compat-gcc-32 | Java | 322 lines
                    
17 *
                    
18 * <p>This class allows a SAX application to encapsulate information
                    
19 * about an input source in a single object, which may include
                    
132     * writer includes one, it will be provided as part of the
                    
133     * location information.</p>
                    
134     *
                    
                
ActivitySearchController.java http://opennode2.googlecode.com/svn/trunk/ | Java | 341 lines
                    
33
                    
34import java.text.SimpleDateFormat;
                    
35import java.util.Date;
                    
68    private static final String HAS_SESSION = "has session";
                    
69    private static final String FORMAT = "yyyy-MM-dd";
                    
70    private static final String SESSION_LAST_SEARCH_CRITERIA = "LAST_SEARCH";
                    
70    private static final String SESSION_LAST_SEARCH_CRITERIA = "LAST_SEARCH";
                    
71    private static final SimpleDateFormat DATE_FORMAT = new SimpleDateFormat(
                    
72            FORMAT);
                    
113        binder.registerCustomEditor(Date.class, new CustomDateEditor(
                    
114                new SimpleDateFormat(FORMAT), false));
                    
115
                    
196        sb.append("<b>Between</b> "
                    
197                + DATE_FORMAT.format(criteria.getCreatedFrom())
                    
198                + " <b>and</b> " + DATE_FORMAT.format(criteria.getCreatedTo())
                    
                
ALFileLocalFolder.java http://aipo.googlecode.com/svn/ | Java | 444 lines
                    
60  /** ??????????? */
                    
61  public static final String DEFAULT_MAIL_FILENAME_DATE_FORMAT =
                    
62    "yyyyMMddHHmmssSSS";
                    
                
AutoRegisterModules.java https://code.google.com/p/gerrit/ | Java | 394 lines
                    
148      } catch (RuntimeException err) {
                    
149        PluginLoader.log.warn(String.format(
                    
150            "Plugin %s has invaild class file %s inside of %s",
                    
158        } else {
                    
159          PluginLoader.log.warn(String.format(
                    
160              "Plugin %s tries to @Export(\"%s\") abstract class %s",
                    
166        } else {
                    
167          PluginLoader.log.warn(String.format(
                    
168              "Plugin %s tries to @Listen abstract class %s",
                    
179    } catch (ClassNotFoundException err) {
                    
180      throw new InvalidPluginException(String.format(
                    
181          "Cannot load %s with @Export(\"%s\")",
                    
186    if (export == null) {
                    
187      PluginLoader.log.warn(String.format(
                    
188          "In plugin %s asm incorrectly parsed %s with @Export(\"%s\")",
                    
                
avoid_landing_page_redirects.cc http://page-speed.googlecode.com/svn/lib/trunk/ | C++ | 313 lines
                    
24#include "googleurl/src/gurl.h"
                    
25#include "pagespeed/core/formatter.h"
                    
26#include "pagespeed/core/pagespeed_input.h"
                    
149    // We want to record the redirect and its destination so we can present that
                    
150    // information in the UI.
                    
151    if (idx == size - 1) {
                    
242void AvoidLandingPageRedirects::FormatResults(
                    
243    const ResultVector& results, RuleFormatter* formatter) {
                    
244  if (results.empty()) {
                    
246    // Speed rule.
                    
247    formatter->SetSummaryLine(
                    
248        _("Your page has no redirects. Learn more about %(BEGIN_LINK)savoiding "
                    
264
                    
265  UrlBlockFormatter* body = formatter->AddUrlBlock(
                    
266      // TRANSLATOR: Header at the top of a list of URLs that Page
                    
                
package-use.html http://j-sim.googlecode.com/svn/trunk/ | HTML | 365 lines
                    
177<BR>
                    
178&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Component that resides in a node and exchanges information with neighboring
                    
179 nodes.
                    
                
ori_vmVariables.pas http://orionphp.googlecode.com/svn/trunk/ | Pascal | 408 lines
                    
208             end else begin
                    
209                ErrPool.newError(errFatal, Format(MSG_ERR_NO_CLASS_CONST,[x2,x1]), line);
                    
210                exit;
                    
                
ApplicationConfiguration.py git://pkgs.fedoraproject.org/imagefactory | Python | 177 lines
                    
42                                and does not connect to a qpidd."""
                    
43        qmf_description = """Provide a QMFv2 agent interface. (see https://cwiki.apache.org/qpid/qmfv2-project-page.html for more information)"""
                    
44        cli_build_description = """Build specified system and exit."""
                    
                
DOMUserDataHandler_8hpp_source.html git://pkgs.fedoraproject.org/xqilla | HTML | 108 lines
                    
27<a name="l00003"></a>00003 <span class="comment"> * contributor license agreements.  See the NOTICE file distributed with</span>
                    
28<a name="l00004"></a>00004 <span class="comment"> * this work for additional information regarding copyright ownership.</span>
                    
29<a name="l00005"></a>00005 <span class="comment"> * The ASF licenses this file to You under the Apache License, Version 2.0</span>
                    
                
service.go git://github.com/pgm/gospoke.git | Go | 533 lines
                    
216			} else {
                    
217				timestamp = time.SecondsToLocalTime(v.LastHeartbeatTimestamp/1000).Format(time.Kitchen)
                    
218			}
                    
                
ipv6loganon.c git://pkgs.fedoraproject.org/ipv6calc | C | 502 lines
                    
6 * 
                    
7 * Information:
                    
8 *  Dedicated program for logfile anonymization
                    
421		if (inputtype >= 0) {
                    
422			for (i = 0; i < (int) (sizeof(ipv6calc_formatstrings) / sizeof(ipv6calc_formatstrings[0])); i++) {
                    
423				if (inputtype == ipv6calc_formatstrings[i].number) {
                    
423				if (inputtype == ipv6calc_formatstrings[i].number) {
                    
424					fprintf(stderr, "%s: Found type: %s\n", DEBUG_function_name, ipv6calc_formatstrings[i].token);
                    
425				};
                    
435	switch (inputtype) {
                    
436		case FORMAT_ipv6addr:
                    
437			retval = addr_to_ipv6addrstruct(token, resultstring, &ipv6addr);
                    
439
                    
440		case FORMAT_ipv4addr:
                    
441			retval = addr_to_ipv4addrstruct(token, resultstring, &ipv4addr);
                    
                
pts_test_run_options.php git://pkgs.fedoraproject.org/phoronix-test-suite | PHP | 403 lines
                    
61
                    
62				array_push($text_args, array($o->format_option_display_from_input($value)));
                    
63				array_push($user_args, array($o->format_option_value_from_input($value)));
                    
86
                    
87				// Format the selected option(s)
                    
88				$option_args = array();
                    
92				{
                    
93					array_push($option_args, $o->format_option_value_from_select($c));
                    
94					array_push($option_args_description, $o->format_option_display_from_select($c));
                    
126				{
                    
127					array_push($option_args, $o->format_option_value_from_select($i));
                    
128					array_push($option_args_description, $o->format_option_display_from_select($i));
                    
132			{
                    
133				array_push($option_args, $o->format_option_value_from_select($default_entry));
                    
134				array_push($option_args_description, $o->format_option_display_from_select($default_entry));
                    
                
FacebookReturnTypeProcessor5.java http://facebook-java-api.googlecode.com/svn/trunk/ | Java | 373 lines
                    
244			PrintWriter out = processingEnv.getFiler().createSourceFile( mainClass );
                    
245			out.println( String.format( "package %s;", codepackage ) );
                    
246			out.println();
                    
249			}
                    
250			out.println( String.format( "public class %s extends %s {", mainClassName, baseClassName ) );
                    
251			out.println();
                    
331			String methSig = "    public %s %s( %s ) %s {";
                    
332			methSig = String.format( methSig, "%RETURNTYPE%", methName, parametersIncludingTypes( e ), throwClause( e ) );
                    
333
                    
334			String methCall = "        Object rawResponse = client.%s( %s );";
                    
335			methCall = String.format( methCall, methName, parametersExcludingTypes( e ) );
                    
336
                    
337			String methRet = "        return (%s)parseCallResult( rawResponse );";
                    
338			methRet = String.format( methRet, "%RETURNTYPE%" );
                    
339
                    
                
configure_service_package.rb http://tungsten-replicator.googlecode.com/svn/trunk/ | Ruby | 315 lines
                    
122          elsif @config.getNestedProperty([DEPLOYMENT_TYPE]) == SERVICE_CREATE
                    
123            raise "You must specify a datasource alias or datasource configuration information"
                    
124          end
                    
                
exportNetCDF.m http://imos-toolbox.googlecode.com/svn/trunk/ | Objective C | 439 lines
                    
19%
                    
20% Copyright (c) 2009, eMarine Information Infrastructure (eMII) and Integrated 
                    
21% Marine Observing System (IMOS).
                    
65  
                    
66  dateFmt = readProperty('exportNetCDF.dateFormat');
                    
67  qcSet   = str2double(readProperty('toolbox.qc_set'));
                    
325%   outputType  - The matlab type in which the flags should be output.
                    
326%   dateFmt     - Date format in which date attributes should be output.
                    
327%
                    
410%                  originated.
                    
411%   dateFmt      - format to use for writing date attributes.
                    
412%  
                    
                
HTFormat.h git://pkgs.fedoraproject.org/lynx | C Header | 545 lines
                    
287 */
                    
288    extern HTStream *HTStreamStack(HTFormat format_in,
                    
289				   HTFormat format_out,
                    
300    extern void HTReorderPresentation(HTFormat format_in,
                    
301				      HTFormat format_out);
                    
302
                    
440    extern int HTParseFile(HTFormat format_in,
                    
441			   HTFormat format_out,
                    
442			   HTParentAnchor *anchor,
                    
484    extern int HTParseZzFile(HTFormat format_in,
                    
485			     HTFormat format_out,
                    
486			     HTParentAnchor *anchor,
                    
500    extern int HTParseBzFile(HTFormat format_in,
                    
501			     HTFormat format_out,
                    
502			     HTParentAnchor *anchor,
                    
                
judgment_mapserver.erl http://erl-chess.googlecode.com/svn/trunk/ | Erlang | 122 lines
                    
78handle_call(Request, _From, State) ->
                    
79    io:format("~nbad args : ~p~n", [Request]),
                    
80    Reply = ok,
                    
                
CAudioStringMarshaller.py https://code.google.com/p/hgamer3d/ | Python | 127 lines
                    
29	
                    
30	Transformation Table for "irrstring" Types:
                    
31	----------------------------------------
                    
75		returns lines of code, to create a cpp variable, transform the 
                    
76		input C value to this type. If it is a out variable, transformation
                    
77		of input variable not needed, but creation of cpp variable still needed.
                    
                
StringMarshaller.py https://code.google.com/p/hgamer3d/ | Python | 128 lines
                    
29	
                    
30	Transformation Table for "string" Types:
                    
31	----------------------------------------
                    
76		returns lines of code, to create a cpp variable, transform the 
                    
77		input C value to this type. If it is a out variable, transformation
                    
78		of input variable not needed, but creation of cpp variable still needed.
                    
                
LinkSplitPage.as http://my-as3-lib.googlecode.com/svn/trunk/ | ActionScript | 193 lines
                    
8	import flash.text.TextField;
                    
9	import flash.text.TextFormat;
                    
10	
                    
20
                    
21		private var _format:String = '<a href="[FIRST]">??</a> <a href="[PRE]">???</a> [PAGELIST] <a href="[NEXT]">???</a> <a href="[LAST]">??</a>';
                    
22		public function set Format(v:String):void{
                    
22		public function set Format(v:String):void{
                    
23			_format = v;
                    
24		}
                    
106
                    
107		private var _tf:TextFormat;
                    
108		override protected function createChildren():void {
                    
110			_txt = super.createLabel('');
                    
111			_tf = _txt.getTextFormat();
                    
112			_tf.bold = true;
                    
                
UWord.cpp http://boxvivid.googlecode.com/svn/trunk/ | C++ | 272 lines
                    
235	static int doc;
                    
236	Title(Format("Document%d", ++doc));
                    
237	Icon(CtrlImg::File());
                    
                
ISC_Kapow.js http://smartmobile.googlecode.com/svn/trunk/ | JavaScript | 77 lines
                    
29  CONTACT ISOMORPHIC
                    
30     For more information regarding license rights and restrictions, or to
                    
31     report possible license violations, please contact Isomorphic Software
                    
70  CONTACT ISOMORPHIC
                    
71     For more information regarding license rights and restrictions, or to
                    
72     report possible license violations, please contact Isomorphic Software
                    
                
Space.asp http://king51digg.googlecode.com/svn/trunk/ | ASP | 111 lines
                    
12	   	user_id=int(user_id)
                    
13		if user_id=login_ID then  call format_redirect("MySpace.asp")
                    
14		now_url="Space.asp?user_id="&user_id&"&"
                    
                
PKDeletableTableView.m http://peacock-gcms.googlecode.com/svn/trunk/ | Objective C | 173 lines
                    
159    if (index != NSNotFound)
                    
160        return [[columnVisibility valueForKey:[NSString stringWithFormat:@"%d",index]] boolValue];
                    
161    return nil;
                    
                
JongoResultSetHandler.java https://code.google.com/p/jongo/ | Java | 126 lines
                    
30import org.joda.time.DateTime;
                    
31import org.joda.time.format.DateTimeFormatter;
                    
32import org.joda.time.format.ISODateTimeFormat;
                    
45    private static final Logger l = LoggerFactory.getLogger(JongoResultSetHandler.class);
                    
46    private static final DateTimeFormatter dateTimeFTR = ISODateTimeFormat.dateTime();
                    
47    private static final DateTimeFormatter dateFTR = ISODateTimeFormat.date();
                    
47    private static final DateTimeFormatter dateFTR = ISODateTimeFormat.date();
                    
48    private static final DateTimeFormatter timeFTR = ISODateTimeFormat.time();
                    
49    
                    
85     * Converts a ResultSet to a Map. Important to note that DATE, TIMESTAMP & TIME objects generate
                    
86     * a {@linkplain org.joda.time.DateTime} object using {@linkplain org.joda.time.format.ISODateTimeFormat}.
                    
87     * @param resultSet a {@linkplain java.sql.ResultSet}
                    
                
Category.as.html http://gmaps-samples-flash.googlecode.com/svn/trunk/ | HTML | 89 lines
                    
54    * 
                    
55    *     @see http://www.atomenabled.org/developers/syndication/atom-format-spec.php#rfc.section.4.2.2
                    
56    */</span>        
                    
                
JongoUtils.java https://code.google.com/p/jongo/ | Java | 358 lines
                    
32import org.joda.time.DateTime;
                    
33import org.joda.time.format.DateTimeFormatter;
                    
34import org.joda.time.format.ISODateTimeFormat;
                    
51    /**
                    
52     * Check if a string has the ISO date time format. Uses the ISODateTimeFormat.dateTime() from JodaTime
                    
53     * and returns a DateTime instance. The correct format is yyyy-MM-ddTHH:mm:ss.SSSZ
                    
58        if(arg == null)  return null;
                    
59        DateTimeFormatter f = ISODateTimeFormat.dateTime();
                    
60        DateTime ret = null;
                    
69    /**
                    
70     * Check if a string has the ISO date format. Uses the ISODateTimeFormat.date() from JodaTime
                    
71     * and returns a DateTime instance. The correct format is yyyy-MM-dd or yyyyMMdd
                    
94    /**
                    
95     * Check if a string has the ISO time format. Uses the ISODateTimeFormat.time() from JodaTime
                    
96     * and returns a DateTime instance. The correct format is HH:mm:ss.SSSZZ or HHmmss.SSSZ
                    
                
asttoxml.cpp http://qtd.googlecode.com/svn/trunk/ | C++ | 172 lines
                    
17* Software Foundation and appearing in the file LICENSE.GPL included in
                    
18* the packaging of this file.  Please review the following information
                    
19* to ensure GNU General Public Licensing requirements will be met:
                    
80    QXmlStreamWriter s( &outputFile);
                    
81    s.setAutoFormatting( true );
                    
82
                    
                
affine_registration_error.m http://uniprojectsdn.googlecode.com/svn/ | Objective C | 145 lines
                    
2% This function affine_registration_error, uses affine transfomation of the
                    
3% 3D input volume and calculates the registration error after transformation.
                    
4%
                    
50if((size(I1,3)>3)&&(strcmp(type,'sd')))
                    
51    M=getransformation_matrix(par);
                    
52    if(isa(I1,'double'))
                    
62                par2(i)=par(i)+delta*scale(i);
                    
63                Mg=getransformation_matrix(par2);
                    
64                diffM=(Mg-M).*Me;
                    
80                par2(i)=par(i)+delta*scale(i);
                    
81                Mg=getransformation_matrix(par2);
                    
82                diffM=(Mg-M).*Me;
                    
115function e=affine_registration_error_2d(par,I1,I2,type,mode)
                    
116M=getransformation_matrix(par);
                    
117I3=affine_transform(I1,M,mode);
                    
                
share_levels.lua http://evolutionrts.googlecode.com/svn/trunk/ | Lua | 232 lines
                    
69  else
                    
70    Spring.Echo(string.format(
                    
71      'forced metal sharing level set to: %i%%',
                    
77  else
                    
78    Spring.Echo(string.format(
                    
79      'forced energy sharing level set to: %i%%',
                    
                
ExportSpectrumMGFTask.java http://pride-toolsuite.googlecode.com/svn/ | Java | 143 lines
                    
18/**
                    
19 * Task to export to MGF file format
                    
20 * <p/>
                    
30     */
                    
31    private static final String DEFAULT_TASK_TITLE = "Exporting Spectrum MGF format";
                    
32    /**
                    
34     */
                    
35    private static final String DEFAULT_TASK_DESCRIPTION = "Exporting Spectrum MGF format";
                    
36    /**
                    
41    /**
                    
42     * Retrieve spectrum data in an MGF file format
                    
43     *
                    
133        } catch (InterruptedException e3) {
                    
134            logger.warn("Exporting spectrum in MGF format has been interrupted");
                    
135        } finally {
                    
                
event.lua https://code.google.com/p/strongcwowinterface/ | Lua | 2 lines
                    
1MiDKP=MiDKP or {} local M = MiDKP M.E={} M.E.ErrorList={} M.E.EventList={} function M.E:Assert(MiDKP3_c947a4fd43f33304666b2655fad74dbf,MiDKP3_d19c45ccfeb67ac4ec8851203c94e263,...) if not MiDKP3_c947a4fd43f33304666b2655fad74dbf then self:ThrowError(MiDKP3_d19c45ccfeb67ac4ec8851203c94e263,...) end end function M.E:ThrowError(MiDKP3_d19c45ccfeb67ac4ec8851203c94e263,...) local entity = ... local name = type(entity)=='table' and entity:GetName() if L["ERROR_"..MiDKP3_d19c45ccfeb67ac4ec8851203c94e263] then error(string.format(L["ERROR_"..MiDKP3_d19c45ccfeb67ac4ec8851203c94e263],name or entity)) else error(L.UNDEFINED_ERROR) end end function M.E:RegisterEvent(MiDKP3_d0708241b607c9a9dd1953c812fadfb7,handle) if (not self.EventList[MiDKP3_d0708241b607c9a9dd1953c812fadfb7]) then self.EventList[MiDKP3_d0708241b607c9a9dd1953c812fadfb7] = {}; end table.insert(self.EventList[MiDKP3_d0708241b607c9a9dd1953c812fadfb7], handle); end function M.E:UnregisterEvent(MiDKP3_d0708241b607c9a9dd1953c812fadfb7) self.EventList[MiDKP3_d0708241b607c9a9dd1953c812fadfb7] = {}; end function M.E:FireEvent(MiDKP3_d0708241b607c9a9dd1953c812fadfb7,...) if L["INFO_"..MiDKP3_d0708241b607c9a9dd1953c812fadfb7] then local entity = ... M.U:Print("info",L["INFO_"..MiDKP3_d0708241b607c9a9dd1953c812fadfb7], entity and (entity.GetName and entity:GetName()) or entity) end if (self.EventList[MiDKP3_d0708241b607c9a9dd1953c812fadfb7]) then for _, MiDKP3_04c0600c1b894c6808bccb7243e44859 in ipairs(self.EventList[MiDKP3_d0708241b607c9a9dd1953c812fadfb7]) do MiDKP3_04c0600c1b894c6808bccb7243e44859(...); end end end function M.E:Init() M.U:Debug("Events Inited") M.E:RegisterEvent("ITEM_NEW_SPLIT" ,M.DO.Event .OnNewSplitItem) M.E:RegisterEvent("ITEM_MODIFY_SPLIT" ,M.DO.Event .OnModifySplitItem) M.E:RegisterEvent("ITEM_DELETE_SPLIT" ,M.DO.Event .OnDelSplitItem) M.E:RegisterEvent("EVENT_DELETE_SPLIT" ,M.DO.Item .OnDelSplitEvent) M.E:RegisterEvent("RAID_SELECTED" ,M.UI.Raid .OnSelectedRaidChange) M.E:RegisterEvent("BUTTON_SELECTED" ,M.Widget.Panel.OnSelectedButtonChange) M.E:RegisterEvent("BUTTON_TOGGLED" ,M.UI.Page.EntityToggle) M.E:RegisterEvent("ENTITY_DELETED" ,M.UI.Page.OnButtonDeleted) M.E:RegisterEvent("EVENT_NEW_SYS" ,M.UI.NotifyList.OnNewEvent) M.E:RegisterEvent("ITEM_NEW_SYS" ,M.UI.NotifyList.OnNewItem) M.E:RegisterEvent("POINT_MODIFIED" ,M.DO.Member.UpdateMemberPoint) M.E:RegisterEvent("RAID_ACTIVATED" ,M.UI.Page.OnRaidActivated) M.E:RegisterEvent("MEMBER_DELETED" ,M.DO.Member.OnMemberDeleted) end function M.E:ClearEvents() M.E:UnregisterEvent("ITEM_NEW_SPLIT") M.E:UnregisterEvent("ITEM_MODIFY_SPLIT") M.E:UnregisterEvent("ITEM_DELETE_SPLIT") M.E:UnregisterEvent("EVENT_DELETE_SPLIT") M.E:UnregisterEvent("RAID_SELECTED") M.E:UnregisterEvent("RAID_STARTED") M.E:UnregisterEvent("RAID_ACTIVATED") M.E:UnregisterEvent("RAID_ENDED") M.E:UnregisterEvent("BUTTON_SELECTED") M.E:UnregisterEvent("ENTITY_DELETED") end M.E.H={} function M.E.H:ChatMsgLoot(...) local arg1 = ... local player, itemLink,itemString = M.U:GetItemLink(arg1) if (not itemLink) then return end local member local name, link, quality = GetItemInfo(itemLink) if (name and quality) then if M.DO.Config:IsIgnoredItem(name) then return end if (quality >= M.DO.Config:GetConfig("item_quality") + 1) or M.Debug then member = M.Data.Members:Find(player) M.E:Assert(member,"MEMBER_NOT_IN_LIST",player) M.DO.Notify:AddItemEvent(itemString,member) end end end function M.E.H:ZoneChange() M.U:Debug("Zone Changed") local zone = M.OO.Zone:Find( GetRealZoneText()) if (zone and M.Data.Raid and M.Data.Raid:IsRaidValid()) then M.U:Debug("Zone Added") M.Data.Raid:AddPlace(zone) end end function M.E.H:RaidUpdate() if M.DO.Raid:IsRunning() then M.DO.Raid:UpdateMembers() end end function M.E.H:MonsterEmote(...) local msg = ... local boss = M.OO.Boss:GetByEmote(msg) if boss then M.DO.Notify:AddBossEvent(boss) end end function M.E.H:ChatMessage(...) local msg, player = ... if not M.DO.Config:GetConfig('whisper_enable') then return end local member = M.DO.Member:FindPlayer(player) if not member then return end local printType,val = M.DO.Chat:ParseCommand(msg) if printType then M.U:Debug("Command Type: "..printType) M.DO.Chat:DoSend(printType,member,not M.DO.Config:GetConfig("hide_whisper_reply"),val) end end function M.E.H:AddonLoaded(...) if not (ModManagement_RegisterMod) then M.S:DoHook() M.UI.Frame:OnAddOnLoaded() return else M.S:BigFootReg() end end function M.E.H:CombatLog(...) local _, event, _, _, _, _, dname = ... if (event == "UNIT_DIED") then if (dname) then local zone = M.OO.Zone:Find( GetRealZoneText()) if not zone then return end local boss = M.OO.Boss:Find(zone,dname) if boss then self.tempBoss = nil M.DO.Notify:AddBossEvent(boss) return end if self.tempBoss then boss = self.tempBoss else boss = M.OO.Boss:FindMultiKill(zone,dname) if not boss then return end self.tempBoss = boss end boss:AddMultiKill(dname) if boss:DoneMultiKill() then M.DO.Notify:AddBossEvent(boss) self.tempBoss = nil end end end end function M.E.H.ChatFrameMsg(ui,event,...) local msg, sender = ... if (msg and sender) then local id = msg .. ":" .. sender if (event == "CHAT_MSG_AFK" or event == "CHAT_MSG_DND") then if (MiDKP_AFKDND[sender]) then return end end if (event == "CHAT_MSG_WHISPER_INFORM" and MiDKP_HiddenWhisper[id] and M.DO.Config:GetConfig("hide_whisper_reply") ) then MiDKP_HiddenWhisper[id] = false return end end M.E.H.ChatFrameMsg_ORI(ui,event, ...) end function M.E.H.SlashCommand(cmd,editbox) M.UI.Frame:Toggle() end function M.E.H:StartEndFight() end 
                    
2
                    
                
GridCooldownText.lua https://code.google.com/p/strongcwowinterface/ | Lua | 173 lines
                    
70	if minutes > 89 then
                    
71		text = format("%dh", math.ceil(time/3600))
                    
72	elseif minutes > 0 then
                    
73		--Display: Xm
                    
74		text = format("%dm", minutes)
                    
75	else
                    
                
main.cpp http://mingw-lib.googlecode.com/svn/trunk/ | C++ | 130 lines
                    
19** Foundation and appearing in the file LICENSE.LGPL included in the
                    
20** packaging of this file.  Please review the following information to
                    
21** ensure the GNU Lesser General Public License version 2.1 requirements
                    
31** Foundation and appearing in the file LICENSE.GPL included in the
                    
32** packaging of this file.  Please review the following information to
                    
33** ensure the GNU General Public License version 3.0 requirements will be
                    
                
Latin9Encoding.cpp http://mingw-lib.googlecode.com/svn/trunk/ | C++ | 137 lines
                    
9//
                    
10// Copyright (c) 2004-2007, Applied Informatics Software Engineering GmbH.
                    
11// and Contributors.
                    
                
fw-init.in http://fwtemplates.googlecode.com/svn/trunk/ | Autoconf | 187 lines
                    
90
                    
91# Dependency information.  The native syntax corresponds to Debian,
                    
92# http://www.debian.org/doc/debian-policy/ch-relationships.html
                    
                
Makefile.am git://git.savannah.nongnu.org/ppl.git | Makefile | 184 lines
                    
19#
                    
20# For the most up-to-date information see the Parma Polyhedra Library
                    
21# site: http://www.cs.unipr.it/ppl/ .
                    
                
ShopResolverFilter.java http://yes-cart.googlecode.com/svn/ | Java | 176 lines
                    
24import java.io.IOException;
                    
25import java.text.MessageFormat;
                    
26import java.util.Collections;
                    
69        if (LOG.isDebugEnabled()) {
                    
70            LOG.debug(MessageFormat.format("Request id {0} start at {1}",
                    
71                    servletRequest.toString(),
                    
158        if (LOG.isDebugEnabled()) {
                    
159            LOG.debug(MessageFormat.format("Request id {0}   end at {1}",
                    
160                    servletRequest.toString(),
                    
                
PanUi.py http://promogest.googlecode.com/svn/trunk/ | Python | 162 lines
                    
4#
                    
5# Copyright (C) 2005-2009 by Promotux Informatica - http://www.promotux.it/
                    
6# Author: Francesco Meloni <francesco@promotux.it>
                    
                
message.rb http://howlr.googlecode.com/svn/trunk/ | Ruby | 201 lines
                    
64  # false :: There was a problem sending the message to at least one recipient.
                    
65  #          Check delivery_errors for more information about what caused the failure.
                    
66  def send
                    
93  # The callback sends a REST request to the given callback_url with
                    
94  # the given callback_method, submitting information about the result
                    
95  # of the delivery attempt. Have a look at this method's body for
                    
95  # of the delivery attempt. Have a look at this method's body for
                    
96  # information about what data is submitted with the request. 
                    
97  def callback(recipient, result)
                    
                
PhotoshopDirectory.java http://metadata-extractor.googlecode.com/svn/trunk/ | Java | 137 lines
                    
15 *
                    
16 * More information about this project is available at:
                    
17 *
                    
74        _tagNameMap.put(0x03F0, "Caption");
                    
75        _tagNameMap.put(0x03F1, "Border information");
                    
76        _tagNameMap.put(0x03F2, "Background color");
                    
77        _tagNameMap.put(0x03F3, "Print flags");
                    
78        _tagNameMap.put(0x03F4, "Grayscale and multichannel halftoning information");
                    
79        _tagNameMap.put(0x03F5, "Color halftoning information");
                    
79        _tagNameMap.put(0x03F5, "Color halftoning information");
                    
80        _tagNameMap.put(0x03F6, "Duotone halftoning information");
                    
81        _tagNameMap.put(0x03F7, "Grayscale and multichannel transfer function");
                    
83        _tagNameMap.put(0x03F9, "Duotone transfer functions");
                    
84        _tagNameMap.put(0x03FA, "Duotone image information");
                    
85        _tagNameMap.put(0x03FB, "Effective black and white values");
                    
                
filename.H http://luafltk.googlecode.com/svn/trunk/ | C Header | 177 lines
                    
89 * WARNING: on some systems (very few nowadays?) <dirent.h> may not exist.
                    
90 * The correct information is in one of these files:
                    
91 *
                    
                
BinaryDataUtils.java http://pride-toolsuite.googlecode.com/svn/ | Java | 185 lines
                    
10import java.nio.ByteOrder;
                    
11import java.util.zip.DataFormatException;
                    
12import java.util.zip.Deflater;
                    
141                bos.write(buf, 0, count);
                    
142            } catch (DataFormatException e) {
                    
143                throw new IllegalStateException("Encountered wrong data format " +
                    
                
Environment_WIN32U.cpp http://mingw-lib.googlecode.com/svn/trunk/ | C++ | 210 lines
                    
9//
                    
10// Copyright (c) 2006, Applied Informatics Software Engineering GmbH.
                    
11// and Contributors.
                    
91	vi.dwOSVersionInfoSize = sizeof(vi);
                    
92	if (GetVersionEx(&vi) == 0) throw SystemException("Cannot get OS version information");
                    
93	switch (vi.dwPlatformId)
                    
110	vi.dwOSVersionInfoSize = sizeof(vi);
                    
111	if (GetVersionExW(&vi) == 0) throw SystemException("Cannot get OS version information");
                    
112	std::ostringstream str;
                    
                
ExpireCacheTest.cpp http://mingw-lib.googlecode.com/svn/trunk/ | C++ | 235 lines
                    
5//
                    
6// Copyright (c) 2006, Applied Informatics Software Engineering GmbH.
                    
7// and Contributors.
                    
                
Formating.cpp http://boxvivid.googlecode.com/svn/trunk/ | C++ | 628 lines
                    
59	NextUndo();
                    
60	formatinfo.Bold(!(formatinfo.IsBold() && (formatinfo.charvalid & RichText::BOLD)));
                    
61	ApplyFormat(RichText::BOLD);
                    
66	NextUndo();
                    
67	formatinfo.Italic(!(formatinfo.IsItalic() && (formatinfo.charvalid & RichText::ITALIC)));
                    
68	ApplyFormat(RichText::ITALIC);
                    
73	NextUndo();
                    
74	formatinfo.Underline(!(formatinfo.IsUnderline() && (formatinfo.charvalid & RichText::UNDERLINE)));
                    
75	ApplyFormat(RichText::UNDERLINE);
                    
80	NextUndo();
                    
81	formatinfo.Strikeout(!(formatinfo.IsStrikeout() && (formatinfo.charvalid & RichText::STRIKEOUT)));
                    
82	ApplyFormat(RichText::STRIKEOUT);
                    
87	NextUndo();
                    
88	formatinfo.capitals = !formatinfo.capitals && (formatinfo.charvalid & RichText::CAPITALS);
                    
89	ApplyFormat(RichText::CAPITALS);
                    
                
VwParser.h https://code.google.com/p/shogun-toolbox/ | C Header | 271 lines
                    
39 * CStreamingVwFile and the appropriate read_*_features
                    
40 * function called to parse examples from different formats.
                    
41 *
                    
                
lwres.c http://tclsysdns.googlecode.com/svn/trunk/ | C | 282 lines
                    
87
                    
88	DNSFormatRRDataA(interp, resflags, resObjPtr, addr);
                    
89	return TCL_OK;
                    
193
                    
194			DNSFormatRRHeader(interp, resflags, sectObj,
                    
195					rri->rri_name,
                    
                
TB2Common.hpp http://we-editor.googlecode.com/svn/trunk/ | C++ Header | 98 lines
                    
72extern PACKAGE void __fastcall CallLockSetForegroundWindow(const bool ALock);
                    
73extern PACKAGE int __fastcall DrawTextStr(const HDC DC, const System::UnicodeString AText, Types::TRect &ARect, const unsigned AFormat);
                    
74extern PACKAGE BOOL __fastcall GetTextExtentPoint32Str(const HDC DC, const System::UnicodeString AText, /* out */ tagSIZE &ASize);
                    
76extern PACKAGE HFONT __fastcall CreateRotatedFont(HDC DC);
                    
77extern PACKAGE void __fastcall DrawRotatedText(const HDC DC, System::UnicodeString AText, const Types::TRect &ARect, const unsigned AFormat);
                    
78extern PACKAGE bool __fastcall NeedToPlaySound(const System::UnicodeString Alias);
                    
                
SSPChannel.cs http://sspcomm.googlecode.com/svn/trunk/ | C# | 192 lines
                    
52
                    
53            _logger.WriteLine(String.Format("{0}\t>\t{1}",GetTime(), GetByteArray(data2send)), this.ToString());
                    
54        }
                    
62            {
                    
63                builder.Append(String.Format("0x{0} ", ((Byte)en.Current).ToString("X2")));
                    
64            }
                    
88                }
                    
89                _logger.WriteLine(String.Format("{0}\t<\t{1}", GetTime(), GetByteArray(new Byte[] { (Byte)readedByte })), this.ToString());
                    
90                if (readedByte == SYNC_BYTE)
                    
138
                    
139            _logger.WriteLine(String.Format("{0}\t<\t{1}", GetTime(), GetByteArray(result.ToArray())), this.ToString());
                    
140
                    
154        {
                    
155            _logger.WriteLine(String.Format("{0}\to",GetTime()), this.ToString());
                    
156
                    
                
MessagePrinterTest.cpp https://code.google.com/p/linux-lighting/ | C++ | 168 lines
                    
132void GenericMessagePrinterTest::testNestedPrinter() {
                    
133  // this holds some information on people
                    
134  StringFieldDescriptor *string_descriptor = new StringFieldDescriptor(
                    
                
t_generator.cpp http://mingw-lib.googlecode.com/svn/trunk/ | C++ | 180 lines
                    
17    QAudioOutput *v_output = m_player_ctx->m_audioOutput;
                    
18    QAudioFormat v_format = v_output->format();
                    
19    qint64 v_bytesWaiting = (v_output->bufferSize() - v_output->bytesFree());
                    
31            * (v_bytesPlayed - m_base_bytes)
                    
32            / ( v_format.channels() * v_format.sampleSize() / 8 )
                    
33            / v_format.frequency();
                    
                
TextIteratorTest.cpp http://mingw-lib.googlecode.com/svn/trunk/ | C++ | 245 lines
                    
5//
                    
6// Copyright (c) 2004-2006, Applied Informatics Software Engineering GmbH.
                    
7// and Contributors.
                    
                
Analyze.cs http://smokey.googlecode.com/svn/trunk/ | C# | 378 lines
                    
216			{
                    
217				builder.Append(string.Format("   {0}/{1}   {2}", error.checkID, error.typeName, error.fullName));
                    
218				builder.Append(Environment.NewLine);
                    
289			if (names.Length != 1)
                    
290				throw new Exception(string.Format("{0} has {1} resources", evilPath, names.Length));
                    
291			stream = assembly.GetManifestResourceStream(names[0]);
                    
354			string ap = append ? "-append" : string.Empty;
                    
355			string cmdLine = string.Format("--debug {0} -include-check:R1035 -exclude-check:C1030 -xml -out:{1} {2} {3}", smokePath, m_outFile, ap, evilPath);
                    
356			Process process = Process.Start("mono", cmdLine);
                    
                
Main.asm http://xtideuniversalbios.googlecode.com/svn/trunk/ | Assembly | 153 lines
                    
37%include "MenuPageItem.asm"			; For accessing MENUPAGEITEM structs
                    
38%include "MenuPageItemFormat.asm"	; For printing menuitem names
                    
39%include "FormatTitle.asm"			; For printing menu title
                    
                
EditHeroSprite.pas http://turbu.googlecode.com/svn/trunk/ | Pascal | 177 lines
                    
111begin
                    
112   name := format('mapsprite\%s.png', [GetFilename]);
                    
113   if imgMapSprite.IndexOfName(name) = -1 then
                    
                
test.erl http://grinderl.googlecode.com/svn/trunk/ | Erlang | 159 lines
                    
135    % Data is the rw output of the command
                    
136    % ... let's extract some information
                    
137    % WARNING: no test at all! may failed if the output of ping is slightly
                    
                
snmpset.pl http://net-snmp-perl-module.googlecode.com/svn/trunk/ | Perl | 179 lines
                    
30
                    
31# Do we have enough information?
                    
32if (@ARGV < 4) {
                    
123               abort(sprintf q{The string "%s" is is expected in } .
                    
124                             q{hexadecimal format for type 'h'},
                    
125                             $argv->[$i+2]);
                    
                
IdeDPT.asm http://xtideuniversalbios.googlecode.com/svn/trunk/ | Assembly | 153 lines
                    
26;		DS:DI:	Ptr to Disk Parameter Table
                    
27;		ES:SI:	Ptr to 512-byte ATA information read from the drive
                    
28;		CS:BP:	Ptr to IDEVARS for the controller
                    
40;		DS:DI:	Ptr to Disk Parameter Table
                    
41;		ES:SI:	Ptr to 512-byte ATA information read from the drive
                    
42;	Returns:
                    
86;		DS:DI:	Ptr to Disk Parameter Table
                    
87;		ES:SI:	Ptr to 512-byte ATA information read from the drive
                    
88;		CS:BP:	Ptr to IDEVARS for the controller
                    
104;		DS:DI:	Ptr to Disk Parameter Table
                    
105;		ES:SI:	Ptr to 512-byte ATA information read from the drive
                    
106;		CS:BP:	Ptr to IDEVARS for the controller
                    
                
0.1.1.php https://code.google.com/p/ecartcommerce/ | PHP | 115 lines
                    
49            CONSTRAINT `FK_customer_tag_site` FOREIGN KEY (`site_id`) REFERENCES `{$installer->getTable('core_site')}` (`id`) ON DELETE CASCADE
                    
50        ) ENGINE=InnoDB  DEFAULT CHARSET=utf8 ROW_FORMAT=DYNAMIC AUTO_INCREMENT=1 ;
                    
51
                    
                
nsIDOMHTMLLabelElement.h http://firefox-mac-pdf.googlecode.com/svn/trunk/ | C Header | 141 lines
                    
28 *
                    
29 * For more information on this interface please see
                    
30 * http://www.w3.org/TR/DOM-Level-2-HTML/
                    
                
cef_zip_reader_capi.h http://chromiumembedded.googlecode.com/svn/trunk/ | C++ Header | 149 lines
                    
33// by hand. See the translator.README.txt file in the tools directory for
                    
34// more information.
                    
35//
                    
                
ReferTo.java http://android-rcs-ims-stack.googlecode.com/svn/trunk/ | Java | 147 lines
                    
127 *
                    
128 * Major reformat of code to conform with style guide. Resolved compiler and javadoc warnings. Added CVS tags.
                    
129 *
                    
                
TxtPaint.cpp http://boxvivid.googlecode.com/svn/trunk/ | C++ | 390 lines
                    
10			RichPara p = Get(i, st, true);
                    
11			RichPara::Lines pl = p.FormatLines(INT_MAX);
                    
12			int ccx = 0;
                    
27	RichPara p = Get(parti, rc.styles, false);
                    
28	RichPara::Lines pl = p.FormatLines(cx);
                    
29	pp.ruler = p.format.ruler;
                    
29	pp.ruler = p.format.ruler;
                    
30	pp.before = p.format.before;
                    
31	pp.linecy.Clear();
                    
35	pp.cy = Sum0(pp.linecy);
                    
36	pp.after = p.format.after;
                    
37	pp.newpage = p.format.newpage;
                    
37	pp.newpage = p.format.newpage;
                    
38	pp.keep = p.format.keep;
                    
39	pp.keepnext = p.format.keepnext;
                    
                
LilyPondOutput.hs http://copperbox.googlecode.com/svn/trunk/ | Haskell | 325 lines
                    
102-- This isn\'t right - relative pitch transform needs to return
                    
103-- the final pitch so the trasformation can be \'stacked\' for 
                    
104-- successive phrases.
                    
257-- Middle C in LilyPond is c' - in Mullein terms, after the 
                    
258-- absolute pitch transformation, this is C-octave 1, the 
                    
259-- octave designator has 3 subtracted to represent the number
                    
                
SearchManager.java http://fishkang.googlecode.com/svn/trunk/ | Java | 470 lines
                    
53		int result = searchcacheDAO.createQuery("delete from Searchcaches where expiration<?",
                    
54				Utils.dateFormat(calendar.getTime(), Utils.FULL_DATEFORMAT)).executeUpdate();
                    
55		if (logger.isDebugEnabled()) {
                    
263			calendar.add(Calendar.DAY_OF_MONTH, searchtime);
                    
264			strHQL.append(Utils.dateFormat(calendar.getTime(), Utils.SHORT_DATEFORMAT) + " 00:00:00");
                    
265			strHQL.append("'and ");
                    
                
ProveedorDataGridGen.class.php http://logisticsouth.googlecode.com/svn/trunk/ | PHP | 362 lines
                    
191		 * @param string $strColumnTitle the HTML of the link text
                    
192		 * @param string $intArgumentType the method used to pass information to the edit page (defaults to PathInfo)
                    
193		 */
                    
255
                    
256			// Add the LimitClause information, as well
                    
257			if ($objClause = $this->LimitClause)
                    
                
UUtils.pas http://verinfo-tools.googlecode.com/svn/trunk/ | Pascal | 421 lines
                    
3 *
                    
4 * Miscellaneous support routines for Version Information Editor.
                    
5 *
                    
75    @param InFull [in] True if four digit year require, False for 2 digit year.
                    
76    @return Required year in required format.
                    
77  }
                    
88    @param FileName [in] Name of file requiring extension.
                    
89    @param Filters [in] Pipe delimited file filters, in format used by file
                    
90      dialog boxes.
                    
249    @param InFull [in] True if four digit year require, False for 2 digit year.
                    
250    @return Required year in required format.
                    
251  }
                    
253  if InFull then
                    
254    Result := FormatDateTime('yyyy', TheDate)
                    
255  else
                    
                
S6aSessionFactory.java http://mobicents.googlecode.com/svn/trunk/ | Java | 241 lines
                    
37import org.jdiameter.api.s6a.ServerS6aSession;
                    
38import org.jdiameter.api.s6a.events.JAuthenticationInformationAnswer;
                    
39import org.jdiameter.api.s6a.events.JAuthenticationInformationRequest;
                    
156  @Override
                    
157  public void doAuthenticationInformationRequestEvent(ServerS6aSession appSession, JAuthenticationInformationRequest request) throws InternalException, IllegalDiameterStateException, RouteException, OverloadException {
                    
158    logger.info("Diameter S6a Session Factory :: doAuthenticationInformationRequest :: appSession[" + appSession + "], Request[" + request + "]");
                    
162  @Override
                    
163  public void doAuthenticationInformationAnswerEvent(ClientS6aSession appSession, JAuthenticationInformationRequest request, JAuthenticationInformationAnswer answer) throws InternalException, IllegalDiameterStateException, RouteException, OverloadException {
                    
164    logger.info("Diameter S6a Session Factory :: doAuthenticationInformationAnswer :: appSession[" + appSession + "], Request[" + request + "], Answer[" + answer + "]");
                    
                
config.c https://bitbucket.org/ifcaro/open-ps2-loader/ | C | 549 lines
                    
346		configSetStr(configSet, CONFIG_NET_PS2_GATEW, temp);
                    
347		//The legacy format has no setting for the DNS server, so duplicate the gateway address.
                    
348		configSetStr(configSet, CONFIG_NET_PS2_DNS, temp);
                    
                
Reflection.cs http://iist.googlecode.com/svn/trunk/ | C# | 370 lines
                    
21            foreach (string assemblyString in assemblyStrings)
                    
22                Assembly.LoadFrom(string.Format("{0}\\{1}", Application.StartupPath, assemblyString));
                    
23        }
                    
199                {
                    
200                    throw new Exception(string.Format("????????? ????????? '{0}'. ?????? ???? ?????? ????!", GetTypeDescription(attributeType)));
                    
201                }
                    
                
htcalc.f http://open-fvs.googlecode.com/svn/ | FORTRAN Legacy | 178 lines
                    
31      IF(DEBUG)WRITE(JOSTND,10)
                    
32   10 FORMAT(' ENTERING HTCALC')
                    
33C----------
                    
52      IF(DEBUG)WRITE(JOSTND,20)B0,B1,B2,B3,B4,B5,B6,B7,AG,SINDX,IISPC
                    
53   20 FORMAT(' HTCALC 20F B0-7,AG,SINDX,IISPC = ',/,1H ,10F14.8,I5)
                    
54      IF(DEBUG)WRITE(JOSTND,30)B8,B9,B10,B11,B12,B13
                    
54      IF(DEBUG)WRITE(JOSTND,30)B8,B9,B10,B11,B12,B13
                    
55   30 FORMAT(' HTCALC 30F B8-13 = ',6F12.8)
                    
56C
                    
78        IF(DEBUG)WRITE(JOSTND,9500)X2,X3,SINDX,AG,HGUESS
                    
79 9500   FORMAT(' X2,X3,SINDX,AG',5E12.4)
                    
80C----------
                    
172      IF(DEBUG)WRITE(JOSTND,90021)ISPC,IISPC,AG,SINDX,HGUESS
                    
17390021 FORMAT(' ISPC,IISPC,AG,SINDX,HGUESS = ',2I5,3F12.5)
                    
174      IF(DEBUG)WRITE(JOSTND,*)' LEAVING HTCALC'
                    
                
sumout.f http://open-fvs.googlecode.com/svn/ | FORTRAN Legacy | 159 lines
                    
78     &                         REV,CISN
                    
79    2 FORMAT ('-999',I5,1X,A26,1X,A4,E15.7,5(1X,A))
                    
80C
                    
84      WRITE (JOSTND,5) NPLT,MGMID,ITITLE(1:ISTLNB(ITITLE))
                    
85    5 FORMAT(/' STAND ID: ',A26,4X,'MGMT ID: ',A4,4X,A/)
                    
86      WRITE (JOSTND,10)
                    
86      WRITE (JOSTND,10)
                    
87   10 FORMAT(//33X,'SUMMARY STATISTICS (PER ACRE OR STAND BASED ON TOTAL
                    
88     & STAND AREA)',/,1X,
                    
133     &      (IOSUM(K,I),K=14,16),YMAI
                    
134   20     FORMAT(1X,2I4,I6,I4,I5,2I4,F5.1,7I6,I4,I5,2I4,F5.1,2X,
                    
135     &           I6,I5,I6,2X,F6.1)
                    
141     &      (IOSUM(K,I),K=14,16),YMAI
                    
142 9014     FORMAT(2I4,I6,I4,I5,2I4,F5.1,7I6,I4,I5,2I4,F5.1,2X,I6,
                    
143     &           I5,I6,2X,F6.1)
                    
                
packet-kadm5.c http://cwoodruf-sfu-cmpt.googlecode.com/svn/trunk/ | C | 147 lines
                    
27 * and policies.  It is not officially documented anywhere.  The
                    
28 * information for this dissector came from the MIT kadmin source.
                    
29 */
                    
                
ClipsViewPort.cpp git://git.savannah.nongnu.org/traverso.git | C++ | 212 lines
                    
75	// let's see if the D&D was from the resources bin.
                    
76	if (event->mimeData()->hasFormat("application/x-qabstractitemmodeldatalist")) {
                    
77		QByteArray encodedData = event->mimeData()->data("application/x-qabstractitemmodeldatalist");
                    
                
SearcherSkip.java https://code.google.com/p/matbat/ | Java | 156 lines
                    
13 * For commercial use, please contact Alexander J. Hartemink or the Office of
                    
14 *   Science and Technology at Duke University. More information available at
                    
15 *   http://www.cs.duke.edu/~amink/software/banjo
                    
                
nc_addvar.m http://m--pack.googlecode.com/svn/trunk/ | Objective C | 220 lines
                    
144		mexnc ( 'close', ncid );
                    
145		strformat = '%s:  mexnc:dimid failed to return a dimid for %s, file %s, error ''%s''.\n';
                    
146		msg = sprintf ( strformat, mfilename, varstruct.Dimension{j}, ncfile, ncerr );
                    
                
TransportConsoleWidget.cpp git://git.savannah.nongnu.org/traverso.git | C++ | 225 lines
                    
30#include "TConfig.h"
                    
31#include "Information.h"
                    
32
                    
190	if (m_sheet->is_recording()) {
                    
191		QString recordFormat = config().get_property("Recording", "FileFormat", "wav").toString();
                    
192		int count = 0;
                    
197		}
                    
198		info().information(tr("Recording to %1 Tracks, encoding format: %2").arg(count).arg(recordFormat));
                    
199		m_recAction->setChecked(true);
                    
                
opexpn.f http://open-fvs.googlecode.com/svn/ | FORTRAN Legacy | 245 lines
                    
102      WRITE (IOUT,6010) NCYC,IC,IY(IC+1)
                    
103 6010 FORMAT (/1X,I3,' CYCLES REQUESTED, ',I3,' CYCLES POSSIBLE.  ',
                    
104     >        'PROJECTION WILL END IN ',I4)
                    
                
LoadGLSLProgramFromFiles.m http://psychtoolbox-3.googlecode.com/svn/beta/Psychtoolbox/ | Objective C | 171 lines
                    
20%
                    
21% 'filenames' can have one of two formats: If filenames is a array of
                    
22% strings that define the names of the shaders to use, then all shader
                    
154    % We need to temporarily raise moglcores debuglevel to 2 to get extended
                    
155    % error/validation information:
                    
156    oldDebug = InitializeMatlabOpenGL(-1);
                    
                
MessageWidget.cpp git://git.savannah.nongnu.org/traverso.git | C++ | 244 lines
                    
43	m_button = new QPushButton;
                    
44	m_button->setIcon(style()->standardIcon(QStyle::SP_MessageBoxInformation).pixmap(14, 14));
                    
45	m_button->setMaximumHeight(20);
                    
94		case INFO 	:
                    
95			pm = style()->standardIcon(QStyle::SP_MessageBoxInformation).pixmap(16, 16);
                    
96			painter.fillRect(0, 0, width(), height(), QColor("#F4FFF4"));
                    
106		default		:
                    
107			pm = style()->standardIcon(QStyle::SP_MessageBoxInformation).pixmap(16, 16);
                    
108	}
                    
219		
                    
220		QImage img = style()->standardIcon(QStyle::SP_MessageBoxInformation).pixmap(15, 15).toImage();
                    
221		m_log->document()->addResource(QTextDocument::ImageResource, QUrl("iconinfo"), img);
                    
                
alcoEncoding.c http://nxscripts.googlecode.com/svn/ | C | 273 lines
                    
15    encode <encoding> <data>
                    
16      - Encodes the given data in the specified format.
                    
17      - The 'encoding' parameter must be 'base64' or 'hex'.
                    
19    decode <encoding> <data>
                    
20      - Decodes the given data from the specified format.
                    
21      - The 'encoding' parameter must be 'base64' or 'hex'.
                    
                
RMAppController.m http://readomatic.googlecode.com/svn/trunk/ | Objective C | 167 lines
                    
63	if ([feedString hasPrefix:@"feed:"]) {
                    
64		feedString = [NSString stringWithFormat:@"http:%@", [feedString substringFromIndex:5]];
                    
65	}
                    
66	feedString = (NSString *)CFURLCreateStringByAddingPercentEscapes(kCFAllocatorDefault, (CFStringRef)feedString, NULL, (CFStringRef)@":/?&", kCFStringEncodingUTF8);
                    
67	feedString = [NSString stringWithFormat:@"http://www.google.com/reader/view/feed/%@", feedString];
                    
68
                    
111
                    
112- (void)webView:(WebView *)sender decidePolicyForNavigationAction:(NSDictionary *)actionInformation request:(NSURLRequest *)request frame:(WebFrame *)frame decisionListener:(id<WebPolicyDecisionListener>)listener;
                    
113{
                    
113{
                    
114	//NSLog(@"Deciding Policy for %@", [actionInformation objectForKey:WebActionOriginalURLKey]);
                    
115	[listener use];
                    
117
                    
118- (void)webView:(WebView *)sender decidePolicyForNewWindowAction:(NSDictionary *)actionInformation request:(NSURLRequest *)request newFrameName:(NSString *)frameName decisionListener:(id<WebPolicyDecisionListener>)listener;
                    
119{
                    
                
htcalc.f http://open-fvs.googlecode.com/svn/ | FORTRAN Legacy | 188 lines
                    
45      IF(DEBUG)WRITE(JOSTND,15)
                    
46   15 FORMAT(' ENTERING HTCALC')
                    
47      IF(DEBUG)WRITE(JOSTND,30)AG,SINDX,KSPEC
                    
47      IF(DEBUG)WRITE(JOSTND,30)AG,SINDX,KSPEC
                    
48   30 FORMAT(' IN HTCALC 30F AG,SINDX,KSPEC=',2F10.4,I10)
                    
49C
                    
                
fmcfmd.f http://open-fvs.googlecode.com/svn/ | FORTRAN Legacy | 196 lines
                    
8*  PURPOSE:
                    
9*     THIS SUBROUTINE RETURNS TWO TYPES OF INFORMATION: THE FUEL MODEL
                    
10*     THAT WOULD BE USED IF THE STATIC FUEL MODEL OPTION IS SELECTED
                    
102      IF (DEBUG) WRITE(JOSTND,1) ICYC,IYR,LUSRFM
                    
103    1 FORMAT(' FMCFMD CYCLE= ',I2,' IYR=',I5,' LUSRFM=',L5)
                    
104
                    
110     >           SMALL,LARGE
                    
111    7 FORMAT(' FMCFMD CYCLE= ',I2,' IYR=',I5,' HARVYR=',I5,
                    
112     >       ' LDYNFM=',L2,' PERCOV=',F7.2,' FMKOD=',I4,
                    
191      IF (DEBUG) WRITE (JOSTND,8) SLCHNG,FMD,LDYNFM
                    
192    8 FORMAT (' FMCFMD, SLCHNG=', F5.1, ' FMD=',I4,' LDYNFM=',L2)
                    
193
                    
                
Random.htm http://autohotkey-chinese.googlecode.com/svn/trunk/ | HTML | 85 lines
                    
44<h3>相关命令</h3>
                    
45<p><a href="SetFormat.htm">SetFormat</a></p>
                    
46<h3>示例</h3>
                    
                
ProgressBarDelegate.cs http://htmlconvertsql.googlecode.com/svn/trunk/ | C# | 149 lines
                    
91                    var sqlAsString = sql.ToString().Replace("(MAX)", "");
                    
92                    string querytable = @"SELECT COUNT(*) FROM INFORMATION_SCHEMA.TABLES WHERE TABLE_NAME='"
                    
93                        + createtable + @"' AND TABLE_TYPE='TABLE'";
                    
                
EClientSocketBase.h git://github.com/Komnomnomnom/swigibpy.git | C++ Header | 171 lines
                    
71		const IBString & barSizeSetting, const IBString &whatToShow,
                    
72		int useRTH, int formatDate);
                    
73	void exerciseOptions(TickerId tickerId, const Contract &contract,
                    
                
CloudCredentials.java git://github.com/SpringSource/spring-roo.git | Java | 163 lines
                    
153     * Indicates whether these credentials are complete, i.e. contain enough
                    
154     * information to attempt a login
                    
155     * 
                    
                
io.h git://github.com/colinbenner/ocamlllvm.git | C Header | 126 lines
                    
6/*                                                                     */
                    
7/*  Copyright 1996 Institut National de Recherche en Informatique et   */
                    
8/*  en Automatique.  All rights reserved.  This file is distributed    */
                    
                
misc.mli git://github.com/colinbenner/ocamlllvm.git | OCaml | 104 lines
                    
6(*                                                                     *)
                    
7(*  Copyright 1996 Institut National de Recherche en Informatique et   *)
                    
8(*  en Automatique.  All rights reserved.  This file is distributed    *)
                    
                
AnalystNormalize.java git://github.com/encog/encog-java-core.git | Java | 189 lines
                    
19 *   
                    
20 * For more information on Heaton Research copyrights, licenses 
                    
21 * and trademarks visit:
                    
41/**
                    
42 * This class holds information about the fields that the Encog Analyst will
                    
43 * normalize.
                    
48	/**
                    
49	 * The normalized fields.  These fields define the order and format 
                    
50	 * that data will be presented to the ML method.
                    
                
json_demo.cpp git://github.com/RJ/playdar.git | C++ | 197 lines
                    
147
                    
148    write_formatted( root_obj, os );
                    
149
                    
                
winservice.py git://github.com/web2py/web2py.git | Python | 169 lines
                    
52        except:
                    
53            self.log(traceback.format_exc(sys.exc_info))
                    
54            self.SvcStop()
                    
61        except:
                    
62            self.log(traceback.format_exc(sys.exc_info))
                    
63        win32event.SetEvent(self.stop_event)
                    
                
ExportGroupAction.java git://github.com/jeromerobert/jCAE.git | Java | 181 lines
                    
30import javax.swing.JFileChooser;
                    
31import javax.swing.JFormattedTextField;
                    
32import javax.swing.JLabel;
                    
37import org.jcae.mesh.xmldata.MeshExporter;
                    
38import org.jcae.netbeans.DoubleFormatter;
                    
39import org.openide.ErrorManager;
                    
50	{	
                    
51		private JFormattedTextField scaleField = new JFormattedTextField(1E-3);
                    
52		private JComboBox unitCombo = new JComboBox(new Object[]{"m", "mm"});
                    
79			add(scaleField, gbc);
                    
80			scaleField.setFormatterFactory(DoubleFormatter.FACTORY);
                    
81		}
                    
                
test16.sc git://github.com/barak/scheme2c.git | Scala | 140 lines
                    
72		(chk 16 (c-int-ref s 0) -2))
                    
73	       (else (format #t "Tests 10-16 omitted~%"))))
                    
74    
                    
97		(chk 25 (c-int-ref s 0) -4))
                    
98	       (else (format #t "Tests 20-25 omitted~%"))))
                    
99    
                    
                
SolarisDriver.java git://github.com/joval/jOVAL.git | Java | 166 lines
                    
6import java.text.ParseException;
                    
7import java.text.SimpleDateFormat;
                    
8import java.util.Collection;
                    
100	    uid = Integer.parseInt(tok.nextToken());
                    
101	} catch (NumberFormatException e) {
                    
102	    //DAS -- could be, e.g., 4294967294 (illegal "nobody" value)
                    
106	    gid = Integer.parseInt(tok.nextToken());
                    
107	} catch (NumberFormatException e) {
                    
108	    //DAS -- could be, e.g., 4294967294 (illegal "nobody" value)
                    
132	    length = Long.parseLong(tok.nextToken());
                    
133	} catch (NumberFormatException e) {
                    
134	}
                    
139	    String parsable = new StringBuffer(dateStr.substring(0, 23)).append(dateStr.substring(29)).toString();
                    
140	    mtime = new SimpleDateFormat("yyyy-MM-dd HH:mm:ss.SSS Z").parse(parsable).getTime();
                    
141	} catch (ParseException e) {
                    
                
JwaCpl.pas http://xplib.googlecode.com/svn/trunk/ | Pascal | 318 lines
                    
38{                                                                              }
                    
39{ For more information about the LGPL: http://www.gnu.org/copyleft/lesser.html }
                    
40{                                                                              }
                    
70//        the messages discussed below.
                    
71//     2) If the applet needs to save information in CONTROL.INI minimize
                    
72//        clutter by using the application name [MMCPL.appletname].
                    
196// uses these values to extract copies of the resources and store them in a
                    
197// cache.  Once the resource information is in the cache, the system does not
                    
198// need to load a CPL unless the user actually tries to use it.
                    
199// CPL_DYNAMIC_RES tells the system not to cache the resource, but instead to
                    
200// load the CPL every time it needs to display information about an item.  This
                    
201// allows a CPL to dynamically decide what information will be displayed, but
                    
201// allows a CPL to dynamically decide what information will be displayed, but
                    
202// is SIGNIFICANTLY SLOWER than displaying information from a cache.
                    
203// Typically, CPL_DYNAMIC_RES is used when a control panel must inspect the
                    
                
index-f.html https://code.google.com/p/jeeves-prime/ | HTML | 124 lines
                    
96    </div><div class="entry">
                    
97      <div class="name">formattedText</div>
                    
98      <div class="occurrences"><a name="org.scalatest.events.IndentedText" class="extype" href="../org/scalatest/events/IndentedText.html">IndentedText</a> </div>
                    
99    </div><div class="entry">
                    
100      <div class="name">formatter</div>
                    
101      <div class="occurrences"><a name="org.scalatest.events.Event" class="extype" href="../org/scalatest/events/Event.html">Event</a> <a name="org.scalatest.events" class="extype" href="../org/scalatest/events/package.html">events</a> <a name="org.scalatest.events.InfoProvided" class="extype" href="../org/scalatest/events/InfoProvided.html">InfoProvided</a> <a name="org.scalatest.events.RunAborted" class="extype" href="../org/scalatest/events/RunAborted.html">RunAborted</a> <a name="org.scalatest.events.RunCompleted" class="extype" href="../org/scalatest/events/RunCompleted.html">RunCompleted</a> <a name="org.scalatest.events.RunStarting" class="extype" href="../org/scalatest/events/RunStarting.html">RunStarting</a> <a name="org.scalatest.events.RunStopped" class="extype" href="../org/scalatest/events/RunStopped.html">RunStopped</a> <a name="org.scalatest.events.SuiteAborted" class="extype" href="../org/scalatest/events/SuiteAborted.html">SuiteAborted</a> <a name="org.scalatest.events.SuiteCompleted" class="extype" href="../org/scalatest/events/SuiteCompleted.html">SuiteCompleted</a> <a name="org.scalatest.events.SuiteStarting" class="extype" href="../org/scalatest/events/SuiteStarting.html">SuiteStarting</a> <a name="org.scalatest.events.TestFailed" class="extype" href="../org/scalatest/events/TestFailed.html">TestFailed</a> <a name="org.scalatest.events.TestIgnored" class="extype" href="../org/scalatest/events/TestIgnored.html">TestIgnored</a> <a name="org.scalatest.events.TestPending" class="extype" href="../org/scalatest/events/TestPending.html">TestPending</a> <a name="org.scalatest.events.TestStarting" class="extype" href="../org/scalatest/events/TestStarting.html">TestStarting</a> <a name="org.scalatest.events.TestSucceeded" class="extype" href="../org/scalatest/events/TestSucceeded.html">TestSucceeded</a> </div>
                    
                
CommandLineArgumentsParser.java git://pkgs.fedoraproject.org/thermostat | Java | 127 lines
                    
47import org.apache.commons.cli.GnuParser;
                    
48import org.apache.commons.cli.HelpFormatter;
                    
49import org.apache.commons.cli.MissingOptionException;
                    
117    void printHelp(CommandContext ctx, Command cmd) {
                    
118        HelpFormatter helpFormatter = new HelpFormatter();
                    
119        PrintWriter pw = new PrintWriter(ctx.getConsole().getOutput());
                    
122        Options options = convertToCommonsCLIOptions(acceptedOptions);
                    
123        helpFormatter.printHelp(pw, 80, cmd.getName(), cmd.getUsage(), options, 2, 4, null, true);
                    
124        pw.flush();
                    
                
structoscap__text__traits.html git://pkgs.fedoraproject.org/openscap | HTML | 65 lines
                    
41bool&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="structoscap__text__traits.html#ae9fb73ffedfd786dc6f0488037416769">html</a>: 1</td></tr>
                    
42<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">XHTML-formatted text. <br/></td></tr>
                    
43<tr><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="ad88d7d3cae38db3018026ead8f3613ac"></a><!-- doxytag: member="oscap_text_traits::can_override" ref="ad88d7d3cae38db3018026ead8f3613ac" args="" -->
                    
                
 

Source

Language