PageRenderTime 4423ms queryTime 267ms sortTime 1911ms getByIdsTime 48ms findMatchingLines 20ms

100+ results results for 'Format repo:studiovlijmscherp/sir-trevor-js' (4423 ms)

Not the results you expected?
pnmtologo.c https://github.com/mstsirkin/linux.git | C | 508 lines
                    
2/*
                    
3 *  Convert a logo in ASCII PNM format to C source suitable for inclusion in
                    
4 *  the Linux kernel
                    
78static void die(const char *fmt, ...)
                    
79    __attribute__ ((noreturn)) __attribute ((format (printf, 1, 2)));
                    
80static void usage(void) __attribute ((noreturn));
                    
428	"Valid options:\n"
                    
429	"    -h          : display this usage information\n"
                    
430	"    -n <name>   : specify logo name (default: linux_logo)\n"
                    
                
cvmx-fpa-defs.h https://github.com/mstsirkin/linux.git | C Header | 403 lines
                    
24 * This file may also be available under a different license from Cavium.
                    
25 * Contact Cavium Networks for more information
                    
26 ***********************license end**************************************/
                    
                
ad9834.c https://github.com/mstsirkin/linux.git | C | 464 lines
                    
242/**
                    
243 * see dds.h for further information
                    
244 */
                    
                
HRRequestOperation.m https://gitlab.com/lisit1003/uservoice-ios-sdk | Objective C | 321 lines
                    
9#import "HRRequestOperation.h"
                    
10#import "HRFormatJSON.h"
                    
11#import "UVUtils.h"
                    
15- (NSMutableURLRequest *)http;
                    
16- (NSArray *)formattedResults:(NSData *)data;
                    
17- (void)setDefaultHeadersForRequest:(NSMutableURLRequest *)request;
                    
39        _delegate       = [opts valueForKey:kHRClassAttributesDelegateKey];
                    
40        _formatter      = [HRFormatJSON class];
                    
41    }
                    
158    if([_responseData length] > 0) {
                    
159        results = [[self formatter] decode:_responseData error:&parseError];
                    
160                
                    
186    NSDictionary *headers = [[self options] valueForKey:kHRClassAttributesHeadersKey];
                    
187    [request setValue:[[self formatter] mimeType] forHTTPHeaderField:@"Content-Type"];  
                    
188    [request addValue:[[self formatter] mimeType] forHTTPHeaderField:@"Accept"];
                    
                
6.x-or-7.x-to-7.14.md https://gitlab.com/sbeleidy/gitlab-ee | Markdown | 312 lines
                    
242# Convert all tables to use the InnoDB storage engine (added in GitLab 6.8)
                    
243SELECT CONCAT('ALTER TABLE gitlabhq_production.', table_name, ' ENGINE=InnoDB;') AS 'Copy & run these SQL statements:' FROM information_schema.tables WHERE table_schema = 'gitlabhq_production' AND `ENGINE` <> 'InnoDB' AND `TABLE_TYPE` = 'BASE TABLE';
                    
244
                    
248SET foreign_key_checks = 0;
                    
249SELECT CONCAT('ALTER TABLE gitlabhq_production.', table_name, ' CONVERT TO CHARACTER SET utf8 COLLATE utf8_general_ci;') AS 'Copy & run these SQL statements:' FROM information_schema.tables WHERE table_schema = 'gitlabhq_production' AND `TABLE_COLLATION` <> 'utf8_unicode_ci' AND `TABLE_TYPE` = 'BASE TABLE';
                    
250
                    
                
permview.cs https://github.com/hollow87/mono.git | C# | 411 lines
                    
153			Console.WriteLine ("where options are:");
                    
154			Console.WriteLine (" -output filename  Output information into specified file.");
                    
155			Console.WriteLine (" -decl             Show declarative security attributes on classes and methods.");
                    
155			Console.WriteLine (" -decl             Show declarative security attributes on classes and methods.");
                    
156			Console.WriteLine (" -xml              Output in XML format");
                    
157			Console.WriteLine (" -help             Show help informations (this text)");
                    
393					if (!complete) {
                    
394						Console.Error.WriteLine ("Couldn't reflect informations.");
                    
395						return 1;
                    
                
ObjectWritable.java https://github.com/RS1999ent/hadoop-common.git | Java | 315 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
                    
128     * that may not be running the same version of software.  Sometime in ~2013 
                    
129     * we can consider removing this parameter and always using the compact format.
                    
130     */
                    
                
connect.php https://github.com/joelbrock/is4c_nofc.git | PHP | 447 lines
                    
170
                    
171	$_SESSION["subtotal"] = number_format($_SESSION["runningTotal"] - $_SESSION["transDiscount"], 2);
                    
172	$_SESSION["amtdue"] = $_SESSION["runningTotal"] - $_SESSION["transDiscount"] + $_SESSION["taxTotal"];
                    
                
ixgbe_dcb_82598.c https://github.com/Dabary/linux_gt-i9000.git | C | 401 lines
                    
21
                    
22  Contact Information:
                    
23  Linux NICS <linux.nics@intel.com>
                    
                
DeprecatedOpenglEnum.lua https://github.com/dumganhar/cocos2d-x.git | Lua | 288 lines
                    
4
                    
5_G.GL_RENDERBUFFER_INTERNAL_FORMAT = gl.RENDERBUFFER_INTERNAL_FORMAT
                    
6_G.GL_LINE_WIDTH = gl.LINE_WIDTH
                    
87_G.GL_SRC_COLOR = gl.SRC_COLOR
                    
88_G.GL_COMPRESSED_TEXTURE_FORMATS = gl.COMPRESSED_TEXTURE_FORMATS
                    
89_G.GL_STENCIL_ATTACHMENT = gl.STENCIL_ATTACHMENT
                    
90_G.GL_MAX_VERTEX_ATTRIBS = gl.MAX_VERTEX_ATTRIBS
                    
91_G.GL_NUM_COMPRESSED_TEXTURE_FORMATS = gl.NUM_COMPRESSED_TEXTURE_FORMATS
                    
92_G.GL_BLEND_EQUATION_RGB = gl.BLEND_EQUATION_RGB
                    
                
newsfeeds.php https://github.com/vietvh/Finder.git | PHP | 426 lines
                    
72	/**
                    
73	 * Method to update the item link information when the item category is
                    
74	 * changed. This is fired when the item category is published or unpublished
                    
120	/**
                    
121	 * Method to remove the link information for items that have been deleted.
                    
122	 *
                    
218	/**
                    
219	 * Method to reindex the link information for an item that has been saved.
                    
220	 * This event is fired before the data is actually saved so we are going
                    
271	/**
                    
272	 * Method to update the link information for items that have been changed
                    
273	 * from outside the edit screen. This is fired when the item is published,
                    
337
                    
338		// Build the necessary route and path information.
                    
339		$item->url = $this->getURL($item->id, $this->extension, $this->layout);
                    
                
oper_32b.c https://bitbucket.org/BuzzBumbleBee/android_frameworks_base.git | C | 223 lines
                    
33 *                                                                           *
                    
34 *  We will use DPF (Double Precision Format )in this file to specify        *
                    
35 *  this special format.                                                     *
                    
                
Request.php https://bitbucket.org/babanesma/mysimpleadmin.git | PHP | 439 lines
                    
193     *
                    
194     * Best is to call with array of the format, in order to allow type hinting
                    
195     * when creating the XMLRPC values for each parameter:
                    
                
dev_promice.c https://gitlab.com/envieidoc/advancedtomato2 | C | 400 lines
                    
9    *  boot ROM space.  See Grammar Engine's PromICE manuals
                    
10    *  for more information at http://www.gei.com
                    
11    *  
                    
                
debug.c https://gitlab.com/envieidoc/advancedtomato2 | C | 472 lines
                    
108	if (msg[4] & (1 << 16))
                    
109		printk(KERN_DEBUG "(FormatError), "
                    
110		       "this msg can never be delivered/processed.\n");
                    
                
wbinfo.1.html https://gitlab.com/envieidoc/advancedtomato2 | HTML | 94 lines
                    
1<html><head><meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"><title>wbinfo</title><link rel="stylesheet" href="../samba.css" type="text/css"><meta name="generator" content="DocBook XSL Stylesheets V1.74.0"></head><body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><div class="refentry" lang="en"><a name="wbinfo.1"></a><div class="titlepage"></div><div class="refnamediv"><h2>Name</h2><p>wbinfo &#8212; Query information from winbind daemon</p></div><div class="refsynopsisdiv"><h2>Synopsis</h2><div class="cmdsynopsis"><p><code class="literal">wbinfo</code> [-a user%password] [--all-domains] [--allocate-gid] [--allocate-uid] [-D domain] [--domain domain] [-g] [--getdcname domain] [--get-auth-user] [-G gid] [-h] [-i user] [-I ip] [-K user%password] [-m] [-n name] [-N netbios-name] [--own-domain] [-p] [-r user] [-s sid] [--separator] [--sequence] [--set-auth-user user%password] [-S sid] [-t] [-u] [--uid-info uid] [--user-domgroups sid] [--user-sids sid] [-U uid] [-V] [-Y sid] [--verbose]</p></div></div><div class="refsect1" lang="en"><a name="id2483679"></a><h2>DESCRIPTION</h2><p>This tool is part of the <a class="citerefentry" href="samba.7.html"><span class="citerefentry"><span class="refentrytitle">samba</span>(7)</span></a> suite.</p><p>The <code class="literal">wbinfo</code> program queries and returns information
                    
2	created and used by the <a class="citerefentry" href="winbindd.8.html"><span class="citerefentry"><span class="refentrytitle">winbindd</span>(8)</span></a> daemon. </p><p>The <a class="citerefentry" href="winbindd.8.html"><span class="citerefentry"><span class="refentrytitle">winbindd</span>(8)</span></a> daemon must be configured
                    
3	and running for the <code class="literal">wbinfo</code> program to be able
                    
4	to return information.</p></div><div class="refsect1" lang="en"><a name="id2483735"></a><h2>OPTIONS</h2><div class="variablelist"><dl><dt><span class="term">-a|--authenticate username%password</span></dt><dd><p>Attempt to authenticate a user via winbindd.
                    
5                This checks both authenticaion methods and reports its results.
                    
57		</code></em> option above.  SIDs must be specified as ASCII strings
                    
58		in the traditional Microsoft format. For example,
                    
59		S-1-5-21-1455342024-3071081365-2475485837-500. </p></dd><dt><span class="term">--separator</span></dt><dd><p>Get the active winbind separator.
                    
78		the idmap uid range then the operation will fail. </p></dd><dt><span class="term">--verbose</span></dt><dd><p>
                    
79		      Print additional information about the query
                    
80		      results.
                    
                
ntfslabel.c https://gitlab.com/envieidoc/advancedtomato2 | C | 463 lines
                    
71/**
                    
72 * version - Print version information about the program
                    
73 *
                    
105	       "    -v, --verbose      More output\n"
                    
106	       "    -V, --version      Display version information\n"
                    
107	       "    -h, --help         Display this help\n\n",
                    
                
Manage.c https://gitlab.com/envieidoc/advancedtomato2 | C | 436 lines
                    
139	if (ioctl(fd, GET_ARRAY_INFO, &info) != 0) {
                    
140		fprintf(stderr, Name ": Cannot get array information for %s: %s\n",
                    
141			devname, strerror(errno));
                    
159	if (ioctl(fd, GET_ARRAY_INFO, &info) != 0) {
                    
160		fprintf(stderr, Name ": Cannot get array information for %s: %s\n",
                    
161			devname, strerror(errno));
                    
                
dphGlobal.h https://gitlab.com/jhalayashraj/nkernel | C Header | 679 lines
                    
35
                    
36 * Date            Modified by    Modification Information
                    
37
                    
                
pkcs8.js https://gitlab.com/alexgimson86/HallOfHeroesCordova2 | JavaScript | 510 lines
                    
36function readPkcs8(alg, type, der) {
                    
37	/* Private keys in pkcs#8 format have a weird extra int */
                    
38	if (der.peek() === asn1.Ber.Integer) {
                    
169
                    
170	/* The pkcs#8 format does not include the public key */
                    
171	var y = utils.calculateDSAPublic(g, p, x);
                    
                
reindexdb.c https://gitlab.com/kush/jarulraj-postgresql-cpp | C | 415 lines
                    
129			default:
                    
130				fprintf(stderr, _("Try \"%s --help\" for more information.\n"), progname);
                    
131				exit(1);
                    
148				progname, argv[optind]);
                    
149		fprintf(stderr, _("Try \"%s --help\" for more information.\n"), progname);
                    
150		exit(1);
                    
403	printf(_("  -v, --verbose             write a lot of output\n"));
                    
404	printf(_("  -V, --version             output version information, then exit\n"));
                    
405	printf(_("  -?, --help                show this help, then exit\n"));
                    
                
xmlbeans.css https://bitbucket.org/pymma/openesb-components.git | CSS | 496 lines
                    
140
                    
141/* The listplain style narrows the margin between the formatted line and the one before it.
                    
142   It is to be used when creating a second paragraph in a list item, along with the indent and
                    
                
DataBases.java https://bitbucket.org/pymma/openesb-components.git | Java | 301 lines
                    
18 * with the fields enclosed by brackets "[]" replaced with
                    
19 * your own identifying information: Portions Copyright
                    
20 * [year] [name of copyright owner]
                    
                
TreeWalker.php https://bitbucket.org/iiic/iszp.git | PHP | 409 lines
                    
15 * This software consists of voluntary contributions made by many individuals
                    
16 * and is licensed under the MIT license. For more information, see
                    
17 * <http://www.doctrine-project.org>.
                    
30    /**
                    
31     * Initializes TreeWalker with important information about the ASTs to be walked
                    
32     *
                    
                
run_layout_tests.py https://bitbucket.org/Lloir/miragebase.git | Python | 320 lines
                    
145
                    
146  # Set up logging format.
                    
147  log_level = logging.INFO
                    
150  logging.basicConfig(level=log_level,
                    
151                      format='%(message)s')
                    
152
                    
                
CommandLine.java https://github.com/BoTToEsP/PSXperia.git | Java | 262 lines
                    
37import java.util.regex.Pattern;
                    
38import java.util.zip.DataFormatException;
                    
39
                    
84            ex.printStackTrace();
                    
85        } catch (DataFormatException ex) {
                    
86            Logger.error("Data format error, Java says: %s", ex.getMessage());
                    
198
                    
199    public static void doDecompressImage(String[] args) throws InvalidArgumentException, IOException, DataFormatException {
                    
200        if (args.length < 3)
                    
239        System.out.println("  psxperia [c]onvert [OPTIONS] titleId image.iso output");
                    
240        System.out.println("    titleId           An unique ID, usually from the game in the format NCXAXXXXX_1");
                    
241        System.out.println("    image.iso         Input PSX image. You must rip it on your own!");
                    
                
OptionsNode.cs https://bitbucket.org/VirtualReality/libs.git | C# | 655 lines
                    
25
                    
26#region CVS Information
                    
27/*
                    
382        
                    
383		[OptionNode("DebugInformation")]
                    
384		private bool m_DebugInformation;
                    
388		/// </summary>
                    
389		public bool DebugInformation
                    
390		{
                    
392			{
                    
393				return m_DebugInformation;
                    
394			}
                    
396			{
                    
397				m_DebugInformation = value;
                    
398			}
                    
                
pgtable_types.h https://gitlab.com/SpasilliumNexus/frankenclark_kernel | C Header | 358 lines
                    
71 * _PAGE_FILE (6) and _PAGE_PROTNONE (8) bits. Therefore, it doesn't
                    
72 * require changes to the swp entry format because that bit is always
                    
73 * zero when the pte is not present.
                    
75 * The bit picked must be always zero when the pmd is present and not
                    
76 * present, so that we don't lose information when we set it while
                    
77 * atomically clearing the present bit.
                    
                
emxccompiler.py https://github.com/theosp/google_appengine.git | Python | 319 lines
                    
36    shared_lib_extension = ".dll"
                    
37    static_lib_format = "%s%s"
                    
38    shared_lib_format = "%s%s"
                    
                
target_core_fabric_lib.c https://gitlab.com/openbar/rpi-linux | C | 436 lines
                    
73	/*
                    
74	 * We convert the ASCII formatted N Port name into a binary
                    
75	 * encoded TransportID.
                    
252		len += 7; /* For iSCSI Initiator Session ID + Null terminator */
                    
253		*format_code = 1;
                    
254	} else
                    
254	} else
                    
255		*format_code = 0;
                    
256	spin_unlock_irq(&se_nacl->nacl_sess_lock);
                    
297	 */
                    
298	if ((format_code != 0x00) && (format_code != 0x40)) {
                    
299		pr_err("Illegal format code: 0x%02x for iSCSI"
                    
398	case SCSI_PROTOCOL_ISCSI:
                    
399		return iscsi_get_pr_transport_id(nacl, pr_reg, format_code,
                    
400				buf);
                    
                
qed_sp.h https://github.com/tklauser/linux-nios2.git | C Header | 458 lines
                    
380
                    
381	/* Information regarding operation upon sending & completion */
                    
382	enum spq_mode		comp_mode;
                    
                
sync.js https://gitlab.com/varunsonavne/node-hello | JavaScript | 483 lines
                    
313GlobSync.prototype._readdirError = function (f, er) {
                    
314  // handle errors, and cache the information
                    
315  switch (er.code) {
                    
                
viastitching_dialog.py https://gitlab.com/benjamin.bonnal/viastitching | Python | 334 lines
                    
26        super(ViaStitchingDialog, self).__init__(None)
                    
27        self.SetTitle(_(u"ViaStitching v{0}").format(__version__))
                    
28        self.Bind(wx.EVT_CLOSE, self.onCloseWindow)
                    
                
redis_shared_examples.rb https://gitlab.com/realsatomic/gitlab | Ruby | 407 lines
                    
7  let(:config_file_name) { instance_specific_config_file }
                    
8  let(:config_old_format_socket) { "spec/fixtures/config/redis_old_format_socket.yml" }
                    
9  let(:config_new_format_socket) { "spec/fixtures/config/redis_new_format_socket.yml" }
                    
11  let(:new_socket_path) {"/path/to/redis.sock" }
                    
12  let(:config_old_format_host) { "spec/fixtures/config/redis_old_format_host.yml" }
                    
13  let(:config_new_format_host) { "spec/fixtures/config/redis_new_format_host.yml" }
                    
116
                    
117    context 'with old format' do
                    
118      it_behaves_like 'redis store' do
                    
118      it_behaves_like 'redis store' do
                    
119        let(:config_file_name) { config_old_format_host }
                    
120        let(:host) { "localhost:#{redis_port}" }
                    
123
                    
124    context 'with new format' do
                    
125      it_behaves_like 'redis store' do
                    
                
global_nav.md https://gitlab.com/realsatomic/gitlab | Markdown | 304 lines
                    
18Research shows that people use Google to search for GitLab product documentation. When they land on a result,
                    
19we want them to find topics nearby that are related to the content they're reading. The global nav provides this information.
                    
20
                    
                
PatternSearch_Core.java https://bitbucket.org/ianmayo/debrief.git | Java | 500 lines
                    
321	/**
                    
322	 * whether there is any edit information for this item this is a convenience
                    
323	 * function to save creating the EditorType data first
                    
                
multi.c https://gitlab.com/unofficial-mirrors/redis | C | 338 lines
                    
104/* Send a MULTI command to all the slaves and AOF file. Check the execCommand
                    
105 * implementation for more information. */
                    
106void execCommandPropagateMulti(client *c) {
                    
                
register.py https://github.com/rpattabi/ironruby.git | Python | 307 lines
                    
108            First we try to read the username/password from $HOME/.pypirc,
                    
109            which is a ConfigParser-formatted file with a section
                    
110            [distutils] containing username and password entries (both
                    
225        # figure the data to send - the metadata plus some additional
                    
226        # information used by the package server
                    
227        meta = self.distribution.metadata
                    
                
cell.rb https://github.com/seyfcom/prawn.git | Ruby | 395 lines
                    
24    # Set up, but do not draw, a cell. Useful for creating cells with 
                    
25    # formatting options to be inserted into a Table. Call +draw+ on the 
                    
26    # resulting Cell to ink it.
                    
82
                    
83      # Specifies the color of the cell borders. Given in HTML RGB format, e.g.,
                    
84      # "ccffff".
                    
94      # The background color, if any, for this cell. Specified in HTML RGB
                    
95      # format, e.g., "ccffff". The background is drawn under the whole cell,
                    
96      # including any padding.
                    
                
Abstract.php https://github.com/Riges/KawaiViewModel.git | PHP | 333 lines
                    
154     * parse out and setup the request objects action, provider and parameter
                    
155     * information.
                    
156     */
                    
289
                    
290        // get the actual method and param information
                    
291        $methodName       = $actionableMethod['methodName'];
                    
                
CommitLogReplayer.java https://github.com/stephenc/cassandra.git | Java | 269 lines
                    
84        for (Map.Entry<Integer, AtomicInteger> entry : invalidMutations.entrySet())
                    
85            logger.info(String.format("Skipped %d mutations from unknown (probably removed) CF with id %d", entry.getValue().intValue(), entry.getKey()));
                    
86
                    
199                if (logger.isDebugEnabled())
                    
200                    logger.debug(String.format("replaying mutation for %s.%s: %s", rm.getTable(), ByteBufferUtil.bytesToHex(rm.key()), "{" + StringUtils.join(rm.getColumnFamilies().iterator(), ", ")
                    
201                            + "}"));
                    
                
sparc64obsd-tdep.c https://bitbucket.org/codefirex/toolchain_gdb.git | C | 411 lines
                    
37
                    
38/* OpenBSD uses the traditional NetBSD core file format, even for
                    
39   ports that use ELF.  The core files don't use multiple register
                    
                
rss-testcase.rb https://github.com/akiernan/omnibus.git | Ruby | 478 lines
                    
26    DESCRIPTION_VALUE = "
                    
27    XML.com features a rich mix of information and services
                    
28    for the XML community.
                    
72      :type => "fugafuga",
                    
73      :format => "hohoho",
                    
74      :identifier => "fufufu",
                    
                
ossl_pkey_dh.c https://github.com/akiernan/omnibus.git | C | 532 lines
                    
269 * Stores all parameters of key to the hash
                    
270 * INSECURE: PRIVATE INFORMATIONS CAN LEAK OUT!!!
                    
271 * Don't use :-)) (I's up to you)
                    
295 * Prints all parameters of key to buffer
                    
296 * INSECURE: PRIVATE INFORMATIONS CAN LEAK OUT!!!
                    
297 * Don't use :-)) (I's up to you)
                    
392 *
                    
393 *  See DH_compute_key() for further information.
                    
394 *
                    
                
edoc_scanner.erl https://github.com/akiernan/omnibus.git | Erlang | 366 lines
                    
37
                    
38-export([string/1,string/2,format_error/1]).
                    
39
                    
49
                    
50%% format_error(Error)
                    
51%%  Return a string describing the error.
                    
52
                    
53format_error({string,Quote,Head}) ->
                    
54    ["unterminated string starting with " ++ io_lib:write_string(Head,Quote)];
                    
54    ["unterminated string starting with " ++ io_lib:write_string(Head,Quote)];
                    
55format_error({illegal,Type}) -> io_lib:fwrite("illegal ~w", [Type]);
                    
56format_error(char) -> "unterminated character";
                    
56format_error(char) -> "unterminated character";
                    
57format_error(scan) -> "premature end";
                    
58format_error({base,Base}) -> io_lib:fwrite("illegal base '~w'", [Base]);
                    
                
GUIWindowPVRChannels.cpp https://github.com/koying/xbmc.git | C++ | 412 lines
                    
71  {
                    
72    buttons.Add(CONTEXT_BUTTON_INFO, 19047);                                        /* Programme information */
                    
73    buttons.Add(CONTEXT_BUTTON_FIND, 19003);                                        /* Find similar */
                    
94{
                    
95  return StringUtils::Format("pvr://channels/%s/%s/",
                    
96      m_bRadio ? "radio" : "tv",
                    
384
                    
385    std::string strMessage = StringUtils::Format("%s: '%s'", g_localizeStrings.Get(bReturn ? 19253 : 19254).c_str(), channel->ChannelName().c_str());
                    
386    CGUIDialogKaiToast::QueueNotification(bReturn ? CGUIDialogKaiToast::Info : CGUIDialogKaiToast::Error,
                    
                
style.py https://github.com/DanLipsitt/tablib.git | Python | 392 lines
                    
323
                    
324    def _set_format_code(self, format_code = FORMAT_GENERAL):
                    
325        """Setter for the format_code property."""
                    
326        self._format_code = format_code
                    
327        self._format_index = self.builtin_format_id(format = format_code)
                    
328
                    
332
                    
333    format_code = property(_get_format_code, _set_format_code)
                    
334
                    
346        """Return the id of a standard style."""
                    
347        return self._BUILTIN_FORMATS_REVERSE.get(format, None)
                    
348
                    
348
                    
349    def is_date_format(self, format = None):
                    
350        """Check if the number format is actually representing a date."""
                    
                
path.md https://gitlab.com/CORP-RESELLER/node | Markdown | 515 lines
                    
163
                    
164## path.format(pathObject)
                    
165<!-- YAML
                    
175
                    
176The `path.format()` method returns a path string from an object. This is the
                    
177opposite of [`path.parse()`][].
                    
197// will be returned.
                    
198path.format({
                    
199  dir: '/home/user/dir',
                    
206// platform separator will not be included.
                    
207path.format({
                    
208  root: '/',
                    
213// `name` + `ext` will be used if `base` is not specified.
                    
214path.format({
                    
215  root: '/',
                    
                
pcm_utils.c https://bitbucket.org/thelearninglabs/uclinux-distro-tll-public.git | C | 470 lines
                    
81                    size_t bufferSize2, int vol1, int vol2,
                    
82                    AudioFormat * format)
                    
83{
                    
395/* outFormat bits must be 16 and channels must be 1 or 2! */
                    
396size_t pcm_convertAudioFormat(AudioFormat * inFormat, char *inBuffer,
                    
397                              size_t inSize, AudioFormat * outFormat,
                    
401	size_t len;
                    
402	size_t outSize = pcm_sizeOfConvBuffer(inFormat, inSize, outFormat);
                    
403
                    
433size_t pcm_sizeOfConvBuffer(AudioFormat * inFormat, size_t inSize,
                    
434                            AudioFormat * outFormat)
                    
435{
                    
450
                    
451	if (inFormat->channels != outFormat->channels) {
                    
452		switch (inFormat->channels) {
                    
                
elfcore.h https://github.com/mstsirkin/linux.git | C Header | 171 lines
                    
71	 * to GDB in order for GDB to do the necessary relocations.  The
                    
72	 * fields (below) used to communicate this information are placed
                    
73	 * immediately after ``pr_reg'', so that the loadmap addresses may
                    
157 * the same kernel and hardware config to see what PC values meant.
                    
158 * Dumping its extra ELF program headers includes all the other information
                    
159 * a debugger needs to easily find how the gate DSO was being used.
                    
                
iwl-bus.h https://github.com/mstsirkin/linux.git | C Header | 139 lines
                    
26 *
                    
27 * Contact Information:
                    
28 *  Intel Linux Wireless <ilw@linux.intel.com>
                    
                
r100_track.h https://github.com/mstsirkin/linux.git | C Header | 197 lines
                    
51	bool			roundup_h;
                    
52	unsigned                compress_format;
                    
53};
                    
                
forums_controller_spec.rb https://github.com/Epictetus/Rails-CMS-Wiki-Forum.git | Ruby | 161 lines
                    
49    it "can render rss" do
                    
50      get :show, :id => "37", :format => :rss
                    
51      response.should render_template("show", :format => :rss)
                    
                
DebugClassLoader.php https://gitlab.com/hatemdigify/digifyblog | PHP | 314 lines
                    
7 *
                    
8 * For the full copyright and license information, please view the LICENSE
                    
9 * file that was distributed with this source code.
                    
                
simple.go https://gitlab.com/hasura/kubernetes | Go | 461 lines
                    
421
                    
422// SimpleHandle is a Handle for a very simple encoding format.
                    
423//
                    
                
HAREntry.js https://gitlab.com/robinduckett/chrome-devtools-secure | JavaScript | 379 lines
                    
151            }
                    
152            console.assert(false, "Incomplete request timing information.");
                    
153        }
                    
                
vtoc.h https://bitbucket.org/killerpenguinassassins/open_distrib_devel.git | C Header | 350 lines
                    
16 * fields enclosed by brackets "[]" replaced with your own identifying
                    
17 * information: Portions Copyright [yyyy] [name of copyright owner]
                    
18 *
                    
                
Makefile https://bitbucket.org/killerpenguinassassins/open_distrib_devel.git | Makefile | 265 lines
                    
38		archive_read_support_compression_xz.c \
                    
39		archive_read_support_format_all.c \
                    
40		archive_read_support_format_ar.c \
                    
40		archive_read_support_format_ar.c \
                    
41		archive_read_support_format_cpio.c \
                    
42		archive_read_support_format_empty.c \
                    
42		archive_read_support_format_empty.c \
                    
43		archive_read_support_format_iso9660.c \
                    
44		archive_read_support_format_mtree.c \
                    
44		archive_read_support_format_mtree.c \
                    
45		archive_read_support_format_raw.c \
                    
46		archive_read_support_format_tar.c \
                    
46		archive_read_support_format_tar.c \
                    
47		archive_read_support_format_xar.c \
                    
48		archive_read_support_format_zip.c \
                    
                
compress.c https://bitbucket.org/killerpenguinassassins/open_distrib_devel.git | C | 511 lines
                    
32 *	zmagic() - returns 0 if not recognized, uncompresses and prints
                    
33 *		   information if recognized
                    
34 *	uncompress(method, old, n, newch) - uncompress old into new, 
                    
                
CFileValidator.php https://bitbucket.org/haichau59/manga.git | PHP | 304 lines
                    
13 *
                    
14 * It uses the model class and attribute name to retrieve the information
                    
15 * about the uploaded file. It then checks if a file is uploaded successfully,
                    
                
ezpricetype.php https://github.com/Yannix/ezpublish.git | PHP | 324 lines
                    
181     * Return content action(s) which can be performed on object containing
                    
182     * the current datatype. Return format is array of arrays with key 'name'
                    
183     * and 'action'. 'action' can be mapped to url in datatype.ini
                    
                
fpdi_pdf_parser.php https://bitbucket.org/afeijo/quaizer.git | PHP | 408 lines
                    
270     * Get a Box from a page
                    
271     * Arrayformat is same as used by fpdf_tpl
                    
272     *
                    
                
pprint.py https://github.com/thepian/MeshedBuilder.git | Python | 350 lines
                    
19    Handle pretty-printing operations onto a stream using a configured
                    
20    set of formatting parameters.
                    
21
                    
24
                    
25pformat()
                    
26    Format a Python object into a pretty-printed representation.
                    
41
                    
42__all__ = ["pprint","pformat","isreadable","isrecursive","saferepr",
                    
43           "PrettyPrinter"]
                    
57
                    
58def pformat(object, indent=1, width=80, depth=None):
                    
59    """Format a Python object into a pretty-printed representation."""
                    
59    """Format a Python object into a pretty-printed representation."""
                    
60    return PrettyPrinter(indent=indent, width=width, depth=depth).pformat(object)
                    
61
                    
                
spOutput.c https://github.com/luisibanez/ITK.git | C | 378 lines
                    
29/*
                    
30 *  Revision and copyright information.
                    
31 *
                    
68/*!
                    
69 *  Formats and send the matrix to standard output.  Some elementary
                    
70 *  statistics are also output.  The matrix is output in a format that is
                    
88 *  \param Header
                    
89 *      Flag indicating that extra information should be given, such as row
                    
90 *      and column numbers.
                    
                
metaTubeGraph.cxx https://github.com/luisibanez/ITK.git | C++ | 589 lines
                    
9  implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
                    
10  See the License for more information.
                    
11============================================================================*/
                    
149
                    
150/** Clear tube information */
                    
151void MetaTubeGraph::
                    
174        
                    
175/** Destroy tube information */
                    
176void MetaTubeGraph::
                    
                
AbstractMeasure.php https://github.com/Exercise/zf2.git | PHP | 407 lines
                    
156            $this->setLocale($locale, true);
                    
157            return Locale\Format::toNumber($return, array('locale' => $locale));
                    
158        }
                    
192        try {
                    
193            $value = Locale\Format::getNumber($value, array('locale' => $locale));
                    
194        } catch(\Exception $e) {
                    
                
BrokenLink.svg https://gitlab.com/essere.lab.public/qualitas.class-corpus | SVG | 54 lines
                    
7   contributor license agreements.  See the NOTICE file distributed with
                    
8   this work for additional information regarding copyright ownership.
                    
9   The ASF licenses this file to You under the Apache License, Version 2.0
                    
                
MessageChannelMultiPageTest.java https://gitlab.com/blocknotary/IonicInterviews | Java | 110 lines
                    
5 * or more contributor license agreements.  See the NOTICE file
                    
6 * distributed with this work for additional information
                    
7 * regarding copyright ownership.  The ASF licenses this file
                    
                
FacadeTaskHelper.java https://gitlab.com/essere.lab.public/qualitas.class-corpus | Java | 165 lines
                    
3 *  contributor license agreements.  See the NOTICE file distributed with
                    
4 *  this work for additional information regarding copyright ownership.
                    
5 *  The ASF licenses this file to You under the Apache License, Version 2.0
                    
                
intel_sst_ioctl.h https://github.com/mstsirkin/linux.git | C Header | 440 lines
                    
152	__u8 mpg_id; /* 0=MPEG-2, 1=MPEG-4 */
                    
153	__u8 bs_format; /* input bit stream format adts=0, adif=1, raw=2 */
                    
154	__u8 aac_profile; /* 0=Main Profile, 1=LC profile, 3=SSR profile */
                    
159	__u8 crc_check; /* crc check 0= disable, 1=enable */
                    
160	__s8 bit_stream_format[8]; /* input bit stream format adts/adif/raw */
                    
161	__u8 jstereo; /* Joint stereo Flag */
                    
180	__u32 channel_mask;  /* Channel Mask */
                    
181	__u16 format_tag;	/* Format Tag */
                    
182	__u16 block_align;	/* packet size */
                    
                
github_controller_spec.rb https://gitlab.com/Hubbitus/gitlab-ee | Ruby | 161 lines
                    
87
                    
88          post :create, format: :js
                    
89        end
                    
99
                    
100          post :create, format: :js
                    
101        end
                    
121
                    
122            post :create, format: :js
                    
123          end
                    
135
                    
136            post :create, format: :js
                    
137          end
                    
145
                    
146          post :create, format: :js
                    
147
                    
                
BaseActivity.java https://gitlab.com/adamlwalker/android-discourse | Java | 124 lines
                    
93        if (hasActionBar()) {
                    
94            allTab.setText(String.format("%s (%d)", getString(R.string.uv_all_results_filter), results));
                    
95            articlesTab.setText(String.format("%s (%d)", getString(R.string.uv_articles_filter), articleResults));
                    
95            articlesTab.setText(String.format("%s (%d)", getString(R.string.uv_articles_filter), articleResults));
                    
96            ideasTab.setText(String.format("%s (%d)", getString(R.string.uv_ideas_filter), ideaResults));
                    
97        }
                    
                
TransaccionConsultoresGenera.java https://gitlab.com/Alexs14/capri-re-sabas | Java | 116 lines
                    
19import org.umsa.domain.logic.MiFacade;
                    
20//import org.umsa.web.herramientas.i_formatterDate;
                    
21
                    
                
ProgressFormatter.php https://gitlab.com/Pasantias/pasantiasASLG | PHP | 171 lines
                    
9 *
                    
10 * For the full copyright and license information, please view the LICENSE
                    
11 * file that was distributed with this source code.
                    
13
                    
14namespace PhpSpec\Formatter;
                    
15
                    
19
                    
20class ProgressFormatter extends ConsoleFormatter
                    
21{
                    
111     */
                    
112    private function formatProgressOutput($barLengths, $percents, $isDecorated)
                    
113    {
                    
166        $barLengths = $this->getBarLengths($stats->getCountsHash());
                    
167        $progress = $this->formatProgressOutput($barLengths, $percents, $io->isDecorated());
                    
168
                    
                
sfDoctrineBuildModelTask.class.php https://github.com/bheneka/gitta.git | PHP | 128 lines
                    
7 *
                    
8 * For the full copyright and license information, please view the LICENSE
                    
9 * file that was distributed with this source code.
                    
43
                    
44The task read the schema information in [config/doctrine/*.yml|COMMENT]
                    
45from the project and all enabled plugins.
                    
                
DurationDatatypeValidator.hpp https://github.com/rauls/newscaster.git | C++ Header | 131 lines
                    
51 * originally based on software copyright (c) 2001, International
                    
52 * Business Machines, Inc., http://www.ibm.com .  For more information
                    
53 * on the Apache Software Foundation, please see
                    
                
mei-client-bus.rst https://github.com/kvaneesh/linux.git | ReStructuredText | 168 lines
                    
60try to do some I/O on this bus and this should be done through the :c:func:`mei_cl_send`
                    
61and :c:func:`mei_cl_recv` functions. More detailed information is in :ref:`api` section.
                    
62
                    
                
lynx.vim https://github.com/Brijen/macvim.git | Vim Script | 94 lines
                    
46		     \ JUSTIFY JUSTIFY_MAX_VOID_PERCENT KEYBOARD_LAYOUT KEYMAP LEFTARROW_IN_TEXTFIELD_PROMPT
                    
47		     \ LIST_FORMAT LIST_NEWS_DATES LIST_NEWS_NUMBERS LOCAL_DOMAIN LOCALE_CHARSET
                    
48		     \ LOCAL_EXECUTION_LINKS_ALWAYS_ON LOCAL_EXECUTION_LINKS_ON_BUT_NOT_REMOTE LOCALHOST_ALIAS LYNXCGI_DOCUMENT_ROOT LYNXCGI_ENVIRONMENT
                    
73
                    
74" NOTE: set this if you want the cfg2html.pl formatting directives to be highlighted
                    
75if exists("lynx_formatting_directives")
                    
75if exists("lynx_formatting_directives")
                    
76  syn match lynxFormatDir  "^\.\(h1\|h2\)\s.*$"
                    
77  syn match lynxFormatDir  "^\.\(ex\|nf\)\(\s\+\d\+\)\=$"
                    
77  syn match lynxFormatDir  "^\.\(ex\|nf\)\(\s\+\d\+\)\=$"
                    
78  syn match lynxFormatDir  "^\.fi$"
                    
79endif
                    
83hi def link lynxDelimiter	Special
                    
84hi def link lynxFormatDir	Special
                    
85hi def link lynxNumber		Number
                    
                
ATM_Params.h https://github.com/Bootz/Singularity.git | C Header | 214 lines
                    
56 *
                    
57 * @brief Wrapper class that simplifies the information passed to the ATM
                    
58 * enabled ACE_ATM_Connector class.
                    
177
                    
178  /// Information about the protocol.
                    
179  ACE_Protocol_Info *protocol_info_;
                    
                
DOM_RangeException.hpp https://github.com/rauls/newscaster.git | C++ Header | 144 lines
                    
51 * originally based on software copyright (c) 1999, International
                    
52 * Business Machines, Inc., http://www.ibm.com .  For more information
                    
53 * on the Apache Software Foundation, please see
                    
                
11n_aggr.c https://github.com/mstsirkin/linux.git | C | 314 lines
                    
31 *
                    
32 * The resultant AMSDU subframe format is -
                    
33 *
                    
146 * A TxPD is also added to the front of the resultant AMSDU packets for
                    
147 * transmission. The resultant packets format is -
                    
148 *
                    
                
dataTables.semanticui.js https://gitlab.com/dae.nuli/resep | JavaScript | 208 lines
                    
10 * controls using Bootstrap. See http://datatables.net/manual/styling/bootstrap
                    
11 * for further information.
                    
12 */
                    
                
README.md https://gitlab.com/gagandeep/helloworld | Markdown | 190 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
                    
                
sk.js https://gitlab.com/danerictech/SaMo-Parking-App | JavaScript | 149 lines
                    
79    weekdaysMin : 'ne_po_ut_st_Å¡t_pi_so'.split('_'),
                    
80    longDateFormat : {
                    
81        LT: 'H:mm',
                    
                
MonocleCursor.java https://gitlab.com/hemp85/jBrowserDriver | Java | 132 lines
                    
21 * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
                    
22 * or visit www.oracle.com if you need additional information or have any
                    
23 * questions.
                    
                
fs_usb.c https://gitlab.com/feliperey4/Interfaz_Grafica_HDMI_EDUCIAA | C | 182 lines
                    
9 * Software that is described herein is for illustrative purposes only
                    
10 * which provides customers with programming information regarding the
                    
11 * LPC products.  This software is supplied "AS IS" without any warranties of
                    
                
ctrlmondata.c https://github.com/acmel/linux.git | C | 490 lines
                    
11 *
                    
12 * More information about RDT be found in the Intel (R) x86 Architecture
                    
13 * Software Developer Manual June 2016, volume 3, section 17.17.
                    
386			    dom->mbps_val[closid]);
                    
387		seq_printf(s, r->format_str, dom->id, max_data_width,
                    
388			   ctrl_val);
                    
                
GempakParameterTable.java https://github.com/blazetopher/THREDDS.git | Java | 353 lines
                    
193            decimalScale = Integer.parseInt(words[4].trim());
                    
194        } catch (NumberFormatException ne) {
                    
195            decimalScale = 0;
                    
                
ppp_defs.h https://github.com/gby/linux.git | C Header | 150 lines
                    
29#define	PPP_ALLSTATIONS	0xff	/* All-Stations broadcast address */
                    
30#define	PPP_UI		0x03	/* Unnumbered Information */
                    
31#define	PPP_FLAG	0x7e	/* Flag Sequence */
                    
                
ls_ucode_gr.c https://github.com/gby/linux.git | C | 158 lines
                    
37 *
                    
38 * Return: allocated ucode image with corresponding descriptor information. desc
                    
39 *         is also updated to contain the right offsets within returned image.
                    
                
adf_dh895xccvf_hw_data.c https://github.com/gby/linux.git | C | 150 lines
                    
15
                    
16  Contact Information:
                    
17  qat-linux@intel.com
                    
                
opp.rst https://github.com/kvaneesh/linux.git | ReStructuredText | 381 lines
                    
48OPP library provides a set of helper functions to organize and query the OPP
                    
49information. The library is located in drivers/opp/ directory and the header
                    
50is located in include/linux/pm_opp.h. OPP library can be enabled by enabling
                    
58 SoC framework	-> modifies on required cases certain OPPs	-> OPP layer
                    
59		-> queries to search/retrieve information	->
                    
60
                    
105	with the dev_pm_opp_enable/disable functions. OPP library
                    
106	internally stores and manages this information in the opp struct.
                    
107	This function may be used by SoC framework to define a optimal list
                    
166	provided frequency. This function is useful while searching for a lesser
                    
167	match OR operating on OPP information in the order of decreasing
                    
168	frequency.
                    
345	represent an OPP. In addition to the freq, voltage, availability
                    
346	information, it also contains internal book keeping information required
                    
347	for the OPP library to operate on.  Pointer to this structure is
                    
                
nvidia,tegra20-pmc.yaml https://github.com/kvaneesh/linux.git | YAML | 390 lines
                    
253      The pad configuration state nodes are placed under the pmc node and they
                    
254      are referred to by the pinctrl client properties. For more information
                    
255      see Documentation/devicetree/bindings/pinctrl/pinctrl-bindings.txt.
                    
                
trace_printk.c https://github.com/Dabary/linux_gt-i9000.git | C | 251 lines
                    
24/*
                    
25 * modules trace_printk()'s formats are autosaved in struct trace_bprintk_fmt
                    
26 * which are queued on trace_bprintk_fmt_list.
                    
37
                    
38static inline struct trace_bprintk_fmt *lookup_format(const char *fmt)
                    
39{
                    
48static
                    
49void hold_module_trace_bprintk_format(const char **start, const char **end)
                    
50{
                    
54	for (iter = start; iter < end; iter++) {
                    
55		struct trace_bprintk_fmt *tb_fmt = lookup_format(*iter);
                    
56		if (tb_fmt) {
                    
72
                    
73static int module_trace_bprintk_format_notify(struct notifier_block *self,
                    
74		unsigned long val, void *data)
                    
                
JobID.java https://github.com/RS1999ent/hadoop-mapreduce.git | Java | 162 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
                    
23import java.io.IOException;
                    
24import java.text.NumberFormat;
                    
25
                    
60  
                    
61  protected static final NumberFormat idFormat = NumberFormat.getInstance();
                    
62  static {
                    
62  static {
                    
63    idFormat.setGroupingUsed(false);
                    
64    idFormat.setMinimumIntegerDigits(4);
                    
114    builder.append(SEPARATOR);
                    
115    builder.append(idFormat.format(id));
                    
116    return builder;
                    
                
ShellBasedUnixGroupsNetgroupMapping.java https://github.com/RS1999ent/hadoop-common.git | Java | 151 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
                    
135   * @param netgroup get users for this netgroup
                    
136   * @return string of users for a given netgroup in getent netgroups format
                    
137   */
                    
                
spectrum_def.h https://github.com/Dabary/linux_gt-i9000.git | C Header | 202 lines
                    
86
                    
87/* The regulatory information */
                    
88struct rt_dot11_channel_set {
                    
93
                    
94struct rt_dot11_regulatory_information {
                    
95	u8 RegulatoryClass;
                    
                
util.c https://bitbucket.org/Don2x/mod-kernel-m7-sources.git | C | 250 lines
                    
210
                    
211int __ui__warning(const char *title, const char *format, va_list args)
                    
212{
                    
214
                    
215	if (use_browser > 0 && vasprintf(&s, format, args) > 0) {
                    
216		int key;
                    
225	fprintf(stderr, "%s:\n", title);
                    
226	vfprintf(stderr, format, args);
                    
227	return K_ESC;
                    
229
                    
230int ui__warning(const char *format, ...)
                    
231{
                    
234
                    
235	va_start(args, format);
                    
236	key = __ui__warning("Warning", format, args);
                    
                
README.md https://gitlab.com/nVySin/Mo_Grabber | Markdown | 406 lines
                    
3
                    
4An MDL footer component takes two basic forms: *mega-footer* and *mini-footer*. As the names imply, mega-footers contain more (and more complex) content than mini-footers. A mega-footer presents multiple sections of content separated by horizontal rules, while a mini-footer presents a single section of content. Both footer forms have their own internal structures, including required and optional elements, and typically include both informational and clickable content, such as links.
                    
5
                    
272    <div class="mdl-logo">
                    
273      More Information
                    
274    </div>
                    
369    <div class="mdl-logo">
                    
370      More Information
                    
371    </div>
                    
                
loader.html https://gitlab.com/bipsahu/ptcs | HTML | 273 lines
                    
109
                    
110<p>Config options can usually also be set via a config file. Each library is explained in detail in its own page, so please read the information regarding each one you would like to use.</p>
                    
111
                    
111
                    
112<p>Please take note, when multiple libraries are supplied in an array for the first parameter, each will receive the same parameter information.</p>
                    
113
                    
                
package-use.html https://gitlab.com/fabi.gjuzi/Portfolio | HTML | 284 lines
                    
97<div class="block">storage package contains low level binary structures for POIFS's implementation of the OLE 2
                    
98Compound Document Format.</div>
                    
99</td>
                    
                
NoPropertySetStreamException.html https://gitlab.com/fabi.gjuzi/Portfolio | HTML | 322 lines
                    
36<ul class="navList">
                    
37<li><a href="../../../../org/apache/poi/hpsf/NoFormatIDException.html" title="class in org.apache.poi.hpsf"><span class="strong">Prev Class</span></a></li>
                    
38<li><a href="../../../../org/apache/poi/hpsf/NoSingleSectionException.html" title="class in org.apache.poi.hpsf"><span class="strong">Next Class</span></a></li>
                    
117extends <a href="../../../../org/apache/poi/hpsf/HPSFException.html" title="class in org.apache.poi.hpsf">HPSFException</a></pre>
                    
118<div class="block"><p>This exception is thrown if a format error in a property set stream is
                    
119 detected or when the input data do not constitute a property set stream.</p>
                    
275<ul class="navList">
                    
276<li><a href="../../../../org/apache/poi/hpsf/NoFormatIDException.html" title="class in org.apache.poi.hpsf"><span class="strong">Prev Class</span></a></li>
                    
277<li><a href="../../../../org/apache/poi/hpsf/NoSingleSectionException.html" title="class in org.apache.poi.hpsf"><span class="strong">Next Class</span></a></li>
                    
                
Settings.php https://gitlab.com/abhijit13/taasika | PHP | 389 lines
                    
181    /**
                    
182     * Set the locale code to use for formula translations and any special formatting
                    
183     *
                    
                
controller.php https://gitlab.com/komputer007123/cpulogger | PHP | 321 lines
                    
9 * @todo switch params for http compression from 0,1,2 to values to be used directly
                    
10 * @todo add a little bit more CSS formatting: we broke IE box model getting a width > 100%...
                    
11 * @todo add support for more options, such as ntlm auth to proxy, or request charset encoding
                    
314<td colspan="4" class="labelcell"><input type="text" name="clientcookies" size="80" value="<?php echo htmlspecialchars($clientcookies); ?>" /></td>
                    
315<td colspan="2">Format: 'cookie1=value1, cookie2=value2'</td>
                    
316</tr>
                    
                
terms.md https://gitlab.com/jbeta/abemedia.de | Markdown | 125 lines
                    
25
                    
26Design concepts can include site mock ups, graphics and design proposals. The client agrees that (unless specifically agreed otherwise) only one concept will be provided by ABE Media. The client should ensure that they have provided as much information as possible pertaining to colour schemes, artwork and design requirements beforehand. Note: Design concepts and associated graphics remain the property of ABE Media unless otherwise agreed.
                    
27
                    
37
                    
38ABE Media cannot take responsibility for any losses incurred by the use of any software created for the client. Whilst every care is taken to ensure products are problem free and accurate, the ultimate responsibility lies with the client to ensure that all software is functioning correctly before and during use. Where applications or sites are developed on servers not recommended by ABE Media, the client is expected to provide or seek any information, additional software, support or co-operation pertaining to the server required in order for the application to be correctly developed. Where large applications are to be developed on servers not recommended by ABE Media, it is the client's responsibility to provide a suitable testing environment which is identical to the final production environment. The client is expected to test fully any application or programming relating to a website developed by ABE Media before it is made generally available for use. Where "bugs", errors or other issues are found after the site/development is live, ABE Media will endeavour (but is not obliged to) to correct these issues to meet the standards of function outlined in the brief.
                    
39
                    
70
                    
71All information pertinent to a Search Optimisation campaign shall be supplied to ABE Media, including history of any prior campaigns conducted with other Search Optimisation providers.
                    
72
                    
                
options_spec.rb https://gitlab.com/gag2502/EP3OO | Ruby | 414 lines
                    
38    it "writes --name value for anything else" do
                    
39      expect(Thor::Options.to_switches(:format => "specdoc")).to eq('--format "specdoc"')
                    
40    end
                    
192      it "raises an error if the required switch has no argument" do
                    
193        expect { parse("--foo") }.to raise_error(Thor::MalformattedArgumentError)
                    
194      end
                    
266
                    
267      it "accepts a --no-switch format" do
                    
268        create "--foo" => "bar"
                    
271
                    
272      it "does not consume an argument for --no-switch format" do
                    
273        create "--cheese" => :string
                    
276
                    
277      it "accepts a --switch format on non required types" do
                    
278        create "--foo" => :string
                    
                
locale-fr-debug.js https://gitlab.com/Mirros/cdnjs | JavaScript | 321 lines
                    
42        Ext.Date.getMonthNumber = function(name) {
                    
43            return Ext.Date.monthNumbers[Ext.util.Format.capitalize(name)];
                    
44        };
                    
58
                    
59    if (Ext.util && Ext.util.Format) {
                    
60        Ext.apply(Ext.util.Format, {
                    
64            // French Euro
                    
65            dateFormat: 'd/m/Y'
                    
66        });
                    
101    todayTip: "{0} (Barre d'espace)",
                    
102    format: "d/m/y",
                    
103    startDay: 1
                    
163    maxText: "La date de ce champ ne peut être postérieure au {0}",
                    
164    invalidText: "{0} n'est pas une date valide - elle doit être au format suivant: {1}",
                    
165    format: "d/m/y",
                    
                
dom-style.js.uncompressed.js https://gitlab.com/Mirros/cdnjs | JavaScript | 329 lines
                    
59		//		Gets a "computed style" object which can be used to gather
                    
60		//		information about the current state of the rendered node.
                    
61		//
                    
62		//		Note that this may behave differently on different browsers.
                    
63		//		Values may have different formats and value encodings across
                    
64		//		browsers.
                    
267		// name: String|Object
                    
268		//		the style property to set in DOM-accessor format
                    
269		//		("borderWidth", not "border-width") or an object with key/value
                    
                
 

Source

Language