100+ results results for 'Format' (4560 ms)
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/Hubbitus/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'; 250oper_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:dphGlobal.h https://gitlab.com/jhalayashraj/nkernel | C Header | 679 lines
35 36 * Date Modified by Modification Information 37cvmx-fpa-defs.h https://gitlab.com/jhalayashraj/nkernel | 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**************************************/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",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 — 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.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));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"));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.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);ixgbe_dcb_82598.c https://github.com/zossso/cm-kernel.git | C | 401 lines
21 22 Contact Information: 23 Linux NICS <linux.nics@intel.com>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"pnmtologo.c https://github.com/zossso/cm-kernel.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"TreeWalker.php https://bitbucket.org/alessandro-aglietti/itis-leonardo-da-vinci.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 *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 }pkcs8.js https://gitlab.com/KongMono/GuitarChord | 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);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' dosync.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) {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. 20multi.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.metadataAbstract.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'];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.DockPaneCaptionFromBase.cs https://github.com/AnthonyNystrom/GenXSource.git | C# | 392 lines
76 77 Font = SystemInformation.MenuFont; 78 251 252 private static StringFormat _textStringFormat = null; 253 protected virtual StringFormat TextStringFormat 256 { 257 if (_textStringFormat == null) 258 { 258 { 259 _textStringFormat = new StringFormat(); 260 _textStringFormat.Trimming = StringTrimming.EllipsisCharacter; 261 _textStringFormat.LineAlignment = StringAlignment.Center; 262 _textStringFormat.FormatFlags = StringFormatFlags.NoWrap; 263 }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 registerpath.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) {HAREntry.js https://gitlab.com/robinduckett/chrome-devtools-secure | JavaScript | 379 lines
151 } 152 console.assert(false, "Incomplete request timing information."); 153 }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,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 *simple.go https://gitlab.com/hasura/kubernetes | Go | 461 lines
421 422// SimpleHandle is a Handle for a very simple encoding format. 423//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.run_layout_tests.py https://bitbucket.org/codefirex/frameworks_base.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') 152spOutput.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.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) {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::Environment.java https://gitlab.com/essere.lab.public/qualitas.class-corpus | Java | 176 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.0MessageChannelMultiPageTest.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 fileBreakpointSite.h https://gitlab.com/jorjpimm/lldb | C Header | 304 lines
136 /// @param[in] context 137 /// This contains the information about this stop. 138 /// 207 /// GetDescription tells you about the breakpoint site's owners. 208 /// Use BreakpointSite::Dump(Stream *) to get information about the 209 /// breakpoint site itself.github_controller_spec.rb https://gitlab.com/liushooter/gitlab-ce | 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 147BaseActivity.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 }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()); 168TransaccionConsultoresGenera.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; 21README.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 filedataTables.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 */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 ofsk.js https://gitlab.com/bcchoi/ionic-elastichat | JavaScript | 149 lines
79 weekdaysMin : 'ne_po_ut_st_št_pi_so'.split('_'), 80 longDateFormat : { 81 LT: 'H:mm',TestStringFormat.cs https://github.com/sdether/mono.git | C# | 414 lines
48 Assert.AreEqual (StringDigitSubstitute.User, sf.DigitSubstitutionMethod, "DigitSubstitutionMethod"); 49 Assert.AreEqual ((StringFormatFlags) 0, sf.FormatFlags, "FormatFlags"); 50 Assert.AreEqual (HotkeyPrefix.None, sf.HotkeyPrefix, "HotkeyPrefix"); 89 { 90 using (StringFormat sf = new StringFormat (StringFormat.GenericTypographic)) { 91 CheckTypographic (sf); 113 Assert.AreEqual (0, sf.DigitSubstitutionLanguage, "DigitSubstitutionLanguage"); 114 Assert.AreEqual ((StringFormatFlags) Int32.MinValue, sf.FormatFlags, "FormatFlags"); 115 } 147 Assert.AreEqual (StringDigitSubstitute.User, sf.DigitSubstitutionMethod, "DigitSubstitutionMethod"); 148 Assert.AreEqual (StringFormatFlags.FitBlackBox | StringFormatFlags.LineLimit | StringFormatFlags.NoClip, sf.FormatFlags, "FormatFlags"); 149 Assert.AreEqual (HotkeyPrefix.None, sf.HotkeyPrefix, "HotkeyPrefix"); 318 smf.FormatFlags = StringFormatFlags.DisplayFormatControl; 319 Assert.AreEqual (StringFormatFlags.DisplayFormatControl, smf.FormatFlags); 320 }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> 113locale-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/valuecontroller.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>options_spec.rb https://gitlab.com/Renatafsouza/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" => :stringterms.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. 72package-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 *BluetoothMidiDevice.java https://gitlab.com/amardeep434/nitro_base | Java | 300 lines
75 76 // PacketReceiver for receiving formatted packets from our BluetoothPacketEncoder 77 private final PacketReceiver mPacketReceiver = new PacketReceiver(); 292 for (int i = offset; i < count; i++) { 293 builder.append(String.format("0x%02X", value[i])); 294 if (i != value.length - 1) {android_media_SoundPool.cpp https://gitlab.com/drgroovestarr/frameworks_base | C++ | 371 lines
42 jfieldID fieldFlags; // AudioAttributes.mFlags 43 jfieldID fieldFormattedTags;// AudioAttributes.mFormattedTags 44}; 192 const jstring jtags = 193 (jstring) env->GetObjectField(jaa, javaAudioAttrFields.fieldFormattedTags); 194 const char* tags = env->GetStringUTFChars(jtags, NULL); 358 javaAudioAttrFields.fieldFlags = env->GetFieldID(audioAttributesClassRef, "mFlags", "I"); 359 javaAudioAttrFields.fieldFormattedTags = 360 env->GetFieldID(audioAttributesClassRef, "mFormattedTags", "Ljava/lang/String;"); 363 || javaAudioAttrFields.fieldFlags == NULL 364 || javaAudioAttrFields.fieldFormattedTags == NULL) { 365 ALOGE("Can't initialize AudioAttributes fields");parse.go https://gitlab.com/davejlong/gitlab-ci-multi-runner | Go | 498 lines
68 69func (p *parser) panicf(format string, v ...interface{}) { 70 msg := fmt.Sprintf("Near line %d (last key parsed '%s'): %s", 70 msg := fmt.Sprintf("Near line %d (last key parsed '%s'): %s", 71 p.approxLine, p.current(), fmt.Sprintf(format, v...)) 72 panic(parseError(msg)) 82 83func (p *parser) bug(format string, v ...interface{}) { 84 log.Fatalf("BUG: %s\n\n", fmt.Sprintf(format, v...)) 218 if err != nil { 219 p.bug("Expected Zulu formatted DateTime, but got '%s'.", it.val) 220 }GUnitExecuteMojo.java https://gitlab.com/essere.lab.public/qualitas.class-corpus | Java | 410 lines
399 public String render() { 400 return String.format( "Tests run: %d, Failures: %d, Invalid: %d", tests, failures, invalids ); 401 }je.svg https://gitlab.com/pidlisnyi/lisbon | SVG | 67 lines
5 <cc:Work rdf:about=""> 6 <dc:format>image/svg+xml</dc:format> 7 <dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage"/>moderator.py https://gitlab.com/noc0lour/mailman | Python | 278 lines
22 23from email.utils import formatdate, getaddresses, make_msgid 24from mailman import public 75 getUtility(IMessageStore).add(msg) 76 # Prepare the message metadata with some extra information needed only by 77 # the moderation interface. 82 msgdata['_mod_reason'] = reason 83 msgdata['_mod_hold_date'] = now().isoformat() 84 # Now hold this request. We'll use the message_id as the key. 133 # and add a header. 134 msg['X-Mailman-Approved-At'] = formatdate( 135 time.mktime(now().timetuple()), localtime=True) 141 else: 142 raise AssertionError('Unexpected action: {0}'.format(action)) 143 # Forward the message.RequestDataCollector.php https://gitlab.com/Pasantias/pasantiasASLG | PHP | 342 lines
7 * 8 * For the full copyright and license information, please view the LICENSE 9 * file that was distributed with this source code. 91 $this->data = array( 92 'format' => $request->getRequestFormat(), 93 'content' => $content, 243 244 public function getFormat() 245 { 245 { 246 return $this->data['format']; 247 } 322 323 $cookie .= '; expires='.str_replace('+0000', '', \DateTime::createFromFormat('U', $expires, new \DateTimeZone('GMT'))->format('D, d-M-Y H:i:s T')); 324 }dhcp_utils.c https://gitlab.com/infraredbg/android_system_core-mt6589 | C | 381 lines
44 * P2p interface names increase sequentially p2p-p2p0-1, p2p-p2p0-2.. after 45 * group formation. This does not work well with system properties which can quickly 46 * exhaust or for specifiying a dhcp start target in init which requiresDiagCertifPpto.java https://gitlab.com/Alexs14/capricornio-re-sabs | Java | 330 lines
90 } 91 catch (NumberFormatException e) {} 92 }Messages_pt_BR.properties https://bitbucket.org/botimer/sakaitrunk.git | Properties File | 81 lines
4del_confirm=Voc\u00EA tem certeza que deseja apagar o seguinte podcast? 5invalid_date_alert=Voc\u00EA deve entrar a data no seguinte formato\: MM/DD/YYYY HH\:MM AM/PM 6internal_error_alert=Um erro interno impediu sua opera\u00E7\u00E3o de ser finalizada. Por favor tente novamente. 11notitle_alert=Alerta\: Voc\u00EA deve entrar com um t\u00EDtulo 12publish_date_format=EEEEEE',' dd MMMMM yyyy hh\:mm a z 13podcast_home_title=Podcasts 38quota_alert=Voc\u00EA excedeu sua quota no Reposit\u00F3rio. Apague itens e tente novamente. 39date_picker_format=MM/dd/yyyy hh\:mm\:ss a 40internal_date_format=yyyyMMddhhmmssSSS 59id_unused_alert=O ID para o recurso n\u00E3o corresponder a um recurso v\u00E1lido. Por favor tente novamente e se isto ocorrer novamente, entre em contato com o suporte para auxiliar a resolver. 60date_picker_format_string=(Format\: MM/DD/YYYY HH\:MM AM/PM) 61email_prompt=Notifica\u00E7\u00E3o por Email 69delete=Apagar 70date_by_hand_format=MM/dd/yyyy hh\:mm a 71options_title=Op\u00E7\u00F5esactions.hpp https://bitbucket.org/nazemnykh_anton/avr-cpp-libs.git | C++ Header | 132 lines
41 // 42 // passing in these information: 43 //thread_info.h https://bitbucket.org/sola/android_board_odroidt_kernel.git | C Header | 173 lines
3 4/* thread_info.h: m32r low-level thread information 5 * 60/* 61 * macros/functions for gaining access to the thread information structure 62 */ 80 81/* how to get the thread information struct from C */ 82static inline struct thread_info *current_thread_info(void) 96 97/* thread information allocation */ 98#ifdef CONFIG_DEBUG_STACK_USAGE 130/* 131 * thread information flags 132 * - these are process state flags that various assembly files may need to accessTimestampable.php https://bitbucket.org/pycmam/symfony.git | PHP | 138 lines
17 * This software consists of voluntary contributions made by many individuals 18 * and is licensed under the LGPL. For more information, see 19 * <http://www.doctrine-project.org>. 116 /** 117 * Gets the timestamp in the correct format based on the way the behavior is configured 118 * 129 if ($options['type'] == 'date') { 130 return date($options['format'], time()); 131 } else if ($options['type'] == 'timestamp') { 131 } else if ($options['type'] == 'timestamp') { 132 return date($options['format'], time()); 133 } else {Sqlite.php https://bitbucket.org/pycmam/symfony.git | PHP | 129 lines
17 * This software consists of voluntary contributions made by many individuals 18 * and is licensed under the LGPL. For more information, see 19 * <http://www.doctrine-project.org>.spectrum_def.h https://bitbucket.org/Legath/krn38.git | C Header | 202 lines
86 87/* The regulatory information */ 88struct rt_dot11_channel_set { 93 94struct rt_dot11_regulatory_information { 95 u8 RegulatoryClass;SWTSkinObjectText1.java https://gitlab.com/essere.lab.public/qualitas.class-corpus | Java | 378 lines
21 22import java.text.NumberFormat; 23import java.text.ParseException; 138 139 int iSize = NumberFormat.getInstance(Locale.US).parse(sSize).intValue(); 140 153 bNewFont = true; 154 } catch (NumberFormatException e) { 155 e.printStackTrace();image.html https://gitlab.com/essere.lab.public/qualitas.class-corpus | HTML | 261 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 205 206<p>You can define filename transformations by using a 207 nested <a href="../Types/mapper.html">mapper</a> element. Theunzip.html https://gitlab.com/essere.lab.public/qualitas.class-corpus | HTML | 243 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 44 45<p>You can define filename transformations by using a nested <a href="../Types/mapper.html">mapper</a> element. The default mapper is the 46<a href="../Types/mapper.html#identity-mapper">identity mapper</a>.depend.html https://gitlab.com/essere.lab.public/qualitas.class-corpus | HTML | 216 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 44<p> 45To learn more about how this information is obtained from the class files, 46please refer to <a href="http://java.sun.com/docs/books/jvms/">the Java 50<p> Since a class' dependencies only change when the class itself changes, the 51depend task is able to cache dependency information. Only those class files 52which have changed will have their dependency information re-analysed. Note that 54recompiled anyway. You can examine the dependency files created to understand 55the dependencies of your classes. Please do not rely, however, on the format of 56the information, as it may change in a later release. </p> 142 <td valign="top">This is a directory in which depend can store and 143retrieve dependency information. If this is not present, depend will not 144use a cache </td>Request.java https://gitlab.com/lisit1003/TTAndroidClient | Java | 347 lines
45 */ 46 public final List<Transformation> transformations; 47 /** Target image width for resizing. */ 77 private Request(Uri uri, int resourceId, 78 List<Transformation> transformations, int targetWidth, 79 int targetHeight, boolean centerCrop, boolean centerInside, 138 private boolean hasRotationPivot; 139 private List<Transformation> transformations; 140 private Bitmap.Config config; 168 if (request.transformations != null) { 169 transformations = new ArrayList<Transformation>( 170 request.transformations); 323 } 324 transformations.add(transformation); 325 return this;GetClient.php https://gitlab.com/VTTE/sitios-vtte | PHP | 403 lines
66 /** 67 * Array of property to format mappings. Used for (de)serialization 68 * 70 */ 71 protected static $swaggerFormats = [ 72 'email' => 'email', 88 /** 89 * Array of property to format mappings. Used for (de)serialization 90 * 92 */ 93 public static function swaggerFormats() 94 { 94 { 95 return self::$swaggerFormats; 96 }RELEASENOTES.md https://gitlab.com/gagandeep/helloworld | Markdown | 208 lines
4# or more contributor license agreements. See the NOTICE file 5# distributed with this work for additional information 6# regarding copyright ownership. The ASF licenses this file 118* Removed js-module for tests from plugin.xml 119* Changing cdvtest format to use module exports 120* register tests using new style 136* [wp8] now pupulates contact photos 137* Update license headers format 138* Add pickContact functionality to cordova contacts pluginautolabel_parms.cxx https://gitlab.com/plastimatch/plastimatch | C++ | 378 lines
1/* ----------------------------------------------------------------------- 2 See COPYRIGHT.TXT and LICENSE.TXT for copyright and license information 3 ----------------------------------------------------------------------- */EditarPreciosRegionales.aspx.vb https://gitlab.com/Jaem95/DisaApp | Visual Basic | 285 lines
14 Dim Accion As String = "" 15 Dim nfi As NumberFormatInfo = New CultureInfo("en-US", False).NumberFormat 16id_jsonp.php https://gitlab.com/emad.rashad/mls-grading | PHP | 196 lines
16 17 /* Database connection information */ 18 $gaSql['user'] = ""; 182 { 183 /* Special output formatting for 'version' column */ 184 $row[] = ($aRow[ $aColumns[$i] ]=="0") ? '-' : $aRow[ $aColumns[$i] ];soap.go https://gitlab.com/akomba/ether-bot-wallet | Go | 157 lines
147 148// SOAPFaultError implements error, and contains SOAP fault information. 149type SOAPFaultError struct {issuable_form.js https://gitlab.com/jiongxuan/gitlab-ce | JavaScript | 150 lines
32 $('.datepicker').datepicker({ 33 dateFormat: 'yy-mm-dd', 34 onSelect: function(dateText, inst) { 135 }, 136 formatResult: function(project) { 137 return project.name_with_namespace; 138 }, 139 formatSelection: function(project) { 140 return project.name_with_namespace;of_mdio.c https://gitlab.com/jhalayashraj/nkernel | C | 190 lines
7 * 8 * This file provides helper functions for extracting PHY device information 9 * out of the OpenFirmware device tree and using it to populate an mii_bus.floppy.h https://gitlab.com/jhalayashraj/nkernel | C Header | 213 lines
196/* 197 * Again, the CMOS information not available 198 */thread_info.h https://gitlab.com/jhalayashraj/nkernel | C Header | 182 lines
1/* MN10300 Low-level thread information 2 * 70/* 71 * macros/functions for gaining access to the thread information structure 72 */ 95 96/* how to get the thread information struct from C */ 97static inline __attribute__((const)) 124 125/* thread information allocation */ 126#ifdef CONFIG_DEBUG_STACK_USAGE 144#ifndef __VMLINUX_LDS__ 145/* how to get the thread information struct from ASM */ 146.macro GET_THREAD_INFO reg 153/* 154 * thread information flags 155 * - these are process state flags that various assembly files may need tosvga_overlay.h https://gitlab.com/jhalayashraj/nkernel | C Header | 201 lines
37/* 38 * Video formats we support 39 */ 45typedef enum { 46 SVGA_OVERLAY_FORMAT_INVALID = 0, 47 SVGA_OVERLAY_FORMAT_YV12 = VMWARE_FOURCC_YV12, 47 SVGA_OVERLAY_FORMAT_YV12 = VMWARE_FOURCC_YV12, 48 SVGA_OVERLAY_FORMAT_YUY2 = VMWARE_FOURCC_YUY2, 49 SVGA_OVERLAY_FORMAT_UYVY = VMWARE_FOURCC_UYVY, 49 SVGA_OVERLAY_FORMAT_UYVY = VMWARE_FOURCC_UYVY, 50} SVGAOverlayFormat; 51 136static inline bool 137VMwareVideoGetAttributes(const SVGAOverlayFormat format, /* IN */ 138 uint32 *width, /* IN / OUT */cache-xsc3l2.c https://gitlab.com/jhalayashraj/nkernel | C | 220 lines
160/* 161 * optimize L2 flush all operation by set/way format 162 */KDbTableOrQuerySchema.h https://gitlab.com/LongAiR/KDb | C Header | 130 lines
111 /*! Like KDbField* field(const QString& name); 112 but returns all information associated with field/column @a name. */ 113 KDbQueryColumnInfo* columnInfo(KDbConnection *conn, const QString& name); 125 126//! Sends information about table or query schema and connection @a connectionAndSchema to debug output @a dbg. 127//! @since 3.1accessories-archiver.svg https://gitlab.com/vmorenomarin/Legacy | SVG | 93 lines
20 rdf:about=""> 21 <dc:format>image/svg+xml</dc:format> 22 <dc:typenamedtuple.py https://gitlab.com/pooja043/Globus_Docker | Python | 117 lines
29 # Parse and validate the field names. Validation serves two purposes, 30 # generating informative error messages and preventing template injection attacks. 31 if isinstance(field_names, basestring):hdpu_cpustate.c https://gitlab.com/envieidoc/advancedtomato2 | C | 247 lines
7 * It exports the /dev/sky_cpustate and also 8 * /proc/sky_cpustate pseudo-file for status information. 9 *dibusb-mc.c https://gitlab.com/envieidoc/advancedtomato2 | C | 154 lines
12 * 13 * see Documentation/dvb/README.dvb-usb for more information 14 */jim-syslog.c https://gitlab.com/envieidoc/advancedtomato2 | C | 190 lines
72/* Syslog_Log - 73 * implements syslog tcl command. General format: syslog ?options? level text 74 * options -facility -ident -optionsi_cfb64.c https://gitlab.com/envieidoc/advancedtomato2 | C | 123 lines
63 * The input and output encrypted as though 64bit cfb mode is being used. 64 * The extra state information to record how much of the 64bit block we have 65 * used is contained in *num;BFD.html https://gitlab.com/infected_/linaro_aarch64-linux-android-5.3.x | HTML | 111 lines
44pre.display {font-family: inherit} 45pre.format {font-family: inherit} 46pre.menu-comment {font-family: serif} 46pre.menu-comment {font-family: serif} 47pre.menu-preformatted {font-family: serif} 48pre.smalldisplay {font-family: inherit; font-size: smaller} 49pre.smallexample {font-size: smaller} 50pre.smallformat {font-family: inherit; font-size: smaller} 51pre.smalllisp {font-size: smaller} 74<a name="index-object-file-management"></a> 75<a name="index-object-formats-available"></a> 76<a name="index-objdump-_002di"></a> 99useful information can be lost using the BFD mechanism: during 100conversion and during output. See <a href="BFD-information-loss.html#BFD-information-loss">BFD information loss</a>. 101</p>Test-Directives.html https://gitlab.com/infected_/linaro_aarch64-linux-android-5.3.x | HTML | 99 lines
51pre.display {font-family: inherit} 52pre.format {font-family: inherit} 53pre.menu-comment {font-family: serif} 53pre.menu-comment {font-family: serif} 54pre.menu-preformatted {font-family: serif} 55pre.smalldisplay {font-family: inherit; font-size: smaller} 56pre.smallexample {font-size: smaller} 57pre.smallformat {font-family: inherit; font-size: smaller} 58pre.smalllisp {font-size: smaller}ncp.h https://gitlab.com/infected_/linaro_aarch64-linux-android-5.3.x | C Header | 198 lines
72 73/* Defines for ReturnInformationMask */ 74#define RIM_NAME (cpu_to_le32(1))controllerEnums.h https://gitlab.com/joseangeljimenez/USB_Host_Shield_2.0 | C Header | 206 lines
9 10 Contact information 11 -------------------position_iterator.hpp https://bitbucket.org/nazemnykh_anton/avr-cpp-libs.git | C++ Header | 436 lines
27// 28// A structure to hold positional information. This includes the file, 29// and the line numberdropzone_input.js https://gitlab.com/alexkeramidas/gitlab-ce | JavaScript | 277 lines
186 pasteText = (text, shouldPad) => { 187 let formattedText = text; 188 if (shouldPad) { 188 if (shouldPad) { 189 formattedText += '\n\n'; 190 } 197 $(child).val(beforeSelection + formattedText + afterSelection); 198 textarea.setSelectionRange(caretStart + formattedText.length, caretEnd + formattedText.length); 199 textarea.style.height = `${textarea.scrollHeight}px`;sql-indicators.c https://gitlab.com/kush/jarulraj-postgresql-cpp | C | 189 lines
144 145 /* use indicators to get information about selects */ 146 { ECPGdo(__LINE__, 0, 1, NULL, 0, ECPGst_normal, "select val from indicator_test where id = 1", ECPGt_EOIT,tags.lua https://gitlab.com/kokeiro001/YamabiYagiNoHoko | Lua | 171 lines
65 if block[tag] and block[tag] ~= text then 66 luadoc.logger:error(string.format("block name conflict: `%s' -> `%s'", block[tag], text)) 67 end 74-- @param tag String with the name of the tag (it must be "param" always). 75-- @param block Table with previous information about the block. 76-- @param text String with the current line beeing processed. 91 if i == nil then 92 luadoc.logger:warn(string.format("documenting undefined parameter `%s'", name)) 93 table.insert(block[tag], name) 165 if not handlers[tag] then 166 luadoc.logger:error(string.format("undefined handler for tag `%s'", tag)) 167 return 168 end 169-- assert(handlers[tag], string.format("undefined handler for tag `%s'", tag)) 170 return handlers[tag](tag, block, text)