~ubuntu-branches/ubuntu/wily/zeromq3/wily-proposed

« back to all changes in this revision

Viewing changes to doc/zmq_msg_init_size.html

  • Committer: Package Import Robot
  • Author(s): Alessandro Ghedini
  • Date: 2014-03-16 14:02:28 UTC
  • mfrom: (1.1.6) (6.1.1 experimental)
  • Revision ID: package-import@ubuntu.com-20140316140228-ig1sgh7czk59m9ux
Tags: 4.0.4+dfsg-1
* QA upload; orphan the package
  - Upload to unstable
* New upstream release
* Update repack.stub script
* Drop 02_fix-exported-symbols.patch and 03_fix-s390-rdtsc.patch
  (merged upstream)

Show diffs side-by-side

added added

removed removed

Lines of Context:
3
3
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
4
4
<head>
5
5
<meta http-equiv="Content-Type" content="application/xhtml+xml; charset=UTF-8" />
6
 
<meta name="generator" content="AsciiDoc 8.6.7" />
 
6
<meta name="generator" content="AsciiDoc 8.6.6" />
7
7
<title>zmq_msg_init_size(3)</title>
8
8
<style type="text/css">
9
9
/* Shared CSS for AsciiDoc xhtml11 and html5 backends */
349
349
  margin-bottom: 0.1em;
350
350
}
351
351
 
352
 
div.toclevel0, div.toclevel1, div.toclevel2, div.toclevel3, div.toclevel4 {
 
352
div.toclevel1, div.toclevel2, div.toclevel3, div.toclevel4 {
353
353
  margin-top: 0;
354
354
  margin-bottom: 0;
355
355
}
407
407
span.overline { text-decoration: overline; }
408
408
span.line-through { text-decoration: line-through; }
409
409
 
410
 
div.unbreakable { page-break-inside: avoid; }
411
 
 
412
410
 
413
411
/*
414
412
 * xhtml11 specific
416
414
 * */
417
415
 
418
416
tt {
419
 
  font-family: "Courier New", Courier, monospace;
 
417
  font-family: monospace;
420
418
  font-size: inherit;
421
419
  color: navy;
422
420
}
455
453
 * */
456
454
 
457
455
.monospaced {
458
 
  font-family: "Courier New", Courier, monospace;
 
456
  font-family: monospace;
459
457
  font-size: inherit;
460
458
  color: navy;
461
459
}
583
581
 
584
582
  function tocEntries(el, toclevels) {
585
583
    var result = new Array;
586
 
    var re = new RegExp('[hH]([1-'+(toclevels+1)+'])');
 
584
    var re = new RegExp('[hH]([2-'+(toclevels+1)+'])');
587
585
    // Function that scans the DOM tree for header elements (the DOM2
588
586
    // nodeIterator API would be a better technique but not supported by all
589
587
    // browsers).
612
610
  var i;
613
611
  for (i = 0; i < toc.childNodes.length; i++) {
614
612
    var entry = toc.childNodes[i];
615
 
    if (entry.nodeName.toLowerCase() == 'div'
 
613
    if (entry.nodeName == 'div'
616
614
     && entry.getAttribute("class")
617
615
     && entry.getAttribute("class").match(/^toclevel/))
618
616
      tocEntriesToRemove.push(entry);
658
656
  var entriesToRemove = [];
659
657
  for (i = 0; i < noteholder.childNodes.length; i++) {
660
658
    var entry = noteholder.childNodes[i];
661
 
    if (entry.nodeName.toLowerCase() == 'div' && entry.getAttribute("class") == "footnote")
 
659
    if (entry.nodeName == 'div' && entry.getAttribute("class") == "footnote")
662
660
      entriesToRemove.push(entry);
663
661
  }
664
662
  for (i = 0; i < entriesToRemove.length; i++) {
820
818
<div class="sect1">
821
819
<h2 id="_authors">AUTHORS</h2>
822
820
<div class="sectionbody">
823
 
<div class="paragraph"><p>This ØMQ manual page was written by Martin Sustrik &lt;<a href="mailto:sustrik@250bpm.com">sustrik@250bpm.com</a>&gt; and
824
 
Martin Lucina &lt;<a href="mailto:mato@kotelna.sk">mato@kotelna.sk</a>&gt;.</p></div>
 
821
<div class="paragraph"><p>This page was written by the ØMQ community. To make a change please
 
822
read the ØMQ Contribution Policy at <a href="http://www.zeromq.org/docs:contributing">http://www.zeromq.org/docs:contributing</a>.</p></div>
825
823
</div>
826
824
</div>
827
825
</div>
828
826
<div id="footnotes"><hr /></div>
829
827
<div id="footer">
830
828
<div id="footer-text">
831
 
ØMQ 3.2.4<br />
832
 
Last updated 2012-10-27 02:44:56 CEST
 
829
ØMQ 4.0.4<br />
 
830
Last updated 2013-11-13 18:57:50 CET
833
831
</div>
834
832
</div>
835
833
</body>