text
stringlengths
2
1.05M
repo_name
stringlengths
5
101
path
stringlengths
4
991
language
stringclasses
3 values
license
stringclasses
5 values
size
int64
2
1.05M
<?xml version="1.0" encoding="iso-8859-1"?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head> <title>Module: Spec::Mocks::ExampleMethods</title> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" /> <meta http-equiv="Content-Script-Type" content="text/javascript" /> <link rel="stylesheet" href="../../.././rdoc-style.css" type="text/css" media="screen" /> <script type="text/javascript"> // <![CDATA[ function popupCode( url ) { window.open(url, "Code", "resizable=yes,scrollbars=yes,toolbar=no,status=no,height=150,width=400") } function toggleCode( id ) { if ( document.getElementById ) elem = document.getElementById( id ); else if ( document.all ) elem = eval( "document.all." + id ); else return false; elemStyle = elem.style; if ( elemStyle.display != "block" ) { elemStyle.display = "block" } else { elemStyle.display = "none" } return true; } // Make codeblocks hidden by default document.writeln( "<style type=\"text/css\">div.method-source-code { display: none }</style>" ) // ]]> </script> </head> <body> <div id="classHeader"> <table class="header-table"> <tr class="top-aligned-row"> <td><strong>Module</strong></td> <td class="class-name-in-header">Spec::Mocks::ExampleMethods</td> </tr> <tr class="top-aligned-row"> <td><strong>In:</strong></td> <td> <a href="../../../files/lib/spec/mocks/spec_methods_rb.html"> lib/spec/mocks/spec_methods.rb </a> <br /> </td> </tr> </table> </div> <!-- banner header --> <div id="bodyContent"> <div id="contextContent"> </div> <div id="method-list"> <h3 class="section-bar">Methods</h3> <div class="name-list"> <a href="#M000216">allow_message_expectations_on_nil</a>&nbsp;&nbsp; <a href="#M000213">mock</a>&nbsp;&nbsp; <a href="#M000214">stub</a>&nbsp;&nbsp; <a href="#M000215">stub_everything</a>&nbsp;&nbsp; </div> </div> </div> <!-- if includes --> <div id="includes"> <h3 class="section-bar">Included Modules</h3> <div id="includes-list"> <span class="include-name"><a href="ArgumentMatchers.html">Spec::Mocks::ArgumentMatchers</a></span> </div> </div> <div id="section"> <!-- if method_list --> <div id="methods"> <h3 class="section-bar">Public Instance methods</h3> <div id="method-M000216" class="method-detail"> <a name="M000216"></a> <div class="method-heading"> <a href="ExampleMethods.src/M000216.html" target="Code" class="method-signature" onclick="popupCode('ExampleMethods.src/M000216.html');return false;"> <span class="method-name">allow_message_expectations_on_nil</span><span class="method-args">()</span> </a> </div> <div class="method-description"> <p> Disables warning messages about expectations being set on nil. </p> <p> By default warning messages are issued when expectations are set on nil. This is to prevent false-positives and to catch potential bugs early on. </p> </div> </div> <div id="method-M000213" class="method-detail"> <a name="M000213"></a> <div class="method-heading"> <a href="ExampleMethods.src/M000213.html" target="Code" class="method-signature" onclick="popupCode('ExampleMethods.src/M000213.html');return false;"> <span class="method-name">mock</span><span class="method-args">(*args)</span> </a> </div> <div class="method-description"> <p> Shortcut for creating an instance of <a href="Mock.html">Spec::Mocks::Mock</a>. </p> <p> <tt>name</tt> is used for failure reporting, so you should use the role that the <a href="ExampleMethods.html#M000213">mock</a> is playing in the example. </p> <p> <tt>stubs_and_options</tt> lets you assign options and <a href="ExampleMethods.html#M000214">stub</a> values at the same time. The only option available is :null_object. Anything else is treated as a <a href="ExampleMethods.html#M000214">stub</a> value. </p> <h2>Examples</h2> <pre> stub_thing = mock(&quot;thing&quot;, :a =&gt; &quot;A&quot;) stub_thing.a == &quot;A&quot; =&gt; true stub_person = stub(&quot;thing&quot;, :name =&gt; &quot;Joe&quot;, :email =&gt; &quot;[email protected]&quot;) stub_person.name =&gt; &quot;Joe&quot; stub_person.email =&gt; &quot;[email protected]&quot; </pre> </div> </div> <div id="method-M000214" class="method-detail"> <a name="M000214"></a> <div class="method-heading"> <span class="method-name">stub</span><span class="method-args">(*args)</span> </div> <div class="method-description"> <p> Alias for <a href="ExampleMethods.html#M000213">mock</a> </p> </div> </div> <div id="method-M000215" class="method-detail"> <a name="M000215"></a> <div class="method-heading"> <a href="ExampleMethods.src/M000215.html" target="Code" class="method-signature" onclick="popupCode('ExampleMethods.src/M000215.html');return false;"> <span class="method-name">stub_everything</span><span class="method-args">(name = 'stub')</span> </a> </div> <div class="method-description"> <p> DEPRECATED - use <a href="ExampleMethods.html#M000213">mock</a>(&#8216;name&#8217;).as_null_object instead </p> <p> Shortcut for creating a <a href="ExampleMethods.html#M000213">mock</a> object that will return itself in response to any message it receives that it hasn&#8216;t been explicitly instructed to respond to. </p> </div> </div> </div> </div> <div id="validator-badges"> <p><small><a href="http://validator.w3.org/check/referer">[Validate]</a></small></p> </div> </body> </html>
turbine-rpowers/gocd-add-agent-sandbox-config
tools/jruby/lib/ruby/gems/1.8/doc/rspec-1.2.6/rdoc/classes/Spec/Mocks/ExampleMethods.html
HTML
apache-2.0
6,235
<div> <p class="introText u-typography-3 u-colorGreyDark u-marginBottom45"> Enter the user private key for this wallet in the input below (begins with 'xprv'). If you have a paper print-out of the KeyCard, use a QR code reader to scan the QR code for the user key, and enter the resulting text. </p> <form class="row" name="recoverWithUserXprvForm"> <fieldset class="col col--oneOfTwo"> <div class="formRow" ng-class="{ 'formRow--error': userXprvError }"> <p class="notice" ng-show="userXprvError">Invalid private key</p> <div class="inputText"> <input type="text" name="userXprv" class="inputText-input" placeholder="User private key" ng-model="userInputRecoveryData.userXprv" bg-input-validator bg-focus-when="true" /> </div> </div> <div class="buttons"> <button type="submit" class="button" name="recoverWithUserXprv" ng-click="recoverWithUserXprv()">Recover</button> </div> </fieldset> </form> </div>
jmaurice/bitgo-chrome
wallet/templates/wallet-recover-partial-userxprv.html
HTML
apache-2.0
1,000
<div class="apiDetail"> <div> <h2> <span>Function(parentNode)</span><span class="path">zTreeObj.</span>removeChildNodes </h2> <h3> Overview<span class="h3_info">[ depends on <span class="highlight_green">jquery.ztree.core</span> js ]</span> </h3> <div class="desc"> <p></p> <div class="longdesc"> <p>Remove a parent node's child nodes</p> <p class="highlight_red">1. After remove child nodes, the parent node will become a leaf node. Such as the need to maintain the parent node is still a parent node, set 'setting.data.keep.parent' attribute.</p> <p class="highlight_red">2. Do not use this method to empty the root. If you need to empty the root, you can initialization zTree, and set the initial nodes is null.</p> <p class="highlight_red">3. This method does not trigger any callback function.</p> <p class="highlight_red">Please use zTree object to executing the method.</p> </div> </div> <h3>Function Parameter Descriptions</h3> <div class="desc"> <h4> <b>parentNode</b><span>JSON</span> </h4> <p>The parent node which need to clear its child nodes.</p> <p class="highlight_red">Please ensure that this data object is an internal node data object in zTree.</p> <h4 class="topLine"> <b>Return </b><span>Array(JSON)</span> </h4> <p>Return the parent node's child nodes which have been removed. If has no child nodes, return null.</p> </div> <h3>Examples of function</h3> <h4>1. Remove the first selected node's child nodes</h4> <pre xmlns=""> <code>var treeObj = $.fn.zTree.getZTreeObj("tree"); var nodes = treeObj.getSelectedNodes(); if (nodes && nodes.length>0) { treeObj.removeChildNodes(nodes[0]); } </code> </pre> </div> </div>
zhangjunfang/eclipse-dir
ecardcity-platform/src/main/resources/views/styles/vender/ztree/api/en/zTreeObj.removeChildNodes.html
HTML
bsd-2-clause
1,780
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> <link rel="icon" type="image/ico" href="/tools/dlpage/res/chrome/images/chrome-16.png"><title>Google Chrome Terms of Service</title> <style> body { font-family:Arial; font-size:13px; text-align:right; } </style> <script type="text/javascript"> function carry_tracking(obj) { var s = '(\\?.*)'; var regex = new RegExp(s); var results = regex.exec(window.location.href); if (results != null) { obj.href = obj.href + results[1]; } else { s2 = 'intl/([^/]*)'; regex2 = new RegExp(s2); results2 = regex2.exec(window.location.href); if (results2 != null) { obj.href = obj.href + '?hl=' + results2[1]; } } } </script></head> <body dir="rtl"> <h3>بنود الخدمة الخاصة بـ Google Chrome</h3> <p>تنطبق بنود الخدمة هذه على إصدار شفرة Google Chrome القابلة للتنفيذ. ويتوفر مصدر شفرة Google Chrome مجانًا بموجب اتفاقيات ترخيص البرامج ذات المصدر المفتوح في <a href="http://code.google.com/chromium/terms.html">http://code.google.com/chromium/terms.html</a>.&nbsp; </p> <p><b>1- علاقتك مع Google</b></p> <p>1-1 يخضع استخدامك لمنتجات Google وبرامجها وخدماتها ومواقع الويب الخاصة بها (والمشار إليها إجمالا في هذا المستند بـ"الخدمات" وباستثناء أية خدمات مقدمة إليك من Google بموجب أية اتفاقية كتابية مستقلة) لبنود اتفاقية قانونية بينك وبين Google. ويشير مصطلح "Google" إلى شركة Google Inc.، والتي يقع مقرها الرئيسي على العنوان 1600 Amphitheatre Parkway, Mountain View, CA 94043, United States. ويفسر هذا المستند طريقة صياغة الاتفاقية، كما يحدد بعضًا من بنود هذه الاتفاقية. </p> <p>1-2 ما لم يتم الاتفاق على غير ذلك كتابيًا مع Google، تتضمن اتفاقيتك مع Google دائمًا البنود والشروط الواردة في هذا المستند على الأقل. ويُشار إلى هذه البنود والشروط فيما يلي باسم "البنود العامة". وتشكل تراخيص البرامج ذات المصدر المفتوح الخاصة ببرنامج Google Chrome اتفاقيات كتابية مستقلة. وإلى الحد الذي يسمح صراحةً بأن تحل تراخيص البرامج ذات المصدر المفتوح محل البنود العامة، تخضع اتفاقيتك مع Google فيما يتعلق باستخدام Google Chrome أو مكونات معينة مضمنة في Google Chrome إلى تراخيص المصدر المفتوح.</p> <p>1-3 كما تتضمن اتفاقيتك مع Google بنود أية إشعارات قانونية تنطبق على الخدمات، إضافةً إلى البنود العامة. ويشار إلى جميع هذه البنود فيما يلي بـ "البنود الإضافية". وحيثما تنطبق البنود الإضافية على إحدى الخدمات، فسوف تتوفر لك إمكانية الدخول إليها وقراءتها إما ضمن أو من خلال استخدامك لتلك الخدمة. </p> <p>1-4 تشكِّل البنود العامة والبنود الإضافية معًا اتفاقية قانونية ملزمة بينك وبين Google فيما يتعلق باستخدامك للخدمات. ومن المهم أن تأخذ الوقت الكافي لقراءتها بدقة. وهذه الاتفاقية القانونية يشار إليها إجمالا فيما يلي بـ "البنود".</p> <p>1-5 إذا كان هناك أي تعارض بين ما تنص عليه البنود الإضافية وما تنص عليه البنود العامة، فستكون الأولوية للبنود الإضافية فيما يتعلق بهذه الخدمة.</p> <p><b>2- قبول البنود</b></p> <p>2-1 يتعين عليك أولا الموافقة على البنود حتى تتمكن من استخدام الخدمات. ولا يحق لك استخدام الخدمات ما لم تقبل هذه البنود.</p> <p>2-2 يمكنك قبول البنود عن طريق أحد الإجراءين التاليين:</p> <p>(أ) النقر لقبول البنود أو الموافقة عليها عندما توفر Google هذا الخيار لك على واجهة المستخدم الخاصة بأية خدمة</p> <p>(ب) استخدام الخدمات فعليًا. وفي هذه الحالة، فأنت تدرك وتوافق على أن Google سوف تعتبر استخدامك للخدمات بمثابة قبول لهذه البنود ابتداءً من هذه النقطة فصاعدًا.</p> <p>2-3 لا يحق لك استخدام الخدمات وقبول البنود إذا (أ) لم تبلغ السن القانوني لإبرام عقد مُلزِم مع Google (ب) أو كنت شخصًا محظورًا من استلام الخدمات بموجب قوانين الولايات المتحدة أو غيرها من البلاد، مثل البلد الذي تقيم به أو الذي تقوم فيه باستخدام الخدمات.</p> <p>2-4 قبل المتابعة، من الأفضل طباعة البنود العامة أو حفظ نسخة محلية منها لسجلاتك.</p> <p><b>3- لغة البنود</b></p> <p>3-1 في حالة وفرت لك Google ترجمة لإصدار اللغة الإنجليزية من البنود، فأنت توافق على أن هذه الترجمة مقدَّمة من أجل راحتك فقط وأن إصدارات اللغة الإنجليزية من البنود هي التي سوف تحكم علاقتك مع Google.</p> <p>3-2 إذا كان هناك أي تعارض بين ما ينص عليه إصدار اللغة الإنجليزية من البنود وما تنص عليه أية ترجمة لهذا الإصدار، فستكون الأولوية لإصدار اللغة الإنجليزية.</p> <p><b>4- توفير الخدمات من قبل Google</b></p> <p>4-1 إن لـ Google حول العالم شركات فرعية وشركات تابعة ("الشركات الفرعية والتابعة"). وهذه الشركات ستقوم أحيانا بتوفير الخدمات لك نيابة عن Google نفسها. وتقر أنت وتوافق على تفويض هذه الشركات الفرعية والتابعة لتوفير الخدمات لك.</p> <p>4-2. تبتكر Google باستمرار لكي توفر لمستخدميها أفضل خبرة ممكنة. وعليه، تقر أنت وتوافق على أنه قد يتغير شكل وطبيعة الخدمات التي توفرها Google من حين لآخر بدون تقديم إشعار مسبق لك.</p> <p>4-3 كجزء من عملية الابتكار المستمر هذه، تقر أنت وتوافق على أن لشركة Google وبمحض اختيارها أن تتوقف (بشكل مؤقت أو دائم) عن توفير الخدمات (أو أي من المزايا الموجودة ضمن الخدمات) لك أو للمستخدمين بشكل عام بدون إشعار مسبق. كما يمكنك أنت أن تتوقف عن استخدام الخدمات في أي وقت. ولا يلزمك إبلاغ Google بوقت توقفك عن استخدام الخدمات بالتحديد.</p> <p>4-4 تقر أنت وتوافق على أنه إذا قامت Google بتعطيل إمكانية الوصول إلى حسابك، فقد يتم منعك من الوصول إلى الخدمات أو تفاصيل حسابك أو أية ملفات أو غير ذلك من المحتويات الموجودة ضمن حسابك.</p> <p>4-5 تقر أنت وتوافق على أنه رغم أن Google لم تقم حاليًا بتعيين حد أقصى ثابت لعدد الإرساليات التي قد ترسلها أو تتلقاها من خلال الخدمات، أو لمقدار مساحة التخزين المستخدمة لتوفير أية خدمة، فإنه يحق لـ Google تعيين هذه الحدود القصوى الثابتة في أي وقت وبمحض اختيارها.</p> <p><b>5- استخدامك للخدمات</b></p> <p>5-1 حتى تتمكن من الوصول إلى خدمات معينة، فقد يُطلب منك تقديم بعض المعلومات الخاصة بك (مثل تعريف الهوية أو تفاصيل معلومات الاتصال) كجزء من عملية تسجيل اشتراكك في الخدمة، أو كجزء من استمرار استخدامك للخدمات. وتوافق أنت على أن أية معلومات تسجيل تقدمها لـ Google يجب أن تكون دائمًا دقيقة وصحيحة وحديثة.</p> <p>5-2 توافق أنت على استخدام الخدمات للأغراض المسموح بها فقط في (أ) البنود (ب) وأي قوانين مطبَّقة أو لوائح أو أعراف أو تعاليم عامة مقبولة في نطاق السلطة القانونية ذات الصلة (بما في ذلك أي قوانين تتعلق بتصدير البيانات أو البرامج إلى ومن الولايات المتحدة أو غيرها من البلاد ذات الصلة).</p> <p>5-3 توافق أنت على عدم الوصول (أو محاولة الوصول) إلى الخدمات بأية وسيلة إلا من خلال الواجهة التي توفرها Google، إلا إذا تم السماح لك تحديدًا بالوصول إليها بموجب اتفاقية مستقلة مع Google.</p> <p>5-4 توافق أنت على ألا تشترك في أي نشاط يتعارض مع الخدمات (أو مراكز الخدمة والشبكات المتصلة بـالخدمات) أو يؤدي إلى عرقلتها.</p> <p>5-5 توافق أنت على عدم قيامك بإعادة إنتاج الخدمات أو عمل نُسَخ مطابقة لها أو نَسْخها أو بيعها أو الاتجار فيها أو إعادة بيعها لأي غرض، إلا إذا تم السماح لك تحديدًا بعمل ذلك بموجب اتفاقية مستقلة مع Google.</p> <p>5-6 توافق أنت على أنك المسؤول الوحيد (وأن Google لا تتحمل أية مسؤولية تجاهك أو تجاه أي طرف آخر) عن أي خرق لالتزاماتك بموجب البنود وعن العواقب الناجمة عن هذا الخرق (بما في ذلك أي خسائر أو أضرار قد تتعرض لها Google).</p> <p><b>6- أمن كلمات المرور والحساب لديك</b></p> <p>6-1 توافق أنت وتدرك أنك المسؤول عن المحافظة على سرية كلمات المرور المرتبطة بأي حساب تستخدمه في الوصول إلى الخدمات.</p> <p>6-2 وعليه، فأنت توافق على أنك المسؤول الوحيد أمام Google عن جميع الأنشطة التي تحدث من خلال حسابك.</p> <p>6-3 إذا علمت بأي استخدام غير معتمَد لكلمة المرور الخاصة بك أو لحسابك، فأنت توافق على إبلاغ Google بذلك على الفور على الموقع <a href="http://www.google.com/support/accounts/bin/answer.py?answer=48601">http://www.google.ae/support/accounts/bin/answer.py?answer=48601</a>.</p> <p><b>7. الخصوصية ومعلوماتك الشخصية</b></p> <p>7.1 للاطلاع على معلومات حول ما تقوم به Google لحماية البيانات، يرجى قراءة سياسة خصوصية Google على <a href="http://www.google.co.uk/privacy.html">http://www.google.ae/privacy.html</a>. حيث تشرح هذه السياسة كيف تتعامل Google مع معلوماتك الشخصية وتحمي خصوصيتك عند استخدامك للخدمات.</p> <p>7-2 توافق أنت على استخدام بياناتك طبقًا لسياسات خصوصية Google.</p> <p><b>8. المحتويات الموجودة في الخدمات</b></p> <p>1. تدرك أنت أن جميع المعلومات (مثل ملفات البيانات أو النصوص المكتوبة أو برامج الكمبيوتر أو الموسيقى أو ملفات الصوت أو غير ذلك من محتويات الصوت أو الصور الفوتوغرافية أو الفيديو أو غير ذلك من الصور) التي يمكنك الوصول إليها كجزء من استخدامك للخدمات أو من خلال استخدامك لها، هي مسؤولية الشخص الذي قام بإنشاء هذه المحتويات وحده. ويشار إلى كل هذه المعلومات فيما يلي بـ "المحتويات".</p> <p>8-2. ينبغي عليك أن تدرك أن المحتويات المقدَّمة إليك كجزء من الخدمات، بما في ذلك على سبيل المثال لا الحصر الإعلانات المنشورة في الخدمات والمحتويات الواقعة تحت رعاية جهة ما ضمن الخدمات، قد تكون محمية بقوانين حقوق الملكية الفكرية التي تملكها الجهات الراعية أو الجهات المعلِنة التي توفر هذه المحتويات لـ Google (أو يملكها أشخاص آخرون أو شركات أخرى بالنيابة عن هذه الجهات). لذا لا يحق لك تعديل هذه المحتويات أو تأجيرها أو استئجارها أو إقراضها أو بيعها أو توزيعها أو إنشاء أعمال اشتقاقية منها (سواء بشكل كلي أو جزئي) إلا إذا قامت Google أو المالكون لهذه المحتويات بإبلاغك تحديدًا بإمكانية القيام بذلك ضمن اتفاقية مستقلة.</p> <p>8-3. تحتفظ Google بالحق (ولكن دون أي التزام) في فحص أي أو كل المحتويات الموجودة في أي خدمة أو مراجعتها أو تمييزها أو فلترتها أو تعديلها أو رفضها أو إزالتها. وقد توفر Google في بعض الخدمات أدوات لفلترة واستبعاد المحتويات الجنسية الصريحة. تشمل هذه الأدوات إعدادات تفضيل البحث الآمن SafeSearch (يرجى الاطلاع على <a href="http://www.google.co.uk/help/customize.html#safe">http://www.google.ae/help/customize.html#safe</a>). بالإضافة إلى ذلك، توجد خدمات وبرامج متوفرة تجاريًا لتقييد الوصول إلى المواد التي قد تثير اشمئزازك.</p> <p>8-4 - تدرك أنت أنه باستخدامك للخدمات قد تتعرض لمحتويات ربما تعتبرها عدائية أو غير لائقة أو مثيرة للاشمئزاز، وأنه في هذه الحالة فإن استخدامك للخدمات يكون على مسؤوليتك الشخصية.</p> <p>8-5 توافق أنت على أنك المسؤول الوحيد (وأن Google لا تتحمل أية مسؤولية تجاهك أو تجاه أي طرف آخر) عن أي محتويات تقوم بإنشائها أو إرسالها أو عرضها أثناء استخدام الخدمات، وعن العواقب الناجمة عن أفعالك (بما في ذلك أي خسائر أو أضرار قد تتعرض لها Google) عند قيامك بذلك.</p> <p><b>9- حقوق الملكية</b></p> <p>9-1 تقر أنت وتوافق على أن Google (أو جهاتها المانحة للتراخيص) يملكون كامل الحق القانوني وحق الملكية والمصلحة في الخدمات، بما في ذلك أية حقوق ملكية فكرية تتعلق بالخدمات (سواء أكانت تلك الحقوق مسجلة أم غير مسجلة، وأينما وجدت هذه الحقوق في أي مكان في العالم). كما تقر أيضًا أن الخدمات قد تحتوي على معلومات تعتبرها Google سرية، ويجب عليك عدم إفشاء هذه المعلومات دون موافقة كتابية مسبقة من Google.</p> <p>9-2 لا تتضمن البنود ما يمنحك الحق في استخدام أي من الأسماء التجارية والعلامات التجارية وعلامات الخدمة والشعارات وأسماء النطاقات وغير ذلك من مزايا العلامة التجارية المميزة التي تخص Google، إلا إذا تم الاتفاق بينك وبين Google على غير ذلك كتابيًا.</p> <p>9-3 إذا تم منحك حقًا صريحًا باستخدام أي من مزايا العلامة التجارية المميزة المذكورة أعلاه بموجب اتفاقية مستقلة مع Google، فإنك توافق على أن استخدامك لهذه المزايا سيكون وفقًا لتلك الاتفاقية وأية أحكام تنطبق على ذلك من البنود، ووفقًا لتعليمات استخدام مزايا العلامة التجارية المميزة لشركة Google حسبما يتم تحديثها من حين لآخر. يمكنك الاطلاع على هذه التعليمات على الإنترنت على <a href="http://www.google.co.uk/permissions/guidelines.html">http://www.google.ae/permissions/guidelines.html</a> (أو أي عنوان URL آخر قد توفره Google لهذا الغرض من حينٍ لآخر).</p> <p>9-4 باستثناء الترخيص المحدود المذكور في المادة 11، فإن Google تقر وتوافق على أنها لا تملك أي حق أو حق ملكية أو مصلحة منك (أو من جهاتك المانحة للتراخيص) بموجب هذه البنود تعود عن أو إلى أي محتويات تقوم أنت بتقديمها أو نشرها أو إرسالها أو عرضها في الخدمات أو من خلالها، بما في ذلك أي حقوق ملكية فكرية تتعلق بهذه المحتويات (سواء أكانت تلك الحقوق مسجلة أم غير مسجلة، وأينما وجدت هذه الحقوق في أي مكان في العالم). وتوافق أنت بدورك على أنك المسؤول عن حماية هذه الحقوق وتنفيذها وأن Google غير مُلزَمة بالقيام بذلك نيابة عنك، ما لم يتم الاتفاق على غير ذلك كتابيًا مع Google.</p> <p>9-5 توافق أنت على أنك لن تقوم بإزالة أي إشعارات حقوق ملكية أو حجبها أو تبديلها (بما في ذلك إشعارات حقوق الطبع والنشر والعلامة التجارية)، والتي قد تكون ملحقة أو مضمنة في الخدمات.</p> <p>9-6 توافق أنت على أنك أثناء استخدام الخدمات، لن تستخدم أية علامة تجارية أو علامة خدمة أو اسم تجاري أو شعار لأي شركة أو مؤسسة بطريقة يمكن أن تسبب أو تهدف إلى التسبب في إحداث لبس حول المالك أو المستخدم المعتمَد لهذه العلامات أو الأسماء أو الشعارات، ما لم تسمح لك Google بذلك صراحةً وكتابيًا.</p> <p><b>10- الترخيص من Google</b></p> <p>10-1 تمنحك Google ترخيصًا شخصيًا يمكن استخدامه في كل أنحاء العالم وبدون رسوم وغير قابل للتنازل وغير حصري باستخدام البرامج التي توفرها لك Google كجزء من الخدمات كما هي مقدَّمة من Google (والمشار إليها فيما يلي بـ "البرامج"). ويُمنح هذا الترخيص لغرض واحد وهو تمكينك من استخدام فوائد الخدمات والتمتع بها كما توفرها Google وبالطريقة المسموح بها في البنود.</p> <p>10-2 لا يحق لك (ولا يحق لك أن تسمح لأي شخص آخر بـ) نسخ البرامج أو تعديلها أو إنشاء أعمال اشتقاقية منها أو قلب تصميمها أو تفكيكها أو محاولة استخلاص شفرة المصدر الخاصة بها أو بأي جزء منها، ما لم يسمح القانون بذلك أو يطالب به صراحةً، أو ما لم تقم Google بإبلاغك كتابيًا وبصورة محددة أنه يحق لك القيام بذلك.</p> <p>10-3 لا يحق لك أن تتخلى للغير عن حقوقك في استخدام البرامج (أو أن تمنحه ترخيصًا من الباطن بذلك)، أو أن ترهن للغير حقوقك في استخدام "البرامج"، أو أن تحوّل ملكية أي جزء من حقوقك في استخدام "البرامج" إلى الغير، ما لم تقم Google بمنحك إذنًا كتابيًا محددًا للقيام بذلك.</p> <p><b>11- ترخيص المحتويات المقدَّم منك</b></p> <p>11-1 تحتفظ أنت بحقوق الطبع والنشر وأية حقوق أخرى تملكها بالفعل في المحتويات التي تقوم بتقديمها أو نشرها أو عرضها في الخدمات أو من خلالها.</p> <p><b>12- تحديثات البرامج</b></p> <p>12-1 يجوز تنزيل تحديثات البرامج التي تستخدمها وتثبيتها تلقائيًا من حينٍ لآخر عن طريق Google. والهدف من هذه التحديثات هو تحسين الخدمات وتعزيزها، بل وتطويرها، وقد تكون هذه التحديثات على شكل إصلاحات عيوب ووظائف معزَّزة ووحدات برامج جديدة وإصدارات جديدة بالكامل. وتوافق أنت على استلام هذه التحديثات (والسماح لـ Google بتسليمها لك) كجزء من استخدامك للخدمات.</p> <p><b>13. إنهاء علاقتك مع Google</b></p> <p>13-1 تظل هذه البنود سارية إلى أن تقوم أنت أو Google بإنهائها كما هو موضح أدناه.</p> <p>13-2 إذا أردت إنهاء اتفاقيتك القانونية مع Google، يمكنك فعل ذلك عن طريق (أ) إشعار Google في أي وقت (ب) وإقفال حساباتك لجميع الخدمات التي تستخدمها، حيثما وفرت لك Google هذا الخيار. ويجب أن يتم إرسال هذا الإشعار مكتوبًا إلى عنوان Google المذكور في بداية هذه البنود.</p> <p>13-3 يحق لـ Google في أي وقت إنهاء الاتفاقية القانونية معك في الحالات التالية:</p> <p>(أ) إذا قمت بخرق أي من الأحكام الواردة في هذه البنود (أو التصرف بطريقة تُظهر بوضوح أنك لا تنوي الالتزام بأحكام هذه البنود أو غير قادر على الالتزام بها)</p> <p>(ب) أو مطالبة القانون لـ Google بالقيام بذلك (على سبيل المثال، عندما يكون توفير الخدمات لك أمرًا غير قانوني أو يصبح كذلك)</p> <p>(ج) أو قيام الشريك الذي وفرت لك Google الخدمات معه بإنهاء علاقته مع Google أو التوقف عن تقديم الخدمات إليك</p> <p>(د) أو تحوّل Google إلى عدم مواصلتها لتوفير الخدمات مرة أخرى للمستخدمين في البلد الذي تقيم به أو الذي تستخدم الخدمة فيه</p> <p>(هـ) أو إذا كان توفير الخدمات لك بواسطة Google لم يعُد يحقق نجاحًا تجاريًا من وجهة نظر Google.</p> <p>13-4 لا تتضمن هذه المادة ما يؤثر على حقوق Google فيما يتعلق بتوفير الخدمات بموجب المادة 4 من هذه البنود.</p> <p>13-5 عند انقضاء العمل بهذه البنود، فإن جميع الحقوق والالتزامات والمسؤوليات القانونية التي انتفعت بها أنت وGoogle أو التي خضعتما لها (أو التي نشأت مع الوقت عندما كانت البنود سارية المفعول) أو التي أُعلِن أنها ستستمر إلى أجل غير مسمى، لن تتأثر بهذا الإنهاء، وسوف يستمر سريان الأحكام الواردة في الفقرة 20-7 على هذه الحقوق والالتزامات والمسؤوليات إلى أجل غير مسمى.</p> <p><b>14- استبعاد الضمانات </b></p> <p>14-1 يتم توفير هذه الخدمات "كما هي"، ولا تقدم لك Google ولا شركاتها الفرعية ولا التابعة ولا جهاتها المانحة للتراخيص، أي ضمانات فيما يتعلق بهذه الخدمات.</p> <p>14-2 وعلى وجه الخصوص، فإن Google وشركاتها الفرعية والتابعة وجهاتها المانحة للتراخيص لا يتعهدون أو يضمنون لك أيًا مما يلي:</p> <p>(أ‌) أن استخدامك للخدمات سيلبي احتياجاتك</p> <p>(ب‌) أن استخدامك للخدمات سيتوفر بلا انقطاع أو في الوقت المحدد أو سيكون آمنًا أو خاليًا من الأخطاء</p> <p>(ج) أن أية معلومات تحصل عليها نتيجة لاستخدام الخدمات ستكون دقيقة وموثوقة</p> <p>(د‌) إصلاح الخلل الذي يظهر في تشغيل أو وظيفة أي برامج يتم توفيرها لك كجزء من الخدمات</p> <p>14-3 لا تسري على الخدمات أية شروط أو ضمانات أو غير ذلك من البنود (بما في ذلك البنود الضمنية المتعلقة بمستوى الجودة المقْنِع والملاءمة لغرض ما أو المطابقة لوصف ما) إلا إلى الحد المنصوص عليه صراحةً في البنود.</p> <p>14-4 لا يوجد في البنود ما يؤثر على هذه الحقوق القانونية المخوَّلة إليك كمستخدم والتي لا يحق لك الموافقة بموجب عقد على تغييرها أو التنازل عنها. </p> <p><b>15- تحديد المسؤولية</b></p> <p>15-1 لا يوجد في هذه البنود ما يستبعد أو يحدد مسؤولية Google عن الخسائر التي لا يمكن استبعادها أو تحديدها بشكل قانوني بواسطة القانون المطبق.</p> <p>15-2 بالخضوع للحكم العام للفقرة 15-1 أعلاه، لن تتحمل Google ولا شركاتها الفرعية ولا التابعة ولا جهاتها المانحة للتراخيص أية مسؤولية عن:</p> <p>(أ‌) أية خسائر غير مباشرة أو تبعية قد تجلبها على نفسك. ويشمل ذلك أي خسائر في الأرباح (سواء بصورة مباشرة أو غير مباشرة) أو أية خسائر في الشهرة أو السمعة التجارية أو أي فقدان للبيانات بسببك</p> <p>(ب‌) أية خسائر أو أضرار قد تجلبها أنت نتيجةً لأي مما يلي:</p> <p>(1) أي تعويل من جانبك على كمال أي إعلان أو دقته أو وجوده، أو نتيجةً لأية علاقة أو معاملة بينك وبين أي جهة معلنة أو راعية يظهر إعلانها على الخدمات</p> <p>(2) أي تغييرات قد تجريها Google على الخدمات أو بسبب أي توقف نهائي أو مؤقت عن توفير الخدمات (أو أي مزايا ضمن الخدمات)</p> <p>(3) حذف أو تلف أو فشل في تخزين أي من المحتويات وغير ذلك من بيانات الاتصالات المحفوظة أو المنقولة عن طريق أو من خلال استخدامك للخدمات</p> <p>(4) إخفاقك في تزويد Google بمعلومات الحساب الدقيقة</p> <p>(5) إخفاقك في المحافظة على أمان وسرية كلمة المرور الخاصة بك أو تفاصيل حسابك</p> <p>15-3 سيتم تطبيق حدود مسؤولية Google تجاهك الواردة في الفقرة 15-2 أعلاه، سواء أتم إخطار Google بذلك أم لا، أو كان من المفترض أنها على علم باحتمال وقوع أي من هذه الخسائر أم لا.</p> <p><b>16- سياسات حقوق الطبع والنشر والعلامات التجارية</b></p> <p>16-1 إن سياسة Google هي الاستجابة إلى الإشعارات التي تبلغ عن أي انتهاك مزعوم لحقوق الطبع والنشر التي تخضع لقانون الملكية الفكرية الدولي المطبق ( مثل "قانون حقوق الطبع والنشر الرقمية للألفية الجديدة" المطبق في الولايات المتحدة) وإنهاء حسابات المستخدمين الذين تتكرر منهم مثل هذه الانتهاكات. يمكنك الاطلاع على سياسة Google في هذا الشأن بالتفصيل على <a href="http://www.google.co.uk/dmca.html">http://www.google.ae/dmca.html</a>.</p> <p>16-2 تطبق Google إجراءً لمتابعة الشكاوى المتعلقة بالعلامات التجارية فيما يتعلق بنشاط Google الإعلاني، ويمكن الاطلاع على هذا الإجراء على <a href="http://www.google.co.uk/tm_complaint.html">http://www.google.ae/tm_complaint.html</a>.</p> <p><b>17- الإعلانات</b></p> <p>17-1 يتم دعم بعض الخدمات من إيرادات الإعلانات، ولذا قد تعرض هذه الخدمات إعلانات ومواد ترويجية. وهذه الإعلانات قد تستهدف محتوى المعلومات المخزنة في الخدمات أو الاستعلامات التي تتم إثارتها من خلال الخدمات أو غير ذلك من المعلومات.</p> <p>17-2 يخضع أسلوب وصيغة ومدة الإعلان الذي تضعه Google على الخدمات للتغيير دون تقديم إشعار محدد لك.</p> <p>17-3 حتى تمنحك Google إمكانية الوصول إلى الخدمات واستخدامها، ينبغي أن توافق على حق Google في وضع مثل هذه الإعلانات على الخدمات.</p> <p><b>18- المحتويات الأخرى</b></p> <p>18-1 قد تتضمن الخدمات روابط موصلة إلى مواقع ويب أخرى أو محتويات أو مصادر أخرى. ولا يمكن لـ Google أن تتحكم في أية مواقع ويب أو مصادر توفرها شركات أو أشخاص غير Google.</p> <p>18-2 تقر أنت وتوافق على أن Google غير مسؤولة عن مدى توفر أي من هذه المواقع أو المصادر الخارجية، وأنها لا تصادق على أية إعلانات أو منتجات أو مواد أخرى موجودة على هذه المواقع أو المصادر أو متاحة من خلالها.</p> <p>18-3 تقر أنت وتوافق على أن Google غير مسؤولة عن أية خسائر أو أضرار تجلبها أنت نتيجة توفر تلك المواقع أو المصادر الخارجية، أو نتيجة أي تعويل من جانبك على كمال أو دقة أو وجود أية إعلانات أو منتجات أو مواد أخرى على هذه المواقع أو المصادر أو متاحة من خلالها.</p> <p><b>19- تعديل البنود</b></p> <p>19-1 يحق لشركة Google إجراء تعديلات على البنود العامة أو البنود الإضافية من حينٍ لآخر. وفي حالة إجراء هذه التعديلات، فسوف توفر Google نسخة جديدة من البنود العامة على <a href="http://google.co.uk/accounts/TOS?hl=en">http://www.google.ae/accounts/TOS?hl=ar</a> وسيتم تزويدك بأية بنود إضافية جديدة داخل أو من خلال الخدمات التي يطرأ عليها التعديل. </p> <p>19-2 تدرك أنت وتوافق على أنه عند استخدامك للخدمات عقب التاريخ الذي تم فيه تعديل البنود العامة أو البنود الإضافية، فسوف تعتبر Google هذا الاستخدام بمثابة قبول للبنود العامة أو البنود الإضافية الجديدة.</p> <p><b>20- البنود القانونية العامة</b></p> <p>20-1 1. في بعض الأحيان عندما تستخدم الخدمات، قد تقوم (نتيجة استخدامك للخدمات أو من خلال استخدامك لها) باستخدام خدمة أو تنزيل برنامج أو شراء سلعة يوفرها شخص آخر أو شركة أخرى. وقد يخضع استخدامك لهذه الخدمات أو البرامج أو السلع الأخرى لبنود مستقلة بينك وبين الشركة أو الشخص المعني. وإذا كان الأمر كذلك، فإن البنود لا تؤثر على العلاقة القانونية بينك وبين هذه الشركات الأخرى أو الأشخاص الآخرين.</p> <p>20-2 تُشكل هذه البنود الاتفاقية القانونية الكاملة بينك وبين Google وتحكم استخدامك للخدمات. (ولكن باستثناء أي خدمات قد توفرها لك Google بموجب اتفاقية كتابية مستقلة) وتحل تمامًا محل أي اتفاقيات مسبقة بينك وبين Google فيما يتعلق بالخدمات.</p> <p>20-3 توافق أنت على أن Google قد تقوم بتقديم إشعارات لك، مثل الإشعارات المتعلقة بتعديل البنود، عن طريق البريد الإلكتروني أو البريد العادي أو نشرها على الخدمات.</p> <p>20-4 توافق أنت على أنه في حالة عدم استخدام Google أو تنفيذها لأي حق قانوني أو تعويض قانوني متضمن في البنود (أو يعود بالفائدة على Google بموجب أي قانون مطبق)، فإن هذا لا يعد بمثابة تنازل رسمي عن حقوق Google، بل ستظل هذ الحقوق أو التعويضات متاحة لـ Google.</p> <p>20-5 إذا قضت أي محكمة نظامية مختصة بالبت في هذه المسألة بأن أي حكم من أحكام هذه البنود هو غير قانوني، يتم حذف ذلك الحكم من البنود دون أن يؤثر ذلك على بقية البنود. وستظل باقي أحكام هذه البنود صحيحة وسارية المفعول.</p> <p>20-6 تقر أنت وتوافق على أن كل عضو ضمن مجموعة الشركات التي تعد Google الشركة الأم لها، سيكون بمثابة طرف آخر مستفيد من البنود وأن هذه الشركات الأخرى سوف تكون مخولة لفرض أي أحكام في هذه البنود أو الاعتماد عليها بشكل مباشر، والتي تعود بالفائدة عليها (أو تمنحها حقوقًا لصالحها). وفيما عدا هؤلاء الأعضاء، لا يعد أي شخص آخر أو شركة أخرى طرفًا آخر مستفيدًا من البنود.</p> <p>20-7 تخضع البنود، وكذلك علاقتك مع Google بموجب البنود، إلى القانون الإنجليزي. وتوافق أنت وGoogle على الخضوع للسلطة القضائية الحصرية لمحاكم إنجلترا للفصل في أي شأن قانوني ينشأ عن البنود. وعلى الرغم من هذا، توافق أنت على أنه لا يزال من حق Google المطالبة بالإفراج بكفالة (أو أي نوع مماثل من إجراءات الإفراج الحرجة) في أي سلطة قضائية.</p> <p>15 آب (أغسطس)، 2008</p> <p class="MsoNormal">&nbsp;</p> <h3>بنود الخدمة الخاصة بـ Google Chrome</h3> <p>تنطبق بنود الخدمة هذه على إصدار شفرة Google Chrome القابلة للتنفيذ. ويتوفر مصدر شفرة Google Chrome مجانًا بموجب اتفاقيات ترخيص البرامج ذات المصدر المفتوح في <a href="http://code.google.com/chromium/terms.html">http://code.google.com/chromium/terms.html</a>.&nbsp; </p> <p><b>1- علاقتك مع Google</b></p> <p>1-1 يخضع استخدامك لمنتجات Google وبرامجها وخدماتها ومواقع الويب الخاصة بها (والمشار إليها إجمالا في هذا المستند بـ"الخدمات" وباستثناء أية خدمات مقدمة إليك من Google بموجب أية اتفاقية كتابية مستقلة) لبنود اتفاقية قانونية بينك وبين Google. ويشير مصطلح "Google" إلى شركة Google Inc.، والتي يقع مقرها الرئيسي على العنوان 1600 Amphitheatre Parkway, Mountain View, CA 94043, United States. ويفسر هذا المستند طريقة صياغة الاتفاقية، كما يحدد بعضًا من بنود هذه الاتفاقية. </p> <p>1-2 ما لم يتم الاتفاق على غير ذلك كتابيًا مع Google، تتضمن اتفاقيتك مع Google دائمًا البنود والشروط الواردة في هذا المستند على الأقل. ويُشار إلى هذه البنود والشروط فيما يلي باسم "البنود العامة". وتشكل تراخيص البرامج ذات المصدر المفتوح الخاصة ببرنامج Google Chrome اتفاقيات كتابية مستقلة. وإلى الحد الذي يسمح صراحةً بأن تحل تراخيص البرامج ذات المصدر المفتوح محل البنود العامة، تخضع اتفاقيتك مع Google فيما يتعلق باستخدام Google Chrome أو مكونات معينة مضمنة في Google Chrome إلى تراخيص المصدر المفتوح.</p> <p>1-3 كما تتضمن اتفاقيتك مع Google بنود أية إشعارات قانونية تنطبق على الخدمات، إضافةً إلى البنود العامة. ويشار إلى جميع هذه البنود فيما يلي بـ "البنود الإضافية". وحيثما تنطبق البنود الإضافية على إحدى الخدمات، فسوف تتوفر لك إمكانية الدخول إليها وقراءتها إما ضمن أو من خلال استخدامك لتلك الخدمة. </p> <p>1-4 تشكِّل البنود العامة والبنود الإضافية معًا اتفاقية قانونية ملزمة بينك وبين Google فيما يتعلق باستخدامك للخدمات. ومن المهم أن تأخذ الوقت الكافي لقراءتها بدقة. وهذه الاتفاقية القانونية يشار إليها إجمالا فيما يلي بـ "البنود".</p> <p>1-5 إذا كان هناك أي تعارض بين ما تنص عليه البنود الإضافية وما تنص عليه البنود العامة، فستكون الأولوية للبنود الإضافية فيما يتعلق بهذه الخدمة.</p> <p><b>2- قبول البنود</b></p> <p>2-1 يتعين عليك أولا الموافقة على البنود حتى تتمكن من استخدام الخدمات. ولا يحق لك استخدام الخدمات ما لم تقبل هذه البنود.</p> <p>2-2 يمكنك قبول البنود عن طريق أحد الإجراءين التاليين:</p> <p>(أ) النقر لقبول البنود أو الموافقة عليها عندما توفر Google هذا الخيار لك على واجهة المستخدم الخاصة بأية خدمة</p> <p>(ب) استخدام الخدمات فعليًا. وفي هذه الحالة، فأنت تدرك وتوافق على أن Google سوف تعتبر استخدامك للخدمات بمثابة قبول لهذه البنود ابتداءً من هذه النقطة فصاعدًا.</p> <p>2-3 لا يحق لك استخدام الخدمات وقبول البنود إذا (أ) لم تبلغ السن القانوني لإبرام عقد مُلزِم مع Google (ب) أو كنت شخصًا محظورًا من استلام الخدمات بموجب قوانين الولايات المتحدة أو غيرها من البلاد، مثل البلد الذي تقيم به أو الذي تقوم فيه باستخدام الخدمات.</p> <p>2-4 قبل المتابعة، من الأفضل طباعة البنود العامة أو حفظ نسخة محلية منها لسجلاتك.</p> <p><b>3- لغة البنود</b></p> <p>3-1 في حالة وفرت لك Google ترجمة لإصدار اللغة الإنجليزية من البنود، فأنت توافق على أن هذه الترجمة مقدَّمة من أجل راحتك فقط وأن إصدارات اللغة الإنجليزية من البنود هي التي سوف تحكم علاقتك مع Google.</p> <p>3-2 إذا كان هناك أي تعارض بين ما ينص عليه إصدار اللغة الإنجليزية من البنود وما تنص عليه أية ترجمة لهذا الإصدار، فستكون الأولوية لإصدار اللغة الإنجليزية.</p> <p><b>4- توفير الخدمات من قبل Google</b></p> <p>4-1 إن لـ Google حول العالم شركات فرعية وشركات تابعة ("الشركات الفرعية والتابعة"). وهذه الشركات ستقوم أحيانا بتوفير الخدمات لك نيابة عن Google نفسها. وتقر أنت وتوافق على تفويض هذه الشركات الفرعية والتابعة لتوفير الخدمات لك.</p> <p>4-2. تبتكر Google باستمرار لكي توفر لمستخدميها أفضل خبرة ممكنة. وعليه، تقر أنت وتوافق على أنه قد يتغير شكل وطبيعة الخدمات التي توفرها Google من حين لآخر بدون تقديم إشعار مسبق لك.</p> <p>4-3 كجزء من عملية الابتكار المستمر هذه، تقر أنت وتوافق على أن لشركة Google وبمحض اختيارها أن تتوقف (بشكل مؤقت أو دائم) عن توفير الخدمات (أو أي من المزايا الموجودة ضمن الخدمات) لك أو للمستخدمين بشكل عام بدون إشعار مسبق. كما يمكنك أنت أن تتوقف عن استخدام الخدمات في أي وقت. ولا يلزمك إبلاغ Google بوقت توقفك عن استخدام الخدمات بالتحديد.</p> <p>4-4 تقر أنت وتوافق على أنه إذا قامت Google بتعطيل إمكانية الوصول إلى حسابك، فقد يتم منعك من الوصول إلى الخدمات أو تفاصيل حسابك أو أية ملفات أو غير ذلك من المحتويات الموجودة ضمن حسابك.</p> <p>4-5 تقر أنت وتوافق على أنه رغم أن Google لم تقم حاليًا بتعيين حد أقصى ثابت لعدد الإرساليات التي قد ترسلها أو تتلقاها من خلال الخدمات، أو لمقدار مساحة التخزين المستخدمة لتوفير أية خدمة، فإنه يحق لـ Google تعيين هذه الحدود القصوى الثابتة في أي وقت وبمحض اختيارها.</p> <p><b>5- استخدامك للخدمات</b></p> <p>5-1 حتى تتمكن من الوصول إلى خدمات معينة، فقد يُطلب منك تقديم بعض المعلومات الخاصة بك (مثل تعريف الهوية أو تفاصيل معلومات الاتصال) كجزء من عملية تسجيل اشتراكك في الخدمة، أو كجزء من استمرار استخدامك للخدمات. وتوافق أنت على أن أية معلومات تسجيل تقدمها لـ Google يجب أن تكون دائمًا دقيقة وصحيحة وحديثة.</p> <p>5-2 توافق أنت على استخدام الخدمات للأغراض المسموح بها فقط في (أ) البنود (ب) وأي قوانين مطبَّقة أو لوائح أو أعراف أو تعاليم عامة مقبولة في نطاق السلطة القانونية ذات الصلة (بما في ذلك أي قوانين تتعلق بتصدير البيانات أو البرامج إلى ومن الولايات المتحدة أو غيرها من البلاد ذات الصلة).</p> <p>5-3 توافق أنت على عدم الوصول (أو محاولة الوصول) إلى الخدمات بأية وسيلة إلا من خلال الواجهة التي توفرها Google، إلا إذا تم السماح لك تحديدًا بالوصول إليها بموجب اتفاقية مستقلة مع Google.</p> <p>5-4 توافق أنت على ألا تشترك في أي نشاط يتعارض مع الخدمات (أو مراكز الخدمة والشبكات المتصلة بـالخدمات) أو يؤدي إلى عرقلتها.</p> <p>5-5 توافق أنت على عدم قيامك بإعادة إنتاج الخدمات أو عمل نُسَخ مطابقة لها أو نَسْخها أو بيعها أو الاتجار فيها أو إعادة بيعها لأي غرض، إلا إذا تم السماح لك تحديدًا بعمل ذلك بموجب اتفاقية مستقلة مع Google.</p> <p>5-6 توافق أنت على أنك المسؤول الوحيد (وأن Google لا تتحمل أية مسؤولية تجاهك أو تجاه أي طرف آخر) عن أي خرق لالتزاماتك بموجب البنود وعن العواقب الناجمة عن هذا الخرق (بما في ذلك أي خسائر أو أضرار قد تتعرض لها Google).</p> <p><b>6- أمن كلمات المرور والحساب لديك</b></p> <p>6-1 توافق أنت وتدرك أنك المسؤول عن المحافظة على سرية كلمات المرور المرتبطة بأي حساب تستخدمه في الوصول إلى الخدمات.</p> <p>6-2 وعليه، فأنت توافق على أنك المسؤول الوحيد أمام Google عن جميع الأنشطة التي تحدث من خلال حسابك.</p> <p>6-3 إذا علمت بأي استخدام غير معتمَد لكلمة المرور الخاصة بك أو لحسابك، فأنت توافق على إبلاغ Google بذلك على الفور على الموقع <a href="http://www.google.com/support/accounts/bin/answer.py?answer=48601">http://www.google.ae/support/accounts/bin/answer.py?answer=48601</a>.</p> <p><b>7. الخصوصية ومعلوماتك الشخصية</b></p> <p>7.1 للاطلاع على معلومات حول ما تقوم به Google لحماية البيانات، يرجى قراءة سياسة خصوصية Google على <a href="http://www.google.co.uk/privacy.html">http://www.google.ae/privacy.html</a>. حيث تشرح هذه السياسة كيف تتعامل Google مع معلوماتك الشخصية وتحمي خصوصيتك عند استخدامك للخدمات.</p> <p>7-2 توافق أنت على استخدام بياناتك طبقًا لسياسات خصوصية Google.</p> <p><b>8. المحتويات الموجودة في الخدمات</b></p> <p>1. تدرك أنت أن جميع المعلومات (مثل ملفات البيانات أو النصوص المكتوبة أو برامج الكمبيوتر أو الموسيقى أو ملفات الصوت أو غير ذلك من محتويات الصوت أو الصور الفوتوغرافية أو الفيديو أو غير ذلك من الصور) التي يمكنك الوصول إليها كجزء من استخدامك للخدمات أو من خلال استخدامك لها، هي مسؤولية الشخص الذي قام بإنشاء هذه المحتويات وحده. ويشار إلى كل هذه المعلومات فيما يلي بـ "المحتويات".</p> <p>8-2. ينبغي عليك أن تدرك أن المحتويات المقدَّمة إليك كجزء من الخدمات، بما في ذلك على سبيل المثال لا الحصر الإعلانات المنشورة في الخدمات والمحتويات الواقعة تحت رعاية جهة ما ضمن الخدمات، قد تكون محمية بقوانين حقوق الملكية الفكرية التي تملكها الجهات الراعية أو الجهات المعلِنة التي توفر هذه المحتويات لـ Google (أو يملكها أشخاص آخرون أو شركات أخرى بالنيابة عن هذه الجهات). لذا لا يحق لك تعديل هذه المحتويات أو تأجيرها أو استئجارها أو إقراضها أو بيعها أو توزيعها أو إنشاء أعمال اشتقاقية منها (سواء بشكل كلي أو جزئي) إلا إذا قامت Google أو المالكون لهذه المحتويات بإبلاغك تحديدًا بإمكانية القيام بذلك ضمن اتفاقية مستقلة.</p> <p>8-3. تحتفظ Google بالحق (ولكن دون أي التزام) في فحص أي أو كل المحتويات الموجودة في أي خدمة أو مراجعتها أو تمييزها أو فلترتها أو تعديلها أو رفضها أو إزالتها. وقد توفر Google في بعض الخدمات أدوات لفلترة واستبعاد المحتويات الجنسية الصريحة. تشمل هذه الأدوات إعدادات تفضيل البحث الآمن SafeSearch (يرجى الاطلاع على <a href="http://www.google.co.uk/help/customize.html#safe">http://www.google.ae/help/customize.html#safe</a>). بالإضافة إلى ذلك، توجد خدمات وبرامج متوفرة تجاريًا لتقييد الوصول إلى المواد التي قد تثير اشمئزازك.</p> <p>8-4 - تدرك أنت أنه باستخدامك للخدمات قد تتعرض لمحتويات ربما تعتبرها عدائية أو غير لائقة أو مثيرة للاشمئزاز، وأنه في هذه الحالة فإن استخدامك للخدمات يكون على مسؤوليتك الشخصية.</p> <p>8-5 توافق أنت على أنك المسؤول الوحيد (وأن Google لا تتحمل أية مسؤولية تجاهك أو تجاه أي طرف آخر) عن أي محتويات تقوم بإنشائها أو إرسالها أو عرضها أثناء استخدام الخدمات، وعن العواقب الناجمة عن أفعالك (بما في ذلك أي خسائر أو أضرار قد تتعرض لها Google) عند قيامك بذلك.</p> <p><b>9- حقوق الملكية</b></p> <p>9-1 تقر أنت وتوافق على أن Google (أو جهاتها المانحة للتراخيص) يملكون كامل الحق القانوني وحق الملكية والمصلحة في الخدمات، بما في ذلك أية حقوق ملكية فكرية تتعلق بالخدمات (سواء أكانت تلك الحقوق مسجلة أم غير مسجلة، وأينما وجدت هذه الحقوق في أي مكان في العالم). كما تقر أيضًا أن الخدمات قد تحتوي على معلومات تعتبرها Google سرية، ويجب عليك عدم إفشاء هذه المعلومات دون موافقة كتابية مسبقة من Google.</p> <p>9-2 لا تتضمن البنود ما يمنحك الحق في استخدام أي من الأسماء التجارية والعلامات التجارية وعلامات الخدمة والشعارات وأسماء النطاقات وغير ذلك من مزايا العلامة التجارية المميزة التي تخص Google، إلا إذا تم الاتفاق بينك وبين Google على غير ذلك كتابيًا.</p> <p>9-3 إذا تم منحك حقًا صريحًا باستخدام أي من مزايا العلامة التجارية المميزة المذكورة أعلاه بموجب اتفاقية مستقلة مع Google، فإنك توافق على أن استخدامك لهذه المزايا سيكون وفقًا لتلك الاتفاقية وأية أحكام تنطبق على ذلك من البنود، ووفقًا لتعليمات استخدام مزايا العلامة التجارية المميزة لشركة Google حسبما يتم تحديثها من حين لآخر. يمكنك الاطلاع على هذه التعليمات على الإنترنت على <a href="http://www.google.co.uk/permissions/guidelines.html">http://www.google.ae/permissions/guidelines.html</a> (أو أي عنوان URL آخر قد توفره Google لهذا الغرض من حينٍ لآخر).</p> <p>9-4 باستثناء الترخيص المحدود المذكور في المادة 11، فإن Google تقر وتوافق على أنها لا تملك أي حق أو حق ملكية أو مصلحة منك (أو من جهاتك المانحة للتراخيص) بموجب هذه البنود تعود عن أو إلى أي محتويات تقوم أنت بتقديمها أو نشرها أو إرسالها أو عرضها في الخدمات أو من خلالها، بما في ذلك أي حقوق ملكية فكرية تتعلق بهذه المحتويات (سواء أكانت تلك الحقوق مسجلة أم غير مسجلة، وأينما وجدت هذه الحقوق في أي مكان في العالم). وتوافق أنت بدورك على أنك المسؤول عن حماية هذه الحقوق وتنفيذها وأن Google غير مُلزَمة بالقيام بذلك نيابة عنك، ما لم يتم الاتفاق على غير ذلك كتابيًا مع Google.</p> <p>9-5 توافق أنت على أنك لن تقوم بإزالة أي إشعارات حقوق ملكية أو حجبها أو تبديلها (بما في ذلك إشعارات حقوق الطبع والنشر والعلامة التجارية)، والتي قد تكون ملحقة أو مضمنة في الخدمات.</p> <p>9-6 توافق أنت على أنك أثناء استخدام الخدمات، لن تستخدم أية علامة تجارية أو علامة خدمة أو اسم تجاري أو شعار لأي شركة أو مؤسسة بطريقة يمكن أن تسبب أو تهدف إلى التسبب في إحداث لبس حول المالك أو المستخدم المعتمَد لهذه العلامات أو الأسماء أو الشعارات، ما لم تسمح لك Google بذلك صراحةً وكتابيًا.</p> <p><b>10- الترخيص من Google</b></p> <p>10-1 تمنحك Google ترخيصًا شخصيًا يمكن استخدامه في كل أنحاء العالم وبدون رسوم وغير قابل للتنازل وغير حصري باستخدام البرامج التي توفرها لك Google كجزء من الخدمات كما هي مقدَّمة من Google (والمشار إليها فيما يلي بـ "البرامج"). ويُمنح هذا الترخيص لغرض واحد وهو تمكينك من استخدام فوائد الخدمات والتمتع بها كما توفرها Google وبالطريقة المسموح بها في البنود.</p> <p>10-2 لا يحق لك (ولا يحق لك أن تسمح لأي شخص آخر بـ) نسخ البرامج أو تعديلها أو إنشاء أعمال اشتقاقية منها أو قلب تصميمها أو تفكيكها أو محاولة استخلاص شفرة المصدر الخاصة بها أو بأي جزء منها، ما لم يسمح القانون بذلك أو يطالب به صراحةً، أو ما لم تقم Google بإبلاغك كتابيًا وبصورة محددة أنه يحق لك القيام بذلك.</p> <p>10-3 لا يحق لك أن تتخلى للغير عن حقوقك في استخدام البرامج (أو أن تمنحه ترخيصًا من الباطن بذلك)، أو أن ترهن للغير حقوقك في استخدام "البرامج"، أو أن تحوّل ملكية أي جزء من حقوقك في استخدام "البرامج" إلى الغير، ما لم تقم Google بمنحك إذنًا كتابيًا محددًا للقيام بذلك.</p> <p><b>11- ترخيص المحتويات المقدَّم منك</b></p> <p>11-1 تحتفظ أنت بحقوق الطبع والنشر وأية حقوق أخرى تملكها بالفعل في المحتويات التي تقوم بتقديمها أو نشرها أو عرضها في الخدمات أو من خلالها. <p> <p><b>12- تحديثات البرامج</b></p> <p>12-1 يجوز تنزيل تحديثات البرامج التي تستخدمها وتثبيتها تلقائيًا من حينٍ لآخر عن طريق Google. والهدف من هذه التحديثات هو تحسين الخدمات وتعزيزها، بل وتطويرها، وقد تكون هذه التحديثات على شكل إصلاحات عيوب ووظائف معزَّزة ووحدات برامج جديدة وإصدارات جديدة بالكامل. وتوافق أنت على استلام هذه التحديثات (والسماح لـ Google بتسليمها لك) كجزء من استخدامك للخدمات.</p> <p><b>13. إنهاء علاقتك مع Google</b></p> <p>13-1 تظل هذه البنود سارية إلى أن تقوم أنت أو Google بإنهائها كما هو موضح أدناه.</p> <p>13-2 إذا أردت إنهاء اتفاقيتك القانونية مع Google، يمكنك فعل ذلك عن طريق (أ) إشعار Google في أي وقت (ب) وإقفال حساباتك لجميع الخدمات التي تستخدمها، حيثما وفرت لك Google هذا الخيار. ويجب أن يتم إرسال هذا الإشعار مكتوبًا إلى عنوان Google المذكور في بداية هذه البنود.</p> <p>13-3 يحق لـ Google في أي وقت إنهاء الاتفاقية القانونية معك في الحالات التالية:</p> <p>(أ) إذا قمت بخرق أي من الأحكام الواردة في هذه البنود (أو التصرف بطريقة تُظهر بوضوح أنك لا تنوي الالتزام بأحكام هذه البنود أو غير قادر على الالتزام بها)</p> <p>(ب) أو مطالبة القانون لـ Google بالقيام بذلك (على سبيل المثال، عندما يكون توفير الخدمات لك أمرًا غير قانوني أو يصبح كذلك)</p> <p>(ج) أو قيام الشريك الذي وفرت لك Google الخدمات معه بإنهاء علاقته مع Google أو التوقف عن تقديم الخدمات إليك</p> <p>(د) أو تحوّل Google إلى عدم مواصلتها لتوفير الخدمات مرة أخرى للمستخدمين في البلد الذي تقيم به أو الذي تستخدم الخدمة فيه</p> <p>(هـ) أو إذا كان توفير الخدمات لك بواسطة Google لم يعُد يحقق نجاحًا تجاريًا من وجهة نظر Google.</p> <p>13-4 لا تتضمن هذه المادة ما يؤثر على حقوق Google فيما يتعلق بتوفير الخدمات بموجب المادة 4 من هذه البنود.</p> <p>13-5 عند انقضاء العمل بهذه البنود، فإن جميع الحقوق والالتزامات والمسؤوليات القانونية التي انتفعت بها أنت وGoogle أو التي خضعتما لها (أو التي نشأت مع الوقت عندما كانت البنود سارية المفعول) أو التي أُعلِن أنها ستستمر إلى أجل غير مسمى، لن تتأثر بهذا الإنهاء، وسوف يستمر سريان الأحكام الواردة في الفقرة 20-7 على هذه الحقوق والالتزامات والمسؤوليات إلى أجل غير مسمى.</p> <p><b>14- استبعاد الضمانات </b></p> <p>14-1 يتم توفير هذه الخدمات "كما هي"، ولا تقدم لك Google ولا شركاتها الفرعية ولا التابعة ولا جهاتها المانحة للتراخيص، أي ضمانات فيما يتعلق بهذه الخدمات.</p> <p>14-2 وعلى وجه الخصوص، فإن Google وشركاتها الفرعية والتابعة وجهاتها المانحة للتراخيص لا يتعهدون أو يضمنون لك أيًا مما يلي:</p> <p>(أ‌) أن استخدامك للخدمات سيلبي احتياجاتك</p> <p>(ب‌) أن استخدامك للخدمات سيتوفر بلا انقطاع أو في الوقت المحدد أو سيكون آمنًا أو خاليًا من الأخطاء</p> <p>(ج) أن أية معلومات تحصل عليها نتيجة لاستخدام الخدمات ستكون دقيقة وموثوقة</p> <p>(د‌) إصلاح الخلل الذي يظهر في تشغيل أو وظيفة أي برامج يتم توفيرها لك كجزء من الخدمات</p> <p>14-3 لا تسري على الخدمات أية شروط أو ضمانات أو غير ذلك من البنود (بما في ذلك البنود الضمنية المتعلقة بمستوى الجودة المقْنِع والملاءمة لغرض ما أو المطابقة لوصف ما) إلا إلى الحد المنصوص عليه صراحةً في البنود.</p> <p>14-4 لا يوجد في البنود ما يؤثر على هذه الحقوق القانونية المخوَّلة إليك كمستخدم والتي لا يحق لك الموافقة بموجب عقد على تغييرها أو التنازل عنها. </p> <p><b>15- تحديد المسؤولية</b></p> <p>15-1 لا يوجد في هذه البنود ما يستبعد أو يحدد مسؤولية Google عن الخسائر التي لا يمكن استبعادها أو تحديدها بشكل قانوني بواسطة القانون المطبق.</p> <p>15-2 بالخضوع للحكم العام للفقرة 15-1 أعلاه، لن تتحمل Google ولا شركاتها الفرعية ولا التابعة ولا جهاتها المانحة للتراخيص أية مسؤولية عن:</p> <p>(أ‌) أية خسائر غير مباشرة أو تبعية قد تجلبها على نفسك. ويشمل ذلك أي خسائر في الأرباح (سواء بصورة مباشرة أو غير مباشرة) أو أية خسائر في الشهرة أو السمعة التجارية أو أي فقدان للبيانات بسببك</p> <p>(ب‌) أية خسائر أو أضرار قد تجلبها أنت نتيجةً لأي مما يلي:</p> <p>(1) أي تعويل من جانبك على كمال أي إعلان أو دقته أو وجوده، أو نتيجةً لأية علاقة أو معاملة بينك وبين أي جهة معلنة أو راعية يظهر إعلانها على الخدمات</p> <p>(2) أي تغييرات قد تجريها Google على الخدمات أو بسبب أي توقف نهائي أو مؤقت عن توفير الخدمات (أو أي مزايا ضمن الخدمات)</p> <p>(3) حذف أو تلف أو فشل في تخزين أي من المحتويات وغير ذلك من بيانات الاتصالات المحفوظة أو المنقولة عن طريق أو من خلال استخدامك للخدمات</p> <p>(4) إخفاقك في تزويد Google بمعلومات الحساب الدقيقة</p> <p>(5) إخفاقك في المحافظة على أمان وسرية كلمة المرور الخاصة بك أو تفاصيل حسابك</p> <p>15-3 سيتم تطبيق حدود مسؤولية Google تجاهك الواردة في الفقرة 15-2 أعلاه، سواء أتم إخطار Google بذلك أم لا، أو كان من المفترض أنها على علم باحتمال وقوع أي من هذه الخسائر أم لا.</p> <p><b>16- سياسات حقوق الطبع والنشر والعلامات التجارية</b></p> <p>16-1 إن سياسة Google هي الاستجابة إلى الإشعارات التي تبلغ عن أي انتهاك مزعوم لحقوق الطبع والنشر التي تخضع لقانون الملكية الفكرية الدولي المطبق ( مثل "قانون حقوق الطبع والنشر الرقمية للألفية الجديدة" المطبق في الولايات المتحدة) وإنهاء حسابات المستخدمين الذين تتكرر منهم مثل هذه الانتهاكات. يمكنك الاطلاع على سياسة Google في هذا الشأن بالتفصيل على <a href="http://www.google.co.uk/dmca.html">http://www.google.ae/dmca.html</a>.</p> <p>16-2 تطبق Google إجراءً لمتابعة الشكاوى المتعلقة بالعلامات التجارية فيما يتعلق بنشاط Google الإعلاني، ويمكن الاطلاع على هذا الإجراء على <a href="http://www.google.co.uk/tm_complaint.html">http://www.google.ae/tm_complaint.html</a>.</p> <p><b>17- الإعلانات</b></p> <p>17-1 يتم دعم بعض الخدمات من إيرادات الإعلانات، ولذا قد تعرض هذه الخدمات إعلانات ومواد ترويجية. وهذه الإعلانات قد تستهدف محتوى المعلومات المخزنة في الخدمات أو الاستعلامات التي تتم إثارتها من خلال الخدمات أو غير ذلك من المعلومات.</p> <p>17-2 يخضع أسلوب وصيغة ومدة الإعلان الذي تضعه Google على الخدمات للتغيير دون تقديم إشعار محدد لك.</p> <p>17-3 حتى تمنحك Google إمكانية الوصول إلى الخدمات واستخدامها، ينبغي أن توافق على حق Google في وضع مثل هذه الإعلانات على الخدمات.</p> <p><b>18- المحتويات الأخرى</b></p> <p>18-1 قد تتضمن الخدمات روابط موصلة إلى مواقع ويب أخرى أو محتويات أو مصادر أخرى. ولا يمكن لـ Google أن تتحكم في أية مواقع ويب أو مصادر توفرها شركات أو أشخاص غير Google.</p> <p>18-2 تقر أنت وتوافق على أن Google غير مسؤولة عن مدى توفر أي من هذه المواقع أو المصادر الخارجية، وأنها لا تصادق على أية إعلانات أو منتجات أو مواد أخرى موجودة على هذه المواقع أو المصادر أو متاحة من خلالها.</p> <p>18-3 تقر أنت وتوافق على أن Google غير مسؤولة عن أية خسائر أو أضرار تجلبها أنت نتيجة توفر تلك المواقع أو المصادر الخارجية، أو نتيجة أي تعويل من جانبك على كمال أو دقة أو وجود أية إعلانات أو منتجات أو مواد أخرى على هذه المواقع أو المصادر أو متاحة من خلالها.</p> <p><b>19- تعديل البنود</b></p> <p>19-1 يحق لشركة Google إجراء تعديلات على البنود العامة أو البنود الإضافية من حينٍ لآخر. وفي حالة إجراء هذه التعديلات، فسوف توفر Google نسخة جديدة من البنود العامة على <a href="http://google.co.uk/accounts/TOS?hl=en">http://www.google.ae/accounts/TOS?hl=ar</a> وسيتم تزويدك بأية بنود إضافية جديدة داخل أو من خلال الخدمات التي يطرأ عليها التعديل. </p> <p>19-2 تدرك أنت وتوافق على أنه عند استخدامك للخدمات عقب التاريخ الذي تم فيه تعديل البنود العامة أو البنود الإضافية، فسوف تعتبر Google هذا الاستخدام بمثابة قبول للبنود العامة أو البنود الإضافية الجديدة.</p> <p><b>20- البنود القانونية العامة</b></p> <p>20-1 1. في بعض الأحيان عندما تستخدم الخدمات، قد تقوم (نتيجة استخدامك للخدمات أو من خلال استخدامك لها) باستخدام خدمة أو تنزيل برنامج أو شراء سلعة يوفرها شخص آخر أو شركة أخرى. وقد يخضع استخدامك لهذه الخدمات أو البرامج أو السلع الأخرى لبنود مستقلة بينك وبين الشركة أو الشخص المعني. وإذا كان الأمر كذلك، فإن البنود لا تؤثر على العلاقة القانونية بينك وبين هذه الشركات الأخرى أو الأشخاص الآخرين.</p> <p>20-2 تُشكل هذه البنود الاتفاقية القانونية الكاملة بينك وبين Google وتحكم استخدامك للخدمات. (ولكن باستثناء أي خدمات قد توفرها لك Google بموجب اتفاقية كتابية مستقلة) وتحل تمامًا محل أي اتفاقيات مسبقة بينك وبين Google فيما يتعلق بالخدمات.</p> <p>20-3 توافق أنت على أن Google قد تقوم بتقديم إشعارات لك، مثل الإشعارات المتعلقة بتعديل البنود، عن طريق البريد الإلكتروني أو البريد العادي أو نشرها على الخدمات.</p> <p>20-4 توافق أنت على أنه في حالة عدم استخدام Google أو تنفيذها لأي حق قانوني أو تعويض قانوني متضمن في البنود (أو يعود بالفائدة على Google بموجب أي قانون مطبق)، فإن هذا لا يعد بمثابة تنازل رسمي عن حقوق Google، بل ستظل هذ الحقوق أو التعويضات متاحة لـ Google.</p> <p>20-5 إذا قضت أي محكمة نظامية مختصة بالبت في هذه المسألة بأن أي حكم من أحكام هذه البنود هو غير قانوني، يتم حذف ذلك الحكم من البنود دون أن يؤثر ذلك على بقية البنود. وستظل باقي أحكام هذه البنود صحيحة وسارية المفعول.</p> <p>20-6 تقر أنت وتوافق على أن كل عضو ضمن مجموعة الشركات التي تعد Google الشركة الأم لها، سيكون بمثابة طرف آخر مستفيد من البنود وأن هذه الشركات الأخرى سوف تكون مخولة لفرض أي أحكام في هذه البنود أو الاعتماد عليها بشكل مباشر، والتي تعود بالفائدة عليها (أو تمنحها حقوقًا لصالحها). وفيما عدا هؤلاء الأعضاء، لا يعد أي شخص آخر أو شركة أخرى طرفًا آخر مستفيدًا من البنود.</p> <p>20-7 تخضع البنود، وكذلك علاقتك مع Google بموجب البنود، إلى القانون الإنجليزي. وتوافق أنت وGoogle على الخضوع للسلطة القضائية الحصرية لمحاكم إنجلترا للفصل في أي شأن قانوني ينشأ عن البنود. وعلى الرغم من هذا، توافق أنت على أنه لا يزال من حق Google المطالبة بالإفراج بكفالة (أو أي نوع مماثل من إجراءات الإفراج الحرجة) في أي سلطة قضائية.</p> <p>15 آب (أغسطس)، 2008</p> </body> </html>
kuiche/chromium
chrome/app/resources/terms/terms_ar.html
HTML
bsd-3-clause
72,566
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"><html> <head> <title>INITIALISE-VISION-LEVEL</title> </head> <body> <h3><i>I initialise the distance along grid lines that I can see the amount of sugar on a patch.</i> </h3> <font size="2" color="gray">Begin micro-behaviour</font> <p><b>INITIALISE-VISION-LEVEL</b></p> <font size="2" color="gray">Begin NetLogo code:</font> <pre>set my-vision-level random-integer-between the-minimum-vision-level the-maximum-vision-level</pre> <font size="2" color="gray">End NetLogo code</font> <h2>Variants</h2> <p>Vision level need not be selected uniformly from the interval [<i>the-minimum-vision-level</i>, <i>the-maximum-vision-level</i>] but can be real numbers or have other distributions.</p> <h2>Related Micro-behaviours</h2> <p> <a title="MOVE-TO-NEAREST-VISIBLE-PATCH-WITH-MAXIMUM-SUGAR" href="MOVE-TO-NEAREST-PREFERRED-VISIBLE-PATCH.html"> MOVE-TO-NEAREST-PREFERRED-VISIBLE-PATCH</a> uses this to scan north/south and east/west a distance of <i>my-vision-level</i> to select the best patch to move to. <a href="INITIALISE-AGENT.html">INITIALISE-AGENT</a> adds this micro-behaviour.</p> <h2>How this works</h2> <p>This sets <i>my-vision-level</i> to a random integer between <i> the-minimum-vision-level</i> and <i>the-maximum-vision-level</i> inclusive.</p> <h2>Source</h2> <p>This is based upon page 24 of [1].</p> <h2>History</h2> <p>This was implemented by Ken Kahn.</p> <h2>References</h2> <p>[1] <i>Growing Artificial Societies</i> by Joshua M. Epstein and Robert Axtell, Brookings Institute Press, The MIT Press, 1996.</p> </body> </html>
ToonTalk/behaviour-composer
BC/Static Web Pages/Resources/Composer/en/MB.4/INITIALISE-VISION-LEVEL.html
HTML
bsd-3-clause
1,718
<body> <p> The same coded study data that you donate for mPower could be used for other research. We give you the option to share your coded study data with other researchers worldwide for other research.<br/><br/> You get to decide if you want to share your coded study data for other research. Here are important points to consider when deciding:<br/><br/> First, research using the shared coded study data can be on any topic, not just PD. The research might be on topics you disagree with or find offensive.<br/><br/> Second, you cannot take back your data once it is used in another research study.<br/><br/> Third, future research may lead to patentable discoveries or commercial product(s). You will not profit from these future research. For example, you will not be paid for being in the study and/or sharing your data.<br/><br/> Think carefully about sharing your coded study data for other research. Make the choice that feels right for you. </p> </body>
Sage-Bionetworks/mPowerSDK
mPowerSDK/Resources/HTML/Base.lproj/consent_16future.html
HTML
bsd-3-clause
974
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"><html> <head> <title>CodePax - Database Versioning</title> <style> body {background-color: linen;} h1 {color: Chocolate;} h2 {color: DarkOrange;} </style> </head> <body> <h1>CodePax - Database Versioning</h1> <h2>Goal</h2> <p><img src="./img/codepax-db-cartoon.jpg"></p> <ul> <li>to have a clear tracking of database changes and thus of its version(s)</li> <li>to be able to roll out database changes without needing access to the database itself</li> <li>to have a database schema available without getting it from the PROD env</li> <li>to have a minimal data set to test with</li> <li>eventually to be able to quickly set-up a functional test database from the baseline, change scripts and the data set</li> </ul> <h2>What DB versioning is NOT</h2> <ul> <li>it is not database backup</li> <li>it does not version data, but database schema/structure, however you can push data changes via "data_change_scripts"</li> <li>it cannot revert to a previous DB version; so it goes incremental only</li> </ul> <h2>Terms</h2> <ul> <li>baseline - represents the database schema including database objects like: triggers, views, etc; the file is named "xx.yy.zz.sql"</li> <li>change script - represents a file that alters the database structure which contains one ore more SQL - commands; the file is named "xx.yy.zz.sql"</li> <li>data change script - represents a file that alters the database data which contains one ore more SQL commands; the file is named "xx.yy.zz.sql". This type of file should be used to propagate minor data changes to all development environments. One example could be for adding new static pages into a given table or insert a new access right, etc</li> <li>test data - represents a minimal test data that should work with the latest baseline and change scripts available; the file is named "data.sql"</li> <li>z_db_versioning - represents the table that will be created in each versioned database and will hold the current version of the database</li> <li>XX - represents the major no. of database</li> <li>YY - the minor</li> <li>ZZ - the revision point</li> </ul> <h2>Directory structure</h2> <ul> <li>all the DB versioning related files are stored under "db" directory(this name is configurable per project)</li> <li>the baselines are stored under "/app_root/db/baselines/"</li> <li>the change scripts under "/app_root/db/change_scripts/"</li> <li>the data change scripts under "/app_root/db/data_change_scripts/"</li> <li>and the test data here "/app_root/db/test_data/"</li> </ul> <h2>Workflow</h2> <b>Important!</b> given the two change scripts types(structure and data) the system keeps track of 2 versions: one being for structure and one for data. Both of them are displayed in CodePax under Database Versioning section. The versions for each type are independent and you can use change scripts only, data change scripts only or both of them. <p>The diagram below represents the workflow and available operations for each development environment:</p> <table border="1" cellpadding="5" cellspacing="0"> <tr> <td>Action/Environment</td> <td>Save test data (sql or zip)</td> <td>Drop/Create DB</td> <td>Apply Baseline</td> <td>Run Change Scripts</td> <td>Import Test Data (sql or zip)</td> <td>Run Data Change Scripts</td> </tr> <tr> <td>DEV</td> <td>optional</td> <td>x</td> <td>x</td> <td>x</td> <td>x</td> <td>x</td> </tr> <tr> <td>STG</td> <td></td> <td></td> <td></td> <td>x</td> <td></td> <td>x</td> </tr> <tr> <td>PROD</td> <td></td> <td></td> <td></td> <td>x</td> <td></td> <td>x</td> </tr> </table> </body>
GabrielCC/CodePax
help/database-versioning.html
HTML
bsd-3-clause
3,912
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>Search &mdash; MouseDB 1.1.1 documentation</title> <link rel="stylesheet" href="_static/default.css" type="text/css" /> <link rel="stylesheet" href="_static/pygments.css" type="text/css" /> <script type="text/javascript"> var DOCUMENTATION_OPTIONS = { URL_ROOT: '', VERSION: '1.1.1', COLLAPSE_INDEX: false, FILE_SUFFIX: '.html', HAS_SOURCE: true }; </script> <script type="text/javascript" src="_static/jquery.js"></script> <script type="text/javascript" src="_static/underscore.js"></script> <script type="text/javascript" src="_static/doctools.js"></script> <script type="text/javascript" src="_static/searchtools.js"></script> <link rel="top" title="MouseDB 1.1.1 documentation" href="index.html" /> <script type="text/javascript"> jQuery(function() { Search.loadIndex("searchindex.js"); }); </script> </head> <body> <div class="related"> <h3>Navigation</h3> <ul> <li class="right" style="margin-right: 10px"> <a href="genindex.html" title="General Index" accesskey="I">index</a></li> <li class="right" > <a href="py-modindex.html" title="Python Module Index" >modules</a> |</li> <li><a href="index.html">MouseDB 1.1.1 documentation</a> &raquo;</li> </ul> </div> <div class="document"> <div class="documentwrapper"> <div class="bodywrapper"> <div class="body"> <h1 id="search-documentation">Search</h1> <div id="fallback" class="admonition warning"> <script type="text/javascript">$('#fallback').hide();</script> <p> Please activate JavaScript to enable the search functionality. </p> </div> <p> From here you can search these documents. Enter your search words into the box below and click "search". Note that the search function will automatically search for all of the words. Pages containing fewer words won't appear in the result list. </p> <form action="" method="get"> <input type="text" name="q" value="" /> <input type="submit" value="search" /> <span id="search-progress" style="padding-left: 10px"></span> </form> <div id="search-results"> </div> </div> </div> </div> <div class="sphinxsidebar"> <div class="sphinxsidebarwrapper"> </div> </div> <div class="clearer"></div> </div> <div class="related"> <h3>Navigation</h3> <ul> <li class="right" style="margin-right: 10px"> <a href="genindex.html" title="General Index" >index</a></li> <li class="right" > <a href="py-modindex.html" title="Python Module Index" >modules</a> |</li> <li><a href="index.html">MouseDB 1.1.1 documentation</a> &raquo;</li> </ul> </div> <div class="footer"> &copy; Copyright 2009-2012, Dave Bridges. Created using <a href="http://sphinx.pocoo.org/">Sphinx</a> 1.1.3. </div> </body> </html>
BridgesLab/mousedb
Docs/build/html/search.html
HTML
bsd-3-clause
3,364
<head> <title>The Rocket Shop</title> <script src="https://checkout.stripe.com/checkout.js" charset="utf-8"></script> </head>
robconery/meteor-shop
client/main.html
HTML
bsd-3-clause
130
{% extends "admin/change_form.html" %} {% load i18n admin_modify adminmedia cms_tags %} {% block title %}{% trans "Change a page" %}{% endblock %} {% block extrahead %} <script type="text/javascript" src="{% admin_media_prefix %}js/jquery.min.js"></script> {% endblock %} {% block content_title %}{% trans "An old revision of a plugin can not be saved!" %}{% endblock %} {% block content %} <script type="text/javascript"> //<![CDATA[ (function($) { $(document).ready(function() { parent.setiframeheight($('body').height(), {{plugin.pk}}); }); })(jQuery); //]]> </script> {% endblock %}
VillageAlliance/django-cms
cms/templates/admin/cms/page/plugin_forms_history.html
HTML
bsd-3-clause
598
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/REC-html40/loose.dtd"> <html> <head> <title>Description of CORE_leadingedges</title> <meta name="keywords" content="CORE_leadingedges"> <meta name="description" content="CORE_LEADINGEDGES Core computational routine for LEADINGEDGES."> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> <meta name="generator" content="m2html &copy; 2003 Guillaume Flandin"> <meta name="robots" content="index, follow"> <link type="text/css" rel="stylesheet" href="../../../../../m2html.css"> </head> <body> <a name="_top"></a> <div><a href="../../../../../index.html">Home</a> &gt; <a href="#">chronux_2_00</a> &gt; <a href="../../../index.html">spikesort</a> &gt; <a href="../../index.html">utility</a> &gt; <a href="../index.html">datatools</a> &gt; <a href="index.html">private</a> &gt; CORE_leadingedges.m</div> <!--<table width="100%"><tr><td align="left"><a href="../../../../../index.html"><img alt="<" border="0" src="../../../../../left.png">&nbsp;Master index</a></td> <td align="right"><a href="index.html">Index for chronux_2_00\spikesort\utility\datatools\private&nbsp;<img alt=">" border="0" src="../../../../../right.png"></a></td></tr></table>--> <h1>CORE_leadingedges &nbsp;&nbsp;<img src="../../../../../c.png" alt="Windows" border="0" title="Windows"></h1> <h2><a name="_name"></a>PURPOSE <a href="#_top"><img alt="^" border="0" src="../../../../../up.png"></a></h2> <div class="box"><strong>CORE_LEADINGEDGES Core computational routine for LEADINGEDGES.</strong></div> <h2><a name="_synopsis"></a>SYNOPSIS <a href="#_top"><img alt="^" border="0" src="../../../../../up.png"></a></h2> <div class="box"><strong>function Y = CORE_leadingedges(X) </strong></div> <h2><a name="_description"></a>DESCRIPTION <a href="#_top"><img alt="^" border="0" src="../../../../../up.png"></a></h2> <div class="fragment"><pre class="comment">CORE_LEADINGEDGES Core computational routine for LEADINGEDGES. Y = CORE_LEADINGEDGES(X) takes an M x N matrix X and returns a M x N matrix Y, containing a logical 1 in each location Y(j,k) such that X(j,k) AND ~X(j,k-1) for k&gt;1 and X(j,k) for k==1. The matrix Y is of type logical. CONDITIONS ---------- X must be a matrix of type: DOUBLE, UINT8, LOGICAL. X can not be sparse. X should not contain NaN values; the results (i.e., whether NaN==0) are compiler dependent.</pre></div> <!-- crossreference --> <h2><a name="_cross"></a>CROSS-REFERENCE INFORMATION <a href="#_top"><img alt="^" border="0" src="../../../../../up.png"></a></h2> This function calls: <ul style="list-style-image:url(../../../../../matlabicon.gif)"> </ul> This function is called by: <ul style="list-style-image:url(../../../../../matlabicon.gif)"> </ul> <!-- crossreference --> <h2><a name="_source"></a>SOURCE CODE <a href="#_top"><img alt="^" border="0" src="../../../../../up.png"></a></h2> <div class="fragment"><pre>0001 <a name="_sub0" href="#_subfunctions" class="code">function Y = CORE_leadingedges(X)</a> 0002 <span class="comment">%CORE_LEADINGEDGES Core computational routine for LEADINGEDGES.</span> 0003 <span class="comment">% Y = CORE_LEADINGEDGES(X) takes an M x N matrix X and returns a M x N</span> 0004 <span class="comment">% matrix Y, containing a logical 1 in each location Y(j,k) such that</span> 0005 <span class="comment">% X(j,k) AND ~X(j,k-1) for k&gt;1 and X(j,k) for k==1.</span> 0006 <span class="comment">%</span> 0007 <span class="comment">% The matrix Y is of type logical.</span> 0008 <span class="comment">%</span> 0009 <span class="comment">% CONDITIONS</span> 0010 <span class="comment">% ----------</span> 0011 <span class="comment">% X must be a matrix of type: DOUBLE, UINT8, LOGICAL.</span> 0012 <span class="comment">% X can not be sparse.</span> 0013 <span class="comment">% X should not contain NaN values; the results (i.e., whether NaN==0)</span> 0014 <span class="comment">% are compiler dependent.</span> 0015 <span class="comment">%</span> 0016 0017 Y = (X(1,:) ~= 0); 0018 Y = [Y; X(2:<span class="keyword">end</span>,:) &amp; ~X(1:end-1,:)]; 0019 0020 <span class="keyword">return</span>; 0021 0022 <span class="comment">%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%</span> 0023 <span class="comment">%%%%%%%%%%%%%%%%%%%%%%%%%%%%% TEST CODE %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%</span> 0024 <span class="comment">%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%</span> 0025 <span class="comment">% data = uint8((rand(1e6,3)*255) &gt; 250);</span> 0026 <span class="comment">% tic; trig = CORE_leadingedges(data); t(1) = toc;</span> 0027 <span class="comment">% tic; trig2 = [(data(1,:)~=0) ; [(data(2:end,:)~=0) &amp; (data(1:end-1,:)==0)]]; t(2) = toc;</span> 0028 <span class="comment">% printf('\nCORE_leadingedges took %5.3f sec and equivalent native code took %5.3f sec.', t(1), t(2));</span> 0029 <span class="comment">% if (~isequal(trig,trig2))</span> 0030 <span class="comment">% printf('The two calls did not produce the same results.');</span> 0031 <span class="comment">% end</span></pre></div> <hr><address>Generated on Fri 15-Aug-2008 11:35:42 by <strong><a href="http://www.artefact.tk/software/matlab/m2html/">m2html</a></strong> &copy; 2003</address> </body> </html>
arengela/AngelaUCSFCodeAll
CoreFunctions/chronux/documentation/chronux_2_00/spikesort/utility/datatools/private/CORE_leadingedges.html
HTML
bsd-3-clause
5,390
<html> <body> Interfaces which plugins must implement, and global plugin functionality. The interfaces and required functionality are described more fully in the <a href="doc-files/PluginSpec.html">PluginSpec</a>. </body> </html>
lockss/lockss-daemon
src/org/lockss/plugin/package.html
HTML
bsd-3-clause
230
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>The FEniCS Project</title> <link rel="stylesheet" href="_static/classy.css" type="text/css" /> <link rel="stylesheet" href="_static/pygments.css" type="text/css" /> <script type="text/javascript"> var DOCUMENTATION_OPTIONS = { URL_ROOT: './', VERSION: '1.0', COLLAPSE_INDEX: false, FILE_SUFFIX: '.html', HAS_SOURCE: true }; </script> <script type="text/javascript" src="_static/jquery.js"></script> <script type="text/javascript" src="_static/underscore.js"></script> <script type="text/javascript" src="_static/doctools.js"></script> <script type="text/javascript" src="http://cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML"></script> <script src="http://sagecell.sagemath.org/static/jquery.min.js"></script> <script src="http://sagecell.sagemath.org/static/embedded_sagecell.js"></script> <script>sagecell.makeSagecell({inputLocation: ".sage"});</script> <style type="text/css"> .sagecell .CodeMirror-scroll { overflow-y: hidden; overflow-x: auto; } .sagecell .CodeMirror { height: auto; } </style> <link rel="top" title="Demo of admonition styles in DocOnce" href="index.html" /> <link rel="prev" title="Demo of admonition styles in DocOnce" href="index.html" /> </head> <body> <div class="document"> <div class="documentwrapper"> <div class="bodywrapper"> <div class="body"> <div class="section" id="demo-of-admonition-styles-in-doconce"> <h1>Demo of admonition styles in DocOnce<a class="headerlink" href="#demo-of-admonition-styles-in-doconce" title="Permalink to this headline">¶</a></h1> <table class="docutils field-list" frame="void" rules="none"> <col class="field-name" /> <col class="field-body" /> <tbody valign="top"> <tr class="field-odd field"><th class="field-name">Authors:</th><td class="field-body"><ol class="first upperalpha simple" start="8"> <li><ol class="first upperalpha" start="16"> <li>Langtangen</li> </ol> </li> </ol> </td> </tr> <tr class="field-even field"><th class="field-name">Date:</th><td class="field-body"><p class="first last">May 2, 2015</p> </td> </tr> </tbody> </table> <p><em>Summary.</em> This note demonstrates how admonitions look like in the output format <strong>sphinx</strong>.</p> <div class="section" id="the-four-main-types-of-admonitions"> <h2>The four main types of admonitions<a class="headerlink" href="#the-four-main-types-of-admonitions" title="Permalink to this headline">¶</a></h2> <p>Here is the warning admon:</p> <div class="admonition-division-by-zero-is-illegal admonition"> <p class="first admonition-title">Division by zero is illegal</p> <p>Most math systems will give fatal errors if you divide by zero.</p> <div class="last highlight-text"><div class="highlight"><pre>Terminal&gt; python -c &#39;print 4/0&#39; Traceback (most recent call last): File &quot;&lt;string&gt;&quot;, line 1, in &lt;module&gt; ZeroDivisionError: integer division or modulo by zero </pre></div> </div> </div> <p>Question admon (without title).</p> <div class="admonition-question admonition"> <p class="first admonition-title">Question</p> <p class="last">What are the admon options for <tt class="docutils literal"><span class="pre">doconce</span> <span class="pre">format</span> <span class="pre">html</span></tt>?</p> </div> <p>Summary admon:</p> <div class="admonition-summary admonition"> <p class="first admonition-title">Summary</p> <p>The most popular methods for solving algebraic equations</p> <div class="math"> \[f(x) = 0\]</div> <p>are</p> <blockquote class="last"> <div><ul class="simple"> <li>Newton&#8217;s method</li> <li>The Bisection method</li> <li>The Secant method</li> <li>The Fixed-Point method (<span class="math">\(f(x) = x - g(x)\)</span>)</li> </ul> </div></blockquote> </div> <p>Notice admon:</p> <div class="admonition-tip-follow-well-established-conventions-for-variable-names admonition"> <p class="first admonition-title">Tip: follow well-established conventions for variable names</p> <p class="last">For example, in Python, variable and function names use lower case letters separated by underscore, as in <tt class="docutils literal"><span class="pre">vibration_with_damping</span></tt> (while Java typically would have <tt class="docutils literal"><span class="pre">vibrationWithDamping</span></tt>). Class names apply cap words, as in <tt class="docutils literal"><span class="pre">ProblemClass</span></tt>.</p> </div> </div> <div class="section" id="the-block-quote-and-plain-box-environment"> <h2>The block, quote and plain box environment<a class="headerlink" href="#the-block-quote-and-plain-box-environment" title="Permalink to this headline">¶</a></h2> <p>DocOnce features a <tt class="docutils literal"><span class="pre">block</span></tt> environment with or without title.</p> <div class="admonition-notice admonition"> <p class="first admonition-title">Notice</p> <p class="last">Blocks are often used in slides to frame a collection of things.</p> </div> <div class="admonition-block-with-title admonition"> <p class="first admonition-title">Block with title</p> <p class="last">Blocks can contain text, math, code, figures, movies.</p> </div> <p>Here is a quote environment (<tt class="docutils literal"><span class="pre">quote</span></tt>):</p> <blockquote> <div><p>Sayre&#8217;s law states that &#8220;in any dispute the intensity of feeling is inversely proportional to the value of the issues at stake.&#8221;</p> <div class="line-block"> <div class="line">By way of corollary, it adds:</div> <div class="line">&#8220;That is why academic politics are so bitter.&#8221;</div> <div class="line"><em>Source</em>: <a class="reference external" href="http://en.wikipedia.org/wiki/Sayre's_law">wikipedia</a></div> </div> </div></blockquote> <p>Boxes are very simple frames (without any icons, background color, or stash, except for a shadow) used for important results like (note: box frame is not available in format <strong>sphinx</strong>)</p> <p>The world most famous equation:</p> <div class="math"> \[E = mc^2\]</div> </div> </div> </div> </div> </div> <div class="clearer"></div> </div> <div class="footer"> &copy; Copyright 2015, H. P. Langtangen. Created using <a href="http://sphinx.pocoo.org/">Sphinx</a> 1.2.3. </div> </body> </html>
sjsrey/doconce
doc/pub/admon/sphinx-classy/admon.html
HTML
bsd-3-clause
6,845
<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <link rel="stylesheet" href="confirm.css"> <script type="text/montage-serialization"> { "dynamictext1": { "prototype": "montage/ui/text.reel", "properties": { "element": { "#": "msg" } }, "bindings": { "value": {"<-": "@owner.msg"} } }, "button1": { "prototype": "ui/button.reel", "properties": { "identifier": "Ok", "element": { "#": "action-ok" } }, "bindings": { "label": {"<-": "@owner.okLabel"} }, "listeners": [ { "type": "action", "listener": { "@": "owner" } } ] }, "button2": { "prototype": "ui/button.reel", "properties": { "identifier": "Cancel", "element": { "#": "action-cancel" } }, "bindings": { "label": {"<-": "@owner.cancelLabel"} }, "listeners": [ { "type": "action", "listener": { "@": "owner" } } ] }, "owner": { "prototype": "ui/popup/confirm.reel", "properties": { "element": { "#": "confirm-container" } } } } </script> </head> <body> <div data-montage-id="confirm-container" class="matte-Confirm-dialog"> <div class="matte-Popup-header"> <h3 data-montage-id="title" class="title">Confirmation</h3> </div> <div class="matte-Confirm-content"> <div data-montage-id="msg" class="msg"></div> <div data-montage-id="msg-detail" class="msg-detail"></div> </div> <div class="matte-Popup-footer"> <div class="matte-Confirm-actions"> <button class="cancel" data-montage-id="action-cancel">Cancel</button> <button class="submit" data-montage-id="action-ok">OK</button> </div> <div class="clearfix"></div> </div> </div> </body> </html>
DigitalSismo/popcorn
node_modules/digit/node_modules/matte/ui/popup/confirm.reel/confirm.html
HTML
bsd-3-clause
2,297
{% extends 'index.html' %} {% load i18n %} {% block recent_stupid_questions %}{% endblock %} {% block contents %} <div class="ask"> <div id="id_logo" class="logo"><a href="/"><img src="/static/img/awesomeaface.png" width="352" height="352" alt="{% trans 'underguiz - page error!' %}" /></a></div> <div id="result" style="padding-top: 40px;"><b>{% trans 'underguiz says' %}:</b> {% trans 'Page not found!' %}</div> </div> {% endblock %} {% block responses %}{% endblock %}
nycholas/ask-undrgz
src/ask-undrgz/ask_undrgz/templates/500.html
HTML
bsd-3-clause
480
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> <html> <head> <title>FSF.MkLink</title> <meta http-equiv="Content-Type" Content="text/html; charset=utf-8"> <link rel="stylesheet" type="text/css" href="../../styles/styles.css"> <script language="javascript" src='../links.js' type="text/javascript"></script> </head> <body> <h1>MkLink</h1> <div class=navbar> <a href="../index.html">main</a> | <a href="index.html">FarStandardFunctions</a> </div> <div class=shortdescr> The <dfn>FSF.MkLink</dfn> function supports creating hard and symbolic links, directory junctions and mounting local drives to the file system. The function works only under Windows NT 4 or higher. </div> <pre class=syntax> int WINAPI MkLink( const char *Src, const char *Dest, DWORD Flags ); </pre> <h3>Parameters</h3> <div class=descr> <div class=dfn>Src</div> <div class=dfndescr>Name of the file object to which the link is created. </div> <div class=dfn>Dest</div> <div class=dfndescr>Name of the created link. </div> <div class=dfn>Flags</div> <div class=dfndescr>Operation mode. One of the following flags (<a name="MKLINKOP">MKLINKOP</a> enum): <table class="cont"> <tr class="cont"><th class="cont" width="40%">Operation</th><th class="cont" width="60%">Description</th></tr> <tr class="cont"><td class="cont" width="40%"><a name="FLINK_HARDLINK">FLINK_HARDLINK</a></td> <td class="cont" width="60%">Create a hard link. </td></tr> <tr class="cont"><td class="cont" width="40%"><a name="FLINK_JUNCTION">FLINK_JUNCTION</a></td> <td class="cont" width="60%">Create a directory junction. </td></tr> <tr class="cont"><td class="cont" width="40%"><a name="FLINK_VOLMOUNT">FLINK_VOLMOUNT</a></td> <td class="cont" width="60%">Mount a local drive to the file system. </td></tr> <tr class="cont"><td class="cont" width="40%"><a name="FLINK_SYMLINKFILE">FLINK_SYMLINKFILE</a></td> <td class="cont" width="60%">Create a file symbolic link. </td></tr> <tr class="cont"><td class="cont" width="40%"><a name="FLINK_SYMLINKDIR">FLINK_SYMLINKDIR</a></td> <td class="cont" width="60%">Create a directory symbolic link. </td></tr> </table> <p>You can combine operation mode with one of the following flags:</p> <table class="cont"> <tr class="cont"><th class="cont" width="40%">Flag</th><th class="cont" width="60%">Description</th></tr> <tr class="cont"><td class="cont" width="40%"><a name="FLINK_SHOWERRMSG">FLINK_SHOWERRMSG</a></td> <td class="cont" width="60%">Show error messages. </td></tr> <tr class="cont"><td class="cont" width="40%"><a name="FLINK_DONOTUPDATEPANEL">FLINK_DONOTUPDATEPANEL</a></td> <td class="cont" width="60%">Do not update the panel after the link has been created. </td></tr> </table> </div> </div> <h3>Return value</h3> <div class=descr> <p>1 - the link was created successfully. <p>0 - error creating link. <p>Possible error resons: <ul> <li>For hard links: <ul> <li>Src and Dest are on different partitions; <li>the partition is not NTFS; <li>the partition is not local; <li>Src does not exist or is not a file; <li>Dest already exists; </ul> <li>For directory junctions: <ul> <li>Src or Dest is not on the local partition; <li>the partition is not NTFS 5.0; <li>Src does not exist or is not a directory; <li>Dest exists, but is not an empty directory; </ul> <li>For volume mounts: <ul> <li>Src or Dest is not on the local partition; <li>the partition for Dest is not NTFS 5.0; <li>Src does not exist or is not a local drive; <li>Dest exists, but is not an empty directory; </ul> </ul> </div> <h3>Remarks</h3> <div class=descr> <ol> <li>The links are created according to the following rules: <ul> <li>hard links are created only for files within a single NTFS partition (<b>NT4/Win2K/XP</b>); <li>Directory junctions are created only for directories within local NTFS partitions (<b>Win2K/NTFS 5.0</b>); <li>mounting local drives to the file system is possible only on NTFS partitions (<b>Win2K/NTFS 5.0</b>). </ul> <li>If the value of Src is, for example, "C:", a volume mount will be created instead of a junction. <li>If the destination directory for a volume mount operation is terminated with a backslash, a subdirectory "disk_N" will be created in Dest, where N is the letter of the drive being mounted. <li>On Windows 2000 you cannot create a junction which points to a CD-ROM folder, but you can mount this CD-ROM disk as an NTFS folder (see <a href="../dict.html#mountpoints">Mount Points</a>) and then create the necessary junction. </div> <h3>Example</h3> <div class=descr> </div> <div class=see>See also:</div><div class=seecont> <a href="getnumberoflinks.html">GetNumberOfLinks</a> </div> </body> </html>
FarGroup/FarManager
enc/enc_eng/meta/fsf/mklink.html
HTML
bsd-3-clause
4,817
<html> <body> <table> <tr> <td valign="top"> <img align="left" width="80" height="80" src="nbresloc:/net/java/nboglpack/jogldemosproject/resources/refract_sm.jpg"> </td><td valign="top"> <b>Description</b><br> Real-time reflection and refraction with chromatic aberration using vertex and fragment programs. Original source code by NVidia. </td><td valign="top" width="20%"> <b>Requirements</b><br> ARB_vertex_program<br> ARB_fragment_program or<br> NV_register_combiners </td> </tr> </table> </body> </html>
mbien/netbeans-opengl-pack
jogl-demos-project/src/net/java/nboglpack/jogldemosproject/resources/VertexProgRefractDemoDescription.html
HTML
bsd-3-clause
597
<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <meta content="IE=edge,chrome=1" http-equiv="X-UA-Compatible"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>Join Cowork Niagara</title> <link href='http://fonts.googleapis.com/css?family=Open+Sans:400,700,300' rel='stylesheet' type='text/css'> <link href="/stylesheets/all-77fc6781.css" rel="stylesheet" /> <script src="/javascripts/all-74b7d336.js"></script> </head> <body class="join"> <div class="header"> <div class="section"> <div class="w"> <div class="logo"> <a href="/"><img src="/images/logo-horizontal-d45c9191.svg"></a> </div> <div class="mobile-toggle"> &#9776; </div> </div> <div class="navigation"> <ul> <li><a href="/">Home</a></li> <li><a href="/about.html">About</a></li> <li><a href="/events.html">Our Events</a></li> <li><a href="/find-us.html">Find Us</a></li> <li><a href="/join.html">Join Us</a></li> <li><a href="/blog">IndyBlog</a></li> </ul> </div> </div> </div> <div class="masthead"> <div class="section"> <h1>Join Cowork Niagara</h1> </div> </div> <div class="section join"> <p class="values"> If you also believe that the true potential of creative, independent knowledge workers is unlocked when our ideas and work have the opportunity to cross pollinate with the work of our peers in a shared space, then you should become part of Niagara's independent workforce. </p> <p> Join a group of brilliant, passionate, independent creatives who are helping transform Niagara’s economic landscape. </p> <div class="subsection reasons"> <p> Become part of Cowork Niagara’s thriving community. <a href="http://join.coworkniagara.com" target="_new">Sign up today!</a> </p> <p>Here are a few reasons to join:</p> </div> </div> <div class="section supporting"> <div class="subsection"> <h2>Flexible Pricing</h2> <p> We have a number of pricing options to suit how you'll use the space. </p> <ul class="bullets space-pricing"> <li class="bullet"> <div class="bullet-icon bullet-icon-1"> <img src="/images/icon-package-unlimited-8266dca5.svg" alt=""> </div> <div class="bullet-content"> <h2>Unlimited use</h2> <p>Hot desk space all day, every day. Key access.</p> <p class="price"><strong>$100</strong> per month</p> <p class="details">On a monthly plan</p> </div> </li> <li class="bullet"> <div class="bullet-icon bullet-icon-2"> <img src="/images/icon-package-light-dbfb7d7d.svg" alt=""> </div> <div class="bullet-content"> <h2>Light use</h2> <p class="description"> You pick the one day a week to use the space. We save you a seat. </p> <p class="price"><strong>$50</strong> per month</p> <p class="details">On a monthly plan</p> </div> </li> <li class="bullet"> <div class="bullet-icon bullet-icon-3"> <img src="/images/icon-package-dedicated-6f62eeeb.svg" alt=""> </div> <div class="bullet-content"> <h2>Dedicated Desk</h2> <p>A place to call your own for as long as you need it.</p> <p class="price"><strong>$200</strong> per month</p> <p class="details">On a monthly plan</p> </div> </li> </ul> </div> <div class="subsection"> <h2>Members earn more</h2> <p> People who join a coworking space improve their income more quickly than those who do not (Source: <a href="http://www.deskmag.com/en/the-coworking-market-report-forecast-2014" target="_new">Deskmag - The Coworking Market Report Forecast 2014</a>). We provide an environment where members learn from and collaborate with one another. </p> </div> <div class="subsection"> <h2>Interact and collaborate with other entrepreneurs</h2> <p> Cowork Niagara is a shared space where freelancers, social entrepreneurs and non-profit groups work, collaborate and make awesome stuff together. Interact with people from a wide range of industries in a zero-pressure environment. We believe in building lasting business relationships, exchanging ideas and spreading knowledge to help you grow personally and professionally. </p> </div> <div class="subsection"> <h2>You get a vote</h2> <p> Each of our members gets an equal vote in decisions about Cowork Niagara’s future. You can help steer the direction of Niagara’s first and only cooperative coworking space. Attend our Annual General Meeting to stay up to date on what’s happening. </p> </div> <div class="subsection"> <h2>Together we have a stronger voice</h2> <p> Part of being an entrepreneur is working with elected officials and groups at all levels of government to make Niagara more business-friendly. Add your voice to our collective efforts and take part in conversations about open data, transparency, our startup culture, the local cooperative movement and much more. </p> </div> <div class="subsection"> <h2>Professional development made just for you</h2> <p> Cowork Niagara offers the region’s largest calendar of independently focused events. We organize educational, interactive, fun free and members-only events and meet-ups for entrepreneurs in the marketing, sales, web and software development industries. Whether it’s a Hamilton-Niagara Drupal group meet-up, DevTricks (for developers), WriteTricks (for writers), a Sales Crafting meeting or one of our many others, you can find or create your niche. </p> </div> <div class="subsection"> <p> Become part of Cowork Niagara’s thriving community. <a href="http://join.coworkniagara.com" target="_new">Sign up today!</a> </p> </div> </div> <div class="footer"> <div class="section"> <div class="niagara-coop-network"> <img src="/images/niagara-coop-network-b91541fa.svg"> </div> <div class="links"> <img src="/images/logo_transparent-000b3e0c.png"> <ul> <li><a href="/">Home</a></li> <li><a href="/about.html">About</a></li> <li><a href="/events.html">Our Events</a></li> <li><a href="/find-us.html">Find Us</a></li> <li><a href="/join.html">Join Us</a></li> <li><a href="/blog">IndyBlog</a></li> </ul> <!--<p>Copyright &copy; 2014 Cowork Niagara</p>--> </div> </div> </div> <script> (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){ (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o), m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m) })(window,document,'script','//www.google-analytics.com/analytics.js','ga'); ga('create', 'UA-51684825-1', 'auto'); ga('send', 'pageview'); </script> </body> </html>
CoworkingNiagara/coworkingniagara.github.io
build/join.html
HTML
bsd-3-clause
7,138
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> <title>Flot Examples: Navigation</title> <link href="../examples.css" rel="stylesheet" type="text/css"> <style type="text/css"> #placeholder .button { position: absolute; cursor: pointer; } #placeholder div.button { font-size: smaller; color: #999; background-color: #eee; padding: 2px; } .message { padding-left: 50px; font-size: smaller; } </style> <script language="javascript" type="text/javascript" src="../../source/jquery.js"></script> <script language="javascript" type="text/javascript" src="../../lib/jquery.event.drag.js"></script> <script language="javascript" type="text/javascript" src="../../lib/jquery.mousewheel.js"></script> <script language="javascript" type="text/javascript" src="../../dist/es5/jquery.flot.js"></script> <script type="text/javascript"> $(function() { function sumf(f, t, m) { var res = 0; for (var i = 1; i < m; ++i) { res += f(i * i * t) / (i * i); } return res; } function panMessage(placeholder) { placeholder.bind("plotpan", function (event, plot) { var axes = plot.getAxes(); $(".message").html("Panning to x: " + axes.xaxis.min.toFixed(2) + " &ndash; " + axes.xaxis.max.toFixed(2) + " and y: " + axes.yaxis.min.toFixed(2) + " &ndash; " + axes.yaxis.max.toFixed(2)); }); } function zoomMessage(placeholder) { placeholder.bind("plotzoom", function (event, plot) { var axes = plot.getAxes(); $(".message").html("Zooming to x: " + axes.xaxis.min.toFixed(2) + " &ndash; " + axes.xaxis.max.toFixed(2) + " and y: " + axes.yaxis.min.toFixed(2) + " &ndash; " + axes.yaxis.max.toFixed(2)); }); } var d0 = []; for (var t = 0; t <= 2 * Math.PI; t += 0.01) { d0.push([sumf(Math.cos, t, 10), sumf(Math.sin, t, 10)]); } var data = [d0], placeholder = $("#placeholder"), plot = $.plot(placeholder, data, { series: { lines: { show: true }, shadowSize: 0 }, xaxis: { zoomRange: [0.1, 10], panRange: [-10, 10], gridLines: true, autoScale: 'exact' }, yaxis: { zoomRange: [0.1, 10], panRange: [-10, 10], gridLines: true, autoScale: 'exact' }, zoom: { interactive: true }, pan: { interactive: true, enableTouch: true } }); function piTickGenerator(axis) { var res = [], i = Math.floor(axis.min / Math.PI); do { var v = i * Math.PI; res.push([v, i + "\u03c0"]); ++i; } while (v < axis.max); return res; } var d1 = [], d2 = [[0.1, 3], [4, 8], [8, 5], [9, 13]], d3 = [[0.1, 12], [5, 5], null, [9, 2.5], [12, 5]], d4 = []; for (var i = 0; i < 14; i += 0.2) { d1.push([i, (10 + Math.sin(i))]); } for (var i = 0; i < 14; i += 0.5) { d4.push([i, 1000 + 300 * Math.sin(i)]); } var placeholder2 = $("#placeholder2"), plot2 = $.plot(placeholder2, [ { data: d4, label: "a", xaxis: 1, yaxis: 1 }, { data: d1, label: "b", xaxis: 2, yaxis: 2 } ], { series: { lines: { show: true }, points: { show: true } }, xaxes: [ {autoScale: 'exact'}, {autoScale: 'exact'} ], yaxes: [ { mode: 'log', showTickLabels: 'all', autoScale: 'exact'}, { mode: 'log', showTickLabels: 'all', autoScale: 'exact'} ], zoom: { interactive: true }, pan: { interactive: true, enableTouch: true } }); panMessage(placeholder); zoomMessage(placeholder); panMessage(placeholder2); zoomMessage(placeholder2); // Add the Flot version string to the footer $("#footer").prepend("Flot " + $.plot.version + " &ndash; "); }); </script> </head> <body> <div id="header"> <h2>Navigation</h2> </div> <div id="content"> <div class="demo-container"> <div id="placeholder" class="demo-placeholder"></div> </div> <div class="demo-container"> <div id="placeholder2" class="demo-placeholder"></div> </div> <p class="message"></p> <p>With the navigateTouch plugin it is easy to add panning and zooming. Drag to pan with one or two fingers, pinch to zoom.</p> <p>The plugin fires events (useful for synchronizing several plots) and adds a couple of public methods so you can easily build a little user interface around it, like the little buttons at the top right in the plot.</p> </div> <div id="footer"> Copyright &copy; 2007 - 2014 IOLA and Ole Laursen </div> </body> </html>
ni-kismet/engineering-flot
examples/navigateTouch/index.html
HTML
mit
5,945
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!-- NewPage --> <html lang="en"> <head> <!-- Generated by javadoc (1.8.0) on Thu Sep 29 14:31:08 EDT 2016 --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>Uses of Class org.owasp.appsensor.configuration.stax.server.StaxServerConfiguration (appsensor-parent 2.3.0 API)</title> <meta name="date" content="2016-09-29"> <link rel="stylesheet" type="text/css" href="../../../../../../../stylesheet.css" title="Style"> <script type="text/javascript" src="../../../../../../../script.js"></script> </head> <body> <script type="text/javascript"><!-- try { if (location.href.indexOf('is-external=true') == -1) { parent.document.title="Uses of Class org.owasp.appsensor.configuration.stax.server.StaxServerConfiguration (appsensor-parent 2.3.0 API)"; } } catch(err) { } //--> </script> <noscript> <div>JavaScript is disabled on your browser.</div> </noscript> <div class="header"> <h2 title="Uses of Class org.owasp.appsensor.configuration.stax.server.StaxServerConfiguration" class="title">Uses of Class<br>org.owasp.appsensor.configuration.stax.server.StaxServerConfiguration</h2> </div> <div class="classUseContainer">No usage of org.owasp.appsensor.configuration.stax.server.StaxServerConfiguration</div> <p class="legalCopy"><small>Copyright &#169; 2016 <a href="http://www.owasp.org">The Open Web Application Security Project (OWASP)</a>. All rights reserved.</small></p> </body> </html>
ProZachJ/appsensor
appsensor-dot-org/site-contents/docs/v2.3.0/javadoc/org/owasp/appsensor/configuration/stax/server/class-use/StaxServerConfiguration.html
HTML
mit
1,562
--- layout: page --- <!-- Html Elements for Search --> <input type="text" id="search-input" placeholder="Enter keywords..." class="search-bar"> <br> <br> <ul id="results-container"></ul> <section> <!-- Script pointing to jekyll-search.js --> <script src="{{ site.baseurl }}/assets/js/simple-jekyll-search.min.js" type="text/javascript"></script> <script type="text/javascript"> SimpleJekyllSearch({ searchInput: document.getElementById('search-input'), resultsContainer: document.getElementById('results-container'), json: [ {% if site.theme_settings.search %} {% for post in site.posts %} { "title" : "{{ post.title | escape }}", "category" : "{{ post.category }}", "tags" : "{{ post.tags | join: ', ' | prepend: " " }}", "url" : "{{ site.baseurl }}{{ post.url }}", "date" : "{{ post.date | date: "%B %-d, %Y" }}", "content" : "{{ post.content | strip_html | strip_newlines | replace: '"', '\\"' }}" } {% unless forloop.last %},{% endunless %} {% endfor %}, {% for page in site.portfolio %} { {% if page.title != nil %} "title" : "{{ page.title | escape }}", "category" : "{{ page.category }}", "tags" : "{{ page.tags | join: ', ' | prepend: " " }}", "url" : "{{ site.baseurl }}{{ page.url }}", "date" : "{{ page.date | date: "%B %-d, %Y" }}", "content" : "{{ page.content | strip_html | strip_newlines | replace: '"', '\\"' }}" {% endif %} } {% unless forloop.last %},{% endunless %} {% endfor %} {% endif %} ], searchResultTemplate: '<div class="search-title"><a href="{url}"><h3> {title}</h3></a><div class="meta">{date} <div class="right"><i class="fa fa-tag"></i> {tags}</div></div><p>{category}</p></div><hr> ', noResultsText: 'No results found', limit: 10, fuzzy: true, exclude: [] }) </script> </section>
hlthu/hlthu.github.io
_layouts/search.html
HTML
mit
2,489
<!-- Content Header (Page header) --> <section class="content-header"> <h1> Marketing <small>Lead</small> </h1> <ol class="breadcrumb"> <li><a ui-sref="main.dashboard"><i class="fa fa-dashboard"></i> Dashboard</a> </li> <li class="active">Lead</li> </ol> </section> <!-- Main content --> <section class="content"> <!-- Small boxes (Stat box) --> <div class="row"> <div class="col-lg-3 col-xs-6"> <!-- small box --> <div class="small-box bg-aqua"> <div class="inner"> <h3> 150 </h3> <p> Total Lead </p> </div> <div class="icon"> <i class="ion ion-bag"></i> </div> <a href="#" class="small-box-footer">More info <i class="fa fa-arrow-circle-right"></i></a> </div> </div> <!-- ./col --> <div class="col-lg-3 col-xs-6"> <!-- small box --> <div class="small-box bg-green"> <div class="inner"> <h3> 53 </h3> <p> New Marketing / Year </p> </div> <div class="icon"> <i class="ion ion-stats-bars"></i> </div> <a href="#" class="small-box-footer">More info <i class="fa fa-arrow-circle-right"></i></a> </div> </div> <!-- ./col --> <div class="col-lg-3 col-xs-6"> <!-- small box --> <div class="small-box bg-yellow"> <div class="inner"> <h3> 44 </h3> <p> New Marketing / Month </p> </div> <div class="icon"> <i class="ion ion-person-add"></i> </div> <a href="#" class="small-box-footer">More info <i class="fa fa-arrow-circle-right"></i></a> </div> </div> <!-- ./col --> <div class="col-lg-3 col-xs-6"> <!-- small box --> <div class="small-box bg-red"> <div class="inner"> <h3> 65 </h3> <p> Active Marketing </p> </div> <div class="icon"> <i class="ion ion-pie-graph"></i> </div> <a href="#" class="small-box-footer">More info <i class="fa fa-arrow-circle-right"></i></a> </div> </div> <!-- ./col --> </div> <!-- /.row --> <div class="row"> <section class="col-lg-12"> <div class="box"> <div class="box-header"> <!-- tools box --> <div class="pull-right box-tools"> <div class="btn-group"> <button type="button" class="btn btn-sm btn-info">Action</button> <button type="button" class="btn btn-sm btn-info dropdown-toggle" data-toggle="dropdown"> <span class="caret"></span> <span class="sr-only">Toggle Dropdown</span> </button> <ul class="dropdown-menu" role="menu"> <li><a href="#">Export All</a> </li> <li><a href="#">Export Selected</a> </li> </ul> </div> <a ui-sref="main.lead.new"><button class="btn btn-sm btn-info">New Lead</button></a> </div> <!-- /. tools --> <i class="fa fa-users"></i> <h3 class="box-title">Leads</h3> </div> <!-- /.box-header --> <div class="box-body"> <table class="table table-hover footable" data-page-size="5"> <thead> <tr> <th data-sort-ignore="true"><input type="checkbox"></th> <th data-type="numeric" data-sort-initial="true">ID</th> <th>Name</th> <th>Company</th> <th>Industry</th> <th>Status</th> </tr> </thead> <tbody> <tr> <td><input type="checkbox"></td> <td>183</td> <td><a ui-sref="main.lead.detail({id: 183})">John Doe</a></td> <td>or sit amet salami</td> <td>Bacon ipsum dolor sit amet salami</td> <td> <span class="label label-success">Approved</span> </td> </tr> <tr> <td><input type="checkbox"></td> <td>219</td> <td>Jane Doe</td> <td>or sit amet salami</td> <td>Bacon ipsum dolor sit amet salami</td> <td> <span class="label label-warning">Pending</span> </td> </tr> <tr> <td><input type="checkbox"></td> <td>657</td> <td>Bob Doe</td> <td>or sit amet salami</td> <td>Bacon ipsum dolor sit amet salami</td> <td> <span class="label label-primary">Approved</span> </td> </tr> <tr> <td><input type="checkbox"></td> <td>175</td> <td>Mike Doe</td> <td>or sit amet salami</td> <td>Bacon ipsum dolor sit amet salami</td> <td> <span class="label label-danger">Denied</span> </td> </tr> <tr> <td><input type="checkbox"></td> <td>183</td> <td>John Doe</td> <td>or sit amet salami</td> <td>Bacon ipsum dolor sit amet salami</td> <td> <span class="label label-success">Approved</span> </td> </tr> <tr> <td><input type="checkbox"></td> <td>219</td> <td>Jane Doe</td> <td>or sit amet salami</td> <td>Bacon ipsum dolor sit amet salami</td> <td> <span class="label label-warning">Pending</span> </td> </tr> <tr> <td><input type="checkbox"></td> <td>657</td> <td>Bob Doe</td> <td>or sit amet salami</td> <td>Bacon ipsum dolor sit amet salami</td> <td> <span class="label label-primary">Approved</span> </td> </tr> <tr> <td><input type="checkbox"></td> <td>175</td> <td>Mike Doe</td> <td>or sit amet salami</td> <td>Bacon ipsum dolor sit amet salami</td> <td> <span class="label label-danger">Denied</span> </td> </tr> </tbody> <tfoot class="hide-if-no-paging"> <tr> <td colspan="6" align="center"> <ul class="pagination"></ul> </td> </tr> </tfoot> </table> </div> <!-- /.box-body --> </div> <!-- /.box --> </section> </div> </section> <!-- /.content -->
ziscloud/angular-adminlte
app/modules/lead/lead.html
HTML
mit
9,699
{{ if gt .Paginator.TotalPages 1 }} <nav class='pagination'> {{ $.Scratch.Set "hasPrevDots" false }} {{ $.Scratch.Set "hasNextDots" false }} {{ range .Paginator.Pagers }} {{ if eq . $.Paginator }} <span class='page-link current'> {{- .PageNumber -}} </span> {{ else if or (or (eq . $.Paginator.First) (eq . $.Paginator.Prev)) (or (eq . $.Paginator.Next) (eq . $.Paginator.Last )) }} <a class='page-link' href='{{ .URL }}'> {{- .PageNumber -}} </a> {{ else }} {{ if and (not ($.Scratch.Get "hasPrevDots")) (lt .PageNumber $.Paginator.PageNumber) }} {{ $.Scratch.Set "hasPrevDots" true }} <span class='page-link dots'>&hellip;</span> {{ else if and (not ($.Scratch.Get "hasNextDots")) (gt .PageNumber $.Paginator.PageNumber) }} {{ $.Scratch.Set "hasNextDots" true }} <span class='page-link dots'>&hellip;</span> {{ end }} {{ end }} {{ end }} </nav> {{ end }}
Sorashi/sorashi.github.io
themes/hugo-theme-stack/layouts/partials/pagination.html
HTML
mit
1,236
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>Sandbox: Drawer Right with sidebar</title> <link href="sandbox.css" rel="stylesheet"> <link href="../dist/css/drawer.min.css" rel="stylesheet"> </head> <body class="drawer drawer--right drawer--sidebar"> <header role="banner"> <button type="button" class="drawer-toggle drawer-hamburger"> <span class="sr-only">toggle navigation</span> <span class="drawer-hamburger-icon"></span> </button> <nav class="drawer-nav" role="navigation"> <ul class="drawer-menu"> <li><a class="drawer-brand" href="./index.html">Drawer</a></li> <li><a class="drawer-menu-item" href="./top.html">Top</a></li> <li><a class="drawer-menu-item" href="./index.html">Left</a></li> <li><a class="drawer-menu-item" href="./right.html">Right</a></li> <li class="drawer-dropdown"> <a class="drawer-menu-item" data-target="#" href="#" data-toggle="dropdown" role="button" aria-expanded="false"> Navbar <span class="drawer-caret"></span> </a> <ul class="drawer-dropdown-menu"> <li><a class="drawer-dropdown-menu-item" href="./navbar-top.html">Top</a></li> <li><a class="drawer-dropdown-menu-item" href="./navbar-left.html">Left</a></li> <li><a class="drawer-dropdown-menu-item" href="./navbar-right.html">Right</a></li> </ul> </li> <li class="drawer-dropdown"> <a class="drawer-menu-item" data-target="#" href="#" data-toggle="dropdown" role="button" aria-expanded="false"> Fixed navbar <span class="drawer-caret"></span> </a> <ul class="drawer-dropdown-menu"> <li><a class="drawer-dropdown-menu-item" href="./fixed-navbar-top.html">Top</a></li> <li><a class="drawer-dropdown-menu-item" href="./fixed-navbar-left.html">Left</a></li> <li><a class="drawer-dropdown-menu-item" href="./fixed-navbar-right.html">Right</a></li> </ul> </li> <li class="drawer-dropdown"> <a class="drawer-menu-item" href="#" data-toggle="dropdown" role="button" aria-expanded="false"> Sidebar <span class="drawer-caret"></span> </a> <ul class="drawer-dropdown-menu"> <li><a class="drawer-dropdown-menu-item" href="./sidebar-left.html">Left</a></li> <li><a class="drawer-dropdown-menu-item" href="./sidebar-right.html">Right</a></li> </ul> </li> <li style="height:500px"><span class="drawer-menu-item" >height:500px box</span></li> <li><span class="drawer-menu-item" >box end</span></li> </ul> </nav> </header> <!-- content --> <main role="main" class="drawer-contents"> <section class="item bg-deepOrange"> <h1>Drawer Right with Sidebar</h1> </section> </main> <script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/1.9.1/jquery.min.js"></script> <script src="https://cdnjs.cloudflare.com/ajax/libs/iScroll/5.2.0/iscroll.js"></script> <script src="https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/3.3.7/js/bootstrap.min.js"></script> <script src="../dist/js/drawer.min.js" charset="utf-8"></script> <script> $(document).ready(function() { $('.drawer').drawer(); }); </script> </body> </html>
EdwardRees/EdwardRees.github.io
static/ChainDimenxxion/bower_components/drawer/sandbox/sidebar-right.html
HTML
mit
3,491
<html> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> <link rel="stylesheet" href="./../../helpwin.css"> <title>MATLAB File Help: prtClassMatlabTreeBagger/verboseStorage</title> </head> <body> <!--Single-page help--> <table border="0" cellspacing="0" width="100%"> <tr class="subheader"> <td class="headertitle">MATLAB File Help: prtClassMatlabTreeBagger/verboseStorage</td> </tr> </table> <div class="title">prtClassMatlabTreeBagger/verboseStorage</div> <div class="helptext"><pre><!--helptext --> Specifies whether or not to store the training prtDataset. If true the training prtDataSet is stored internally prtAction.dataSet. Help for <span class="helptopic">prtClassMatlabTreeBagger/verboseStorage</span> is inherited from superclass <a href="./../prtAction.html">prtAction</a></pre></div><!--after help --> <!--Property--> <div class="sectiontitle">Property Details</div> <table class="class-details"> <tr> <td class="class-detail-label">Constant</td> <td>false</td> </tr> <tr> <td class="class-detail-label">Dependent</td> <td>true</td> </tr> <tr> <td class="class-detail-label">Sealed</td> <td>false</td> </tr> <tr> <td class="class-detail-label">Transient</td> <td>false</td> </tr> <tr> <td class="class-detail-label">GetAccess</td> <td>public</td> </tr> <tr> <td class="class-detail-label">SetAccess</td> <td>public</td> </tr> <tr> <td class="class-detail-label">GetObservable</td> <td>false</td> </tr> <tr> <td class="class-detail-label">SetObservable</td> <td>false</td> </tr> </table> </body> </html>
covartech/PRT
doc/functionReference/prtClassMatlabTreeBagger/verboseStorage.html
HTML
mit
2,025
<h1 id="bytecodedumpload">Bytecode dump/load</h1> <p>The API calls <code><a href="api.html#duk_dump_function">duk_dump_function()</a></code> and <code><a href="api.html#duk_load_function">duk_load_function()</a></code> allow calling C code to (1) serialize an ECMAScript function into a portable bytecode and then (2) load the bytecode to reconstitute the function.</p> <p>The bytecode format is Duktape version specific and it's unsafe to load bytecode from a different Duktape minor version (patch version doesn't affect bytecode compatibility). Duktape configuration options may also affect bytecode compatibility, so dump/load source and target must be compiled with the same options. The bytecode format is platform neutral so that you can compile bytecode on one platform and then load it on another, which is useful for cross-platform builds. Duktape does not validate loaded bytecode so calling code must ensure bytecode is intact and valid for the running Duktape version.</p> <div class="note"> Calling code must ensure that bytecode being loaded is intact and valid for the running Duktape version (i.e. it has been compiled with the same version of Duktape and hasn't been modified since). Loading invalid bytecode may lead to memory unsafe behavior; loading maliciously crafted bytecode may even lead to exploitable vulnerabilities. </div> <p>See <a href="https://github.com/svaarala/duktape/blob/master/doc/bytecode.rst">bytecode.rst</a> for more details.</p>
svaarala/duktape
website/guide/bytecodedumpload.html
HTML
mit
1,482
<!DOCTYPE html> <html lang="en"> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1.0, user-scalable=no"> <title>{{ .Title }} - Dingo </title> <link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet"> <link href="/admin/css/vendor.css" type="text/css" rel="stylesheet" media="screen,projection"> <link href="/admin/css/app.css" type="text/css" rel="stylesheet" media="screen,projection"> <link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet"> </head> <body> <div class="mdl-layout mdl-js-layout mdl-layout--fixed-drawer mdl-layout--fixed-header dingo-layout"> <header class="mdl-layout__header is-casting-shadow"><div aria-expanded="false" role="button" tabindex="0" class="mdl-layout__drawer-button"><i class="material-icons"></i></div> <div class="mdl-layout__header-row"> <span class="mdl-layout-title">{{ .Title }}</span> <div class="mdl-layout-spacer"></div> <small class="mdl-layout-text mdl-layout--large-screen-only">Logged in as Admin</small> <nav class="mdl-navigation mdl-layout--large-screen-only"> <a class="mdl-navigation__link" href="/logout"><i class="material-icons">exit_to_app</i></a> </nav> </div> </header> {{ include "sidebar.html" }} <main class="mdl-layout__content dingo-page"> {{ template "body" }} </main> <div class="mdl-layout__obfuscator"> </div> </div> <script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.0.0-alpha1/jquery.min.js"></script> <script src="/admin/js/vendor.js"></script> <script src="/admin/js/app.js"></script> {{ template "after_footer" }} </body> </html>
nak3/dingo
view/admin/default.html
HTML
mit
1,889
<!doctype html> <html> <head> <meta http-equiv="Content-type" content="text/html; charset=utf-8"> <title>Entity</title> <link href="../assets/css/main.css" rel="stylesheet"> </head> <body> <div class="page container"> <div class="section"> <ol class="breadcrumb"> <li><a href="../index.html">Roguelike JS Skeleton</a></li> <li class="active">Entity</li> </ol> <p> Represents an entity in the game. Usually a character or enemy. Manages state (position, health, stats, etc) Occupies a single game map tile. </p> </div> <div class="section row"> <div class="col-md-6 panel panel-default"> <div class="panel-heading"> Examples </div> <div class="panel-body"> <ol> <li> <a href="entity/pushable.html">Pushable</a> </li> <li> <a href="entity/basic-movement.html">Basic Movement Behavior</a> </li> <li> <a href="entity/basic-combat.html">Basic Combat</a> </li> </ol> </div> </div> <div class="col-md-6 panel panel-default"> <div class="panel panel-default"> <div class="panel-heading"> Related API Docs </div> <div id="related-docs" class="panel-body collapse in"> <ul> <li> <a href="../../docs/classes/Entity.html">Entity()</a> </li> </ul> </div> </div> </div> </div> <script src="../assets/js/jquery.min.js"></script> <script src="../assets/js/bootstrap/button.js"></script> <script src="../assets/js/bootstrap/collapse.js"></script> <div class="panel panel-default"> <div class="panel-heading"> Examples are designed to be simple and easily editable once <a href="https://api.github.com/repos/unstoppablecarl/js-roguelike-skeleton/zipball/gh-pages">Downloaded</a>. </div> </div> <hr> <h4> Roguelike JS Skeleton | <a href="http://unstoppablecarl.github.io/js-roguelike-skeleton/">Manual Home</a> | <a href="https://github.com/unstoppablecarl/js-roguelike-skeleton">Github</a> | <a href="https://api.github.com/repos/unstoppablecarl/js-roguelike-skeleton/zipball/gh-pages">Download Zip</a> </h4> </div> </body> </html>
THEjoezack/BoxPusher
public/js-roguelike-skeleton/manual/index/entity.html
HTML
mit
2,855
<?xml version="1.0" encoding="UTF-8"?><html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> <title>Test Report for demo.xsl (passed: 1 / pending: 0 / failed: 0 / total: 1)</title> <link rel="stylesheet" type="text/css" href="../../../../../src/reporter/test-report.css" /> </head> <body> <h1>Test Report</h1> <p>Stylesheet: <a href="../../../../../tutorial/coverage/demo.xsl">demo.xsl</a></p> <p>XSpec: <a href="../../tutorial_coverage_demo.xspec">tutorial_coverage_demo.xspec</a></p> <p>Tested: 1 January 2000 at 00:00</p> <h2>Contents</h2> <table class="xspec"> <colgroup> <col style="width:75%" /> <col style="width:6.25%" /> <col style="width:6.25%" /> <col style="width:6.25%" /> <col style="width:6.25%" /> </colgroup> <thead> <tr> <th></th> <th class="totals">passed: 1</th> <th class="totals">pending: 0</th> <th class="totals">failed: 0</th> <th class="totals">total: 1</th> </tr> </thead> <tbody> <tr class="successful"> <th><a href="#top_scenario1">'iron' element</a></th> <th class="totals">1</th> <th class="totals">0</th> <th class="totals">0</th> <th class="totals">1</th> </tr> </tbody> </table> <div id="top_scenario1"> <h2 class="successful">'iron' element<span class="scenario-totals">passed: 1 / pending: 0 / failed: 0 / total: 1</span></h2> <table class="xspec" id="table_scenario1"> <colgroup> <col style="width:75%" /> <col style="width:25%" /> </colgroup> <tbody> <tr class="successful"> <th>'iron' element</th> <th>passed: 1 / pending: 0 / failed: 0 / total: 1</th> </tr> <tr class="successful"> <td>is transformed to 'shield' element</td> <td>Success</td> </tr> </tbody> </table> </div> </body> </html>
AirQuick/xspec
test/end-to-end/cases/expected/stylesheet/tutorial_coverage_demo-result.html
HTML
mit
2,332
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=US-ASCII"> <title>Class greg_day</title> <link rel="stylesheet" href="../../../../doc/src/boostbook.css" type="text/css"> <meta name="generator" content="DocBook XSL Stylesheets V1.76.1"> <link rel="home" href="../../index.html" title="The Boost C++ Libraries BoostBook Documentation Subset"> <link rel="up" href="../../date_time/doxy.html#header.boost.date_time.gregorian.greg_day_hpp" title="Header &lt;boost/date_time/gregorian/greg_day.hpp&gt;"> <link rel="prev" href="bad_day_of_month.html" title="Struct bad_day_of_month"> <link rel="next" href="bad_day_of_year.html" title="Struct bad_day_of_year"> </head> <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"> <table cellpadding="2" width="100%"><tr> <td valign="top"><img alt="Boost C++ Libraries" width="277" height="86" src="../../../../boost.png"></td> <td align="center"><a href="../../../../index.html">Home</a></td> <td align="center"><a href="../../../../libs/libraries.htm">Libraries</a></td> <td align="center"><a href="http://www.boost.org/users/people.html">People</a></td> <td align="center"><a href="http://www.boost.org/users/faq.html">FAQ</a></td> <td align="center"><a href="../../../../more/index.htm">More</a></td> </tr></table> <hr> <div class="spirit-nav"> <a accesskey="p" href="bad_day_of_month.html"><img src="../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../../date_time/doxy.html#header.boost.date_time.gregorian.greg_day_hpp"><img src="../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../index.html"><img src="../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="bad_day_of_year.html"><img src="../../../../doc/src/images/next.png" alt="Next"></a> </div> <div class="refentry"> <a name="boost.gregorian.greg_day"></a><div class="titlepage"></div> <div class="refnamediv"> <h2><span class="refentrytitle">Class greg_day</span></h2> <p>boost::gregorian::greg_day &#8212; Represent a day of the month (range 1 - 31) </p> </div> <h2 xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" class="refsynopsisdiv-title">Synopsis</h2> <div xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" class="refsynopsisdiv"><pre class="synopsis"><span class="comment">// In header: &lt;<a class="link" href="../../date_time/doxy.html#header.boost.date_time.gregorian.greg_day_hpp" title="Header &lt;boost/date_time/gregorian/greg_day.hpp&gt;">boost/date_time/gregorian/greg_day.hpp</a>&gt; </span> <span class="keyword">class</span> <a class="link" href="greg_day.html" title="Class greg_day">greg_day</a> <span class="special">{</span> <span class="keyword">public</span><span class="special">:</span> <span class="comment">// <a class="link" href="greg_day.html#boost.gregorian.greg_dayconstruct-copy-destruct">construct/copy/destruct</a></span> <a class="link" href="greg_day.html#idp12905024-bb"><span class="identifier">greg_day</span></a><span class="special">(</span><span class="keyword">unsigned</span> <span class="keyword">short</span><span class="special">)</span><span class="special">;</span> <span class="comment">// <a class="link" href="greg_day.html#idp86564512-bb">public member functions</a></span> <span class="keyword">unsigned</span> <span class="keyword">short</span> <a class="link" href="greg_day.html#idp86565072-bb"><span class="identifier">as_number</span></a><span class="special">(</span><span class="special">)</span> <span class="keyword">const</span><span class="special">;</span> <a class="link" href="greg_day.html#idp86566192-bb"><span class="keyword">operator</span> <span class="keyword">unsigned</span> <span class="keyword">short</span></a><span class="special">(</span><span class="special">)</span> <span class="keyword">const</span><span class="special">;</span> <span class="special">}</span><span class="special">;</span></pre></div> <div class="refsect1"> <a name="idp181992880"></a><h2>Description</h2> <p>This small class allows for simple conversion an integer value into a day of the month for a standard gregorian calendar. The type is automatically range checked so values outside of the range 1-31 will cause a <a class="link" href="bad_day_of_month.html" title="Struct bad_day_of_month">bad_day_of_month</a> exception </p> <div class="refsect2"> <a name="idp181994688"></a><h3> <a name="boost.gregorian.greg_dayconstruct-copy-destruct"></a><code class="computeroutput">greg_day</code> public construct/copy/destruct</h3> <div class="orderedlist"><ol class="orderedlist" type="1"><li class="listitem"><pre class="literallayout"><a name="idp12905024-bb"></a><span class="identifier">greg_day</span><span class="special">(</span><span class="keyword">unsigned</span> <span class="keyword">short</span> day_of_month<span class="special">)</span><span class="special">;</span></pre></li></ol></div> </div> <div class="refsect2"> <a name="idp182002032"></a><h3> <a name="idp86564512-bb"></a><code class="computeroutput">greg_day</code> public member functions</h3> <div class="orderedlist"><ol class="orderedlist" type="1"> <li class="listitem"><pre class="literallayout"><span class="keyword">unsigned</span> <span class="keyword">short</span> <a name="idp86565072-bb"></a><span class="identifier">as_number</span><span class="special">(</span><span class="special">)</span> <span class="keyword">const</span><span class="special">;</span></pre></li> <li class="listitem"><pre class="literallayout"><a name="idp86566192-bb"></a><span class="keyword">operator</span> <span class="keyword">unsigned</span> <span class="keyword">short</span><span class="special">(</span><span class="special">)</span> <span class="keyword">const</span><span class="special">;</span></pre></li> </ol></div> </div> </div> </div> <table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr> <td align="left"></td> <td align="right"><div class="copyright-footer">Copyright &#169; 2001-2005 CrystalClear Software, Inc<p>Subject to the Boost Software License, Version 1.0. (See accompanying file <code class="filename">LICENSE_1_0.txt</code> or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)</p> </div></td> </tr></table> <hr> <div class="spirit-nav"> <a accesskey="p" href="bad_day_of_month.html"><img src="../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../../date_time/doxy.html#header.boost.date_time.gregorian.greg_day_hpp"><img src="../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../index.html"><img src="../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="bad_day_of_year.html"><img src="../../../../doc/src/images/next.png" alt="Next"></a> </div> </body> </html>
yinchunlong/abelkhan-1
ext/c++/thirdpart/c++/boost/doc/html/boost/gregorian/greg_day.html
HTML
mit
6,977
<!DOCTYPE html> <!--[if IE]><![endif]--> <html> <head> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"> <title>Class CompositeRangeExtensions | CodeJam </title> <meta name="viewport" content="width=device-width"> <meta name="title" content="Class CompositeRangeExtensions | CodeJam "> <meta name="generator" content="docfx 2.23.1.0"> <link rel="shortcut icon" href="../../favicon.ico"> <link rel="stylesheet" href="../../styles/docfx.vendor.css"> <link rel="stylesheet" href="../../styles/docfx.css"> <link rel="stylesheet" href="../../styles/main.css"> <meta property="docfx:navrel" content="../../toc.html"> <meta property="docfx:tocrel" content="toc.html"> <meta property="docfx:rel" content="../../"> </head> <body data-spy="scroll" data-target="#affix"> <div id="wrapper"> <header> <nav id="autocollapse" class="navbar navbar-inverse ng-scope" role="navigation"> <div class="container"> <div class="navbar-header"> <button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#navbar"> <span class="sr-only">Toggle navigation</span> <span class="icon-bar"></span> <span class="icon-bar"></span> <span class="icon-bar"></span> </button> <a class="navbar-brand" href="../../index.html"> <img id="logo" class="svg" src="../../images/CodeJam.Main.Icon.png" alt=""> </a> </div> <div class="collapse navbar-collapse" id="navbar"> <form class="navbar-form navbar-right" role="search" id="search"> <div class="form-group"> <input type="text" class="form-control" id="search-query" placeholder="Search" autocomplete="off"> </div> </form> </div> </div> </nav> <div class="subnav navbar navbar-default"> <div class="container hide-when-search" id="breadcrumb"> <ul class="breadcrumb"> <li></li> </ul> </div> </div> </header> <div class="container body-content"> <div id="search-results"> <div class="search-list"></div> <div class="sr-items"></div> <ul id="pagination"></ul> </div> </div> <div role="main" class="container body-content hide-when-search"> <div class="sidenav hide-when-search"> <a class="btn toc-toggle collapse" data-toggle="collapse" href="#sidetoggle" aria-expanded="false" aria-controls="sidetoggle">Show / Hide Table of Contents</a> <div class="sidetoggle collapse" id="sidetoggle"> <div id="sidetoc"></div> </div> </div> <div class="article row grid-right"> <div class="col-md-10"> <article class="content wrap" id="_content" data-uid="CodeJam.Ranges.CompositeRangeExtensions"> <h1 id="CodeJam_Ranges_CompositeRangeExtensions" data-uid="CodeJam.Ranges.CompositeRangeExtensions" class="text-break">Class CompositeRangeExtensions </h1> <div class="markdown level0 summary"><p>Extension methods for <a class="xref" href="CodeJam.Ranges.CompositeRange-1.html">CompositeRange&lt;T&gt;</a>.</p> </div> <div class="markdown level0 conceptual"></div> <div class="inheritance"> <h5>Inheritance</h5> <div class="level0"><span class="xref">System.Object</span></div> <div class="level1"><span class="xref">CompositeRangeExtensions</span></div> </div> <div class="inheritedMembers"> <h5>Inherited Members</h5> <div> <span class="xref">System.Object.ToString()</span> </div> <div> <span class="xref">System.Object.Equals(System.Object)</span> </div> <div> <span class="xref">System.Object.Equals(System.Object, System.Object)</span> </div> <div> <span class="xref">System.Object.ReferenceEquals(System.Object, System.Object)</span> </div> <div> <span class="xref">System.Object.GetHashCode()</span> </div> <div> <span class="xref">System.Object.GetType()</span> </div> <div> <span class="xref">System.Object.MemberwiseClone()</span> </div> </div> <h6><strong>Namespace</strong>: <a class="xref" href="CodeJam.Ranges.html">CodeJam.Ranges</a></h6> <h6><strong>Assembly</strong>: CodeJam.dll</h6> <h5 id="CodeJam_Ranges_CompositeRangeExtensions_syntax">Syntax</h5> <div class="codewrapper"> <pre><code class="lang-csharp hljs">public static class CompositeRangeExtensions</code></pre> </div> <h3 id="methods">Methods </h3> <span class="small pull-right mobile-hide"> <span class="divider">|</span> <a href="https://github.com/rsdn/CodeJam/new/master/apiSpec/new?filename=CodeJam_Ranges_CompositeRangeExtensions_Contains__1_CodeJam_Ranges_CompositeRange___0____0_.md&amp;value=---%0Auid%3A%20CodeJam.Ranges.CompositeRangeExtensions.Contains%60%601(CodeJam.Ranges.CompositeRange%7B%60%600%7D%2C%60%600)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a> </span> <span class="small pull-right mobile-hide"> <a href="https://github.com/rsdn/CodeJam/blob/master/Main/src/Ranges/[RangeExtensions]/CompositeRangeExtensions.NoKey.cs/#L288">View Source</a> </span> <a id="CodeJam_Ranges_CompositeRangeExtensions_Contains_" data-uid="CodeJam.Ranges.CompositeRangeExtensions.Contains*"></a> <h4 id="CodeJam_Ranges_CompositeRangeExtensions_Contains__1_CodeJam_Ranges_CompositeRange___0____0_" data-uid="CodeJam.Ranges.CompositeRangeExtensions.Contains``1(CodeJam.Ranges.CompositeRange{``0},``0)">Contains&lt;T&gt;(CompositeRange&lt;T&gt;, T)</h4> <div class="markdown level1 summary"><p>Determines whether the composite range contains the specified value.</p> </div> <div class="markdown level1 conceptual"></div> <h5 class="decalaration">Declaration</h5> <div class="codewrapper"> <pre><code class="lang-csharp hljs">public static bool Contains&lt;T&gt;(this CompositeRange&lt;T&gt; compositeRange, T value)</code></pre> </div> <h5 class="parameters">Parameters</h5> <table class="table table-bordered table-striped table-condensed"> <thead> <tr> <th>Type</th> <th>Name</th> <th>Description</th> </tr> </thead> <tbody> <tr> <td><a class="xref" href="CodeJam.Ranges.CompositeRange-1.html">CompositeRange</a>&lt;T&gt;</td> <td><span class="parametername">compositeRange</span></td> <td><p>The source range.</p> </td> </tr> <tr> <td><span class="xref">T</span></td> <td><span class="parametername">value</span></td> <td><p>The value to check.</p> </td> </tr> </tbody> </table> <h5 class="returns">Returns</h5> <table class="table table-bordered table-striped table-condensed"> <thead> <tr> <th>Type</th> <th>Description</th> </tr> </thead> <tbody> <tr> <td><span class="xref">System.Boolean</span></td> <td><p><code>true</code>, if the composite range contains the value.</p> </td> </tr> </tbody> </table> <h5 class="typeParameters">Type Parameters</h5> <table class="table table-bordered table-striped table-condensed"> <thead> <tr> <th>Name</th> <th>Description</th> </tr> </thead> <tbody> <tr> <td><span class="parametername">T</span></td> <td><p>The type of the range values.</p> </td> </tr> </tbody> </table> <span class="small pull-right mobile-hide"> <span class="divider">|</span> <a href="https://github.com/rsdn/CodeJam/new/master/apiSpec/new?filename=CodeJam_Ranges_CompositeRangeExtensions_Contains__1_CodeJam_Ranges_CompositeRange___0____0___0_.md&amp;value=---%0Auid%3A%20CodeJam.Ranges.CompositeRangeExtensions.Contains%60%601(CodeJam.Ranges.CompositeRange%7B%60%600%7D%2C%60%600%2C%60%600)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a> </span> <span class="small pull-right mobile-hide"> <a href="https://github.com/rsdn/CodeJam/blob/master/Main/src/Ranges/[RangeExtensions]/CompositeRangeExtensions.NoKey.cs/#L319">View Source</a> </span> <a id="CodeJam_Ranges_CompositeRangeExtensions_Contains_" data-uid="CodeJam.Ranges.CompositeRangeExtensions.Contains*"></a> <h4 id="CodeJam_Ranges_CompositeRangeExtensions_Contains__1_CodeJam_Ranges_CompositeRange___0____0___0_" data-uid="CodeJam.Ranges.CompositeRangeExtensions.Contains``1(CodeJam.Ranges.CompositeRange{``0},``0,``0)">Contains&lt;T&gt;(CompositeRange&lt;T&gt;, T, T)</h4> <div class="markdown level1 summary"><p>Determines whether the composite range contains another range.</p> </div> <div class="markdown level1 conceptual"></div> <h5 class="decalaration">Declaration</h5> <div class="codewrapper"> <pre><code class="lang-csharp hljs">public static bool Contains&lt;T&gt;(this CompositeRange&lt;T&gt; compositeRange, T from, T to)</code></pre> </div> <h5 class="parameters">Parameters</h5> <table class="table table-bordered table-striped table-condensed"> <thead> <tr> <th>Type</th> <th>Name</th> <th>Description</th> </tr> </thead> <tbody> <tr> <td><a class="xref" href="CodeJam.Ranges.CompositeRange-1.html">CompositeRange</a>&lt;T&gt;</td> <td><span class="parametername">compositeRange</span></td> <td><p>The source range.</p> </td> </tr> <tr> <td><span class="xref">T</span></td> <td><span class="parametername">from</span></td> <td><p>The boundary From value of the range to check.</p> </td> </tr> <tr> <td><span class="xref">T</span></td> <td><span class="parametername">to</span></td> <td><p>The boundary To value of the range to check.</p> </td> </tr> </tbody> </table> <h5 class="returns">Returns</h5> <table class="table table-bordered table-striped table-condensed"> <thead> <tr> <th>Type</th> <th>Description</th> </tr> </thead> <tbody> <tr> <td><span class="xref">System.Boolean</span></td> <td><p><code>true</code>, if the composite range contains another range.</p> </td> </tr> </tbody> </table> <h5 class="typeParameters">Type Parameters</h5> <table class="table table-bordered table-striped table-condensed"> <thead> <tr> <th>Name</th> <th>Description</th> </tr> </thead> <tbody> <tr> <td><span class="parametername">T</span></td> <td><p>The type of the range values.</p> </td> </tr> </tbody> </table> <span class="small pull-right mobile-hide"> <span class="divider">|</span> <a href="https://github.com/rsdn/CodeJam/new/master/apiSpec/new?filename=CodeJam_Ranges_CompositeRangeExtensions_Contains__1_CodeJam_Ranges_CompositeRange___0__CodeJam_Ranges_Range___0__.md&amp;value=---%0Auid%3A%20CodeJam.Ranges.CompositeRangeExtensions.Contains%60%601(CodeJam.Ranges.CompositeRange%7B%60%600%7D%2CCodeJam.Ranges.Range%7B%60%600%7D)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a> </span> <span class="small pull-right mobile-hide"> <a href="https://github.com/rsdn/CodeJam/blob/master/Main/src/Ranges/[RangeExtensions]/CompositeRangeExtensions.NoKey.cs/#L328">View Source</a> </span> <a id="CodeJam_Ranges_CompositeRangeExtensions_Contains_" data-uid="CodeJam.Ranges.CompositeRangeExtensions.Contains*"></a> <h4 id="CodeJam_Ranges_CompositeRangeExtensions_Contains__1_CodeJam_Ranges_CompositeRange___0__CodeJam_Ranges_Range___0__" data-uid="CodeJam.Ranges.CompositeRangeExtensions.Contains``1(CodeJam.Ranges.CompositeRange{``0},CodeJam.Ranges.Range{``0})">Contains&lt;T&gt;(CompositeRange&lt;T&gt;, Range&lt;T&gt;)</h4> <div class="markdown level1 summary"><p>Determines whether the composite range contains another range.</p> </div> <div class="markdown level1 conceptual"></div> <h5 class="decalaration">Declaration</h5> <div class="codewrapper"> <pre><code class="lang-csharp hljs">public static bool Contains&lt;T&gt;(this CompositeRange&lt;T&gt; compositeRange, Range&lt;T&gt; other)</code></pre> </div> <h5 class="parameters">Parameters</h5> <table class="table table-bordered table-striped table-condensed"> <thead> <tr> <th>Type</th> <th>Name</th> <th>Description</th> </tr> </thead> <tbody> <tr> <td><a class="xref" href="CodeJam.Ranges.CompositeRange-1.html">CompositeRange</a>&lt;T&gt;</td> <td><span class="parametername">compositeRange</span></td> <td><p>The source range.</p> </td> </tr> <tr> <td><a class="xref" href="CodeJam.Ranges.Range-1.html">Range</a>&lt;T&gt;</td> <td><span class="parametername">other</span></td> <td><p>The range to check.</p> </td> </tr> </tbody> </table> <h5 class="returns">Returns</h5> <table class="table table-bordered table-striped table-condensed"> <thead> <tr> <th>Type</th> <th>Description</th> </tr> </thead> <tbody> <tr> <td><span class="xref">System.Boolean</span></td> <td><p><code>true</code>, if the composite range contains another range.</p> </td> </tr> </tbody> </table> <h5 class="typeParameters">Type Parameters</h5> <table class="table table-bordered table-striped table-condensed"> <thead> <tr> <th>Name</th> <th>Description</th> </tr> </thead> <tbody> <tr> <td><span class="parametername">T</span></td> <td><p>The type of the range values.</p> </td> </tr> </tbody> </table> <span class="small pull-right mobile-hide"> <span class="divider">|</span> <a href="https://github.com/rsdn/CodeJam/new/master/apiSpec/new?filename=CodeJam_Ranges_CompositeRangeExtensions_Contains__1_CodeJam_Ranges_CompositeRange___0__CodeJam_Ranges_RangeBoundaryFrom___0__.md&amp;value=---%0Auid%3A%20CodeJam.Ranges.CompositeRangeExtensions.Contains%60%601(CodeJam.Ranges.CompositeRange%7B%60%600%7D%2CCodeJam.Ranges.RangeBoundaryFrom%7B%60%600%7D)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a> </span> <span class="small pull-right mobile-hide"> <a href="https://github.com/rsdn/CodeJam/blob/master/Main/src/Ranges/[RangeExtensions]/CompositeRangeExtensions.NoKey.cs/#L298">View Source</a> </span> <a id="CodeJam_Ranges_CompositeRangeExtensions_Contains_" data-uid="CodeJam.Ranges.CompositeRangeExtensions.Contains*"></a> <h4 id="CodeJam_Ranges_CompositeRangeExtensions_Contains__1_CodeJam_Ranges_CompositeRange___0__CodeJam_Ranges_RangeBoundaryFrom___0__" data-uid="CodeJam.Ranges.CompositeRangeExtensions.Contains``1(CodeJam.Ranges.CompositeRange{``0},CodeJam.Ranges.RangeBoundaryFrom{``0})">Contains&lt;T&gt;(CompositeRange&lt;T&gt;, RangeBoundaryFrom&lt;T&gt;)</h4> <div class="markdown level1 summary"><p>Determines whether the composite range contains the specified range boundary.</p> </div> <div class="markdown level1 conceptual"></div> <h5 class="decalaration">Declaration</h5> <div class="codewrapper"> <pre><code class="lang-csharp hljs">public static bool Contains&lt;T&gt;(this CompositeRange&lt;T&gt; compositeRange, RangeBoundaryFrom&lt;T&gt; other)</code></pre> </div> <h5 class="parameters">Parameters</h5> <table class="table table-bordered table-striped table-condensed"> <thead> <tr> <th>Type</th> <th>Name</th> <th>Description</th> </tr> </thead> <tbody> <tr> <td><a class="xref" href="CodeJam.Ranges.CompositeRange-1.html">CompositeRange</a>&lt;T&gt;</td> <td><span class="parametername">compositeRange</span></td> <td><p>The source range.</p> </td> </tr> <tr> <td><a class="xref" href="CodeJam.Ranges.RangeBoundaryFrom-1.html">RangeBoundaryFrom</a>&lt;T&gt;</td> <td><span class="parametername">other</span></td> <td><p>The boundary to check.</p> </td> </tr> </tbody> </table> <h5 class="returns">Returns</h5> <table class="table table-bordered table-striped table-condensed"> <thead> <tr> <th>Type</th> <th>Description</th> </tr> </thead> <tbody> <tr> <td><span class="xref">System.Boolean</span></td> <td><p><code>true</code>, if the composite range contains the boundary.</p> </td> </tr> </tbody> </table> <h5 class="typeParameters">Type Parameters</h5> <table class="table table-bordered table-striped table-condensed"> <thead> <tr> <th>Name</th> <th>Description</th> </tr> </thead> <tbody> <tr> <td><span class="parametername">T</span></td> <td><p>The type of the range values.</p> </td> </tr> </tbody> </table> <span class="small pull-right mobile-hide"> <span class="divider">|</span> <a href="https://github.com/rsdn/CodeJam/new/master/apiSpec/new?filename=CodeJam_Ranges_CompositeRangeExtensions_Contains__1_CodeJam_Ranges_CompositeRange___0__CodeJam_Ranges_RangeBoundaryTo___0__.md&amp;value=---%0Auid%3A%20CodeJam.Ranges.CompositeRangeExtensions.Contains%60%601(CodeJam.Ranges.CompositeRange%7B%60%600%7D%2CCodeJam.Ranges.RangeBoundaryTo%7B%60%600%7D)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a> </span> <span class="small pull-right mobile-hide"> <a href="https://github.com/rsdn/CodeJam/blob/master/Main/src/Ranges/[RangeExtensions]/CompositeRangeExtensions.NoKey.cs/#L308">View Source</a> </span> <a id="CodeJam_Ranges_CompositeRangeExtensions_Contains_" data-uid="CodeJam.Ranges.CompositeRangeExtensions.Contains*"></a> <h4 id="CodeJam_Ranges_CompositeRangeExtensions_Contains__1_CodeJam_Ranges_CompositeRange___0__CodeJam_Ranges_RangeBoundaryTo___0__" data-uid="CodeJam.Ranges.CompositeRangeExtensions.Contains``1(CodeJam.Ranges.CompositeRange{``0},CodeJam.Ranges.RangeBoundaryTo{``0})">Contains&lt;T&gt;(CompositeRange&lt;T&gt;, RangeBoundaryTo&lt;T&gt;)</h4> <div class="markdown level1 summary"><p>Determines whether the composite range contains the specified range boundary.</p> </div> <div class="markdown level1 conceptual"></div> <h5 class="decalaration">Declaration</h5> <div class="codewrapper"> <pre><code class="lang-csharp hljs">public static bool Contains&lt;T&gt;(this CompositeRange&lt;T&gt; compositeRange, RangeBoundaryTo&lt;T&gt; other)</code></pre> </div> <h5 class="parameters">Parameters</h5> <table class="table table-bordered table-striped table-condensed"> <thead> <tr> <th>Type</th> <th>Name</th> <th>Description</th> </tr> </thead> <tbody> <tr> <td><a class="xref" href="CodeJam.Ranges.CompositeRange-1.html">CompositeRange</a>&lt;T&gt;</td> <td><span class="parametername">compositeRange</span></td> <td><p>The source range.</p> </td> </tr> <tr> <td><a class="xref" href="CodeJam.Ranges.RangeBoundaryTo-1.html">RangeBoundaryTo</a>&lt;T&gt;</td> <td><span class="parametername">other</span></td> <td><p>The boundary to check.</p> </td> </tr> </tbody> </table> <h5 class="returns">Returns</h5> <table class="table table-bordered table-striped table-condensed"> <thead> <tr> <th>Type</th> <th>Description</th> </tr> </thead> <tbody> <tr> <td><span class="xref">System.Boolean</span></td> <td><p><code>true</code>, if the composite range contains the boundary.</p> </td> </tr> </tbody> </table> <h5 class="typeParameters">Type Parameters</h5> <table class="table table-bordered table-striped table-condensed"> <thead> <tr> <th>Name</th> <th>Description</th> </tr> </thead> <tbody> <tr> <td><span class="parametername">T</span></td> <td><p>The type of the range values.</p> </td> </tr> </tbody> </table> <span class="small pull-right mobile-hide"> <span class="divider">|</span> <a href="https://github.com/rsdn/CodeJam/new/master/apiSpec/new?filename=CodeJam_Ranges_CompositeRangeExtensions_Contains__2_CodeJam_Ranges_CompositeRange___0___1____0_.md&amp;value=---%0Auid%3A%20CodeJam.Ranges.CompositeRangeExtensions.Contains%60%602(CodeJam.Ranges.CompositeRange%7B%60%600%2C%60%601%7D%2C%60%600)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a> </span> <span class="small pull-right mobile-hide"> <a href="https://github.com/rsdn/CodeJam/blob/master/Main/src/Ranges/[RangeExtensions]/CompositeRangeExtensions.WithKey.generated.cs/#L310">View Source</a> </span> <a id="CodeJam_Ranges_CompositeRangeExtensions_Contains_" data-uid="CodeJam.Ranges.CompositeRangeExtensions.Contains*"></a> <h4 id="CodeJam_Ranges_CompositeRangeExtensions_Contains__2_CodeJam_Ranges_CompositeRange___0___1____0_" data-uid="CodeJam.Ranges.CompositeRangeExtensions.Contains``2(CodeJam.Ranges.CompositeRange{``0,``1},``0)">Contains&lt;T, TKey&gt;(CompositeRange&lt;T, TKey&gt;, T)</h4> <div class="markdown level1 summary"><p>Determines whether the composite range contains the specified value.</p> </div> <div class="markdown level1 conceptual"></div> <h5 class="decalaration">Declaration</h5> <div class="codewrapper"> <pre><code class="lang-csharp hljs">public static bool Contains&lt;T, TKey&gt;(this CompositeRange&lt;T, TKey&gt; compositeRange, T value)</code></pre> </div> <h5 class="parameters">Parameters</h5> <table class="table table-bordered table-striped table-condensed"> <thead> <tr> <th>Type</th> <th>Name</th> <th>Description</th> </tr> </thead> <tbody> <tr> <td><a class="xref" href="CodeJam.Ranges.CompositeRange-2.html">CompositeRange</a>&lt;T, TKey&gt;</td> <td><span class="parametername">compositeRange</span></td> <td><p>The source range.</p> </td> </tr> <tr> <td><span class="xref">T</span></td> <td><span class="parametername">value</span></td> <td><p>The value to check.</p> </td> </tr> </tbody> </table> <h5 class="returns">Returns</h5> <table class="table table-bordered table-striped table-condensed"> <thead> <tr> <th>Type</th> <th>Description</th> </tr> </thead> <tbody> <tr> <td><span class="xref">System.Boolean</span></td> <td><p><code>true</code>, if the composite range contains the value.</p> </td> </tr> </tbody> </table> <h5 class="typeParameters">Type Parameters</h5> <table class="table table-bordered table-striped table-condensed"> <thead> <tr> <th>Name</th> <th>Description</th> </tr> </thead> <tbody> <tr> <td><span class="parametername">T</span></td> <td><p>The type of the range values.</p> </td> </tr> <tr> <td><span class="parametername">TKey</span></td> <td><p>The type of the range key</p> </td> </tr> </tbody> </table> <span class="small pull-right mobile-hide"> <span class="divider">|</span> <a href="https://github.com/rsdn/CodeJam/new/master/apiSpec/new?filename=CodeJam_Ranges_CompositeRangeExtensions_Contains__2_CodeJam_Ranges_CompositeRange___0___1____0___0_.md&amp;value=---%0Auid%3A%20CodeJam.Ranges.CompositeRangeExtensions.Contains%60%602(CodeJam.Ranges.CompositeRange%7B%60%600%2C%60%601%7D%2C%60%600%2C%60%600)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a> </span> <span class="small pull-right mobile-hide"> <a href="https://github.com/rsdn/CodeJam/blob/master/Main/src/Ranges/[RangeExtensions]/CompositeRangeExtensions.WithKey.generated.cs/#L344">View Source</a> </span> <a id="CodeJam_Ranges_CompositeRangeExtensions_Contains_" data-uid="CodeJam.Ranges.CompositeRangeExtensions.Contains*"></a> <h4 id="CodeJam_Ranges_CompositeRangeExtensions_Contains__2_CodeJam_Ranges_CompositeRange___0___1____0___0_" data-uid="CodeJam.Ranges.CompositeRangeExtensions.Contains``2(CodeJam.Ranges.CompositeRange{``0,``1},``0,``0)">Contains&lt;T, TKey&gt;(CompositeRange&lt;T, TKey&gt;, T, T)</h4> <div class="markdown level1 summary"><p>Determines whether the composite range contains another range.</p> </div> <div class="markdown level1 conceptual"></div> <h5 class="decalaration">Declaration</h5> <div class="codewrapper"> <pre><code class="lang-csharp hljs">public static bool Contains&lt;T, TKey&gt;(this CompositeRange&lt;T, TKey&gt; compositeRange, T from, T to)</code></pre> </div> <h5 class="parameters">Parameters</h5> <table class="table table-bordered table-striped table-condensed"> <thead> <tr> <th>Type</th> <th>Name</th> <th>Description</th> </tr> </thead> <tbody> <tr> <td><a class="xref" href="CodeJam.Ranges.CompositeRange-2.html">CompositeRange</a>&lt;T, TKey&gt;</td> <td><span class="parametername">compositeRange</span></td> <td><p>The source range.</p> </td> </tr> <tr> <td><span class="xref">T</span></td> <td><span class="parametername">from</span></td> <td><p>The boundary From value of the range to check.</p> </td> </tr> <tr> <td><span class="xref">T</span></td> <td><span class="parametername">to</span></td> <td><p>The boundary To value of the range to check.</p> </td> </tr> </tbody> </table> <h5 class="returns">Returns</h5> <table class="table table-bordered table-striped table-condensed"> <thead> <tr> <th>Type</th> <th>Description</th> </tr> </thead> <tbody> <tr> <td><span class="xref">System.Boolean</span></td> <td><p><code>true</code>, if the composite range contains another range.</p> </td> </tr> </tbody> </table> <h5 class="typeParameters">Type Parameters</h5> <table class="table table-bordered table-striped table-condensed"> <thead> <tr> <th>Name</th> <th>Description</th> </tr> </thead> <tbody> <tr> <td><span class="parametername">T</span></td> <td><p>The type of the range values.</p> </td> </tr> <tr> <td><span class="parametername">TKey</span></td> <td><p>The type of the range key</p> </td> </tr> </tbody> </table> <span class="small pull-right mobile-hide"> <span class="divider">|</span> <a href="https://github.com/rsdn/CodeJam/new/master/apiSpec/new?filename=CodeJam_Ranges_CompositeRangeExtensions_Contains__2_CodeJam_Ranges_CompositeRange___0___1__CodeJam_Ranges_Range___0__.md&amp;value=---%0Auid%3A%20CodeJam.Ranges.CompositeRangeExtensions.Contains%60%602(CodeJam.Ranges.CompositeRange%7B%60%600%2C%60%601%7D%2CCodeJam.Ranges.Range%7B%60%600%7D)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a> </span> <span class="small pull-right mobile-hide"> <a href="https://github.com/rsdn/CodeJam/blob/master/Main/src/Ranges/[RangeExtensions]/CompositeRangeExtensions.WithKey.generated.cs/#L354">View Source</a> </span> <a id="CodeJam_Ranges_CompositeRangeExtensions_Contains_" data-uid="CodeJam.Ranges.CompositeRangeExtensions.Contains*"></a> <h4 id="CodeJam_Ranges_CompositeRangeExtensions_Contains__2_CodeJam_Ranges_CompositeRange___0___1__CodeJam_Ranges_Range___0__" data-uid="CodeJam.Ranges.CompositeRangeExtensions.Contains``2(CodeJam.Ranges.CompositeRange{``0,``1},CodeJam.Ranges.Range{``0})">Contains&lt;T, TKey&gt;(CompositeRange&lt;T, TKey&gt;, Range&lt;T&gt;)</h4> <div class="markdown level1 summary"><p>Determines whether the composite range contains another range.</p> </div> <div class="markdown level1 conceptual"></div> <h5 class="decalaration">Declaration</h5> <div class="codewrapper"> <pre><code class="lang-csharp hljs">public static bool Contains&lt;T, TKey&gt;(this CompositeRange&lt;T, TKey&gt; compositeRange, Range&lt;T&gt; other)</code></pre> </div> <h5 class="parameters">Parameters</h5> <table class="table table-bordered table-striped table-condensed"> <thead> <tr> <th>Type</th> <th>Name</th> <th>Description</th> </tr> </thead> <tbody> <tr> <td><a class="xref" href="CodeJam.Ranges.CompositeRange-2.html">CompositeRange</a>&lt;T, TKey&gt;</td> <td><span class="parametername">compositeRange</span></td> <td><p>The source range.</p> </td> </tr> <tr> <td><a class="xref" href="CodeJam.Ranges.Range-1.html">Range</a>&lt;T&gt;</td> <td><span class="parametername">other</span></td> <td><p>The range to check.</p> </td> </tr> </tbody> </table> <h5 class="returns">Returns</h5> <table class="table table-bordered table-striped table-condensed"> <thead> <tr> <th>Type</th> <th>Description</th> </tr> </thead> <tbody> <tr> <td><span class="xref">System.Boolean</span></td> <td><p><code>true</code>, if the composite range contains another range.</p> </td> </tr> </tbody> </table> <h5 class="typeParameters">Type Parameters</h5> <table class="table table-bordered table-striped table-condensed"> <thead> <tr> <th>Name</th> <th>Description</th> </tr> </thead> <tbody> <tr> <td><span class="parametername">T</span></td> <td><p>The type of the range values.</p> </td> </tr> <tr> <td><span class="parametername">TKey</span></td> <td><p>The type of the range key</p> </td> </tr> </tbody> </table> <span class="small pull-right mobile-hide"> <span class="divider">|</span> <a href="https://github.com/rsdn/CodeJam/new/master/apiSpec/new?filename=CodeJam_Ranges_CompositeRangeExtensions_Contains__2_CodeJam_Ranges_CompositeRange___0___1__CodeJam_Ranges_RangeBoundaryFrom___0__.md&amp;value=---%0Auid%3A%20CodeJam.Ranges.CompositeRangeExtensions.Contains%60%602(CodeJam.Ranges.CompositeRange%7B%60%600%2C%60%601%7D%2CCodeJam.Ranges.RangeBoundaryFrom%7B%60%600%7D)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a> </span> <span class="small pull-right mobile-hide"> <a href="https://github.com/rsdn/CodeJam/blob/master/Main/src/Ranges/[RangeExtensions]/CompositeRangeExtensions.WithKey.generated.cs/#L321">View Source</a> </span> <a id="CodeJam_Ranges_CompositeRangeExtensions_Contains_" data-uid="CodeJam.Ranges.CompositeRangeExtensions.Contains*"></a> <h4 id="CodeJam_Ranges_CompositeRangeExtensions_Contains__2_CodeJam_Ranges_CompositeRange___0___1__CodeJam_Ranges_RangeBoundaryFrom___0__" data-uid="CodeJam.Ranges.CompositeRangeExtensions.Contains``2(CodeJam.Ranges.CompositeRange{``0,``1},CodeJam.Ranges.RangeBoundaryFrom{``0})">Contains&lt;T, TKey&gt;(CompositeRange&lt;T, TKey&gt;, RangeBoundaryFrom&lt;T&gt;)</h4> <div class="markdown level1 summary"><p>Determines whether the composite range contains the specified range boundary.</p> </div> <div class="markdown level1 conceptual"></div> <h5 class="decalaration">Declaration</h5> <div class="codewrapper"> <pre><code class="lang-csharp hljs">public static bool Contains&lt;T, TKey&gt;(this CompositeRange&lt;T, TKey&gt; compositeRange, RangeBoundaryFrom&lt;T&gt; other)</code></pre> </div> <h5 class="parameters">Parameters</h5> <table class="table table-bordered table-striped table-condensed"> <thead> <tr> <th>Type</th> <th>Name</th> <th>Description</th> </tr> </thead> <tbody> <tr> <td><a class="xref" href="CodeJam.Ranges.CompositeRange-2.html">CompositeRange</a>&lt;T, TKey&gt;</td> <td><span class="parametername">compositeRange</span></td> <td><p>The source range.</p> </td> </tr> <tr> <td><a class="xref" href="CodeJam.Ranges.RangeBoundaryFrom-1.html">RangeBoundaryFrom</a>&lt;T&gt;</td> <td><span class="parametername">other</span></td> <td><p>The boundary to check.</p> </td> </tr> </tbody> </table> <h5 class="returns">Returns</h5> <table class="table table-bordered table-striped table-condensed"> <thead> <tr> <th>Type</th> <th>Description</th> </tr> </thead> <tbody> <tr> <td><span class="xref">System.Boolean</span></td> <td><p><code>true</code>, if the composite range contains the boundary.</p> </td> </tr> </tbody> </table> <h5 class="typeParameters">Type Parameters</h5> <table class="table table-bordered table-striped table-condensed"> <thead> <tr> <th>Name</th> <th>Description</th> </tr> </thead> <tbody> <tr> <td><span class="parametername">T</span></td> <td><p>The type of the range values.</p> </td> </tr> <tr> <td><span class="parametername">TKey</span></td> <td><p>The type of the range key</p> </td> </tr> </tbody> </table> <span class="small pull-right mobile-hide"> <span class="divider">|</span> <a href="https://github.com/rsdn/CodeJam/new/master/apiSpec/new?filename=CodeJam_Ranges_CompositeRangeExtensions_Contains__2_CodeJam_Ranges_CompositeRange___0___1__CodeJam_Ranges_RangeBoundaryTo___0__.md&amp;value=---%0Auid%3A%20CodeJam.Ranges.CompositeRangeExtensions.Contains%60%602(CodeJam.Ranges.CompositeRange%7B%60%600%2C%60%601%7D%2CCodeJam.Ranges.RangeBoundaryTo%7B%60%600%7D)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a> </span> <span class="small pull-right mobile-hide"> <a href="https://github.com/rsdn/CodeJam/blob/master/Main/src/Ranges/[RangeExtensions]/CompositeRangeExtensions.WithKey.generated.cs/#L332">View Source</a> </span> <a id="CodeJam_Ranges_CompositeRangeExtensions_Contains_" data-uid="CodeJam.Ranges.CompositeRangeExtensions.Contains*"></a> <h4 id="CodeJam_Ranges_CompositeRangeExtensions_Contains__2_CodeJam_Ranges_CompositeRange___0___1__CodeJam_Ranges_RangeBoundaryTo___0__" data-uid="CodeJam.Ranges.CompositeRangeExtensions.Contains``2(CodeJam.Ranges.CompositeRange{``0,``1},CodeJam.Ranges.RangeBoundaryTo{``0})">Contains&lt;T, TKey&gt;(CompositeRange&lt;T, TKey&gt;, RangeBoundaryTo&lt;T&gt;)</h4> <div class="markdown level1 summary"><p>Determines whether the composite range contains the specified range boundary.</p> </div> <div class="markdown level1 conceptual"></div> <h5 class="decalaration">Declaration</h5> <div class="codewrapper"> <pre><code class="lang-csharp hljs">public static bool Contains&lt;T, TKey&gt;(this CompositeRange&lt;T, TKey&gt; compositeRange, RangeBoundaryTo&lt;T&gt; other)</code></pre> </div> <h5 class="parameters">Parameters</h5> <table class="table table-bordered table-striped table-condensed"> <thead> <tr> <th>Type</th> <th>Name</th> <th>Description</th> </tr> </thead> <tbody> <tr> <td><a class="xref" href="CodeJam.Ranges.CompositeRange-2.html">CompositeRange</a>&lt;T, TKey&gt;</td> <td><span class="parametername">compositeRange</span></td> <td><p>The source range.</p> </td> </tr> <tr> <td><a class="xref" href="CodeJam.Ranges.RangeBoundaryTo-1.html">RangeBoundaryTo</a>&lt;T&gt;</td> <td><span class="parametername">other</span></td> <td><p>The boundary to check.</p> </td> </tr> </tbody> </table> <h5 class="returns">Returns</h5> <table class="table table-bordered table-striped table-condensed"> <thead> <tr> <th>Type</th> <th>Description</th> </tr> </thead> <tbody> <tr> <td><span class="xref">System.Boolean</span></td> <td><p><code>true</code>, if the composite range contains the boundary.</p> </td> </tr> </tbody> </table> <h5 class="typeParameters">Type Parameters</h5> <table class="table table-bordered table-striped table-condensed"> <thead> <tr> <th>Name</th> <th>Description</th> </tr> </thead> <tbody> <tr> <td><span class="parametername">T</span></td> <td><p>The type of the range values.</p> </td> </tr> <tr> <td><span class="parametername">TKey</span></td> <td><p>The type of the range key</p> </td> </tr> </tbody> </table> <span class="small pull-right mobile-hide"> <span class="divider">|</span> <a href="https://github.com/rsdn/CodeJam/new/master/apiSpec/new?filename=CodeJam_Ranges_CompositeRangeExtensions_Contains__2_CodeJam_Ranges_CompositeRange___0____1_.md&amp;value=---%0Auid%3A%20CodeJam.Ranges.CompositeRangeExtensions.Contains%60%602(CodeJam.Ranges.CompositeRange%7B%60%600%7D%2C%60%601)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a> </span> <span class="small pull-right mobile-hide"> <a href="https://github.com/rsdn/CodeJam/blob/master/Main/src/Ranges/[RangeExtensions]/CompositeRangeExtensions.NoKey.cs/#L358">View Source</a> </span> <a id="CodeJam_Ranges_CompositeRangeExtensions_Contains_" data-uid="CodeJam.Ranges.CompositeRangeExtensions.Contains*"></a> <h4 id="CodeJam_Ranges_CompositeRangeExtensions_Contains__2_CodeJam_Ranges_CompositeRange___0____1_" data-uid="CodeJam.Ranges.CompositeRangeExtensions.Contains``2(CodeJam.Ranges.CompositeRange{``0},``1)">Contains&lt;T, TCompositeRange&gt;(CompositeRange&lt;T&gt;, TCompositeRange)</h4> <div class="markdown level1 summary"><p>Determines whether the composite range contains another range.</p> </div> <div class="markdown level1 conceptual"></div> <h5 class="decalaration">Declaration</h5> <div class="codewrapper"> <pre><code class="lang-csharp hljs">public static bool Contains&lt;T, TCompositeRange&gt;(this CompositeRange&lt;T&gt; compositeRange, TCompositeRange other)where TCompositeRange : ICompositeRange&lt;T&gt;</code></pre> </div> <h5 class="parameters">Parameters</h5> <table class="table table-bordered table-striped table-condensed"> <thead> <tr> <th>Type</th> <th>Name</th> <th>Description</th> </tr> </thead> <tbody> <tr> <td><a class="xref" href="CodeJam.Ranges.CompositeRange-1.html">CompositeRange</a>&lt;T&gt;</td> <td><span class="parametername">compositeRange</span></td> <td><p>The source range.</p> </td> </tr> <tr> <td><span class="xref">TCompositeRange</span></td> <td><span class="parametername">other</span></td> <td><p>The range to check.</p> </td> </tr> </tbody> </table> <h5 class="returns">Returns</h5> <table class="table table-bordered table-striped table-condensed"> <thead> <tr> <th>Type</th> <th>Description</th> </tr> </thead> <tbody> <tr> <td><span class="xref">System.Boolean</span></td> <td><p><code>true</code>, if the composite range contains another range.</p> </td> </tr> </tbody> </table> <h5 class="typeParameters">Type Parameters</h5> <table class="table table-bordered table-striped table-condensed"> <thead> <tr> <th>Name</th> <th>Description</th> </tr> </thead> <tbody> <tr> <td><span class="parametername">T</span></td> <td><p>The type of the range values.</p> </td> </tr> <tr> <td><span class="parametername">TCompositeRange</span></td> <td><p>The type of another range.</p> </td> </tr> </tbody> </table> <span class="small pull-right mobile-hide"> <span class="divider">|</span> <a href="https://github.com/rsdn/CodeJam/new/master/apiSpec/new?filename=CodeJam_Ranges_CompositeRangeExtensions_Contains__2_CodeJam_Ranges_CompositeRange___0__CodeJam_Ranges_Range___0___1__.md&amp;value=---%0Auid%3A%20CodeJam.Ranges.CompositeRangeExtensions.Contains%60%602(CodeJam.Ranges.CompositeRange%7B%60%600%7D%2CCodeJam.Ranges.Range%7B%60%600%2C%60%601%7D)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a> </span> <span class="small pull-right mobile-hide"> <a href="https://github.com/rsdn/CodeJam/blob/master/Main/src/Ranges/[RangeExtensions]/CompositeRangeExtensions.NoKey.cs/#L346">View Source</a> </span> <a id="CodeJam_Ranges_CompositeRangeExtensions_Contains_" data-uid="CodeJam.Ranges.CompositeRangeExtensions.Contains*"></a> <h4 id="CodeJam_Ranges_CompositeRangeExtensions_Contains__2_CodeJam_Ranges_CompositeRange___0__CodeJam_Ranges_Range___0___1__" data-uid="CodeJam.Ranges.CompositeRangeExtensions.Contains``2(CodeJam.Ranges.CompositeRange{``0},CodeJam.Ranges.Range{``0,``1})">Contains&lt;T, TKey2&gt;(CompositeRange&lt;T&gt;, Range&lt;T, TKey2&gt;)</h4> <div class="markdown level1 summary"><p>Determines whether the composite range contains another range.</p> </div> <div class="markdown level1 conceptual"></div> <h5 class="decalaration">Declaration</h5> <div class="codewrapper"> <pre><code class="lang-csharp hljs">public static bool Contains&lt;T, TKey2&gt;(this CompositeRange&lt;T&gt; compositeRange, Range&lt;T, TKey2&gt; other)</code></pre> </div> <h5 class="parameters">Parameters</h5> <table class="table table-bordered table-striped table-condensed"> <thead> <tr> <th>Type</th> <th>Name</th> <th>Description</th> </tr> </thead> <tbody> <tr> <td><a class="xref" href="CodeJam.Ranges.CompositeRange-1.html">CompositeRange</a>&lt;T&gt;</td> <td><span class="parametername">compositeRange</span></td> <td><p>The source range.</p> </td> </tr> <tr> <td><a class="xref" href="CodeJam.Ranges.Range-2.html">Range</a>&lt;T, TKey2&gt;</td> <td><span class="parametername">other</span></td> <td><p>The range to check.</p> </td> </tr> </tbody> </table> <h5 class="returns">Returns</h5> <table class="table table-bordered table-striped table-condensed"> <thead> <tr> <th>Type</th> <th>Description</th> </tr> </thead> <tbody> <tr> <td><span class="xref">System.Boolean</span></td> <td><p><code>true</code>, if the composite range contains another range.</p> </td> </tr> </tbody> </table> <h5 class="typeParameters">Type Parameters</h5> <table class="table table-bordered table-striped table-condensed"> <thead> <tr> <th>Name</th> <th>Description</th> </tr> </thead> <tbody> <tr> <td><span class="parametername">T</span></td> <td><p>The type of the range values.</p> </td> </tr> <tr> <td><span class="parametername">TKey2</span></td> <td><p>The type of the other range key</p> </td> </tr> </tbody> </table> <span class="small pull-right mobile-hide"> <span class="divider">|</span> <a href="https://github.com/rsdn/CodeJam/new/master/apiSpec/new?filename=CodeJam_Ranges_CompositeRangeExtensions_Contains__3_CodeJam_Ranges_CompositeRange___0___1____2_.md&amp;value=---%0Auid%3A%20CodeJam.Ranges.CompositeRangeExtensions.Contains%60%603(CodeJam.Ranges.CompositeRange%7B%60%600%2C%60%601%7D%2C%60%602)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a> </span> <span class="small pull-right mobile-hide"> <a href="https://github.com/rsdn/CodeJam/blob/master/Main/src/Ranges/[RangeExtensions]/CompositeRangeExtensions.WithKey.generated.cs/#L386">View Source</a> </span> <a id="CodeJam_Ranges_CompositeRangeExtensions_Contains_" data-uid="CodeJam.Ranges.CompositeRangeExtensions.Contains*"></a> <h4 id="CodeJam_Ranges_CompositeRangeExtensions_Contains__3_CodeJam_Ranges_CompositeRange___0___1____2_" data-uid="CodeJam.Ranges.CompositeRangeExtensions.Contains``3(CodeJam.Ranges.CompositeRange{``0,``1},``2)">Contains&lt;T, TKey, TCompositeRange&gt;(CompositeRange&lt;T, TKey&gt;, TCompositeRange)</h4> <div class="markdown level1 summary"><p>Determines whether the composite range contains another range.</p> </div> <div class="markdown level1 conceptual"></div> <h5 class="decalaration">Declaration</h5> <div class="codewrapper"> <pre><code class="lang-csharp hljs">public static bool Contains&lt;T, TKey, TCompositeRange&gt;(this CompositeRange&lt;T, TKey&gt; compositeRange, TCompositeRange other)where TCompositeRange : ICompositeRange&lt;T&gt;</code></pre> </div> <h5 class="parameters">Parameters</h5> <table class="table table-bordered table-striped table-condensed"> <thead> <tr> <th>Type</th> <th>Name</th> <th>Description</th> </tr> </thead> <tbody> <tr> <td><a class="xref" href="CodeJam.Ranges.CompositeRange-2.html">CompositeRange</a>&lt;T, TKey&gt;</td> <td><span class="parametername">compositeRange</span></td> <td><p>The source range.</p> </td> </tr> <tr> <td><span class="xref">TCompositeRange</span></td> <td><span class="parametername">other</span></td> <td><p>The range to check.</p> </td> </tr> </tbody> </table> <h5 class="returns">Returns</h5> <table class="table table-bordered table-striped table-condensed"> <thead> <tr> <th>Type</th> <th>Description</th> </tr> </thead> <tbody> <tr> <td><span class="xref">System.Boolean</span></td> <td><p><code>true</code>, if the composite range contains another range.</p> </td> </tr> </tbody> </table> <h5 class="typeParameters">Type Parameters</h5> <table class="table table-bordered table-striped table-condensed"> <thead> <tr> <th>Name</th> <th>Description</th> </tr> </thead> <tbody> <tr> <td><span class="parametername">T</span></td> <td><p>The type of the range values.</p> </td> </tr> <tr> <td><span class="parametername">TKey</span></td> <td><p>The type of the range key</p> </td> </tr> <tr> <td><span class="parametername">TCompositeRange</span></td> <td><p>The type of another range.</p> </td> </tr> </tbody> </table> <span class="small pull-right mobile-hide"> <span class="divider">|</span> <a href="https://github.com/rsdn/CodeJam/new/master/apiSpec/new?filename=CodeJam_Ranges_CompositeRangeExtensions_Contains__3_CodeJam_Ranges_CompositeRange___0___1__CodeJam_Ranges_Range___0___2__.md&amp;value=---%0Auid%3A%20CodeJam.Ranges.CompositeRangeExtensions.Contains%60%603(CodeJam.Ranges.CompositeRange%7B%60%600%2C%60%601%7D%2CCodeJam.Ranges.Range%7B%60%600%2C%60%602%7D)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a> </span> <span class="small pull-right mobile-hide"> <a href="https://github.com/rsdn/CodeJam/blob/master/Main/src/Ranges/[RangeExtensions]/CompositeRangeExtensions.WithKey.generated.cs/#L373">View Source</a> </span> <a id="CodeJam_Ranges_CompositeRangeExtensions_Contains_" data-uid="CodeJam.Ranges.CompositeRangeExtensions.Contains*"></a> <h4 id="CodeJam_Ranges_CompositeRangeExtensions_Contains__3_CodeJam_Ranges_CompositeRange___0___1__CodeJam_Ranges_Range___0___2__" data-uid="CodeJam.Ranges.CompositeRangeExtensions.Contains``3(CodeJam.Ranges.CompositeRange{``0,``1},CodeJam.Ranges.Range{``0,``2})">Contains&lt;T, TKey, TKey2&gt;(CompositeRange&lt;T, TKey&gt;, Range&lt;T, TKey2&gt;)</h4> <div class="markdown level1 summary"><p>Determines whether the composite range contains another range.</p> </div> <div class="markdown level1 conceptual"></div> <h5 class="decalaration">Declaration</h5> <div class="codewrapper"> <pre><code class="lang-csharp hljs">public static bool Contains&lt;T, TKey, TKey2&gt;(this CompositeRange&lt;T, TKey&gt; compositeRange, Range&lt;T, TKey2&gt; other)</code></pre> </div> <h5 class="parameters">Parameters</h5> <table class="table table-bordered table-striped table-condensed"> <thead> <tr> <th>Type</th> <th>Name</th> <th>Description</th> </tr> </thead> <tbody> <tr> <td><a class="xref" href="CodeJam.Ranges.CompositeRange-2.html">CompositeRange</a>&lt;T, TKey&gt;</td> <td><span class="parametername">compositeRange</span></td> <td><p>The source range.</p> </td> </tr> <tr> <td><a class="xref" href="CodeJam.Ranges.Range-2.html">Range</a>&lt;T, TKey2&gt;</td> <td><span class="parametername">other</span></td> <td><p>The range to check.</p> </td> </tr> </tbody> </table> <h5 class="returns">Returns</h5> <table class="table table-bordered table-striped table-condensed"> <thead> <tr> <th>Type</th> <th>Description</th> </tr> </thead> <tbody> <tr> <td><span class="xref">System.Boolean</span></td> <td><p><code>true</code>, if the composite range contains another range.</p> </td> </tr> </tbody> </table> <h5 class="typeParameters">Type Parameters</h5> <table class="table table-bordered table-striped table-condensed"> <thead> <tr> <th>Name</th> <th>Description</th> </tr> </thead> <tbody> <tr> <td><span class="parametername">T</span></td> <td><p>The type of the range values.</p> </td> </tr> <tr> <td><span class="parametername">TKey</span></td> <td><p>The type of the range key</p> </td> </tr> <tr> <td><span class="parametername">TKey2</span></td> <td><p>The type of the other range key</p> </td> </tr> </tbody> </table> <span class="small pull-right mobile-hide"> <span class="divider">|</span> <a href="https://github.com/rsdn/CodeJam/new/master/apiSpec/new?filename=CodeJam_Ranges_CompositeRangeExtensions_Except__1_CodeJam_Ranges_CompositeRange___0____0___0_.md&amp;value=---%0Auid%3A%20CodeJam.Ranges.CompositeRangeExtensions.Except%60%601(CodeJam.Ranges.CompositeRange%7B%60%600%7D%2C%60%600%2C%60%600)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a> </span> <span class="small pull-right mobile-hide"> <a href="https://github.com/rsdn/CodeJam/blob/master/Main/src/Ranges/[RangeExtensions]/CompositeRangeExtensions.NoKey.cs/#L757">View Source</a> </span> <a id="CodeJam_Ranges_CompositeRangeExtensions_Except_" data-uid="CodeJam.Ranges.CompositeRangeExtensions.Except*"></a> <h4 id="CodeJam_Ranges_CompositeRangeExtensions_Except__1_CodeJam_Ranges_CompositeRange___0____0___0_" data-uid="CodeJam.Ranges.CompositeRangeExtensions.Except``1(CodeJam.Ranges.CompositeRange{``0},``0,``0)">Except&lt;T&gt;(CompositeRange&lt;T&gt;, T, T)</h4> <div class="markdown level1 summary"><p>Returns source range with other range excluded.</p> </div> <div class="markdown level1 conceptual"></div> <h5 class="decalaration">Declaration</h5> <div class="codewrapper"> <pre><code class="lang-csharp hljs">public static CompositeRange&lt;T&gt; Except&lt;T&gt;(this CompositeRange&lt;T&gt; compositeRange, T from, T to)</code></pre> </div> <h5 class="parameters">Parameters</h5> <table class="table table-bordered table-striped table-condensed"> <thead> <tr> <th>Type</th> <th>Name</th> <th>Description</th> </tr> </thead> <tbody> <tr> <td><a class="xref" href="CodeJam.Ranges.CompositeRange-1.html">CompositeRange</a>&lt;T&gt;</td> <td><span class="parametername">compositeRange</span></td> <td><p>The source range.</p> </td> </tr> <tr> <td><span class="xref">T</span></td> <td><span class="parametername">from</span></td> <td><p>The boundary From value.</p> </td> </tr> <tr> <td><span class="xref">T</span></td> <td><span class="parametername">to</span></td> <td><p>The boundary To value.</p> </td> </tr> </tbody> </table> <h5 class="returns">Returns</h5> <table class="table table-bordered table-striped table-condensed"> <thead> <tr> <th>Type</th> <th>Description</th> </tr> </thead> <tbody> <tr> <td><a class="xref" href="CodeJam.Ranges.CompositeRange-1.html">CompositeRange</a>&lt;T&gt;</td> <td><p>Source range with other range excluded.</p> </td> </tr> </tbody> </table> <h5 class="typeParameters">Type Parameters</h5> <table class="table table-bordered table-striped table-condensed"> <thead> <tr> <th>Name</th> <th>Description</th> </tr> </thead> <tbody> <tr> <td><span class="parametername">T</span></td> <td><p>The type of the range values.</p> </td> </tr> </tbody> </table> <span class="small pull-right mobile-hide"> <span class="divider">|</span> <a href="https://github.com/rsdn/CodeJam/new/master/apiSpec/new?filename=CodeJam_Ranges_CompositeRangeExtensions_Except__1_CodeJam_Ranges_CompositeRange___0__CodeJam_Ranges_Range___0__.md&amp;value=---%0Auid%3A%20CodeJam.Ranges.CompositeRangeExtensions.Except%60%601(CodeJam.Ranges.CompositeRange%7B%60%600%7D%2CCodeJam.Ranges.Range%7B%60%600%7D)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a> </span> <span class="small pull-right mobile-hide"> <a href="https://github.com/rsdn/CodeJam/blob/master/Main/src/Ranges/[RangeExtensions]/CompositeRangeExtensions.NoKey.cs/#L766">View Source</a> </span> <a id="CodeJam_Ranges_CompositeRangeExtensions_Except_" data-uid="CodeJam.Ranges.CompositeRangeExtensions.Except*"></a> <h4 id="CodeJam_Ranges_CompositeRangeExtensions_Except__1_CodeJam_Ranges_CompositeRange___0__CodeJam_Ranges_Range___0__" data-uid="CodeJam.Ranges.CompositeRangeExtensions.Except``1(CodeJam.Ranges.CompositeRange{``0},CodeJam.Ranges.Range{``0})">Except&lt;T&gt;(CompositeRange&lt;T&gt;, Range&lt;T&gt;)</h4> <div class="markdown level1 summary"><p>Returns source range with other range excluded.</p> </div> <div class="markdown level1 conceptual"></div> <h5 class="decalaration">Declaration</h5> <div class="codewrapper"> <pre><code class="lang-csharp hljs">public static CompositeRange&lt;T&gt; Except&lt;T&gt;(this CompositeRange&lt;T&gt; compositeRange, Range&lt;T&gt; other)</code></pre> </div> <h5 class="parameters">Parameters</h5> <table class="table table-bordered table-striped table-condensed"> <thead> <tr> <th>Type</th> <th>Name</th> <th>Description</th> </tr> </thead> <tbody> <tr> <td><a class="xref" href="CodeJam.Ranges.CompositeRange-1.html">CompositeRange</a>&lt;T&gt;</td> <td><span class="parametername">compositeRange</span></td> <td><p>The source range.</p> </td> </tr> <tr> <td><a class="xref" href="CodeJam.Ranges.Range-1.html">Range</a>&lt;T&gt;</td> <td><span class="parametername">other</span></td> <td><p>The range to intersect with.</p> </td> </tr> </tbody> </table> <h5 class="returns">Returns</h5> <table class="table table-bordered table-striped table-condensed"> <thead> <tr> <th>Type</th> <th>Description</th> </tr> </thead> <tbody> <tr> <td><a class="xref" href="CodeJam.Ranges.CompositeRange-1.html">CompositeRange</a>&lt;T&gt;</td> <td><p>Source range with other range excluded.</p> </td> </tr> </tbody> </table> <h5 class="typeParameters">Type Parameters</h5> <table class="table table-bordered table-striped table-condensed"> <thead> <tr> <th>Name</th> <th>Description</th> </tr> </thead> <tbody> <tr> <td><span class="parametername">T</span></td> <td><p>The type of the range values.</p> </td> </tr> </tbody> </table> <span class="small pull-right mobile-hide"> <span class="divider">|</span> <a href="https://github.com/rsdn/CodeJam/new/master/apiSpec/new?filename=CodeJam_Ranges_CompositeRangeExtensions_Except__2_CodeJam_Ranges_CompositeRange___0___1____0___0_.md&amp;value=---%0Auid%3A%20CodeJam.Ranges.CompositeRangeExtensions.Except%60%602(CodeJam.Ranges.CompositeRange%7B%60%600%2C%60%601%7D%2C%60%600%2C%60%600)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a> </span> <span class="small pull-right mobile-hide"> <a href="https://github.com/rsdn/CodeJam/blob/master/Main/src/Ranges/[RangeExtensions]/CompositeRangeExtensions.WithKey.generated.cs/#L804">View Source</a> </span> <a id="CodeJam_Ranges_CompositeRangeExtensions_Except_" data-uid="CodeJam.Ranges.CompositeRangeExtensions.Except*"></a> <h4 id="CodeJam_Ranges_CompositeRangeExtensions_Except__2_CodeJam_Ranges_CompositeRange___0___1____0___0_" data-uid="CodeJam.Ranges.CompositeRangeExtensions.Except``2(CodeJam.Ranges.CompositeRange{``0,``1},``0,``0)">Except&lt;T, TKey&gt;(CompositeRange&lt;T, TKey&gt;, T, T)</h4> <div class="markdown level1 summary"><p>Returns source range with other range excluded.</p> </div> <div class="markdown level1 conceptual"></div> <h5 class="decalaration">Declaration</h5> <div class="codewrapper"> <pre><code class="lang-csharp hljs">public static CompositeRange&lt;T, TKey&gt; Except&lt;T, TKey&gt;(this CompositeRange&lt;T, TKey&gt; compositeRange, T from, T to)</code></pre> </div> <h5 class="parameters">Parameters</h5> <table class="table table-bordered table-striped table-condensed"> <thead> <tr> <th>Type</th> <th>Name</th> <th>Description</th> </tr> </thead> <tbody> <tr> <td><a class="xref" href="CodeJam.Ranges.CompositeRange-2.html">CompositeRange</a>&lt;T, TKey&gt;</td> <td><span class="parametername">compositeRange</span></td> <td><p>The source range.</p> </td> </tr> <tr> <td><span class="xref">T</span></td> <td><span class="parametername">from</span></td> <td><p>The boundary From value.</p> </td> </tr> <tr> <td><span class="xref">T</span></td> <td><span class="parametername">to</span></td> <td><p>The boundary To value.</p> </td> </tr> </tbody> </table> <h5 class="returns">Returns</h5> <table class="table table-bordered table-striped table-condensed"> <thead> <tr> <th>Type</th> <th>Description</th> </tr> </thead> <tbody> <tr> <td><a class="xref" href="CodeJam.Ranges.CompositeRange-2.html">CompositeRange</a>&lt;T, TKey&gt;</td> <td><p>Source range with other range excluded.</p> </td> </tr> </tbody> </table> <h5 class="typeParameters">Type Parameters</h5> <table class="table table-bordered table-striped table-condensed"> <thead> <tr> <th>Name</th> <th>Description</th> </tr> </thead> <tbody> <tr> <td><span class="parametername">T</span></td> <td><p>The type of the range values.</p> </td> </tr> <tr> <td><span class="parametername">TKey</span></td> <td><p>The type of the range key</p> </td> </tr> </tbody> </table> <span class="small pull-right mobile-hide"> <span class="divider">|</span> <a href="https://github.com/rsdn/CodeJam/new/master/apiSpec/new?filename=CodeJam_Ranges_CompositeRangeExtensions_Except__2_CodeJam_Ranges_CompositeRange___0___1__CodeJam_Ranges_Range___0__.md&amp;value=---%0Auid%3A%20CodeJam.Ranges.CompositeRangeExtensions.Except%60%602(CodeJam.Ranges.CompositeRange%7B%60%600%2C%60%601%7D%2CCodeJam.Ranges.Range%7B%60%600%7D)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a> </span> <span class="small pull-right mobile-hide"> <a href="https://github.com/rsdn/CodeJam/blob/master/Main/src/Ranges/[RangeExtensions]/CompositeRangeExtensions.WithKey.generated.cs/#L814">View Source</a> </span> <a id="CodeJam_Ranges_CompositeRangeExtensions_Except_" data-uid="CodeJam.Ranges.CompositeRangeExtensions.Except*"></a> <h4 id="CodeJam_Ranges_CompositeRangeExtensions_Except__2_CodeJam_Ranges_CompositeRange___0___1__CodeJam_Ranges_Range___0__" data-uid="CodeJam.Ranges.CompositeRangeExtensions.Except``2(CodeJam.Ranges.CompositeRange{``0,``1},CodeJam.Ranges.Range{``0})">Except&lt;T, TKey&gt;(CompositeRange&lt;T, TKey&gt;, Range&lt;T&gt;)</h4> <div class="markdown level1 summary"><p>Returns source range with other range excluded.</p> </div> <div class="markdown level1 conceptual"></div> <h5 class="decalaration">Declaration</h5> <div class="codewrapper"> <pre><code class="lang-csharp hljs">public static CompositeRange&lt;T, TKey&gt; Except&lt;T, TKey&gt;(this CompositeRange&lt;T, TKey&gt; compositeRange, Range&lt;T&gt; other)</code></pre> </div> <h5 class="parameters">Parameters</h5> <table class="table table-bordered table-striped table-condensed"> <thead> <tr> <th>Type</th> <th>Name</th> <th>Description</th> </tr> </thead> <tbody> <tr> <td><a class="xref" href="CodeJam.Ranges.CompositeRange-2.html">CompositeRange</a>&lt;T, TKey&gt;</td> <td><span class="parametername">compositeRange</span></td> <td><p>The source range.</p> </td> </tr> <tr> <td><a class="xref" href="CodeJam.Ranges.Range-1.html">Range</a>&lt;T&gt;</td> <td><span class="parametername">other</span></td> <td><p>The range to intersect with.</p> </td> </tr> </tbody> </table> <h5 class="returns">Returns</h5> <table class="table table-bordered table-striped table-condensed"> <thead> <tr> <th>Type</th> <th>Description</th> </tr> </thead> <tbody> <tr> <td><a class="xref" href="CodeJam.Ranges.CompositeRange-2.html">CompositeRange</a>&lt;T, TKey&gt;</td> <td><p>Source range with other range excluded.</p> </td> </tr> </tbody> </table> <h5 class="typeParameters">Type Parameters</h5> <table class="table table-bordered table-striped table-condensed"> <thead> <tr> <th>Name</th> <th>Description</th> </tr> </thead> <tbody> <tr> <td><span class="parametername">T</span></td> <td><p>The type of the range values.</p> </td> </tr> <tr> <td><span class="parametername">TKey</span></td> <td><p>The type of the range key</p> </td> </tr> </tbody> </table> <span class="small pull-right mobile-hide"> <span class="divider">|</span> <a href="https://github.com/rsdn/CodeJam/new/master/apiSpec/new?filename=CodeJam_Ranges_CompositeRangeExtensions_Except__2_CodeJam_Ranges_CompositeRange___0____1_.md&amp;value=---%0Auid%3A%20CodeJam.Ranges.CompositeRangeExtensions.Except%60%602(CodeJam.Ranges.CompositeRange%7B%60%600%7D%2C%60%601)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a> </span> <span class="small pull-right mobile-hide"> <a href="https://github.com/rsdn/CodeJam/blob/master/Main/src/Ranges/[RangeExtensions]/CompositeRangeExtensions.NoKey.cs/#L793">View Source</a> </span> <a id="CodeJam_Ranges_CompositeRangeExtensions_Except_" data-uid="CodeJam.Ranges.CompositeRangeExtensions.Except*"></a> <h4 id="CodeJam_Ranges_CompositeRangeExtensions_Except__2_CodeJam_Ranges_CompositeRange___0____1_" data-uid="CodeJam.Ranges.CompositeRangeExtensions.Except``2(CodeJam.Ranges.CompositeRange{``0},``1)">Except&lt;T, TCompositeRange&gt;(CompositeRange&lt;T&gt;, TCompositeRange)</h4> <div class="markdown level1 summary"><p>Returns source range with other range excluded.</p> </div> <div class="markdown level1 conceptual"></div> <h5 class="decalaration">Declaration</h5> <div class="codewrapper"> <pre><code class="lang-csharp hljs">public static CompositeRange&lt;T&gt; Except&lt;T, TCompositeRange&gt;(this CompositeRange&lt;T&gt; compositeRange, TCompositeRange other)where TCompositeRange : ICompositeRange&lt;T&gt;</code></pre> </div> <h5 class="parameters">Parameters</h5> <table class="table table-bordered table-striped table-condensed"> <thead> <tr> <th>Type</th> <th>Name</th> <th>Description</th> </tr> </thead> <tbody> <tr> <td><a class="xref" href="CodeJam.Ranges.CompositeRange-1.html">CompositeRange</a>&lt;T&gt;</td> <td><span class="parametername">compositeRange</span></td> <td><p>The source range.</p> </td> </tr> <tr> <td><span class="xref">TCompositeRange</span></td> <td><span class="parametername">other</span></td> <td><p>The range to intersect with.</p> </td> </tr> </tbody> </table> <h5 class="returns">Returns</h5> <table class="table table-bordered table-striped table-condensed"> <thead> <tr> <th>Type</th> <th>Description</th> </tr> </thead> <tbody> <tr> <td><a class="xref" href="CodeJam.Ranges.CompositeRange-1.html">CompositeRange</a>&lt;T&gt;</td> <td><p>Source range with other range excluded.</p> </td> </tr> </tbody> </table> <h5 class="typeParameters">Type Parameters</h5> <table class="table table-bordered table-striped table-condensed"> <thead> <tr> <th>Name</th> <th>Description</th> </tr> </thead> <tbody> <tr> <td><span class="parametername">T</span></td> <td><p>The type of the range values.</p> </td> </tr> <tr> <td><span class="parametername">TCompositeRange</span></td> <td><p>The type of another range.</p> </td> </tr> </tbody> </table> <span class="small pull-right mobile-hide"> <span class="divider">|</span> <a href="https://github.com/rsdn/CodeJam/new/master/apiSpec/new?filename=CodeJam_Ranges_CompositeRangeExtensions_Except__2_CodeJam_Ranges_CompositeRange___0__CodeJam_Ranges_Range___0___1__.md&amp;value=---%0Auid%3A%20CodeJam.Ranges.CompositeRangeExtensions.Except%60%602(CodeJam.Ranges.CompositeRange%7B%60%600%7D%2CCodeJam.Ranges.Range%7B%60%600%2C%60%601%7D)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a> </span> <span class="small pull-right mobile-hide"> <a href="https://github.com/rsdn/CodeJam/blob/master/Main/src/Ranges/[RangeExtensions]/CompositeRangeExtensions.NoKey.cs/#L783">View Source</a> </span> <a id="CodeJam_Ranges_CompositeRangeExtensions_Except_" data-uid="CodeJam.Ranges.CompositeRangeExtensions.Except*"></a> <h4 id="CodeJam_Ranges_CompositeRangeExtensions_Except__2_CodeJam_Ranges_CompositeRange___0__CodeJam_Ranges_Range___0___1__" data-uid="CodeJam.Ranges.CompositeRangeExtensions.Except``2(CodeJam.Ranges.CompositeRange{``0},CodeJam.Ranges.Range{``0,``1})">Except&lt;T, TKey2&gt;(CompositeRange&lt;T&gt;, Range&lt;T, TKey2&gt;)</h4> <div class="markdown level1 summary"><p>Returns source range with other range excluded.</p> </div> <div class="markdown level1 conceptual"></div> <h5 class="decalaration">Declaration</h5> <div class="codewrapper"> <pre><code class="lang-csharp hljs">public static CompositeRange&lt;T&gt; Except&lt;T, TKey2&gt;(this CompositeRange&lt;T&gt; compositeRange, Range&lt;T, TKey2&gt; other)</code></pre> </div> <h5 class="parameters">Parameters</h5> <table class="table table-bordered table-striped table-condensed"> <thead> <tr> <th>Type</th> <th>Name</th> <th>Description</th> </tr> </thead> <tbody> <tr> <td><a class="xref" href="CodeJam.Ranges.CompositeRange-1.html">CompositeRange</a>&lt;T&gt;</td> <td><span class="parametername">compositeRange</span></td> <td><p>The source range.</p> </td> </tr> <tr> <td><a class="xref" href="CodeJam.Ranges.Range-2.html">Range</a>&lt;T, TKey2&gt;</td> <td><span class="parametername">other</span></td> <td><p>The range to intersect with.</p> </td> </tr> </tbody> </table> <h5 class="returns">Returns</h5> <table class="table table-bordered table-striped table-condensed"> <thead> <tr> <th>Type</th> <th>Description</th> </tr> </thead> <tbody> <tr> <td><a class="xref" href="CodeJam.Ranges.CompositeRange-1.html">CompositeRange</a>&lt;T&gt;</td> <td><p>Source range with other range excluded.</p> </td> </tr> </tbody> </table> <h5 class="typeParameters">Type Parameters</h5> <table class="table table-bordered table-striped table-condensed"> <thead> <tr> <th>Name</th> <th>Description</th> </tr> </thead> <tbody> <tr> <td><span class="parametername">T</span></td> <td><p>The type of the range values.</p> </td> </tr> <tr> <td><span class="parametername">TKey2</span></td> <td><p>The type of the other range key</p> </td> </tr> </tbody> </table> <span class="small pull-right mobile-hide"> <span class="divider">|</span> <a href="https://github.com/rsdn/CodeJam/new/master/apiSpec/new?filename=CodeJam_Ranges_CompositeRangeExtensions_Except__3_CodeJam_Ranges_CompositeRange___0___1____2_.md&amp;value=---%0Auid%3A%20CodeJam.Ranges.CompositeRangeExtensions.Except%60%603(CodeJam.Ranges.CompositeRange%7B%60%600%2C%60%601%7D%2C%60%602)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a> </span> <span class="small pull-right mobile-hide"> <a href="https://github.com/rsdn/CodeJam/blob/master/Main/src/Ranges/[RangeExtensions]/CompositeRangeExtensions.WithKey.generated.cs/#L843">View Source</a> </span> <a id="CodeJam_Ranges_CompositeRangeExtensions_Except_" data-uid="CodeJam.Ranges.CompositeRangeExtensions.Except*"></a> <h4 id="CodeJam_Ranges_CompositeRangeExtensions_Except__3_CodeJam_Ranges_CompositeRange___0___1____2_" data-uid="CodeJam.Ranges.CompositeRangeExtensions.Except``3(CodeJam.Ranges.CompositeRange{``0,``1},``2)">Except&lt;T, TKey, TCompositeRange&gt;(CompositeRange&lt;T, TKey&gt;, TCompositeRange)</h4> <div class="markdown level1 summary"><p>Returns source range with other range excluded.</p> </div> <div class="markdown level1 conceptual"></div> <h5 class="decalaration">Declaration</h5> <div class="codewrapper"> <pre><code class="lang-csharp hljs">public static CompositeRange&lt;T, TKey&gt; Except&lt;T, TKey, TCompositeRange&gt;(this CompositeRange&lt;T, TKey&gt; compositeRange, TCompositeRange other)where TCompositeRange : ICompositeRange&lt;T&gt;</code></pre> </div> <h5 class="parameters">Parameters</h5> <table class="table table-bordered table-striped table-condensed"> <thead> <tr> <th>Type</th> <th>Name</th> <th>Description</th> </tr> </thead> <tbody> <tr> <td><a class="xref" href="CodeJam.Ranges.CompositeRange-2.html">CompositeRange</a>&lt;T, TKey&gt;</td> <td><span class="parametername">compositeRange</span></td> <td><p>The source range.</p> </td> </tr> <tr> <td><span class="xref">TCompositeRange</span></td> <td><span class="parametername">other</span></td> <td><p>The range to intersect with.</p> </td> </tr> </tbody> </table> <h5 class="returns">Returns</h5> <table class="table table-bordered table-striped table-condensed"> <thead> <tr> <th>Type</th> <th>Description</th> </tr> </thead> <tbody> <tr> <td><a class="xref" href="CodeJam.Ranges.CompositeRange-2.html">CompositeRange</a>&lt;T, TKey&gt;</td> <td><p>Source range with other range excluded.</p> </td> </tr> </tbody> </table> <h5 class="typeParameters">Type Parameters</h5> <table class="table table-bordered table-striped table-condensed"> <thead> <tr> <th>Name</th> <th>Description</th> </tr> </thead> <tbody> <tr> <td><span class="parametername">T</span></td> <td><p>The type of the range values.</p> </td> </tr> <tr> <td><span class="parametername">TKey</span></td> <td><p>The type of the range key</p> </td> </tr> <tr> <td><span class="parametername">TCompositeRange</span></td> <td><p>The type of another range.</p> </td> </tr> </tbody> </table> <span class="small pull-right mobile-hide"> <span class="divider">|</span> <a href="https://github.com/rsdn/CodeJam/new/master/apiSpec/new?filename=CodeJam_Ranges_CompositeRangeExtensions_Except__3_CodeJam_Ranges_CompositeRange___0___1__CodeJam_Ranges_Range___0___2__.md&amp;value=---%0Auid%3A%20CodeJam.Ranges.CompositeRangeExtensions.Except%60%603(CodeJam.Ranges.CompositeRange%7B%60%600%2C%60%601%7D%2CCodeJam.Ranges.Range%7B%60%600%2C%60%602%7D)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a> </span> <span class="small pull-right mobile-hide"> <a href="https://github.com/rsdn/CodeJam/blob/master/Main/src/Ranges/[RangeExtensions]/CompositeRangeExtensions.WithKey.generated.cs/#L832">View Source</a> </span> <a id="CodeJam_Ranges_CompositeRangeExtensions_Except_" data-uid="CodeJam.Ranges.CompositeRangeExtensions.Except*"></a> <h4 id="CodeJam_Ranges_CompositeRangeExtensions_Except__3_CodeJam_Ranges_CompositeRange___0___1__CodeJam_Ranges_Range___0___2__" data-uid="CodeJam.Ranges.CompositeRangeExtensions.Except``3(CodeJam.Ranges.CompositeRange{``0,``1},CodeJam.Ranges.Range{``0,``2})">Except&lt;T, TKey, TKey2&gt;(CompositeRange&lt;T, TKey&gt;, Range&lt;T, TKey2&gt;)</h4> <div class="markdown level1 summary"><p>Returns source range with other range excluded.</p> </div> <div class="markdown level1 conceptual"></div> <h5 class="decalaration">Declaration</h5> <div class="codewrapper"> <pre><code class="lang-csharp hljs">public static CompositeRange&lt;T, TKey&gt; Except&lt;T, TKey, TKey2&gt;(this CompositeRange&lt;T, TKey&gt; compositeRange, Range&lt;T, TKey2&gt; other)</code></pre> </div> <h5 class="parameters">Parameters</h5> <table class="table table-bordered table-striped table-condensed"> <thead> <tr> <th>Type</th> <th>Name</th> <th>Description</th> </tr> </thead> <tbody> <tr> <td><a class="xref" href="CodeJam.Ranges.CompositeRange-2.html">CompositeRange</a>&lt;T, TKey&gt;</td> <td><span class="parametername">compositeRange</span></td> <td><p>The source range.</p> </td> </tr> <tr> <td><a class="xref" href="CodeJam.Ranges.Range-2.html">Range</a>&lt;T, TKey2&gt;</td> <td><span class="parametername">other</span></td> <td><p>The range to intersect with.</p> </td> </tr> </tbody> </table> <h5 class="returns">Returns</h5> <table class="table table-bordered table-striped table-condensed"> <thead> <tr> <th>Type</th> <th>Description</th> </tr> </thead> <tbody> <tr> <td><a class="xref" href="CodeJam.Ranges.CompositeRange-2.html">CompositeRange</a>&lt;T, TKey&gt;</td> <td><p>Source range with other range excluded.</p> </td> </tr> </tbody> </table> <h5 class="typeParameters">Type Parameters</h5> <table class="table table-bordered table-striped table-condensed"> <thead> <tr> <th>Name</th> <th>Description</th> </tr> </thead> <tbody> <tr> <td><span class="parametername">T</span></td> <td><p>The type of the range values.</p> </td> </tr> <tr> <td><span class="parametername">TKey</span></td> <td><p>The type of the range key</p> </td> </tr> <tr> <td><span class="parametername">TKey2</span></td> <td><p>The type of the other range key</p> </td> </tr> </tbody> </table> <span class="small pull-right mobile-hide"> <span class="divider">|</span> <a href="https://github.com/rsdn/CodeJam/new/master/apiSpec/new?filename=CodeJam_Ranges_CompositeRangeExtensions_ExtendFrom__1_CodeJam_Ranges_CompositeRange___0____0_.md&amp;value=---%0Auid%3A%20CodeJam.Ranges.CompositeRangeExtensions.ExtendFrom%60%601(CodeJam.Ranges.CompositeRange%7B%60%600%7D%2C%60%600)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a> </span> <span class="small pull-right mobile-hide"> <a href="https://github.com/rsdn/CodeJam/blob/master/Main/src/Ranges/[RangeExtensions]/CompositeRangeExtensions.NoKey.cs/#L545">View Source</a> </span> <a id="CodeJam_Ranges_CompositeRangeExtensions_ExtendFrom_" data-uid="CodeJam.Ranges.CompositeRangeExtensions.ExtendFrom*"></a> <h4 id="CodeJam_Ranges_CompositeRangeExtensions_ExtendFrom__1_CodeJam_Ranges_CompositeRange___0____0_" data-uid="CodeJam.Ranges.CompositeRangeExtensions.ExtendFrom``1(CodeJam.Ranges.CompositeRange{``0},``0)">ExtendFrom&lt;T&gt;(CompositeRange&lt;T&gt;, T)</h4> <div class="markdown level1 summary"><p>Extends the range from the left.</p> </div> <div class="markdown level1 conceptual"></div> <h5 class="decalaration">Declaration</h5> <div class="codewrapper"> <pre><code class="lang-csharp hljs">public static CompositeRange&lt;T&gt; ExtendFrom&lt;T&gt;(this CompositeRange&lt;T&gt; compositeRange, T from)</code></pre> </div> <h5 class="parameters">Parameters</h5> <table class="table table-bordered table-striped table-condensed"> <thead> <tr> <th>Type</th> <th>Name</th> <th>Description</th> </tr> </thead> <tbody> <tr> <td><a class="xref" href="CodeJam.Ranges.CompositeRange-1.html">CompositeRange</a>&lt;T&gt;</td> <td><span class="parametername">compositeRange</span></td> <td><p>The source range.</p> </td> </tr> <tr> <td><span class="xref">T</span></td> <td><span class="parametername">from</span></td> <td><p>A new value From.</p> </td> </tr> </tbody> </table> <h5 class="returns">Returns</h5> <table class="table table-bordered table-striped table-condensed"> <thead> <tr> <th>Type</th> <th>Description</th> </tr> </thead> <tbody> <tr> <td><a class="xref" href="CodeJam.Ranges.CompositeRange-1.html">CompositeRange</a>&lt;T&gt;</td> <td><p>A range with a new From boundary or the source fange if the new boundary is greater than original.</p> </td> </tr> </tbody> </table> <h5 class="typeParameters">Type Parameters</h5> <table class="table table-bordered table-striped table-condensed"> <thead> <tr> <th>Name</th> <th>Description</th> </tr> </thead> <tbody> <tr> <td><span class="parametername">T</span></td> <td><p>The type of the range values.</p> </td> </tr> </tbody> </table> <span class="small pull-right mobile-hide"> <span class="divider">|</span> <a href="https://github.com/rsdn/CodeJam/new/master/apiSpec/new?filename=CodeJam_Ranges_CompositeRangeExtensions_ExtendFrom__1_CodeJam_Ranges_CompositeRange___0__CodeJam_Ranges_RangeBoundaryFrom___0__.md&amp;value=---%0Auid%3A%20CodeJam.Ranges.CompositeRangeExtensions.ExtendFrom%60%601(CodeJam.Ranges.CompositeRange%7B%60%600%7D%2CCodeJam.Ranges.RangeBoundaryFrom%7B%60%600%7D)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a> </span> <span class="small pull-right mobile-hide"> <a href="https://github.com/rsdn/CodeJam/blob/master/Main/src/Ranges/[RangeExtensions]/CompositeRangeExtensions.NoKey.cs/#L556">View Source</a> </span> <a id="CodeJam_Ranges_CompositeRangeExtensions_ExtendFrom_" data-uid="CodeJam.Ranges.CompositeRangeExtensions.ExtendFrom*"></a> <h4 id="CodeJam_Ranges_CompositeRangeExtensions_ExtendFrom__1_CodeJam_Ranges_CompositeRange___0__CodeJam_Ranges_RangeBoundaryFrom___0__" data-uid="CodeJam.Ranges.CompositeRangeExtensions.ExtendFrom``1(CodeJam.Ranges.CompositeRange{``0},CodeJam.Ranges.RangeBoundaryFrom{``0})">ExtendFrom&lt;T&gt;(CompositeRange&lt;T&gt;, RangeBoundaryFrom&lt;T&gt;)</h4> <div class="markdown level1 summary"><p>Extends the range from the left.</p> </div> <div class="markdown level1 conceptual"></div> <h5 class="decalaration">Declaration</h5> <div class="codewrapper"> <pre><code class="lang-csharp hljs">public static CompositeRange&lt;T&gt; ExtendFrom&lt;T&gt;(this CompositeRange&lt;T&gt; compositeRange, RangeBoundaryFrom&lt;T&gt; from)</code></pre> </div> <h5 class="parameters">Parameters</h5> <table class="table table-bordered table-striped table-condensed"> <thead> <tr> <th>Type</th> <th>Name</th> <th>Description</th> </tr> </thead> <tbody> <tr> <td><a class="xref" href="CodeJam.Ranges.CompositeRange-1.html">CompositeRange</a>&lt;T&gt;</td> <td><span class="parametername">compositeRange</span></td> <td><p>The source range.</p> </td> </tr> <tr> <td><a class="xref" href="CodeJam.Ranges.RangeBoundaryFrom-1.html">RangeBoundaryFrom</a>&lt;T&gt;</td> <td><span class="parametername">from</span></td> <td><p>A new boundary From.</p> </td> </tr> </tbody> </table> <h5 class="returns">Returns</h5> <table class="table table-bordered table-striped table-condensed"> <thead> <tr> <th>Type</th> <th>Description</th> </tr> </thead> <tbody> <tr> <td><a class="xref" href="CodeJam.Ranges.CompositeRange-1.html">CompositeRange</a>&lt;T&gt;</td> <td><p>A range with a new From boundary or the source fange if the new boundary is greater than original.</p> </td> </tr> </tbody> </table> <h5 class="typeParameters">Type Parameters</h5> <table class="table table-bordered table-striped table-condensed"> <thead> <tr> <th>Name</th> <th>Description</th> </tr> </thead> <tbody> <tr> <td><span class="parametername">T</span></td> <td><p>The type of the range values.</p> </td> </tr> </tbody> </table> <span class="small pull-right mobile-hide"> <span class="divider">|</span> <a href="https://github.com/rsdn/CodeJam/new/master/apiSpec/new?filename=CodeJam_Ranges_CompositeRangeExtensions_ExtendFrom__2_CodeJam_Ranges_CompositeRange___0___1____0_.md&amp;value=---%0Auid%3A%20CodeJam.Ranges.CompositeRangeExtensions.ExtendFrom%60%602(CodeJam.Ranges.CompositeRange%7B%60%600%2C%60%601%7D%2C%60%600)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a> </span> <span class="small pull-right mobile-hide"> <a href="https://github.com/rsdn/CodeJam/blob/master/Main/src/Ranges/[RangeExtensions]/CompositeRangeExtensions.WithKey.generated.cs/#L580">View Source</a> </span> <a id="CodeJam_Ranges_CompositeRangeExtensions_ExtendFrom_" data-uid="CodeJam.Ranges.CompositeRangeExtensions.ExtendFrom*"></a> <h4 id="CodeJam_Ranges_CompositeRangeExtensions_ExtendFrom__2_CodeJam_Ranges_CompositeRange___0___1____0_" data-uid="CodeJam.Ranges.CompositeRangeExtensions.ExtendFrom``2(CodeJam.Ranges.CompositeRange{``0,``1},``0)">ExtendFrom&lt;T, TKey&gt;(CompositeRange&lt;T, TKey&gt;, T)</h4> <div class="markdown level1 summary"><p>Extends the range from the left.</p> </div> <div class="markdown level1 conceptual"></div> <h5 class="decalaration">Declaration</h5> <div class="codewrapper"> <pre><code class="lang-csharp hljs">public static CompositeRange&lt;T, TKey&gt; ExtendFrom&lt;T, TKey&gt;(this CompositeRange&lt;T, TKey&gt; compositeRange, T from)</code></pre> </div> <h5 class="parameters">Parameters</h5> <table class="table table-bordered table-striped table-condensed"> <thead> <tr> <th>Type</th> <th>Name</th> <th>Description</th> </tr> </thead> <tbody> <tr> <td><a class="xref" href="CodeJam.Ranges.CompositeRange-2.html">CompositeRange</a>&lt;T, TKey&gt;</td> <td><span class="parametername">compositeRange</span></td> <td><p>The source range.</p> </td> </tr> <tr> <td><span class="xref">T</span></td> <td><span class="parametername">from</span></td> <td><p>A new value From.</p> </td> </tr> </tbody> </table> <h5 class="returns">Returns</h5> <table class="table table-bordered table-striped table-condensed"> <thead> <tr> <th>Type</th> <th>Description</th> </tr> </thead> <tbody> <tr> <td><a class="xref" href="CodeJam.Ranges.CompositeRange-2.html">CompositeRange</a>&lt;T, TKey&gt;</td> <td><p>A range with a new From boundary or the source fange if the new boundary is greater than original.</p> </td> </tr> </tbody> </table> <h5 class="typeParameters">Type Parameters</h5> <table class="table table-bordered table-striped table-condensed"> <thead> <tr> <th>Name</th> <th>Description</th> </tr> </thead> <tbody> <tr> <td><span class="parametername">T</span></td> <td><p>The type of the range values.</p> </td> </tr> <tr> <td><span class="parametername">TKey</span></td> <td><p>The type of the range key</p> </td> </tr> </tbody> </table> <span class="small pull-right mobile-hide"> <span class="divider">|</span> <a href="https://github.com/rsdn/CodeJam/new/master/apiSpec/new?filename=CodeJam_Ranges_CompositeRangeExtensions_ExtendFrom__2_CodeJam_Ranges_CompositeRange___0___1__CodeJam_Ranges_RangeBoundaryFrom___0__.md&amp;value=---%0Auid%3A%20CodeJam.Ranges.CompositeRangeExtensions.ExtendFrom%60%602(CodeJam.Ranges.CompositeRange%7B%60%600%2C%60%601%7D%2CCodeJam.Ranges.RangeBoundaryFrom%7B%60%600%7D)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a> </span> <span class="small pull-right mobile-hide"> <a href="https://github.com/rsdn/CodeJam/blob/master/Main/src/Ranges/[RangeExtensions]/CompositeRangeExtensions.WithKey.generated.cs/#L592">View Source</a> </span> <a id="CodeJam_Ranges_CompositeRangeExtensions_ExtendFrom_" data-uid="CodeJam.Ranges.CompositeRangeExtensions.ExtendFrom*"></a> <h4 id="CodeJam_Ranges_CompositeRangeExtensions_ExtendFrom__2_CodeJam_Ranges_CompositeRange___0___1__CodeJam_Ranges_RangeBoundaryFrom___0__" data-uid="CodeJam.Ranges.CompositeRangeExtensions.ExtendFrom``2(CodeJam.Ranges.CompositeRange{``0,``1},CodeJam.Ranges.RangeBoundaryFrom{``0})">ExtendFrom&lt;T, TKey&gt;(CompositeRange&lt;T, TKey&gt;, RangeBoundaryFrom&lt;T&gt;)</h4> <div class="markdown level1 summary"><p>Extends the range from the left.</p> </div> <div class="markdown level1 conceptual"></div> <h5 class="decalaration">Declaration</h5> <div class="codewrapper"> <pre><code class="lang-csharp hljs">public static CompositeRange&lt;T, TKey&gt; ExtendFrom&lt;T, TKey&gt;(this CompositeRange&lt;T, TKey&gt; compositeRange, RangeBoundaryFrom&lt;T&gt; from)</code></pre> </div> <h5 class="parameters">Parameters</h5> <table class="table table-bordered table-striped table-condensed"> <thead> <tr> <th>Type</th> <th>Name</th> <th>Description</th> </tr> </thead> <tbody> <tr> <td><a class="xref" href="CodeJam.Ranges.CompositeRange-2.html">CompositeRange</a>&lt;T, TKey&gt;</td> <td><span class="parametername">compositeRange</span></td> <td><p>The source range.</p> </td> </tr> <tr> <td><a class="xref" href="CodeJam.Ranges.RangeBoundaryFrom-1.html">RangeBoundaryFrom</a>&lt;T&gt;</td> <td><span class="parametername">from</span></td> <td><p>A new boundary From.</p> </td> </tr> </tbody> </table> <h5 class="returns">Returns</h5> <table class="table table-bordered table-striped table-condensed"> <thead> <tr> <th>Type</th> <th>Description</th> </tr> </thead> <tbody> <tr> <td><a class="xref" href="CodeJam.Ranges.CompositeRange-2.html">CompositeRange</a>&lt;T, TKey&gt;</td> <td><p>A range with a new From boundary or the source fange if the new boundary is greater than original.</p> </td> </tr> </tbody> </table> <h5 class="typeParameters">Type Parameters</h5> <table class="table table-bordered table-striped table-condensed"> <thead> <tr> <th>Name</th> <th>Description</th> </tr> </thead> <tbody> <tr> <td><span class="parametername">T</span></td> <td><p>The type of the range values.</p> </td> </tr> <tr> <td><span class="parametername">TKey</span></td> <td><p>The type of the range key</p> </td> </tr> </tbody> </table> <span class="small pull-right mobile-hide"> <span class="divider">|</span> <a href="https://github.com/rsdn/CodeJam/new/master/apiSpec/new?filename=CodeJam_Ranges_CompositeRangeExtensions_ExtendTo__1_CodeJam_Ranges_CompositeRange___0____0_.md&amp;value=---%0Auid%3A%20CodeJam.Ranges.CompositeRangeExtensions.ExtendTo%60%601(CodeJam.Ranges.CompositeRange%7B%60%600%7D%2C%60%600)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a> </span> <span class="small pull-right mobile-hide"> <a href="https://github.com/rsdn/CodeJam/blob/master/Main/src/Ranges/[RangeExtensions]/CompositeRangeExtensions.NoKey.cs/#L580">View Source</a> </span> <a id="CodeJam_Ranges_CompositeRangeExtensions_ExtendTo_" data-uid="CodeJam.Ranges.CompositeRangeExtensions.ExtendTo*"></a> <h4 id="CodeJam_Ranges_CompositeRangeExtensions_ExtendTo__1_CodeJam_Ranges_CompositeRange___0____0_" data-uid="CodeJam.Ranges.CompositeRangeExtensions.ExtendTo``1(CodeJam.Ranges.CompositeRange{``0},``0)">ExtendTo&lt;T&gt;(CompositeRange&lt;T&gt;, T)</h4> <div class="markdown level1 summary"><p>Extends the range from the right.</p> </div> <div class="markdown level1 conceptual"></div> <h5 class="decalaration">Declaration</h5> <div class="codewrapper"> <pre><code class="lang-csharp hljs">public static CompositeRange&lt;T&gt; ExtendTo&lt;T&gt;(this CompositeRange&lt;T&gt; compositeRange, T to)</code></pre> </div> <h5 class="parameters">Parameters</h5> <table class="table table-bordered table-striped table-condensed"> <thead> <tr> <th>Type</th> <th>Name</th> <th>Description</th> </tr> </thead> <tbody> <tr> <td><a class="xref" href="CodeJam.Ranges.CompositeRange-1.html">CompositeRange</a>&lt;T&gt;</td> <td><span class="parametername">compositeRange</span></td> <td><p>The source range.</p> </td> </tr> <tr> <td><span class="xref">T</span></td> <td><span class="parametername">to</span></td> <td><p>A new value To.</p> </td> </tr> </tbody> </table> <h5 class="returns">Returns</h5> <table class="table table-bordered table-striped table-condensed"> <thead> <tr> <th>Type</th> <th>Description</th> </tr> </thead> <tbody> <tr> <td><a class="xref" href="CodeJam.Ranges.CompositeRange-1.html">CompositeRange</a>&lt;T&gt;</td> <td><p>A range with a new To boundary or the source fange if the new boundary is less than original.</p> </td> </tr> </tbody> </table> <h5 class="typeParameters">Type Parameters</h5> <table class="table table-bordered table-striped table-condensed"> <thead> <tr> <th>Name</th> <th>Description</th> </tr> </thead> <tbody> <tr> <td><span class="parametername">T</span></td> <td><p>The type of the range values.</p> </td> </tr> </tbody> </table> <span class="small pull-right mobile-hide"> <span class="divider">|</span> <a href="https://github.com/rsdn/CodeJam/new/master/apiSpec/new?filename=CodeJam_Ranges_CompositeRangeExtensions_ExtendTo__1_CodeJam_Ranges_CompositeRange___0__CodeJam_Ranges_RangeBoundaryTo___0__.md&amp;value=---%0Auid%3A%20CodeJam.Ranges.CompositeRangeExtensions.ExtendTo%60%601(CodeJam.Ranges.CompositeRange%7B%60%600%7D%2CCodeJam.Ranges.RangeBoundaryTo%7B%60%600%7D)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a> </span> <span class="small pull-right mobile-hide"> <a href="https://github.com/rsdn/CodeJam/blob/master/Main/src/Ranges/[RangeExtensions]/CompositeRangeExtensions.NoKey.cs/#L591">View Source</a> </span> <a id="CodeJam_Ranges_CompositeRangeExtensions_ExtendTo_" data-uid="CodeJam.Ranges.CompositeRangeExtensions.ExtendTo*"></a> <h4 id="CodeJam_Ranges_CompositeRangeExtensions_ExtendTo__1_CodeJam_Ranges_CompositeRange___0__CodeJam_Ranges_RangeBoundaryTo___0__" data-uid="CodeJam.Ranges.CompositeRangeExtensions.ExtendTo``1(CodeJam.Ranges.CompositeRange{``0},CodeJam.Ranges.RangeBoundaryTo{``0})">ExtendTo&lt;T&gt;(CompositeRange&lt;T&gt;, RangeBoundaryTo&lt;T&gt;)</h4> <div class="markdown level1 summary"><p>Extends the range from the right.</p> </div> <div class="markdown level1 conceptual"></div> <h5 class="decalaration">Declaration</h5> <div class="codewrapper"> <pre><code class="lang-csharp hljs">public static CompositeRange&lt;T&gt; ExtendTo&lt;T&gt;(this CompositeRange&lt;T&gt; compositeRange, RangeBoundaryTo&lt;T&gt; to)</code></pre> </div> <h5 class="parameters">Parameters</h5> <table class="table table-bordered table-striped table-condensed"> <thead> <tr> <th>Type</th> <th>Name</th> <th>Description</th> </tr> </thead> <tbody> <tr> <td><a class="xref" href="CodeJam.Ranges.CompositeRange-1.html">CompositeRange</a>&lt;T&gt;</td> <td><span class="parametername">compositeRange</span></td> <td><p>The source range.</p> </td> </tr> <tr> <td><a class="xref" href="CodeJam.Ranges.RangeBoundaryTo-1.html">RangeBoundaryTo</a>&lt;T&gt;</td> <td><span class="parametername">to</span></td> <td><p>A new boundary To.</p> </td> </tr> </tbody> </table> <h5 class="returns">Returns</h5> <table class="table table-bordered table-striped table-condensed"> <thead> <tr> <th>Type</th> <th>Description</th> </tr> </thead> <tbody> <tr> <td><a class="xref" href="CodeJam.Ranges.CompositeRange-1.html">CompositeRange</a>&lt;T&gt;</td> <td><p>A range with a new To boundary or the source fange if the new boundary is less than original.</p> </td> </tr> </tbody> </table> <h5 class="typeParameters">Type Parameters</h5> <table class="table table-bordered table-striped table-condensed"> <thead> <tr> <th>Name</th> <th>Description</th> </tr> </thead> <tbody> <tr> <td><span class="parametername">T</span></td> <td><p>The type of the range values.</p> </td> </tr> </tbody> </table> <span class="small pull-right mobile-hide"> <span class="divider">|</span> <a href="https://github.com/rsdn/CodeJam/new/master/apiSpec/new?filename=CodeJam_Ranges_CompositeRangeExtensions_ExtendTo__2_CodeJam_Ranges_CompositeRange___0___1____0_.md&amp;value=---%0Auid%3A%20CodeJam.Ranges.CompositeRangeExtensions.ExtendTo%60%602(CodeJam.Ranges.CompositeRange%7B%60%600%2C%60%601%7D%2C%60%600)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a> </span> <span class="small pull-right mobile-hide"> <a href="https://github.com/rsdn/CodeJam/blob/master/Main/src/Ranges/[RangeExtensions]/CompositeRangeExtensions.WithKey.generated.cs/#L617">View Source</a> </span> <a id="CodeJam_Ranges_CompositeRangeExtensions_ExtendTo_" data-uid="CodeJam.Ranges.CompositeRangeExtensions.ExtendTo*"></a> <h4 id="CodeJam_Ranges_CompositeRangeExtensions_ExtendTo__2_CodeJam_Ranges_CompositeRange___0___1____0_" data-uid="CodeJam.Ranges.CompositeRangeExtensions.ExtendTo``2(CodeJam.Ranges.CompositeRange{``0,``1},``0)">ExtendTo&lt;T, TKey&gt;(CompositeRange&lt;T, TKey&gt;, T)</h4> <div class="markdown level1 summary"><p>Extends the range from the right.</p> </div> <div class="markdown level1 conceptual"></div> <h5 class="decalaration">Declaration</h5> <div class="codewrapper"> <pre><code class="lang-csharp hljs">public static CompositeRange&lt;T, TKey&gt; ExtendTo&lt;T, TKey&gt;(this CompositeRange&lt;T, TKey&gt; compositeRange, T to)</code></pre> </div> <h5 class="parameters">Parameters</h5> <table class="table table-bordered table-striped table-condensed"> <thead> <tr> <th>Type</th> <th>Name</th> <th>Description</th> </tr> </thead> <tbody> <tr> <td><a class="xref" href="CodeJam.Ranges.CompositeRange-2.html">CompositeRange</a>&lt;T, TKey&gt;</td> <td><span class="parametername">compositeRange</span></td> <td><p>The source range.</p> </td> </tr> <tr> <td><span class="xref">T</span></td> <td><span class="parametername">to</span></td> <td><p>A new value To.</p> </td> </tr> </tbody> </table> <h5 class="returns">Returns</h5> <table class="table table-bordered table-striped table-condensed"> <thead> <tr> <th>Type</th> <th>Description</th> </tr> </thead> <tbody> <tr> <td><a class="xref" href="CodeJam.Ranges.CompositeRange-2.html">CompositeRange</a>&lt;T, TKey&gt;</td> <td><p>A range with a new To boundary or the source fange if the new boundary is less than original.</p> </td> </tr> </tbody> </table> <h5 class="typeParameters">Type Parameters</h5> <table class="table table-bordered table-striped table-condensed"> <thead> <tr> <th>Name</th> <th>Description</th> </tr> </thead> <tbody> <tr> <td><span class="parametername">T</span></td> <td><p>The type of the range values.</p> </td> </tr> <tr> <td><span class="parametername">TKey</span></td> <td><p>The type of the range key</p> </td> </tr> </tbody> </table> <span class="small pull-right mobile-hide"> <span class="divider">|</span> <a href="https://github.com/rsdn/CodeJam/new/master/apiSpec/new?filename=CodeJam_Ranges_CompositeRangeExtensions_ExtendTo__2_CodeJam_Ranges_CompositeRange___0___1__CodeJam_Ranges_RangeBoundaryTo___0__.md&amp;value=---%0Auid%3A%20CodeJam.Ranges.CompositeRangeExtensions.ExtendTo%60%602(CodeJam.Ranges.CompositeRange%7B%60%600%2C%60%601%7D%2CCodeJam.Ranges.RangeBoundaryTo%7B%60%600%7D)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a> </span> <span class="small pull-right mobile-hide"> <a href="https://github.com/rsdn/CodeJam/blob/master/Main/src/Ranges/[RangeExtensions]/CompositeRangeExtensions.WithKey.generated.cs/#L629">View Source</a> </span> <a id="CodeJam_Ranges_CompositeRangeExtensions_ExtendTo_" data-uid="CodeJam.Ranges.CompositeRangeExtensions.ExtendTo*"></a> <h4 id="CodeJam_Ranges_CompositeRangeExtensions_ExtendTo__2_CodeJam_Ranges_CompositeRange___0___1__CodeJam_Ranges_RangeBoundaryTo___0__" data-uid="CodeJam.Ranges.CompositeRangeExtensions.ExtendTo``2(CodeJam.Ranges.CompositeRange{``0,``1},CodeJam.Ranges.RangeBoundaryTo{``0})">ExtendTo&lt;T, TKey&gt;(CompositeRange&lt;T, TKey&gt;, RangeBoundaryTo&lt;T&gt;)</h4> <div class="markdown level1 summary"><p>Extends the range from the right.</p> </div> <div class="markdown level1 conceptual"></div> <h5 class="decalaration">Declaration</h5> <div class="codewrapper"> <pre><code class="lang-csharp hljs">public static CompositeRange&lt;T, TKey&gt; ExtendTo&lt;T, TKey&gt;(this CompositeRange&lt;T, TKey&gt; compositeRange, RangeBoundaryTo&lt;T&gt; to)</code></pre> </div> <h5 class="parameters">Parameters</h5> <table class="table table-bordered table-striped table-condensed"> <thead> <tr> <th>Type</th> <th>Name</th> <th>Description</th> </tr> </thead> <tbody> <tr> <td><a class="xref" href="CodeJam.Ranges.CompositeRange-2.html">CompositeRange</a>&lt;T, TKey&gt;</td> <td><span class="parametername">compositeRange</span></td> <td><p>The source range.</p> </td> </tr> <tr> <td><a class="xref" href="CodeJam.Ranges.RangeBoundaryTo-1.html">RangeBoundaryTo</a>&lt;T&gt;</td> <td><span class="parametername">to</span></td> <td><p>A new boundary To.</p> </td> </tr> </tbody> </table> <h5 class="returns">Returns</h5> <table class="table table-bordered table-striped table-condensed"> <thead> <tr> <th>Type</th> <th>Description</th> </tr> </thead> <tbody> <tr> <td><a class="xref" href="CodeJam.Ranges.CompositeRange-2.html">CompositeRange</a>&lt;T, TKey&gt;</td> <td><p>A range with a new To boundary or the source fange if the new boundary is less than original.</p> </td> </tr> </tbody> </table> <h5 class="typeParameters">Type Parameters</h5> <table class="table table-bordered table-striped table-condensed"> <thead> <tr> <th>Name</th> <th>Description</th> </tr> </thead> <tbody> <tr> <td><span class="parametername">T</span></td> <td><p>The type of the range values.</p> </td> </tr> <tr> <td><span class="parametername">TKey</span></td> <td><p>The type of the range key</p> </td> </tr> </tbody> </table> <span class="small pull-right mobile-hide"> <span class="divider">|</span> <a href="https://github.com/rsdn/CodeJam/new/master/apiSpec/new?filename=CodeJam_Ranges_CompositeRangeExtensions_GetComplementation__1_CodeJam_Ranges_CompositeRange___0__.md&amp;value=---%0Auid%3A%20CodeJam.Ranges.CompositeRangeExtensions.GetComplementation%60%601(CodeJam.Ranges.CompositeRange%7B%60%600%7D)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a> </span> <span class="small pull-right mobile-hide"> <a href="https://github.com/rsdn/CodeJam/blob/master/Main/src/Ranges/[RangeExtensions]/CompositeRangeExtensions.cs/#L277">View Source</a> </span> <a id="CodeJam_Ranges_CompositeRangeExtensions_GetComplementation_" data-uid="CodeJam.Ranges.CompositeRangeExtensions.GetComplementation*"></a> <h4 id="CodeJam_Ranges_CompositeRangeExtensions_GetComplementation__1_CodeJam_Ranges_CompositeRange___0__" data-uid="CodeJam.Ranges.CompositeRangeExtensions.GetComplementation``1(CodeJam.Ranges.CompositeRange{``0})">GetComplementation&lt;T&gt;(CompositeRange&lt;T&gt;)</h4> <div class="markdown level1 summary"><p>Returns complementation composite range. Result range contains result of (infinityRange.Exclude(<code data-dev-comment-type="paramref" class="paramref">compositeRange</code>).</p> </div> <div class="markdown level1 conceptual"></div> <h5 class="decalaration">Declaration</h5> <div class="codewrapper"> <pre><code class="lang-csharp hljs">public static CompositeRange&lt;T&gt; GetComplementation&lt;T&gt;(this CompositeRange&lt;T&gt; compositeRange)</code></pre> </div> <h5 class="parameters">Parameters</h5> <table class="table table-bordered table-striped table-condensed"> <thead> <tr> <th>Type</th> <th>Name</th> <th>Description</th> </tr> </thead> <tbody> <tr> <td><a class="xref" href="CodeJam.Ranges.CompositeRange-1.html">CompositeRange</a>&lt;T&gt;</td> <td><span class="parametername">compositeRange</span></td> <td><p>The source range.</p> </td> </tr> </tbody> </table> <h5 class="returns">Returns</h5> <table class="table table-bordered table-striped table-condensed"> <thead> <tr> <th>Type</th> <th>Description</th> </tr> </thead> <tbody> <tr> <td><a class="xref" href="CodeJam.Ranges.CompositeRange-1.html">CompositeRange</a>&lt;T&gt;</td> <td><p>Complementation composite range.</p> </td> </tr> </tbody> </table> <h5 class="typeParameters">Type Parameters</h5> <table class="table table-bordered table-striped table-condensed"> <thead> <tr> <th>Name</th> <th>Description</th> </tr> </thead> <tbody> <tr> <td><span class="parametername">T</span></td> <td><p>The type of the range values.</p> </td> </tr> </tbody> </table> <span class="small pull-right mobile-hide"> <span class="divider">|</span> <a href="https://github.com/rsdn/CodeJam/new/master/apiSpec/new?filename=CodeJam_Ranges_CompositeRangeExtensions_GetComplementation__1_CodeJam_Ranges_Range___0__.md&amp;value=---%0Auid%3A%20CodeJam.Ranges.CompositeRangeExtensions.GetComplementation%60%601(CodeJam.Ranges.Range%7B%60%600%7D)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a> </span> <span class="small pull-right mobile-hide"> <a href="https://github.com/rsdn/CodeJam/blob/master/Main/src/Ranges/[RangeExtensions]/CompositeRangeExtensions.cs/#L254">View Source</a> </span> <a id="CodeJam_Ranges_CompositeRangeExtensions_GetComplementation_" data-uid="CodeJam.Ranges.CompositeRangeExtensions.GetComplementation*"></a> <h4 id="CodeJam_Ranges_CompositeRangeExtensions_GetComplementation__1_CodeJam_Ranges_Range___0__" data-uid="CodeJam.Ranges.CompositeRangeExtensions.GetComplementation``1(CodeJam.Ranges.Range{``0})">GetComplementation&lt;T&gt;(Range&lt;T&gt;)</h4> <div class="markdown level1 summary"><p>Returns complementation composite range. Result range contains result of (infinityRange.Exclude(<code data-dev-comment-type="paramref" class="paramref">range</code>).</p> </div> <div class="markdown level1 conceptual"></div> <h5 class="decalaration">Declaration</h5> <div class="codewrapper"> <pre><code class="lang-csharp hljs">public static CompositeRange&lt;T&gt; GetComplementation&lt;T&gt;(this Range&lt;T&gt; range)</code></pre> </div> <h5 class="parameters">Parameters</h5> <table class="table table-bordered table-striped table-condensed"> <thead> <tr> <th>Type</th> <th>Name</th> <th>Description</th> </tr> </thead> <tbody> <tr> <td><a class="xref" href="CodeJam.Ranges.Range-1.html">Range</a>&lt;T&gt;</td> <td><span class="parametername">range</span></td> <td><p>The source range.</p> </td> </tr> </tbody> </table> <h5 class="returns">Returns</h5> <table class="table table-bordered table-striped table-condensed"> <thead> <tr> <th>Type</th> <th>Description</th> </tr> </thead> <tbody> <tr> <td><a class="xref" href="CodeJam.Ranges.CompositeRange-1.html">CompositeRange</a>&lt;T&gt;</td> <td><p>Complementation composite range.</p> </td> </tr> </tbody> </table> <h5 class="typeParameters">Type Parameters</h5> <table class="table table-bordered table-striped table-condensed"> <thead> <tr> <th>Name</th> <th>Description</th> </tr> </thead> <tbody> <tr> <td><span class="parametername">T</span></td> <td><p>The type of the range values.</p> </td> </tr> </tbody> </table> <span class="small pull-right mobile-hide"> <span class="divider">|</span> <a href="https://github.com/rsdn/CodeJam/new/master/apiSpec/new?filename=CodeJam_Ranges_CompositeRangeExtensions_GetComplementation__2_CodeJam_Ranges_CompositeRange___0___1__.md&amp;value=---%0Auid%3A%20CodeJam.Ranges.CompositeRangeExtensions.GetComplementation%60%602(CodeJam.Ranges.CompositeRange%7B%60%600%2C%60%601%7D)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a> </span> <span class="small pull-right mobile-hide"> <a href="https://github.com/rsdn/CodeJam/blob/master/Main/src/Ranges/[RangeExtensions]/CompositeRangeExtensions.cs/#L289">View Source</a> </span> <a id="CodeJam_Ranges_CompositeRangeExtensions_GetComplementation_" data-uid="CodeJam.Ranges.CompositeRangeExtensions.GetComplementation*"></a> <h4 id="CodeJam_Ranges_CompositeRangeExtensions_GetComplementation__2_CodeJam_Ranges_CompositeRange___0___1__" data-uid="CodeJam.Ranges.CompositeRangeExtensions.GetComplementation``2(CodeJam.Ranges.CompositeRange{``0,``1})">GetComplementation&lt;T, TKey&gt;(CompositeRange&lt;T, TKey&gt;)</h4> <div class="markdown level1 summary"><p>Returns complementation composite range. Result range contains result of (infinityRange.Exclude(<code data-dev-comment-type="paramref" class="paramref">compositeRange</code>).</p> </div> <div class="markdown level1 conceptual"></div> <h5 class="decalaration">Declaration</h5> <div class="codewrapper"> <pre><code class="lang-csharp hljs">public static CompositeRange&lt;T&gt; GetComplementation&lt;T, TKey&gt;(this CompositeRange&lt;T, TKey&gt; compositeRange)</code></pre> </div> <h5 class="parameters">Parameters</h5> <table class="table table-bordered table-striped table-condensed"> <thead> <tr> <th>Type</th> <th>Name</th> <th>Description</th> </tr> </thead> <tbody> <tr> <td><a class="xref" href="CodeJam.Ranges.CompositeRange-2.html">CompositeRange</a>&lt;T, TKey&gt;</td> <td><span class="parametername">compositeRange</span></td> <td><p>The source range.</p> </td> </tr> </tbody> </table> <h5 class="returns">Returns</h5> <table class="table table-bordered table-striped table-condensed"> <thead> <tr> <th>Type</th> <th>Description</th> </tr> </thead> <tbody> <tr> <td><a class="xref" href="CodeJam.Ranges.CompositeRange-1.html">CompositeRange</a>&lt;T&gt;</td> <td><p>Complementation composite range.</p> </td> </tr> </tbody> </table> <h5 class="typeParameters">Type Parameters</h5> <table class="table table-bordered table-striped table-condensed"> <thead> <tr> <th>Name</th> <th>Description</th> </tr> </thead> <tbody> <tr> <td><span class="parametername">T</span></td> <td><p>The type of the range values.</p> </td> </tr> <tr> <td><span class="parametername">TKey</span></td> <td><p>The type of the range key</p> </td> </tr> </tbody> </table> <span class="small pull-right mobile-hide"> <span class="divider">|</span> <a href="https://github.com/rsdn/CodeJam/new/master/apiSpec/new?filename=CodeJam_Ranges_CompositeRangeExtensions_GetComplementation__2_CodeJam_Ranges_Range___0___1__.md&amp;value=---%0Auid%3A%20CodeJam.Ranges.CompositeRangeExtensions.GetComplementation%60%602(CodeJam.Ranges.Range%7B%60%600%2C%60%601%7D)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a> </span> <span class="small pull-right mobile-hide"> <a href="https://github.com/rsdn/CodeJam/blob/master/Main/src/Ranges/[RangeExtensions]/CompositeRangeExtensions.cs/#L266">View Source</a> </span> <a id="CodeJam_Ranges_CompositeRangeExtensions_GetComplementation_" data-uid="CodeJam.Ranges.CompositeRangeExtensions.GetComplementation*"></a> <h4 id="CodeJam_Ranges_CompositeRangeExtensions_GetComplementation__2_CodeJam_Ranges_Range___0___1__" data-uid="CodeJam.Ranges.CompositeRangeExtensions.GetComplementation``2(CodeJam.Ranges.Range{``0,``1})">GetComplementation&lt;T, TKey&gt;(Range&lt;T, TKey&gt;)</h4> <div class="markdown level1 summary"><p>Returns complementation composite range. Result range contains result of (infinityRange.Exclude(<code data-dev-comment-type="paramref" class="paramref">range</code>).</p> </div> <div class="markdown level1 conceptual"></div> <h5 class="decalaration">Declaration</h5> <div class="codewrapper"> <pre><code class="lang-csharp hljs">public static CompositeRange&lt;T&gt; GetComplementation&lt;T, TKey&gt;(this Range&lt;T, TKey&gt; range)</code></pre> </div> <h5 class="parameters">Parameters</h5> <table class="table table-bordered table-striped table-condensed"> <thead> <tr> <th>Type</th> <th>Name</th> <th>Description</th> </tr> </thead> <tbody> <tr> <td><a class="xref" href="CodeJam.Ranges.Range-2.html">Range</a>&lt;T, TKey&gt;</td> <td><span class="parametername">range</span></td> <td><p>The source range.</p> </td> </tr> </tbody> </table> <h5 class="returns">Returns</h5> <table class="table table-bordered table-striped table-condensed"> <thead> <tr> <th>Type</th> <th>Description</th> </tr> </thead> <tbody> <tr> <td><a class="xref" href="CodeJam.Ranges.CompositeRange-1.html">CompositeRange</a>&lt;T&gt;</td> <td><p>Complementation composite range.</p> </td> </tr> </tbody> </table> <h5 class="typeParameters">Type Parameters</h5> <table class="table table-bordered table-striped table-condensed"> <thead> <tr> <th>Name</th> <th>Description</th> </tr> </thead> <tbody> <tr> <td><span class="parametername">T</span></td> <td><p>The type of the range values.</p> </td> </tr> <tr> <td><span class="parametername">TKey</span></td> <td><p>The type of the range key</p> </td> </tr> </tbody> </table> <span class="small pull-right mobile-hide"> <span class="divider">|</span> <a href="https://github.com/rsdn/CodeJam/new/master/apiSpec/new?filename=CodeJam_Ranges_CompositeRangeExtensions_GetIntersection__1_CodeJam_Ranges_CompositeRange___0____0_.md&amp;value=---%0Auid%3A%20CodeJam.Ranges.CompositeRangeExtensions.GetIntersection%60%601(CodeJam.Ranges.CompositeRange%7B%60%600%7D%2C%60%600)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a> </span> <span class="small pull-right mobile-hide"> <a href="https://github.com/rsdn/CodeJam/blob/master/Main/src/Ranges/[RangeExtensions]/CompositeRangeExtensions.NoKey.cs/#L190">View Source</a> </span> <a id="CodeJam_Ranges_CompositeRangeExtensions_GetIntersection_" data-uid="CodeJam.Ranges.CompositeRangeExtensions.GetIntersection*"></a> <h4 id="CodeJam_Ranges_CompositeRangeExtensions_GetIntersection__1_CodeJam_Ranges_CompositeRange___0____0_" data-uid="CodeJam.Ranges.CompositeRangeExtensions.GetIntersection``1(CodeJam.Ranges.CompositeRange{``0},``0)">GetIntersection&lt;T&gt;(CompositeRange&lt;T&gt;, T)</h4> <div class="markdown level1 summary"><p>Returns ranges that has intersections with passed range.</p> </div> <div class="markdown level1 conceptual"></div> <h5 class="decalaration">Declaration</h5> <div class="codewrapper"> <pre><code class="lang-csharp hljs">public static Range&lt;T&gt;[] GetIntersection&lt;T&gt;(this CompositeRange&lt;T&gt; compositeRange, T value)</code></pre> </div> <h5 class="parameters">Parameters</h5> <table class="table table-bordered table-striped table-condensed"> <thead> <tr> <th>Type</th> <th>Name</th> <th>Description</th> </tr> </thead> <tbody> <tr> <td><a class="xref" href="CodeJam.Ranges.CompositeRange-1.html">CompositeRange</a>&lt;T&gt;</td> <td><span class="parametername">compositeRange</span></td> <td><p>The source range.</p> </td> </tr> <tr> <td><span class="xref">T</span></td> <td><span class="parametername">value</span></td> <td><p>The value to check.</p> </td> </tr> </tbody> </table> <h5 class="returns">Returns</h5> <table class="table table-bordered table-striped table-condensed"> <thead> <tr> <th>Type</th> <th>Description</th> </tr> </thead> <tbody> <tr> <td><a class="xref" href="CodeJam.Ranges.Range-1.html">Range</a>&lt;T&gt;[]</td> <td><p>Ranges that has intersections with passed range.</p> </td> </tr> </tbody> </table> <h5 class="typeParameters">Type Parameters</h5> <table class="table table-bordered table-striped table-condensed"> <thead> <tr> <th>Name</th> <th>Description</th> </tr> </thead> <tbody> <tr> <td><span class="parametername">T</span></td> <td><p>The type of the range values.</p> </td> </tr> </tbody> </table> <span class="small pull-right mobile-hide"> <span class="divider">|</span> <a href="https://github.com/rsdn/CodeJam/new/master/apiSpec/new?filename=CodeJam_Ranges_CompositeRangeExtensions_GetIntersection__1_CodeJam_Ranges_CompositeRange___0____0___0_.md&amp;value=---%0Auid%3A%20CodeJam.Ranges.CompositeRangeExtensions.GetIntersection%60%601(CodeJam.Ranges.CompositeRange%7B%60%600%7D%2C%60%600%2C%60%600)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a> </span> <span class="small pull-right mobile-hide"> <a href="https://github.com/rsdn/CodeJam/blob/master/Main/src/Ranges/[RangeExtensions]/CompositeRangeExtensions.NoKey.cs/#L219">View Source</a> </span> <a id="CodeJam_Ranges_CompositeRangeExtensions_GetIntersection_" data-uid="CodeJam.Ranges.CompositeRangeExtensions.GetIntersection*"></a> <h4 id="CodeJam_Ranges_CompositeRangeExtensions_GetIntersection__1_CodeJam_Ranges_CompositeRange___0____0___0_" data-uid="CodeJam.Ranges.CompositeRangeExtensions.GetIntersection``1(CodeJam.Ranges.CompositeRange{``0},``0,``0)">GetIntersection&lt;T&gt;(CompositeRange&lt;T&gt;, T, T)</h4> <div class="markdown level1 summary"><p>Returns ranges that has intersections with passed range.</p> </div> <div class="markdown level1 conceptual"></div> <h5 class="decalaration">Declaration</h5> <div class="codewrapper"> <pre><code class="lang-csharp hljs">public static RangeIntersection&lt;T&gt; GetIntersection&lt;T&gt;(this CompositeRange&lt;T&gt; compositeRange, T from, T to)</code></pre> </div> <h5 class="parameters">Parameters</h5> <table class="table table-bordered table-striped table-condensed"> <thead> <tr> <th>Type</th> <th>Name</th> <th>Description</th> </tr> </thead> <tbody> <tr> <td><a class="xref" href="CodeJam.Ranges.CompositeRange-1.html">CompositeRange</a>&lt;T&gt;</td> <td><span class="parametername">compositeRange</span></td> <td><p>The source range.</p> </td> </tr> <tr> <td><span class="xref">T</span></td> <td><span class="parametername">from</span></td> <td><p>The boundary From value of the range to check.</p> </td> </tr> <tr> <td><span class="xref">T</span></td> <td><span class="parametername">to</span></td> <td><p>The boundary To value of the range to check.</p> </td> </tr> </tbody> </table> <h5 class="returns">Returns</h5> <table class="table table-bordered table-striped table-condensed"> <thead> <tr> <th>Type</th> <th>Description</th> </tr> </thead> <tbody> <tr> <td><a class="xref" href="CodeJam.Ranges.RangeIntersection-1.html">RangeIntersection</a>&lt;T&gt;</td> <td><p>Ranges that has intersections with passed range.</p> </td> </tr> </tbody> </table> <h5 class="typeParameters">Type Parameters</h5> <table class="table table-bordered table-striped table-condensed"> <thead> <tr> <th>Name</th> <th>Description</th> </tr> </thead> <tbody> <tr> <td><span class="parametername">T</span></td> <td><p>The type of the range values.</p> </td> </tr> </tbody> </table> <span class="small pull-right mobile-hide"> <span class="divider">|</span> <a href="https://github.com/rsdn/CodeJam/new/master/apiSpec/new?filename=CodeJam_Ranges_CompositeRangeExtensions_GetIntersection__1_CodeJam_Ranges_CompositeRange___0__CodeJam_Ranges_Range___0__.md&amp;value=---%0Auid%3A%20CodeJam.Ranges.CompositeRangeExtensions.GetIntersection%60%601(CodeJam.Ranges.CompositeRange%7B%60%600%7D%2CCodeJam.Ranges.Range%7B%60%600%7D)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a> </span> <span class="small pull-right mobile-hide"> <a href="https://github.com/rsdn/CodeJam/blob/master/Main/src/Ranges/[RangeExtensions]/CompositeRangeExtensions.NoKey.cs/#L228">View Source</a> </span> <a id="CodeJam_Ranges_CompositeRangeExtensions_GetIntersection_" data-uid="CodeJam.Ranges.CompositeRangeExtensions.GetIntersection*"></a> <h4 id="CodeJam_Ranges_CompositeRangeExtensions_GetIntersection__1_CodeJam_Ranges_CompositeRange___0__CodeJam_Ranges_Range___0__" data-uid="CodeJam.Ranges.CompositeRangeExtensions.GetIntersection``1(CodeJam.Ranges.CompositeRange{``0},CodeJam.Ranges.Range{``0})">GetIntersection&lt;T&gt;(CompositeRange&lt;T&gt;, Range&lt;T&gt;)</h4> <div class="markdown level1 summary"><p>Returns ranges that has intersections with passed range.</p> </div> <div class="markdown level1 conceptual"></div> <h5 class="decalaration">Declaration</h5> <div class="codewrapper"> <pre><code class="lang-csharp hljs">public static RangeIntersection&lt;T&gt; GetIntersection&lt;T&gt;(this CompositeRange&lt;T&gt; compositeRange, Range&lt;T&gt; other)</code></pre> </div> <h5 class="parameters">Parameters</h5> <table class="table table-bordered table-striped table-condensed"> <thead> <tr> <th>Type</th> <th>Name</th> <th>Description</th> </tr> </thead> <tbody> <tr> <td><a class="xref" href="CodeJam.Ranges.CompositeRange-1.html">CompositeRange</a>&lt;T&gt;</td> <td><span class="parametername">compositeRange</span></td> <td><p>The source range.</p> </td> </tr> <tr> <td><a class="xref" href="CodeJam.Ranges.Range-1.html">Range</a>&lt;T&gt;</td> <td><span class="parametername">other</span></td> <td><p>The range to check.</p> </td> </tr> </tbody> </table> <h5 class="returns">Returns</h5> <table class="table table-bordered table-striped table-condensed"> <thead> <tr> <th>Type</th> <th>Description</th> </tr> </thead> <tbody> <tr> <td><a class="xref" href="CodeJam.Ranges.RangeIntersection-1.html">RangeIntersection</a>&lt;T&gt;</td> <td><p>Ranges that has intersections with passed range.</p> </td> </tr> </tbody> </table> <h5 class="typeParameters">Type Parameters</h5> <table class="table table-bordered table-striped table-condensed"> <thead> <tr> <th>Name</th> <th>Description</th> </tr> </thead> <tbody> <tr> <td><span class="parametername">T</span></td> <td><p>The type of the range values.</p> </td> </tr> </tbody> </table> <span class="small pull-right mobile-hide"> <span class="divider">|</span> <a href="https://github.com/rsdn/CodeJam/new/master/apiSpec/new?filename=CodeJam_Ranges_CompositeRangeExtensions_GetIntersection__2_CodeJam_Ranges_CompositeRange___0___1____0_.md&amp;value=---%0Auid%3A%20CodeJam.Ranges.CompositeRangeExtensions.GetIntersection%60%602(CodeJam.Ranges.CompositeRange%7B%60%600%2C%60%601%7D%2C%60%600)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a> </span> <span class="small pull-right mobile-hide"> <a href="https://github.com/rsdn/CodeJam/blob/master/Main/src/Ranges/[RangeExtensions]/CompositeRangeExtensions.WithKey.generated.cs/#L207">View Source</a> </span> <a id="CodeJam_Ranges_CompositeRangeExtensions_GetIntersection_" data-uid="CodeJam.Ranges.CompositeRangeExtensions.GetIntersection*"></a> <h4 id="CodeJam_Ranges_CompositeRangeExtensions_GetIntersection__2_CodeJam_Ranges_CompositeRange___0___1____0_" data-uid="CodeJam.Ranges.CompositeRangeExtensions.GetIntersection``2(CodeJam.Ranges.CompositeRange{``0,``1},``0)">GetIntersection&lt;T, TKey&gt;(CompositeRange&lt;T, TKey&gt;, T)</h4> <div class="markdown level1 summary"><p>Returns ranges that has intersections with passed range.</p> </div> <div class="markdown level1 conceptual"></div> <h5 class="decalaration">Declaration</h5> <div class="codewrapper"> <pre><code class="lang-csharp hljs">public static Range&lt;T, TKey&gt;[] GetIntersection&lt;T, TKey&gt;(this CompositeRange&lt;T, TKey&gt; compositeRange, T value)</code></pre> </div> <h5 class="parameters">Parameters</h5> <table class="table table-bordered table-striped table-condensed"> <thead> <tr> <th>Type</th> <th>Name</th> <th>Description</th> </tr> </thead> <tbody> <tr> <td><a class="xref" href="CodeJam.Ranges.CompositeRange-2.html">CompositeRange</a>&lt;T, TKey&gt;</td> <td><span class="parametername">compositeRange</span></td> <td><p>The source range.</p> </td> </tr> <tr> <td><span class="xref">T</span></td> <td><span class="parametername">value</span></td> <td><p>The value to check.</p> </td> </tr> </tbody> </table> <h5 class="returns">Returns</h5> <table class="table table-bordered table-striped table-condensed"> <thead> <tr> <th>Type</th> <th>Description</th> </tr> </thead> <tbody> <tr> <td><a class="xref" href="CodeJam.Ranges.Range-2.html">Range</a>&lt;T, TKey&gt;[]</td> <td><p>Ranges that has intersections with passed range.</p> </td> </tr> </tbody> </table> <h5 class="typeParameters">Type Parameters</h5> <table class="table table-bordered table-striped table-condensed"> <thead> <tr> <th>Name</th> <th>Description</th> </tr> </thead> <tbody> <tr> <td><span class="parametername">T</span></td> <td><p>The type of the range values.</p> </td> </tr> <tr> <td><span class="parametername">TKey</span></td> <td><p>The type of the range key</p> </td> </tr> </tbody> </table> <span class="small pull-right mobile-hide"> <span class="divider">|</span> <a href="https://github.com/rsdn/CodeJam/new/master/apiSpec/new?filename=CodeJam_Ranges_CompositeRangeExtensions_GetIntersection__2_CodeJam_Ranges_CompositeRange___0___1____0___0_.md&amp;value=---%0Auid%3A%20CodeJam.Ranges.CompositeRangeExtensions.GetIntersection%60%602(CodeJam.Ranges.CompositeRange%7B%60%600%2C%60%601%7D%2C%60%600%2C%60%600)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a> </span> <span class="small pull-right mobile-hide"> <a href="https://github.com/rsdn/CodeJam/blob/master/Main/src/Ranges/[RangeExtensions]/CompositeRangeExtensions.WithKey.generated.cs/#L237">View Source</a> </span> <a id="CodeJam_Ranges_CompositeRangeExtensions_GetIntersection_" data-uid="CodeJam.Ranges.CompositeRangeExtensions.GetIntersection*"></a> <h4 id="CodeJam_Ranges_CompositeRangeExtensions_GetIntersection__2_CodeJam_Ranges_CompositeRange___0___1____0___0_" data-uid="CodeJam.Ranges.CompositeRangeExtensions.GetIntersection``2(CodeJam.Ranges.CompositeRange{``0,``1},``0,``0)">GetIntersection&lt;T, TKey&gt;(CompositeRange&lt;T, TKey&gt;, T, T)</h4> <div class="markdown level1 summary"><p>Returns ranges that has intersections with passed range.</p> </div> <div class="markdown level1 conceptual"></div> <h5 class="decalaration">Declaration</h5> <div class="codewrapper"> <pre><code class="lang-csharp hljs">public static RangeIntersection&lt;T, TKey&gt; GetIntersection&lt;T, TKey&gt;(this CompositeRange&lt;T, TKey&gt; compositeRange, T from, T to)</code></pre> </div> <h5 class="parameters">Parameters</h5> <table class="table table-bordered table-striped table-condensed"> <thead> <tr> <th>Type</th> <th>Name</th> <th>Description</th> </tr> </thead> <tbody> <tr> <td><a class="xref" href="CodeJam.Ranges.CompositeRange-2.html">CompositeRange</a>&lt;T, TKey&gt;</td> <td><span class="parametername">compositeRange</span></td> <td><p>The source range.</p> </td> </tr> <tr> <td><span class="xref">T</span></td> <td><span class="parametername">from</span></td> <td><p>The boundary From value of the range to check.</p> </td> </tr> <tr> <td><span class="xref">T</span></td> <td><span class="parametername">to</span></td> <td><p>The boundary To value of the range to check.</p> </td> </tr> </tbody> </table> <h5 class="returns">Returns</h5> <table class="table table-bordered table-striped table-condensed"> <thead> <tr> <th>Type</th> <th>Description</th> </tr> </thead> <tbody> <tr> <td><a class="xref" href="CodeJam.Ranges.RangeIntersection-2.html">RangeIntersection</a>&lt;T, TKey&gt;</td> <td><p>Ranges that has intersections with passed range.</p> </td> </tr> </tbody> </table> <h5 class="typeParameters">Type Parameters</h5> <table class="table table-bordered table-striped table-condensed"> <thead> <tr> <th>Name</th> <th>Description</th> </tr> </thead> <tbody> <tr> <td><span class="parametername">T</span></td> <td><p>The type of the range values.</p> </td> </tr> <tr> <td><span class="parametername">TKey</span></td> <td><p>The type of the range key</p> </td> </tr> </tbody> </table> <span class="small pull-right mobile-hide"> <span class="divider">|</span> <a href="https://github.com/rsdn/CodeJam/new/master/apiSpec/new?filename=CodeJam_Ranges_CompositeRangeExtensions_GetIntersection__2_CodeJam_Ranges_CompositeRange___0___1__CodeJam_Ranges_Range___0__.md&amp;value=---%0Auid%3A%20CodeJam.Ranges.CompositeRangeExtensions.GetIntersection%60%602(CodeJam.Ranges.CompositeRange%7B%60%600%2C%60%601%7D%2CCodeJam.Ranges.Range%7B%60%600%7D)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a> </span> <span class="small pull-right mobile-hide"> <a href="https://github.com/rsdn/CodeJam/blob/master/Main/src/Ranges/[RangeExtensions]/CompositeRangeExtensions.WithKey.generated.cs/#L247">View Source</a> </span> <a id="CodeJam_Ranges_CompositeRangeExtensions_GetIntersection_" data-uid="CodeJam.Ranges.CompositeRangeExtensions.GetIntersection*"></a> <h4 id="CodeJam_Ranges_CompositeRangeExtensions_GetIntersection__2_CodeJam_Ranges_CompositeRange___0___1__CodeJam_Ranges_Range___0__" data-uid="CodeJam.Ranges.CompositeRangeExtensions.GetIntersection``2(CodeJam.Ranges.CompositeRange{``0,``1},CodeJam.Ranges.Range{``0})">GetIntersection&lt;T, TKey&gt;(CompositeRange&lt;T, TKey&gt;, Range&lt;T&gt;)</h4> <div class="markdown level1 summary"><p>Returns ranges that has intersections with passed range.</p> </div> <div class="markdown level1 conceptual"></div> <h5 class="decalaration">Declaration</h5> <div class="codewrapper"> <pre><code class="lang-csharp hljs">public static RangeIntersection&lt;T, TKey&gt; GetIntersection&lt;T, TKey&gt;(this CompositeRange&lt;T, TKey&gt; compositeRange, Range&lt;T&gt; other)</code></pre> </div> <h5 class="parameters">Parameters</h5> <table class="table table-bordered table-striped table-condensed"> <thead> <tr> <th>Type</th> <th>Name</th> <th>Description</th> </tr> </thead> <tbody> <tr> <td><a class="xref" href="CodeJam.Ranges.CompositeRange-2.html">CompositeRange</a>&lt;T, TKey&gt;</td> <td><span class="parametername">compositeRange</span></td> <td><p>The source range.</p> </td> </tr> <tr> <td><a class="xref" href="CodeJam.Ranges.Range-1.html">Range</a>&lt;T&gt;</td> <td><span class="parametername">other</span></td> <td><p>The range to check.</p> </td> </tr> </tbody> </table> <h5 class="returns">Returns</h5> <table class="table table-bordered table-striped table-condensed"> <thead> <tr> <th>Type</th> <th>Description</th> </tr> </thead> <tbody> <tr> <td><a class="xref" href="CodeJam.Ranges.RangeIntersection-2.html">RangeIntersection</a>&lt;T, TKey&gt;</td> <td><p>Ranges that has intersections with passed range.</p> </td> </tr> </tbody> </table> <h5 class="typeParameters">Type Parameters</h5> <table class="table table-bordered table-striped table-condensed"> <thead> <tr> <th>Name</th> <th>Description</th> </tr> </thead> <tbody> <tr> <td><span class="parametername">T</span></td> <td><p>The type of the range values.</p> </td> </tr> <tr> <td><span class="parametername">TKey</span></td> <td><p>The type of the range key</p> </td> </tr> </tbody> </table> <span class="small pull-right mobile-hide"> <span class="divider">|</span> <a href="https://github.com/rsdn/CodeJam/new/master/apiSpec/new?filename=CodeJam_Ranges_CompositeRangeExtensions_GetIntersection__2_CodeJam_Ranges_CompositeRange___0__CodeJam_Ranges_Range___0___1__.md&amp;value=---%0Auid%3A%20CodeJam.Ranges.CompositeRangeExtensions.GetIntersection%60%602(CodeJam.Ranges.CompositeRange%7B%60%600%7D%2CCodeJam.Ranges.Range%7B%60%600%2C%60%601%7D)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a> </span> <span class="small pull-right mobile-hide"> <a href="https://github.com/rsdn/CodeJam/blob/master/Main/src/Ranges/[RangeExtensions]/CompositeRangeExtensions.NoKey.cs/#L245">View Source</a> </span> <a id="CodeJam_Ranges_CompositeRangeExtensions_GetIntersection_" data-uid="CodeJam.Ranges.CompositeRangeExtensions.GetIntersection*"></a> <h4 id="CodeJam_Ranges_CompositeRangeExtensions_GetIntersection__2_CodeJam_Ranges_CompositeRange___0__CodeJam_Ranges_Range___0___1__" data-uid="CodeJam.Ranges.CompositeRangeExtensions.GetIntersection``2(CodeJam.Ranges.CompositeRange{``0},CodeJam.Ranges.Range{``0,``1})">GetIntersection&lt;T, TKey2&gt;(CompositeRange&lt;T&gt;, Range&lt;T, TKey2&gt;)</h4> <div class="markdown level1 summary"><p>Returns ranges that has intersections with passed range.</p> </div> <div class="markdown level1 conceptual"></div> <h5 class="decalaration">Declaration</h5> <div class="codewrapper"> <pre><code class="lang-csharp hljs">public static RangeIntersection&lt;T&gt; GetIntersection&lt;T, TKey2&gt;(this CompositeRange&lt;T&gt; compositeRange, Range&lt;T, TKey2&gt; other)</code></pre> </div> <h5 class="parameters">Parameters</h5> <table class="table table-bordered table-striped table-condensed"> <thead> <tr> <th>Type</th> <th>Name</th> <th>Description</th> </tr> </thead> <tbody> <tr> <td><a class="xref" href="CodeJam.Ranges.CompositeRange-1.html">CompositeRange</a>&lt;T&gt;</td> <td><span class="parametername">compositeRange</span></td> <td><p>The source range.</p> </td> </tr> <tr> <td><a class="xref" href="CodeJam.Ranges.Range-2.html">Range</a>&lt;T, TKey2&gt;</td> <td><span class="parametername">other</span></td> <td><p>The range to check.</p> </td> </tr> </tbody> </table> <h5 class="returns">Returns</h5> <table class="table table-bordered table-striped table-condensed"> <thead> <tr> <th>Type</th> <th>Description</th> </tr> </thead> <tbody> <tr> <td><a class="xref" href="CodeJam.Ranges.RangeIntersection-1.html">RangeIntersection</a>&lt;T&gt;</td> <td><p>Ranges that has intersections with passed range.</p> </td> </tr> </tbody> </table> <h5 class="typeParameters">Type Parameters</h5> <table class="table table-bordered table-striped table-condensed"> <thead> <tr> <th>Name</th> <th>Description</th> </tr> </thead> <tbody> <tr> <td><span class="parametername">T</span></td> <td><p>The type of the range values.</p> </td> </tr> <tr> <td><span class="parametername">TKey2</span></td> <td><p>The type of the other range key</p> </td> </tr> </tbody> </table> <span class="small pull-right mobile-hide"> <span class="divider">|</span> <a href="https://github.com/rsdn/CodeJam/new/master/apiSpec/new?filename=CodeJam_Ranges_CompositeRangeExtensions_GetIntersection__3_CodeJam_Ranges_CompositeRange___0___1__CodeJam_Ranges_Range___0___2__.md&amp;value=---%0Auid%3A%20CodeJam.Ranges.CompositeRangeExtensions.GetIntersection%60%603(CodeJam.Ranges.CompositeRange%7B%60%600%2C%60%601%7D%2CCodeJam.Ranges.Range%7B%60%600%2C%60%602%7D)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a> </span> <span class="small pull-right mobile-hide"> <a href="https://github.com/rsdn/CodeJam/blob/master/Main/src/Ranges/[RangeExtensions]/CompositeRangeExtensions.WithKey.generated.cs/#L265">View Source</a> </span> <a id="CodeJam_Ranges_CompositeRangeExtensions_GetIntersection_" data-uid="CodeJam.Ranges.CompositeRangeExtensions.GetIntersection*"></a> <h4 id="CodeJam_Ranges_CompositeRangeExtensions_GetIntersection__3_CodeJam_Ranges_CompositeRange___0___1__CodeJam_Ranges_Range___0___2__" data-uid="CodeJam.Ranges.CompositeRangeExtensions.GetIntersection``3(CodeJam.Ranges.CompositeRange{``0,``1},CodeJam.Ranges.Range{``0,``2})">GetIntersection&lt;T, TKey, TKey2&gt;(CompositeRange&lt;T, TKey&gt;, Range&lt;T, TKey2&gt;)</h4> <div class="markdown level1 summary"><p>Returns ranges that has intersections with passed range.</p> </div> <div class="markdown level1 conceptual"></div> <h5 class="decalaration">Declaration</h5> <div class="codewrapper"> <pre><code class="lang-csharp hljs">public static RangeIntersection&lt;T, TKey&gt; GetIntersection&lt;T, TKey, TKey2&gt;(this CompositeRange&lt;T, TKey&gt; compositeRange, Range&lt;T, TKey2&gt; other)</code></pre> </div> <h5 class="parameters">Parameters</h5> <table class="table table-bordered table-striped table-condensed"> <thead> <tr> <th>Type</th> <th>Name</th> <th>Description</th> </tr> </thead> <tbody> <tr> <td><a class="xref" href="CodeJam.Ranges.CompositeRange-2.html">CompositeRange</a>&lt;T, TKey&gt;</td> <td><span class="parametername">compositeRange</span></td> <td><p>The source range.</p> </td> </tr> <tr> <td><a class="xref" href="CodeJam.Ranges.Range-2.html">Range</a>&lt;T, TKey2&gt;</td> <td><span class="parametername">other</span></td> <td><p>The range to check.</p> </td> </tr> </tbody> </table> <h5 class="returns">Returns</h5> <table class="table table-bordered table-striped table-condensed"> <thead> <tr> <th>Type</th> <th>Description</th> </tr> </thead> <tbody> <tr> <td><a class="xref" href="CodeJam.Ranges.RangeIntersection-2.html">RangeIntersection</a>&lt;T, TKey&gt;</td> <td><p>Ranges that has intersections with passed range.</p> </td> </tr> </tbody> </table> <h5 class="typeParameters">Type Parameters</h5> <table class="table table-bordered table-striped table-condensed"> <thead> <tr> <th>Name</th> <th>Description</th> </tr> </thead> <tbody> <tr> <td><span class="parametername">T</span></td> <td><p>The type of the range values.</p> </td> </tr> <tr> <td><span class="parametername">TKey</span></td> <td><p>The type of the range key</p> </td> </tr> <tr> <td><span class="parametername">TKey2</span></td> <td><p>The type of the other range key</p> </td> </tr> </tbody> </table> <span class="small pull-right mobile-hide"> <span class="divider">|</span> <a href="https://github.com/rsdn/CodeJam/new/master/apiSpec/new?filename=CodeJam_Ranges_CompositeRangeExtensions_GetIntersections__1_CodeJam_Ranges_CompositeRange___0__.md&amp;value=---%0Auid%3A%20CodeJam.Ranges.CompositeRangeExtensions.GetIntersections%60%601(CodeJam.Ranges.CompositeRange%7B%60%600%7D)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a> </span> <span class="small pull-right mobile-hide"> <a href="https://github.com/rsdn/CodeJam/blob/master/Main/src/Ranges/[RangeExtensions]/CompositeRangeExtensions.NoKey.cs/#L126">View Source</a> </span> <a id="CodeJam_Ranges_CompositeRangeExtensions_GetIntersections_" data-uid="CodeJam.Ranges.CompositeRangeExtensions.GetIntersections*"></a> <h4 id="CodeJam_Ranges_CompositeRangeExtensions_GetIntersections__1_CodeJam_Ranges_CompositeRange___0__" data-uid="CodeJam.Ranges.CompositeRangeExtensions.GetIntersections``1(CodeJam.Ranges.CompositeRange{``0})">GetIntersections&lt;T&gt;(CompositeRange&lt;T&gt;)</h4> <div class="markdown level1 summary"><p>Returns all range intersections from the composite range.</p> </div> <div class="markdown level1 conceptual"></div> <h5 class="decalaration">Declaration</h5> <div class="codewrapper"> <pre><code class="lang-csharp hljs">public static IEnumerable&lt;RangeIntersection&lt;T&gt;&gt; GetIntersections&lt;T&gt;(this CompositeRange&lt;T&gt; compositeRange)</code></pre> </div> <h5 class="parameters">Parameters</h5> <table class="table table-bordered table-striped table-condensed"> <thead> <tr> <th>Type</th> <th>Name</th> <th>Description</th> </tr> </thead> <tbody> <tr> <td><a class="xref" href="CodeJam.Ranges.CompositeRange-1.html">CompositeRange</a>&lt;T&gt;</td> <td><span class="parametername">compositeRange</span></td> <td><p>The source range.</p> </td> </tr> </tbody> </table> <h5 class="returns">Returns</h5> <table class="table table-bordered table-striped table-condensed"> <thead> <tr> <th>Type</th> <th>Description</th> </tr> </thead> <tbody> <tr> <td><span class="xref">System.Collections.Generic.IEnumerable</span>&lt;<a class="xref" href="CodeJam.Ranges.RangeIntersection-1.html">RangeIntersection</a>&lt;T&gt;&gt;</td> <td><p>All range intersections from the composite range.</p> </td> </tr> </tbody> </table> <h5 class="typeParameters">Type Parameters</h5> <table class="table table-bordered table-striped table-condensed"> <thead> <tr> <th>Name</th> <th>Description</th> </tr> </thead> <tbody> <tr> <td><span class="parametername">T</span></td> <td><p>The type of the range values.</p> </td> </tr> </tbody> </table> <span class="small pull-right mobile-hide"> <span class="divider">|</span> <a href="https://github.com/rsdn/CodeJam/new/master/apiSpec/new?filename=CodeJam_Ranges_CompositeRangeExtensions_GetIntersections__2_CodeJam_Ranges_CompositeRange___0___1__.md&amp;value=---%0Auid%3A%20CodeJam.Ranges.CompositeRangeExtensions.GetIntersections%60%602(CodeJam.Ranges.CompositeRange%7B%60%600%2C%60%601%7D)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a> </span> <span class="small pull-right mobile-hide"> <a href="https://github.com/rsdn/CodeJam/blob/master/Main/src/Ranges/[RangeExtensions]/CompositeRangeExtensions.WithKey.generated.cs/#L142">View Source</a> </span> <a id="CodeJam_Ranges_CompositeRangeExtensions_GetIntersections_" data-uid="CodeJam.Ranges.CompositeRangeExtensions.GetIntersections*"></a> <h4 id="CodeJam_Ranges_CompositeRangeExtensions_GetIntersections__2_CodeJam_Ranges_CompositeRange___0___1__" data-uid="CodeJam.Ranges.CompositeRangeExtensions.GetIntersections``2(CodeJam.Ranges.CompositeRange{``0,``1})">GetIntersections&lt;T, TKey&gt;(CompositeRange&lt;T, TKey&gt;)</h4> <div class="markdown level1 summary"><p>Returns all range intersections from the composite range.</p> </div> <div class="markdown level1 conceptual"></div> <h5 class="decalaration">Declaration</h5> <div class="codewrapper"> <pre><code class="lang-csharp hljs">public static IEnumerable&lt;RangeIntersection&lt;T, TKey&gt;&gt; GetIntersections&lt;T, TKey&gt;(this CompositeRange&lt;T, TKey&gt; compositeRange)</code></pre> </div> <h5 class="parameters">Parameters</h5> <table class="table table-bordered table-striped table-condensed"> <thead> <tr> <th>Type</th> <th>Name</th> <th>Description</th> </tr> </thead> <tbody> <tr> <td><a class="xref" href="CodeJam.Ranges.CompositeRange-2.html">CompositeRange</a>&lt;T, TKey&gt;</td> <td><span class="parametername">compositeRange</span></td> <td><p>The source range.</p> </td> </tr> </tbody> </table> <h5 class="returns">Returns</h5> <table class="table table-bordered table-striped table-condensed"> <thead> <tr> <th>Type</th> <th>Description</th> </tr> </thead> <tbody> <tr> <td><span class="xref">System.Collections.Generic.IEnumerable</span>&lt;<a class="xref" href="CodeJam.Ranges.RangeIntersection-2.html">RangeIntersection</a>&lt;T, TKey&gt;&gt;</td> <td><p>All range intersections from the composite range.</p> </td> </tr> </tbody> </table> <h5 class="typeParameters">Type Parameters</h5> <table class="table table-bordered table-striped table-condensed"> <thead> <tr> <th>Name</th> <th>Description</th> </tr> </thead> <tbody> <tr> <td><span class="parametername">T</span></td> <td><p>The type of the range values.</p> </td> </tr> <tr> <td><span class="parametername">TKey</span></td> <td><p>The type of the range key</p> </td> </tr> </tbody> </table> <span class="small pull-right mobile-hide"> <span class="divider">|</span> <a href="https://github.com/rsdn/CodeJam/new/master/apiSpec/new?filename=CodeJam_Ranges_CompositeRangeExtensions_HasIntersection__1_CodeJam_Ranges_CompositeRange___0____0___0_.md&amp;value=---%0Auid%3A%20CodeJam.Ranges.CompositeRangeExtensions.HasIntersection%60%601(CodeJam.Ranges.CompositeRange%7B%60%600%7D%2C%60%600%2C%60%600)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a> </span> <span class="small pull-right mobile-hide"> <a href="https://github.com/rsdn/CodeJam/blob/master/Main/src/Ranges/[RangeExtensions]/CompositeRangeExtensions.NoKey.cs/#L402">View Source</a> </span> <a id="CodeJam_Ranges_CompositeRangeExtensions_HasIntersection_" data-uid="CodeJam.Ranges.CompositeRangeExtensions.HasIntersection*"></a> <h4 id="CodeJam_Ranges_CompositeRangeExtensions_HasIntersection__1_CodeJam_Ranges_CompositeRange___0____0___0_" data-uid="CodeJam.Ranges.CompositeRangeExtensions.HasIntersection``1(CodeJam.Ranges.CompositeRange{``0},``0,``0)">HasIntersection&lt;T&gt;(CompositeRange&lt;T&gt;, T, T)</h4> <div class="markdown level1 summary"><p>Determines whether the composite has intersection with another range.</p> </div> <div class="markdown level1 conceptual"></div> <h5 class="decalaration">Declaration</h5> <div class="codewrapper"> <pre><code class="lang-csharp hljs">public static bool HasIntersection&lt;T&gt;(this CompositeRange&lt;T&gt; compositeRange, T from, T to)</code></pre> </div> <h5 class="parameters">Parameters</h5> <table class="table table-bordered table-striped table-condensed"> <thead> <tr> <th>Type</th> <th>Name</th> <th>Description</th> </tr> </thead> <tbody> <tr> <td><a class="xref" href="CodeJam.Ranges.CompositeRange-1.html">CompositeRange</a>&lt;T&gt;</td> <td><span class="parametername">compositeRange</span></td> <td><p>The source range.</p> </td> </tr> <tr> <td><span class="xref">T</span></td> <td><span class="parametername">from</span></td> <td><p>The boundary From value of the range to check.</p> </td> </tr> <tr> <td><span class="xref">T</span></td> <td><span class="parametername">to</span></td> <td><p>The boundary To value of the range to check.</p> </td> </tr> </tbody> </table> <h5 class="returns">Returns</h5> <table class="table table-bordered table-striped table-condensed"> <thead> <tr> <th>Type</th> <th>Description</th> </tr> </thead> <tbody> <tr> <td><span class="xref">System.Boolean</span></td> <td><p><code>true</code>, if the composite range has intersection with another range.</p> </td> </tr> </tbody> </table> <h5 class="typeParameters">Type Parameters</h5> <table class="table table-bordered table-striped table-condensed"> <thead> <tr> <th>Name</th> <th>Description</th> </tr> </thead> <tbody> <tr> <td><span class="parametername">T</span></td> <td><p>The type of the range values.</p> </td> </tr> </tbody> </table> <span class="small pull-right mobile-hide"> <span class="divider">|</span> <a href="https://github.com/rsdn/CodeJam/new/master/apiSpec/new?filename=CodeJam_Ranges_CompositeRangeExtensions_HasIntersection__1_CodeJam_Ranges_CompositeRange___0__CodeJam_Ranges_Range___0__.md&amp;value=---%0Auid%3A%20CodeJam.Ranges.CompositeRangeExtensions.HasIntersection%60%601(CodeJam.Ranges.CompositeRange%7B%60%600%7D%2CCodeJam.Ranges.Range%7B%60%600%7D)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a> </span> <span class="small pull-right mobile-hide"> <a href="https://github.com/rsdn/CodeJam/blob/master/Main/src/Ranges/[RangeExtensions]/CompositeRangeExtensions.NoKey.cs/#L413">View Source</a> </span> <a id="CodeJam_Ranges_CompositeRangeExtensions_HasIntersection_" data-uid="CodeJam.Ranges.CompositeRangeExtensions.HasIntersection*"></a> <h4 id="CodeJam_Ranges_CompositeRangeExtensions_HasIntersection__1_CodeJam_Ranges_CompositeRange___0__CodeJam_Ranges_Range___0__" data-uid="CodeJam.Ranges.CompositeRangeExtensions.HasIntersection``1(CodeJam.Ranges.CompositeRange{``0},CodeJam.Ranges.Range{``0})">HasIntersection&lt;T&gt;(CompositeRange&lt;T&gt;, Range&lt;T&gt;)</h4> <div class="markdown level1 summary"><p>Determines whether the composite range has intersection with another range.</p> </div> <div class="markdown level1 conceptual"></div> <h5 class="decalaration">Declaration</h5> <div class="codewrapper"> <pre><code class="lang-csharp hljs">public static bool HasIntersection&lt;T&gt;(this CompositeRange&lt;T&gt; compositeRange, Range&lt;T&gt; other)</code></pre> </div> <h5 class="parameters">Parameters</h5> <table class="table table-bordered table-striped table-condensed"> <thead> <tr> <th>Type</th> <th>Name</th> <th>Description</th> </tr> </thead> <tbody> <tr> <td><a class="xref" href="CodeJam.Ranges.CompositeRange-1.html">CompositeRange</a>&lt;T&gt;</td> <td><span class="parametername">compositeRange</span></td> <td><p>The source range.</p> </td> </tr> <tr> <td><a class="xref" href="CodeJam.Ranges.Range-1.html">Range</a>&lt;T&gt;</td> <td><span class="parametername">other</span></td> <td><p>The range to check.</p> </td> </tr> </tbody> </table> <h5 class="returns">Returns</h5> <table class="table table-bordered table-striped table-condensed"> <thead> <tr> <th>Type</th> <th>Description</th> </tr> </thead> <tbody> <tr> <td><span class="xref">System.Boolean</span></td> <td><p><code>true</code>, if the composite range has intersection with another range.</p> </td> </tr> </tbody> </table> <h5 class="typeParameters">Type Parameters</h5> <table class="table table-bordered table-striped table-condensed"> <thead> <tr> <th>Name</th> <th>Description</th> </tr> </thead> <tbody> <tr> <td><span class="parametername">T</span></td> <td><p>The type of the range values.</p> </td> </tr> </tbody> </table> <span class="small pull-right mobile-hide"> <span class="divider">|</span> <a href="https://github.com/rsdn/CodeJam/new/master/apiSpec/new?filename=CodeJam_Ranges_CompositeRangeExtensions_HasIntersection__2_CodeJam_Ranges_CompositeRange___0___1____0___0_.md&amp;value=---%0Auid%3A%20CodeJam.Ranges.CompositeRangeExtensions.HasIntersection%60%602(CodeJam.Ranges.CompositeRange%7B%60%600%2C%60%601%7D%2C%60%600%2C%60%600)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a> </span> <span class="small pull-right mobile-hide"> <a href="https://github.com/rsdn/CodeJam/blob/master/Main/src/Ranges/[RangeExtensions]/CompositeRangeExtensions.WithKey.generated.cs/#L431">View Source</a> </span> <a id="CodeJam_Ranges_CompositeRangeExtensions_HasIntersection_" data-uid="CodeJam.Ranges.CompositeRangeExtensions.HasIntersection*"></a> <h4 id="CodeJam_Ranges_CompositeRangeExtensions_HasIntersection__2_CodeJam_Ranges_CompositeRange___0___1____0___0_" data-uid="CodeJam.Ranges.CompositeRangeExtensions.HasIntersection``2(CodeJam.Ranges.CompositeRange{``0,``1},``0,``0)">HasIntersection&lt;T, TKey&gt;(CompositeRange&lt;T, TKey&gt;, T, T)</h4> <div class="markdown level1 summary"><p>Determines whether the composite has intersection with another range.</p> </div> <div class="markdown level1 conceptual"></div> <h5 class="decalaration">Declaration</h5> <div class="codewrapper"> <pre><code class="lang-csharp hljs">public static bool HasIntersection&lt;T, TKey&gt;(this CompositeRange&lt;T, TKey&gt; compositeRange, T from, T to)</code></pre> </div> <h5 class="parameters">Parameters</h5> <table class="table table-bordered table-striped table-condensed"> <thead> <tr> <th>Type</th> <th>Name</th> <th>Description</th> </tr> </thead> <tbody> <tr> <td><a class="xref" href="CodeJam.Ranges.CompositeRange-2.html">CompositeRange</a>&lt;T, TKey&gt;</td> <td><span class="parametername">compositeRange</span></td> <td><p>The source range.</p> </td> </tr> <tr> <td><span class="xref">T</span></td> <td><span class="parametername">from</span></td> <td><p>The boundary From value of the range to check.</p> </td> </tr> <tr> <td><span class="xref">T</span></td> <td><span class="parametername">to</span></td> <td><p>The boundary To value of the range to check.</p> </td> </tr> </tbody> </table> <h5 class="returns">Returns</h5> <table class="table table-bordered table-striped table-condensed"> <thead> <tr> <th>Type</th> <th>Description</th> </tr> </thead> <tbody> <tr> <td><span class="xref">System.Boolean</span></td> <td><p><code>true</code>, if the composite range has intersection with another range.</p> </td> </tr> </tbody> </table> <h5 class="typeParameters">Type Parameters</h5> <table class="table table-bordered table-striped table-condensed"> <thead> <tr> <th>Name</th> <th>Description</th> </tr> </thead> <tbody> <tr> <td><span class="parametername">T</span></td> <td><p>The type of the range values.</p> </td> </tr> <tr> <td><span class="parametername">TKey</span></td> <td><p>The type of the range key</p> </td> </tr> </tbody> </table> <span class="small pull-right mobile-hide"> <span class="divider">|</span> <a href="https://github.com/rsdn/CodeJam/new/master/apiSpec/new?filename=CodeJam_Ranges_CompositeRangeExtensions_HasIntersection__2_CodeJam_Ranges_CompositeRange___0___1__CodeJam_Ranges_Range___0__.md&amp;value=---%0Auid%3A%20CodeJam.Ranges.CompositeRangeExtensions.HasIntersection%60%602(CodeJam.Ranges.CompositeRange%7B%60%600%2C%60%601%7D%2CCodeJam.Ranges.Range%7B%60%600%7D)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a> </span> <span class="small pull-right mobile-hide"> <a href="https://github.com/rsdn/CodeJam/blob/master/Main/src/Ranges/[RangeExtensions]/CompositeRangeExtensions.WithKey.generated.cs/#L443">View Source</a> </span> <a id="CodeJam_Ranges_CompositeRangeExtensions_HasIntersection_" data-uid="CodeJam.Ranges.CompositeRangeExtensions.HasIntersection*"></a> <h4 id="CodeJam_Ranges_CompositeRangeExtensions_HasIntersection__2_CodeJam_Ranges_CompositeRange___0___1__CodeJam_Ranges_Range___0__" data-uid="CodeJam.Ranges.CompositeRangeExtensions.HasIntersection``2(CodeJam.Ranges.CompositeRange{``0,``1},CodeJam.Ranges.Range{``0})">HasIntersection&lt;T, TKey&gt;(CompositeRange&lt;T, TKey&gt;, Range&lt;T&gt;)</h4> <div class="markdown level1 summary"><p>Determines whether the composite range has intersection with another range.</p> </div> <div class="markdown level1 conceptual"></div> <h5 class="decalaration">Declaration</h5> <div class="codewrapper"> <pre><code class="lang-csharp hljs">public static bool HasIntersection&lt;T, TKey&gt;(this CompositeRange&lt;T, TKey&gt; compositeRange, Range&lt;T&gt; other)</code></pre> </div> <h5 class="parameters">Parameters</h5> <table class="table table-bordered table-striped table-condensed"> <thead> <tr> <th>Type</th> <th>Name</th> <th>Description</th> </tr> </thead> <tbody> <tr> <td><a class="xref" href="CodeJam.Ranges.CompositeRange-2.html">CompositeRange</a>&lt;T, TKey&gt;</td> <td><span class="parametername">compositeRange</span></td> <td><p>The source range.</p> </td> </tr> <tr> <td><a class="xref" href="CodeJam.Ranges.Range-1.html">Range</a>&lt;T&gt;</td> <td><span class="parametername">other</span></td> <td><p>The range to check.</p> </td> </tr> </tbody> </table> <h5 class="returns">Returns</h5> <table class="table table-bordered table-striped table-condensed"> <thead> <tr> <th>Type</th> <th>Description</th> </tr> </thead> <tbody> <tr> <td><span class="xref">System.Boolean</span></td> <td><p><code>true</code>, if the composite range has intersection with another range.</p> </td> </tr> </tbody> </table> <h5 class="typeParameters">Type Parameters</h5> <table class="table table-bordered table-striped table-condensed"> <thead> <tr> <th>Name</th> <th>Description</th> </tr> </thead> <tbody> <tr> <td><span class="parametername">T</span></td> <td><p>The type of the range values.</p> </td> </tr> <tr> <td><span class="parametername">TKey</span></td> <td><p>The type of the range key</p> </td> </tr> </tbody> </table> <span class="small pull-right mobile-hide"> <span class="divider">|</span> <a href="https://github.com/rsdn/CodeJam/new/master/apiSpec/new?filename=CodeJam_Ranges_CompositeRangeExtensions_HasIntersection__2_CodeJam_Ranges_CompositeRange___0____1_.md&amp;value=---%0Auid%3A%20CodeJam.Ranges.CompositeRangeExtensions.HasIntersection%60%602(CodeJam.Ranges.CompositeRange%7B%60%600%7D%2C%60%601)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a> </span> <span class="small pull-right mobile-hide"> <a href="https://github.com/rsdn/CodeJam/blob/master/Main/src/Ranges/[RangeExtensions]/CompositeRangeExtensions.NoKey.cs/#L443">View Source</a> </span> <a id="CodeJam_Ranges_CompositeRangeExtensions_HasIntersection_" data-uid="CodeJam.Ranges.CompositeRangeExtensions.HasIntersection*"></a> <h4 id="CodeJam_Ranges_CompositeRangeExtensions_HasIntersection__2_CodeJam_Ranges_CompositeRange___0____1_" data-uid="CodeJam.Ranges.CompositeRangeExtensions.HasIntersection``2(CodeJam.Ranges.CompositeRange{``0},``1)">HasIntersection&lt;T, TCompositeRange&gt;(CompositeRange&lt;T&gt;, TCompositeRange)</h4> <div class="markdown level1 summary"><p>Determines whether the composite range has intersection with another range.</p> </div> <div class="markdown level1 conceptual"></div> <h5 class="decalaration">Declaration</h5> <div class="codewrapper"> <pre><code class="lang-csharp hljs">public static bool HasIntersection&lt;T, TCompositeRange&gt;(this CompositeRange&lt;T&gt; compositeRange, TCompositeRange other)where TCompositeRange : ICompositeRange&lt;T&gt;</code></pre> </div> <h5 class="parameters">Parameters</h5> <table class="table table-bordered table-striped table-condensed"> <thead> <tr> <th>Type</th> <th>Name</th> <th>Description</th> </tr> </thead> <tbody> <tr> <td><a class="xref" href="CodeJam.Ranges.CompositeRange-1.html">CompositeRange</a>&lt;T&gt;</td> <td><span class="parametername">compositeRange</span></td> <td><p>The source range.</p> </td> </tr> <tr> <td><span class="xref">TCompositeRange</span></td> <td><span class="parametername">other</span></td> <td><p>The range to check.</p> </td> </tr> </tbody> </table> <h5 class="returns">Returns</h5> <table class="table table-bordered table-striped table-condensed"> <thead> <tr> <th>Type</th> <th>Description</th> </tr> </thead> <tbody> <tr> <td><span class="xref">System.Boolean</span></td> <td><p><code>true</code>, if the composite range has intersection with another range.</p> </td> </tr> </tbody> </table> <h5 class="typeParameters">Type Parameters</h5> <table class="table table-bordered table-striped table-condensed"> <thead> <tr> <th>Name</th> <th>Description</th> </tr> </thead> <tbody> <tr> <td><span class="parametername">T</span></td> <td><p>The type of the range values.</p> </td> </tr> <tr> <td><span class="parametername">TCompositeRange</span></td> <td><p>The type of another range.</p> </td> </tr> </tbody> </table> <span class="small pull-right mobile-hide"> <span class="divider">|</span> <a href="https://github.com/rsdn/CodeJam/new/master/apiSpec/new?filename=CodeJam_Ranges_CompositeRangeExtensions_HasIntersection__2_CodeJam_Ranges_CompositeRange___0__CodeJam_Ranges_Range___0___1__.md&amp;value=---%0Auid%3A%20CodeJam.Ranges.CompositeRangeExtensions.HasIntersection%60%602(CodeJam.Ranges.CompositeRange%7B%60%600%7D%2CCodeJam.Ranges.Range%7B%60%600%2C%60%601%7D)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a> </span> <span class="small pull-right mobile-hide"> <a href="https://github.com/rsdn/CodeJam/blob/master/Main/src/Ranges/[RangeExtensions]/CompositeRangeExtensions.NoKey.cs/#L431">View Source</a> </span> <a id="CodeJam_Ranges_CompositeRangeExtensions_HasIntersection_" data-uid="CodeJam.Ranges.CompositeRangeExtensions.HasIntersection*"></a> <h4 id="CodeJam_Ranges_CompositeRangeExtensions_HasIntersection__2_CodeJam_Ranges_CompositeRange___0__CodeJam_Ranges_Range___0___1__" data-uid="CodeJam.Ranges.CompositeRangeExtensions.HasIntersection``2(CodeJam.Ranges.CompositeRange{``0},CodeJam.Ranges.Range{``0,``1})">HasIntersection&lt;T, TKey2&gt;(CompositeRange&lt;T&gt;, Range&lt;T, TKey2&gt;)</h4> <div class="markdown level1 summary"><p>Determines whether the composite range has intersection with another range.</p> </div> <div class="markdown level1 conceptual"></div> <h5 class="decalaration">Declaration</h5> <div class="codewrapper"> <pre><code class="lang-csharp hljs">public static bool HasIntersection&lt;T, TKey2&gt;(this CompositeRange&lt;T&gt; compositeRange, Range&lt;T, TKey2&gt; other)</code></pre> </div> <h5 class="parameters">Parameters</h5> <table class="table table-bordered table-striped table-condensed"> <thead> <tr> <th>Type</th> <th>Name</th> <th>Description</th> </tr> </thead> <tbody> <tr> <td><a class="xref" href="CodeJam.Ranges.CompositeRange-1.html">CompositeRange</a>&lt;T&gt;</td> <td><span class="parametername">compositeRange</span></td> <td><p>The source range.</p> </td> </tr> <tr> <td><a class="xref" href="CodeJam.Ranges.Range-2.html">Range</a>&lt;T, TKey2&gt;</td> <td><span class="parametername">other</span></td> <td><p>The range to check.</p> </td> </tr> </tbody> </table> <h5 class="returns">Returns</h5> <table class="table table-bordered table-striped table-condensed"> <thead> <tr> <th>Type</th> <th>Description</th> </tr> </thead> <tbody> <tr> <td><span class="xref">System.Boolean</span></td> <td><p><code>true</code>, if the composite range has intersection with another range.</p> </td> </tr> </tbody> </table> <h5 class="typeParameters">Type Parameters</h5> <table class="table table-bordered table-striped table-condensed"> <thead> <tr> <th>Name</th> <th>Description</th> </tr> </thead> <tbody> <tr> <td><span class="parametername">T</span></td> <td><p>The type of the range values.</p> </td> </tr> <tr> <td><span class="parametername">TKey2</span></td> <td><p>The type of the other range key</p> </td> </tr> </tbody> </table> <span class="small pull-right mobile-hide"> <span class="divider">|</span> <a href="https://github.com/rsdn/CodeJam/new/master/apiSpec/new?filename=CodeJam_Ranges_CompositeRangeExtensions_HasIntersection__3_CodeJam_Ranges_CompositeRange___0___1____2_.md&amp;value=---%0Auid%3A%20CodeJam.Ranges.CompositeRangeExtensions.HasIntersection%60%603(CodeJam.Ranges.CompositeRange%7B%60%600%2C%60%601%7D%2C%60%602)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a> </span> <span class="small pull-right mobile-hide"> <a href="https://github.com/rsdn/CodeJam/blob/master/Main/src/Ranges/[RangeExtensions]/CompositeRangeExtensions.WithKey.generated.cs/#L475">View Source</a> </span> <a id="CodeJam_Ranges_CompositeRangeExtensions_HasIntersection_" data-uid="CodeJam.Ranges.CompositeRangeExtensions.HasIntersection*"></a> <h4 id="CodeJam_Ranges_CompositeRangeExtensions_HasIntersection__3_CodeJam_Ranges_CompositeRange___0___1____2_" data-uid="CodeJam.Ranges.CompositeRangeExtensions.HasIntersection``3(CodeJam.Ranges.CompositeRange{``0,``1},``2)">HasIntersection&lt;T, TKey, TCompositeRange&gt;(CompositeRange&lt;T, TKey&gt;, TCompositeRange)</h4> <div class="markdown level1 summary"><p>Determines whether the composite range has intersection with another range.</p> </div> <div class="markdown level1 conceptual"></div> <h5 class="decalaration">Declaration</h5> <div class="codewrapper"> <pre><code class="lang-csharp hljs">public static bool HasIntersection&lt;T, TKey, TCompositeRange&gt;(this CompositeRange&lt;T, TKey&gt; compositeRange, TCompositeRange other)where TCompositeRange : ICompositeRange&lt;T&gt;</code></pre> </div> <h5 class="parameters">Parameters</h5> <table class="table table-bordered table-striped table-condensed"> <thead> <tr> <th>Type</th> <th>Name</th> <th>Description</th> </tr> </thead> <tbody> <tr> <td><a class="xref" href="CodeJam.Ranges.CompositeRange-2.html">CompositeRange</a>&lt;T, TKey&gt;</td> <td><span class="parametername">compositeRange</span></td> <td><p>The source range.</p> </td> </tr> <tr> <td><span class="xref">TCompositeRange</span></td> <td><span class="parametername">other</span></td> <td><p>The range to check.</p> </td> </tr> </tbody> </table> <h5 class="returns">Returns</h5> <table class="table table-bordered table-striped table-condensed"> <thead> <tr> <th>Type</th> <th>Description</th> </tr> </thead> <tbody> <tr> <td><span class="xref">System.Boolean</span></td> <td><p><code>true</code>, if the composite range has intersection with another range.</p> </td> </tr> </tbody> </table> <h5 class="typeParameters">Type Parameters</h5> <table class="table table-bordered table-striped table-condensed"> <thead> <tr> <th>Name</th> <th>Description</th> </tr> </thead> <tbody> <tr> <td><span class="parametername">T</span></td> <td><p>The type of the range values.</p> </td> </tr> <tr> <td><span class="parametername">TKey</span></td> <td><p>The type of the range key</p> </td> </tr> <tr> <td><span class="parametername">TCompositeRange</span></td> <td><p>The type of another range.</p> </td> </tr> </tbody> </table> <span class="small pull-right mobile-hide"> <span class="divider">|</span> <a href="https://github.com/rsdn/CodeJam/new/master/apiSpec/new?filename=CodeJam_Ranges_CompositeRangeExtensions_HasIntersection__3_CodeJam_Ranges_CompositeRange___0___1__CodeJam_Ranges_Range___0___2__.md&amp;value=---%0Auid%3A%20CodeJam.Ranges.CompositeRangeExtensions.HasIntersection%60%603(CodeJam.Ranges.CompositeRange%7B%60%600%2C%60%601%7D%2CCodeJam.Ranges.Range%7B%60%600%2C%60%602%7D)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a> </span> <span class="small pull-right mobile-hide"> <a href="https://github.com/rsdn/CodeJam/blob/master/Main/src/Ranges/[RangeExtensions]/CompositeRangeExtensions.WithKey.generated.cs/#L462">View Source</a> </span> <a id="CodeJam_Ranges_CompositeRangeExtensions_HasIntersection_" data-uid="CodeJam.Ranges.CompositeRangeExtensions.HasIntersection*"></a> <h4 id="CodeJam_Ranges_CompositeRangeExtensions_HasIntersection__3_CodeJam_Ranges_CompositeRange___0___1__CodeJam_Ranges_Range___0___2__" data-uid="CodeJam.Ranges.CompositeRangeExtensions.HasIntersection``3(CodeJam.Ranges.CompositeRange{``0,``1},CodeJam.Ranges.Range{``0,``2})">HasIntersection&lt;T, TKey, TKey2&gt;(CompositeRange&lt;T, TKey&gt;, Range&lt;T, TKey2&gt;)</h4> <div class="markdown level1 summary"><p>Determines whether the composite range has intersection with another range.</p> </div> <div class="markdown level1 conceptual"></div> <h5 class="decalaration">Declaration</h5> <div class="codewrapper"> <pre><code class="lang-csharp hljs">public static bool HasIntersection&lt;T, TKey, TKey2&gt;(this CompositeRange&lt;T, TKey&gt; compositeRange, Range&lt;T, TKey2&gt; other)</code></pre> </div> <h5 class="parameters">Parameters</h5> <table class="table table-bordered table-striped table-condensed"> <thead> <tr> <th>Type</th> <th>Name</th> <th>Description</th> </tr> </thead> <tbody> <tr> <td><a class="xref" href="CodeJam.Ranges.CompositeRange-2.html">CompositeRange</a>&lt;T, TKey&gt;</td> <td><span class="parametername">compositeRange</span></td> <td><p>The source range.</p> </td> </tr> <tr> <td><a class="xref" href="CodeJam.Ranges.Range-2.html">Range</a>&lt;T, TKey2&gt;</td> <td><span class="parametername">other</span></td> <td><p>The range to check.</p> </td> </tr> </tbody> </table> <h5 class="returns">Returns</h5> <table class="table table-bordered table-striped table-condensed"> <thead> <tr> <th>Type</th> <th>Description</th> </tr> </thead> <tbody> <tr> <td><span class="xref">System.Boolean</span></td> <td><p><code>true</code>, if the composite range has intersection with another range.</p> </td> </tr> </tbody> </table> <h5 class="typeParameters">Type Parameters</h5> <table class="table table-bordered table-striped table-condensed"> <thead> <tr> <th>Name</th> <th>Description</th> </tr> </thead> <tbody> <tr> <td><span class="parametername">T</span></td> <td><p>The type of the range values.</p> </td> </tr> <tr> <td><span class="parametername">TKey</span></td> <td><p>The type of the range key</p> </td> </tr> <tr> <td><span class="parametername">TKey2</span></td> <td><p>The type of the other range key</p> </td> </tr> </tbody> </table> <span class="small pull-right mobile-hide"> <span class="divider">|</span> <a href="https://github.com/rsdn/CodeJam/new/master/apiSpec/new?filename=CodeJam_Ranges_CompositeRangeExtensions_Intersect__1_CodeJam_Ranges_CompositeRange___0____0___0_.md&amp;value=---%0Auid%3A%20CodeJam.Ranges.CompositeRangeExtensions.Intersect%60%601(CodeJam.Ranges.CompositeRange%7B%60%600%7D%2C%60%600%2C%60%600)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a> </span> <span class="small pull-right mobile-hide"> <a href="https://github.com/rsdn/CodeJam/blob/master/Main/src/Ranges/[RangeExtensions]/CompositeRangeExtensions.NoKey.cs/#L616">View Source</a> </span> <a id="CodeJam_Ranges_CompositeRangeExtensions_Intersect_" data-uid="CodeJam.Ranges.CompositeRangeExtensions.Intersect*"></a> <h4 id="CodeJam_Ranges_CompositeRangeExtensions_Intersect__1_CodeJam_Ranges_CompositeRange___0____0___0_" data-uid="CodeJam.Ranges.CompositeRangeExtensions.Intersect``1(CodeJam.Ranges.CompositeRange{``0},``0,``0)">Intersect&lt;T&gt;(CompositeRange&lt;T&gt;, T, T)</h4> <div class="markdown level1 summary"><p>Returns an intersection of the the ranges.</p> </div> <div class="markdown level1 conceptual"></div> <h5 class="decalaration">Declaration</h5> <div class="codewrapper"> <pre><code class="lang-csharp hljs">public static CompositeRange&lt;T&gt; Intersect&lt;T&gt;(this CompositeRange&lt;T&gt; compositeRange, T from, T to)</code></pre> </div> <h5 class="parameters">Parameters</h5> <table class="table table-bordered table-striped table-condensed"> <thead> <tr> <th>Type</th> <th>Name</th> <th>Description</th> </tr> </thead> <tbody> <tr> <td><a class="xref" href="CodeJam.Ranges.CompositeRange-1.html">CompositeRange</a>&lt;T&gt;</td> <td><span class="parametername">compositeRange</span></td> <td><p>The source range.</p> </td> </tr> <tr> <td><span class="xref">T</span></td> <td><span class="parametername">from</span></td> <td><p>The boundary From value.</p> </td> </tr> <tr> <td><span class="xref">T</span></td> <td><span class="parametername">to</span></td> <td><p>The boundary To value.</p> </td> </tr> </tbody> </table> <h5 class="returns">Returns</h5> <table class="table table-bordered table-striped table-condensed"> <thead> <tr> <th>Type</th> <th>Description</th> </tr> </thead> <tbody> <tr> <td><a class="xref" href="CodeJam.Ranges.CompositeRange-1.html">CompositeRange</a>&lt;T&gt;</td> <td><p>An intersection range or empty range if the ranges do not intersect.</p> </td> </tr> </tbody> </table> <h5 class="typeParameters">Type Parameters</h5> <table class="table table-bordered table-striped table-condensed"> <thead> <tr> <th>Name</th> <th>Description</th> </tr> </thead> <tbody> <tr> <td><span class="parametername">T</span></td> <td><p>The type of the range values.</p> </td> </tr> </tbody> </table> <span class="small pull-right mobile-hide"> <span class="divider">|</span> <a href="https://github.com/rsdn/CodeJam/new/master/apiSpec/new?filename=CodeJam_Ranges_CompositeRangeExtensions_Intersect__1_CodeJam_Ranges_CompositeRange___0__CodeJam_Ranges_Range___0__.md&amp;value=---%0Auid%3A%20CodeJam.Ranges.CompositeRangeExtensions.Intersect%60%601(CodeJam.Ranges.CompositeRange%7B%60%600%7D%2CCodeJam.Ranges.Range%7B%60%600%7D)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a> </span> <span class="small pull-right mobile-hide"> <a href="https://github.com/rsdn/CodeJam/blob/master/Main/src/Ranges/[RangeExtensions]/CompositeRangeExtensions.NoKey.cs/#L625">View Source</a> </span> <a id="CodeJam_Ranges_CompositeRangeExtensions_Intersect_" data-uid="CodeJam.Ranges.CompositeRangeExtensions.Intersect*"></a> <h4 id="CodeJam_Ranges_CompositeRangeExtensions_Intersect__1_CodeJam_Ranges_CompositeRange___0__CodeJam_Ranges_Range___0__" data-uid="CodeJam.Ranges.CompositeRangeExtensions.Intersect``1(CodeJam.Ranges.CompositeRange{``0},CodeJam.Ranges.Range{``0})">Intersect&lt;T&gt;(CompositeRange&lt;T&gt;, Range&lt;T&gt;)</h4> <div class="markdown level1 summary"><p>Returns an intersection of the the ranges.</p> </div> <div class="markdown level1 conceptual"></div> <h5 class="decalaration">Declaration</h5> <div class="codewrapper"> <pre><code class="lang-csharp hljs">public static CompositeRange&lt;T&gt; Intersect&lt;T&gt;(this CompositeRange&lt;T&gt; compositeRange, Range&lt;T&gt; other)</code></pre> </div> <h5 class="parameters">Parameters</h5> <table class="table table-bordered table-striped table-condensed"> <thead> <tr> <th>Type</th> <th>Name</th> <th>Description</th> </tr> </thead> <tbody> <tr> <td><a class="xref" href="CodeJam.Ranges.CompositeRange-1.html">CompositeRange</a>&lt;T&gt;</td> <td><span class="parametername">compositeRange</span></td> <td><p>The source range.</p> </td> </tr> <tr> <td><a class="xref" href="CodeJam.Ranges.Range-1.html">Range</a>&lt;T&gt;</td> <td><span class="parametername">other</span></td> <td><p>The range to intersect with.</p> </td> </tr> </tbody> </table> <h5 class="returns">Returns</h5> <table class="table table-bordered table-striped table-condensed"> <thead> <tr> <th>Type</th> <th>Description</th> </tr> </thead> <tbody> <tr> <td><a class="xref" href="CodeJam.Ranges.CompositeRange-1.html">CompositeRange</a>&lt;T&gt;</td> <td><p>An intersection range or empty range if the ranges do not intersect.</p> </td> </tr> </tbody> </table> <h5 class="typeParameters">Type Parameters</h5> <table class="table table-bordered table-striped table-condensed"> <thead> <tr> <th>Name</th> <th>Description</th> </tr> </thead> <tbody> <tr> <td><span class="parametername">T</span></td> <td><p>The type of the range values.</p> </td> </tr> </tbody> </table> <span class="small pull-right mobile-hide"> <span class="divider">|</span> <a href="https://github.com/rsdn/CodeJam/new/master/apiSpec/new?filename=CodeJam_Ranges_CompositeRangeExtensions_Intersect__2_CodeJam_Ranges_CompositeRange___0___1____0___0_.md&amp;value=---%0Auid%3A%20CodeJam.Ranges.CompositeRangeExtensions.Intersect%60%602(CodeJam.Ranges.CompositeRange%7B%60%600%2C%60%601%7D%2C%60%600%2C%60%600)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a> </span> <span class="small pull-right mobile-hide"> <a href="https://github.com/rsdn/CodeJam/blob/master/Main/src/Ranges/[RangeExtensions]/CompositeRangeExtensions.WithKey.generated.cs/#L655">View Source</a> </span> <a id="CodeJam_Ranges_CompositeRangeExtensions_Intersect_" data-uid="CodeJam.Ranges.CompositeRangeExtensions.Intersect*"></a> <h4 id="CodeJam_Ranges_CompositeRangeExtensions_Intersect__2_CodeJam_Ranges_CompositeRange___0___1____0___0_" data-uid="CodeJam.Ranges.CompositeRangeExtensions.Intersect``2(CodeJam.Ranges.CompositeRange{``0,``1},``0,``0)">Intersect&lt;T, TKey&gt;(CompositeRange&lt;T, TKey&gt;, T, T)</h4> <div class="markdown level1 summary"><p>Returns an intersection of the the ranges.</p> </div> <div class="markdown level1 conceptual"></div> <h5 class="decalaration">Declaration</h5> <div class="codewrapper"> <pre><code class="lang-csharp hljs">public static CompositeRange&lt;T, TKey&gt; Intersect&lt;T, TKey&gt;(this CompositeRange&lt;T, TKey&gt; compositeRange, T from, T to)</code></pre> </div> <h5 class="parameters">Parameters</h5> <table class="table table-bordered table-striped table-condensed"> <thead> <tr> <th>Type</th> <th>Name</th> <th>Description</th> </tr> </thead> <tbody> <tr> <td><a class="xref" href="CodeJam.Ranges.CompositeRange-2.html">CompositeRange</a>&lt;T, TKey&gt;</td> <td><span class="parametername">compositeRange</span></td> <td><p>The source range.</p> </td> </tr> <tr> <td><span class="xref">T</span></td> <td><span class="parametername">from</span></td> <td><p>The boundary From value.</p> </td> </tr> <tr> <td><span class="xref">T</span></td> <td><span class="parametername">to</span></td> <td><p>The boundary To value.</p> </td> </tr> </tbody> </table> <h5 class="returns">Returns</h5> <table class="table table-bordered table-striped table-condensed"> <thead> <tr> <th>Type</th> <th>Description</th> </tr> </thead> <tbody> <tr> <td><a class="xref" href="CodeJam.Ranges.CompositeRange-2.html">CompositeRange</a>&lt;T, TKey&gt;</td> <td><p>An intersection range or empty range if the ranges do not intersect.</p> </td> </tr> </tbody> </table> <h5 class="typeParameters">Type Parameters</h5> <table class="table table-bordered table-striped table-condensed"> <thead> <tr> <th>Name</th> <th>Description</th> </tr> </thead> <tbody> <tr> <td><span class="parametername">T</span></td> <td><p>The type of the range values.</p> </td> </tr> <tr> <td><span class="parametername">TKey</span></td> <td><p>The type of the range key</p> </td> </tr> </tbody> </table> <span class="small pull-right mobile-hide"> <span class="divider">|</span> <a href="https://github.com/rsdn/CodeJam/new/master/apiSpec/new?filename=CodeJam_Ranges_CompositeRangeExtensions_Intersect__2_CodeJam_Ranges_CompositeRange___0___1__CodeJam_Ranges_Range___0__.md&amp;value=---%0Auid%3A%20CodeJam.Ranges.CompositeRangeExtensions.Intersect%60%602(CodeJam.Ranges.CompositeRange%7B%60%600%2C%60%601%7D%2CCodeJam.Ranges.Range%7B%60%600%7D)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a> </span> <span class="small pull-right mobile-hide"> <a href="https://github.com/rsdn/CodeJam/blob/master/Main/src/Ranges/[RangeExtensions]/CompositeRangeExtensions.WithKey.generated.cs/#L665">View Source</a> </span> <a id="CodeJam_Ranges_CompositeRangeExtensions_Intersect_" data-uid="CodeJam.Ranges.CompositeRangeExtensions.Intersect*"></a> <h4 id="CodeJam_Ranges_CompositeRangeExtensions_Intersect__2_CodeJam_Ranges_CompositeRange___0___1__CodeJam_Ranges_Range___0__" data-uid="CodeJam.Ranges.CompositeRangeExtensions.Intersect``2(CodeJam.Ranges.CompositeRange{``0,``1},CodeJam.Ranges.Range{``0})">Intersect&lt;T, TKey&gt;(CompositeRange&lt;T, TKey&gt;, Range&lt;T&gt;)</h4> <div class="markdown level1 summary"><p>Returns an intersection of the the ranges.</p> </div> <div class="markdown level1 conceptual"></div> <h5 class="decalaration">Declaration</h5> <div class="codewrapper"> <pre><code class="lang-csharp hljs">public static CompositeRange&lt;T, TKey&gt; Intersect&lt;T, TKey&gt;(this CompositeRange&lt;T, TKey&gt; compositeRange, Range&lt;T&gt; other)</code></pre> </div> <h5 class="parameters">Parameters</h5> <table class="table table-bordered table-striped table-condensed"> <thead> <tr> <th>Type</th> <th>Name</th> <th>Description</th> </tr> </thead> <tbody> <tr> <td><a class="xref" href="CodeJam.Ranges.CompositeRange-2.html">CompositeRange</a>&lt;T, TKey&gt;</td> <td><span class="parametername">compositeRange</span></td> <td><p>The source range.</p> </td> </tr> <tr> <td><a class="xref" href="CodeJam.Ranges.Range-1.html">Range</a>&lt;T&gt;</td> <td><span class="parametername">other</span></td> <td><p>The range to intersect with.</p> </td> </tr> </tbody> </table> <h5 class="returns">Returns</h5> <table class="table table-bordered table-striped table-condensed"> <thead> <tr> <th>Type</th> <th>Description</th> </tr> </thead> <tbody> <tr> <td><a class="xref" href="CodeJam.Ranges.CompositeRange-2.html">CompositeRange</a>&lt;T, TKey&gt;</td> <td><p>An intersection range or empty range if the ranges do not intersect.</p> </td> </tr> </tbody> </table> <h5 class="typeParameters">Type Parameters</h5> <table class="table table-bordered table-striped table-condensed"> <thead> <tr> <th>Name</th> <th>Description</th> </tr> </thead> <tbody> <tr> <td><span class="parametername">T</span></td> <td><p>The type of the range values.</p> </td> </tr> <tr> <td><span class="parametername">TKey</span></td> <td><p>The type of the range key</p> </td> </tr> </tbody> </table> <span class="small pull-right mobile-hide"> <span class="divider">|</span> <a href="https://github.com/rsdn/CodeJam/new/master/apiSpec/new?filename=CodeJam_Ranges_CompositeRangeExtensions_Intersect__2_CodeJam_Ranges_CompositeRange___0____1_.md&amp;value=---%0Auid%3A%20CodeJam.Ranges.CompositeRangeExtensions.Intersect%60%602(CodeJam.Ranges.CompositeRange%7B%60%600%7D%2C%60%601)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a> </span> <span class="small pull-right mobile-hide"> <a href="https://github.com/rsdn/CodeJam/blob/master/Main/src/Ranges/[RangeExtensions]/CompositeRangeExtensions.NoKey.cs/#L652">View Source</a> </span> <a id="CodeJam_Ranges_CompositeRangeExtensions_Intersect_" data-uid="CodeJam.Ranges.CompositeRangeExtensions.Intersect*"></a> <h4 id="CodeJam_Ranges_CompositeRangeExtensions_Intersect__2_CodeJam_Ranges_CompositeRange___0____1_" data-uid="CodeJam.Ranges.CompositeRangeExtensions.Intersect``2(CodeJam.Ranges.CompositeRange{``0},``1)">Intersect&lt;T, TCompositeRange&gt;(CompositeRange&lt;T&gt;, TCompositeRange)</h4> <div class="markdown level1 summary"><p>Returns an intersection of the the ranges.</p> </div> <div class="markdown level1 conceptual"></div> <h5 class="decalaration">Declaration</h5> <div class="codewrapper"> <pre><code class="lang-csharp hljs">public static CompositeRange&lt;T&gt; Intersect&lt;T, TCompositeRange&gt;(this CompositeRange&lt;T&gt; compositeRange, TCompositeRange other)where TCompositeRange : ICompositeRange&lt;T&gt;</code></pre> </div> <h5 class="parameters">Parameters</h5> <table class="table table-bordered table-striped table-condensed"> <thead> <tr> <th>Type</th> <th>Name</th> <th>Description</th> </tr> </thead> <tbody> <tr> <td><a class="xref" href="CodeJam.Ranges.CompositeRange-1.html">CompositeRange</a>&lt;T&gt;</td> <td><span class="parametername">compositeRange</span></td> <td><p>The source range.</p> </td> </tr> <tr> <td><span class="xref">TCompositeRange</span></td> <td><span class="parametername">other</span></td> <td><p>The range to intersect with.</p> </td> </tr> </tbody> </table> <h5 class="returns">Returns</h5> <table class="table table-bordered table-striped table-condensed"> <thead> <tr> <th>Type</th> <th>Description</th> </tr> </thead> <tbody> <tr> <td><a class="xref" href="CodeJam.Ranges.CompositeRange-1.html">CompositeRange</a>&lt;T&gt;</td> <td><p>An intersection range or empty range if the ranges do not intersect.</p> </td> </tr> </tbody> </table> <h5 class="typeParameters">Type Parameters</h5> <table class="table table-bordered table-striped table-condensed"> <thead> <tr> <th>Name</th> <th>Description</th> </tr> </thead> <tbody> <tr> <td><span class="parametername">T</span></td> <td><p>The type of the range values.</p> </td> </tr> <tr> <td><span class="parametername">TCompositeRange</span></td> <td><p>The type of another range.</p> </td> </tr> </tbody> </table> <span class="small pull-right mobile-hide"> <span class="divider">|</span> <a href="https://github.com/rsdn/CodeJam/new/master/apiSpec/new?filename=CodeJam_Ranges_CompositeRangeExtensions_Intersect__2_CodeJam_Ranges_CompositeRange___0__CodeJam_Ranges_Range___0___1__.md&amp;value=---%0Auid%3A%20CodeJam.Ranges.CompositeRangeExtensions.Intersect%60%602(CodeJam.Ranges.CompositeRange%7B%60%600%7D%2CCodeJam.Ranges.Range%7B%60%600%2C%60%601%7D)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a> </span> <span class="small pull-right mobile-hide"> <a href="https://github.com/rsdn/CodeJam/blob/master/Main/src/Ranges/[RangeExtensions]/CompositeRangeExtensions.NoKey.cs/#L642">View Source</a> </span> <a id="CodeJam_Ranges_CompositeRangeExtensions_Intersect_" data-uid="CodeJam.Ranges.CompositeRangeExtensions.Intersect*"></a> <h4 id="CodeJam_Ranges_CompositeRangeExtensions_Intersect__2_CodeJam_Ranges_CompositeRange___0__CodeJam_Ranges_Range___0___1__" data-uid="CodeJam.Ranges.CompositeRangeExtensions.Intersect``2(CodeJam.Ranges.CompositeRange{``0},CodeJam.Ranges.Range{``0,``1})">Intersect&lt;T, TKey2&gt;(CompositeRange&lt;T&gt;, Range&lt;T, TKey2&gt;)</h4> <div class="markdown level1 summary"><p>Returns an intersection of the the ranges.</p> </div> <div class="markdown level1 conceptual"></div> <h5 class="decalaration">Declaration</h5> <div class="codewrapper"> <pre><code class="lang-csharp hljs">public static CompositeRange&lt;T&gt; Intersect&lt;T, TKey2&gt;(this CompositeRange&lt;T&gt; compositeRange, Range&lt;T, TKey2&gt; other)</code></pre> </div> <h5 class="parameters">Parameters</h5> <table class="table table-bordered table-striped table-condensed"> <thead> <tr> <th>Type</th> <th>Name</th> <th>Description</th> </tr> </thead> <tbody> <tr> <td><a class="xref" href="CodeJam.Ranges.CompositeRange-1.html">CompositeRange</a>&lt;T&gt;</td> <td><span class="parametername">compositeRange</span></td> <td><p>The source range.</p> </td> </tr> <tr> <td><a class="xref" href="CodeJam.Ranges.Range-2.html">Range</a>&lt;T, TKey2&gt;</td> <td><span class="parametername">other</span></td> <td><p>The range to intersect with.</p> </td> </tr> </tbody> </table> <h5 class="returns">Returns</h5> <table class="table table-bordered table-striped table-condensed"> <thead> <tr> <th>Type</th> <th>Description</th> </tr> </thead> <tbody> <tr> <td><a class="xref" href="CodeJam.Ranges.CompositeRange-1.html">CompositeRange</a>&lt;T&gt;</td> <td><p>An intersection range or empty range if the ranges do not intersect.</p> </td> </tr> </tbody> </table> <h5 class="typeParameters">Type Parameters</h5> <table class="table table-bordered table-striped table-condensed"> <thead> <tr> <th>Name</th> <th>Description</th> </tr> </thead> <tbody> <tr> <td><span class="parametername">T</span></td> <td><p>The type of the range values.</p> </td> </tr> <tr> <td><span class="parametername">TKey2</span></td> <td><p>The type of the other range key</p> </td> </tr> </tbody> </table> <span class="small pull-right mobile-hide"> <span class="divider">|</span> <a href="https://github.com/rsdn/CodeJam/new/master/apiSpec/new?filename=CodeJam_Ranges_CompositeRangeExtensions_Intersect__3_CodeJam_Ranges_CompositeRange___0___1____2_.md&amp;value=---%0Auid%3A%20CodeJam.Ranges.CompositeRangeExtensions.Intersect%60%603(CodeJam.Ranges.CompositeRange%7B%60%600%2C%60%601%7D%2C%60%602)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a> </span> <span class="small pull-right mobile-hide"> <a href="https://github.com/rsdn/CodeJam/blob/master/Main/src/Ranges/[RangeExtensions]/CompositeRangeExtensions.WithKey.generated.cs/#L694">View Source</a> </span> <a id="CodeJam_Ranges_CompositeRangeExtensions_Intersect_" data-uid="CodeJam.Ranges.CompositeRangeExtensions.Intersect*"></a> <h4 id="CodeJam_Ranges_CompositeRangeExtensions_Intersect__3_CodeJam_Ranges_CompositeRange___0___1____2_" data-uid="CodeJam.Ranges.CompositeRangeExtensions.Intersect``3(CodeJam.Ranges.CompositeRange{``0,``1},``2)">Intersect&lt;T, TKey, TCompositeRange&gt;(CompositeRange&lt;T, TKey&gt;, TCompositeRange)</h4> <div class="markdown level1 summary"><p>Returns an intersection of the the ranges.</p> </div> <div class="markdown level1 conceptual"></div> <h5 class="decalaration">Declaration</h5> <div class="codewrapper"> <pre><code class="lang-csharp hljs">public static CompositeRange&lt;T, TKey&gt; Intersect&lt;T, TKey, TCompositeRange&gt;(this CompositeRange&lt;T, TKey&gt; compositeRange, TCompositeRange other)where TCompositeRange : ICompositeRange&lt;T&gt;</code></pre> </div> <h5 class="parameters">Parameters</h5> <table class="table table-bordered table-striped table-condensed"> <thead> <tr> <th>Type</th> <th>Name</th> <th>Description</th> </tr> </thead> <tbody> <tr> <td><a class="xref" href="CodeJam.Ranges.CompositeRange-2.html">CompositeRange</a>&lt;T, TKey&gt;</td> <td><span class="parametername">compositeRange</span></td> <td><p>The source range.</p> </td> </tr> <tr> <td><span class="xref">TCompositeRange</span></td> <td><span class="parametername">other</span></td> <td><p>The range to intersect with.</p> </td> </tr> </tbody> </table> <h5 class="returns">Returns</h5> <table class="table table-bordered table-striped table-condensed"> <thead> <tr> <th>Type</th> <th>Description</th> </tr> </thead> <tbody> <tr> <td><a class="xref" href="CodeJam.Ranges.CompositeRange-2.html">CompositeRange</a>&lt;T, TKey&gt;</td> <td><p>An intersection range or empty range if the ranges do not intersect.</p> </td> </tr> </tbody> </table> <h5 class="typeParameters">Type Parameters</h5> <table class="table table-bordered table-striped table-condensed"> <thead> <tr> <th>Name</th> <th>Description</th> </tr> </thead> <tbody> <tr> <td><span class="parametername">T</span></td> <td><p>The type of the range values.</p> </td> </tr> <tr> <td><span class="parametername">TKey</span></td> <td><p>The type of the range key</p> </td> </tr> <tr> <td><span class="parametername">TCompositeRange</span></td> <td><p>The type of another range.</p> </td> </tr> </tbody> </table> <span class="small pull-right mobile-hide"> <span class="divider">|</span> <a href="https://github.com/rsdn/CodeJam/new/master/apiSpec/new?filename=CodeJam_Ranges_CompositeRangeExtensions_Intersect__3_CodeJam_Ranges_CompositeRange___0___1__CodeJam_Ranges_Range___0___2__.md&amp;value=---%0Auid%3A%20CodeJam.Ranges.CompositeRangeExtensions.Intersect%60%603(CodeJam.Ranges.CompositeRange%7B%60%600%2C%60%601%7D%2CCodeJam.Ranges.Range%7B%60%600%2C%60%602%7D)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a> </span> <span class="small pull-right mobile-hide"> <a href="https://github.com/rsdn/CodeJam/blob/master/Main/src/Ranges/[RangeExtensions]/CompositeRangeExtensions.WithKey.generated.cs/#L683">View Source</a> </span> <a id="CodeJam_Ranges_CompositeRangeExtensions_Intersect_" data-uid="CodeJam.Ranges.CompositeRangeExtensions.Intersect*"></a> <h4 id="CodeJam_Ranges_CompositeRangeExtensions_Intersect__3_CodeJam_Ranges_CompositeRange___0___1__CodeJam_Ranges_Range___0___2__" data-uid="CodeJam.Ranges.CompositeRangeExtensions.Intersect``3(CodeJam.Ranges.CompositeRange{``0,``1},CodeJam.Ranges.Range{``0,``2})">Intersect&lt;T, TKey, TKey2&gt;(CompositeRange&lt;T, TKey&gt;, Range&lt;T, TKey2&gt;)</h4> <div class="markdown level1 summary"><p>Returns an intersection of the the ranges.</p> </div> <div class="markdown level1 conceptual"></div> <h5 class="decalaration">Declaration</h5> <div class="codewrapper"> <pre><code class="lang-csharp hljs">public static CompositeRange&lt;T, TKey&gt; Intersect&lt;T, TKey, TKey2&gt;(this CompositeRange&lt;T, TKey&gt; compositeRange, Range&lt;T, TKey2&gt; other)</code></pre> </div> <h5 class="parameters">Parameters</h5> <table class="table table-bordered table-striped table-condensed"> <thead> <tr> <th>Type</th> <th>Name</th> <th>Description</th> </tr> </thead> <tbody> <tr> <td><a class="xref" href="CodeJam.Ranges.CompositeRange-2.html">CompositeRange</a>&lt;T, TKey&gt;</td> <td><span class="parametername">compositeRange</span></td> <td><p>The source range.</p> </td> </tr> <tr> <td><a class="xref" href="CodeJam.Ranges.Range-2.html">Range</a>&lt;T, TKey2&gt;</td> <td><span class="parametername">other</span></td> <td><p>The range to intersect with.</p> </td> </tr> </tbody> </table> <h5 class="returns">Returns</h5> <table class="table table-bordered table-striped table-condensed"> <thead> <tr> <th>Type</th> <th>Description</th> </tr> </thead> <tbody> <tr> <td><a class="xref" href="CodeJam.Ranges.CompositeRange-2.html">CompositeRange</a>&lt;T, TKey&gt;</td> <td><p>An intersection range or empty range if the ranges do not intersect.</p> </td> </tr> </tbody> </table> <h5 class="typeParameters">Type Parameters</h5> <table class="table table-bordered table-striped table-condensed"> <thead> <tr> <th>Name</th> <th>Description</th> </tr> </thead> <tbody> <tr> <td><span class="parametername">T</span></td> <td><p>The type of the range values.</p> </td> </tr> <tr> <td><span class="parametername">TKey</span></td> <td><p>The type of the range key</p> </td> </tr> <tr> <td><span class="parametername">TKey2</span></td> <td><p>The type of the other range key</p> </td> </tr> </tbody> </table> <span class="small pull-right mobile-hide"> <span class="divider">|</span> <a href="https://github.com/rsdn/CodeJam/new/master/apiSpec/new?filename=CodeJam_Ranges_CompositeRangeExtensions_MakeExclusive__1_CodeJam_Ranges_CompositeRange___0__System_Func___0___0__System_Func___0___0__.md&amp;value=---%0Auid%3A%20CodeJam.Ranges.CompositeRangeExtensions.MakeExclusive%60%601(CodeJam.Ranges.CompositeRange%7B%60%600%7D%2CSystem.Func%7B%60%600%2C%60%600%7D%2CSystem.Func%7B%60%600%2C%60%600%7D)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a> </span> <span class="small pull-right mobile-hide"> <a href="https://github.com/rsdn/CodeJam/blob/master/Main/src/Ranges/[RangeExtensions]/CompositeRangeExtensions.NoKey.cs/#L68">View Source</a> </span> <a id="CodeJam_Ranges_CompositeRangeExtensions_MakeExclusive_" data-uid="CodeJam.Ranges.CompositeRangeExtensions.MakeExclusive*"></a> <h4 id="CodeJam_Ranges_CompositeRangeExtensions_MakeExclusive__1_CodeJam_Ranges_CompositeRange___0__System_Func___0___0__System_Func___0___0__" data-uid="CodeJam.Ranges.CompositeRangeExtensions.MakeExclusive``1(CodeJam.Ranges.CompositeRange{``0},System.Func{``0,``0},System.Func{``0,``0})">MakeExclusive&lt;T&gt;(CompositeRange&lt;T&gt;, Func&lt;T, T&gt;, Func&lt;T, T&gt;)</h4> <div class="markdown level1 summary"><p>Replaces inclusive boundaries with exclusive ones with the values from the selector callbacks</p> </div> <div class="markdown level1 conceptual"></div> <h5 class="decalaration">Declaration</h5> <div class="codewrapper"> <pre><code class="lang-csharp hljs">public static CompositeRange&lt;T&gt; MakeExclusive&lt;T&gt;(this CompositeRange&lt;T&gt; compositeRange, Func&lt;T, T&gt; fromValueSelector, Func&lt;T, T&gt; toValueSelector)</code></pre> </div> <h5 class="parameters">Parameters</h5> <table class="table table-bordered table-striped table-condensed"> <thead> <tr> <th>Type</th> <th>Name</th> <th>Description</th> </tr> </thead> <tbody> <tr> <td><a class="xref" href="CodeJam.Ranges.CompositeRange-1.html">CompositeRange</a>&lt;T&gt;</td> <td><span class="parametername">compositeRange</span></td> <td><p>The source range.</p> </td> </tr> <tr> <td><span class="xref">System.Func</span>&lt;T, T&gt;</td> <td><span class="parametername">fromValueSelector</span></td> <td><p>Callback to obtain a new value for the From boundary. Used if the boundary is inclusive.</p> </td> </tr> <tr> <td><span class="xref">System.Func</span>&lt;T, T&gt;</td> <td><span class="parametername">toValueSelector</span></td> <td><p>Callback to obtain a new value for the To boundary. Used if the boundary is inclusive.</p> </td> </tr> </tbody> </table> <h5 class="returns">Returns</h5> <table class="table table-bordered table-striped table-condensed"> <thead> <tr> <th>Type</th> <th>Description</th> </tr> </thead> <tbody> <tr> <td><a class="xref" href="CodeJam.Ranges.CompositeRange-1.html">CompositeRange</a>&lt;T&gt;</td> <td><p>A range with exclusive boundaries.</p> </td> </tr> </tbody> </table> <h5 class="typeParameters">Type Parameters</h5> <table class="table table-bordered table-striped table-condensed"> <thead> <tr> <th>Name</th> <th>Description</th> </tr> </thead> <tbody> <tr> <td><span class="parametername">T</span></td> <td><p>The type of the range values.</p> </td> </tr> </tbody> </table> <span class="small pull-right mobile-hide"> <span class="divider">|</span> <a href="https://github.com/rsdn/CodeJam/new/master/apiSpec/new?filename=CodeJam_Ranges_CompositeRangeExtensions_MakeExclusive__2_CodeJam_Ranges_CompositeRange___0___1__System_Func___0___0__System_Func___0___0__.md&amp;value=---%0Auid%3A%20CodeJam.Ranges.CompositeRangeExtensions.MakeExclusive%60%602(CodeJam.Ranges.CompositeRange%7B%60%600%2C%60%601%7D%2CSystem.Func%7B%60%600%2C%60%600%7D%2CSystem.Func%7B%60%600%2C%60%600%7D)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a> </span> <span class="small pull-right mobile-hide"> <a href="https://github.com/rsdn/CodeJam/blob/master/Main/src/Ranges/[RangeExtensions]/CompositeRangeExtensions.WithKey.generated.cs/#L81">View Source</a> </span> <a id="CodeJam_Ranges_CompositeRangeExtensions_MakeExclusive_" data-uid="CodeJam.Ranges.CompositeRangeExtensions.MakeExclusive*"></a> <h4 id="CodeJam_Ranges_CompositeRangeExtensions_MakeExclusive__2_CodeJam_Ranges_CompositeRange___0___1__System_Func___0___0__System_Func___0___0__" data-uid="CodeJam.Ranges.CompositeRangeExtensions.MakeExclusive``2(CodeJam.Ranges.CompositeRange{``0,``1},System.Func{``0,``0},System.Func{``0,``0})">MakeExclusive&lt;T, TKey&gt;(CompositeRange&lt;T, TKey&gt;, Func&lt;T, T&gt;, Func&lt;T, T&gt;)</h4> <div class="markdown level1 summary"><p>Replaces inclusive boundaries with exclusive ones with the values from the selector callbacks</p> </div> <div class="markdown level1 conceptual"></div> <h5 class="decalaration">Declaration</h5> <div class="codewrapper"> <pre><code class="lang-csharp hljs">public static CompositeRange&lt;T, TKey&gt; MakeExclusive&lt;T, TKey&gt;(this CompositeRange&lt;T, TKey&gt; compositeRange, Func&lt;T, T&gt; fromValueSelector, Func&lt;T, T&gt; toValueSelector)</code></pre> </div> <h5 class="parameters">Parameters</h5> <table class="table table-bordered table-striped table-condensed"> <thead> <tr> <th>Type</th> <th>Name</th> <th>Description</th> </tr> </thead> <tbody> <tr> <td><a class="xref" href="CodeJam.Ranges.CompositeRange-2.html">CompositeRange</a>&lt;T, TKey&gt;</td> <td><span class="parametername">compositeRange</span></td> <td><p>The source range.</p> </td> </tr> <tr> <td><span class="xref">System.Func</span>&lt;T, T&gt;</td> <td><span class="parametername">fromValueSelector</span></td> <td><p>Callback to obtain a new value for the From boundary. Used if the boundary is inclusive.</p> </td> </tr> <tr> <td><span class="xref">System.Func</span>&lt;T, T&gt;</td> <td><span class="parametername">toValueSelector</span></td> <td><p>Callback to obtain a new value for the To boundary. Used if the boundary is inclusive.</p> </td> </tr> </tbody> </table> <h5 class="returns">Returns</h5> <table class="table table-bordered table-striped table-condensed"> <thead> <tr> <th>Type</th> <th>Description</th> </tr> </thead> <tbody> <tr> <td><a class="xref" href="CodeJam.Ranges.CompositeRange-2.html">CompositeRange</a>&lt;T, TKey&gt;</td> <td><p>A range with exclusive boundaries.</p> </td> </tr> </tbody> </table> <h5 class="typeParameters">Type Parameters</h5> <table class="table table-bordered table-striped table-condensed"> <thead> <tr> <th>Name</th> <th>Description</th> </tr> </thead> <tbody> <tr> <td><span class="parametername">T</span></td> <td><p>The type of the range values.</p> </td> </tr> <tr> <td><span class="parametername">TKey</span></td> <td><p>The type of the range key</p> </td> </tr> </tbody> </table> <span class="small pull-right mobile-hide"> <span class="divider">|</span> <a href="https://github.com/rsdn/CodeJam/new/master/apiSpec/new?filename=CodeJam_Ranges_CompositeRangeExtensions_MakeInclusive__1_CodeJam_Ranges_CompositeRange___0__System_Func___0___0__System_Func___0___0__.md&amp;value=---%0Auid%3A%20CodeJam.Ranges.CompositeRangeExtensions.MakeInclusive%60%601(CodeJam.Ranges.CompositeRange%7B%60%600%7D%2CSystem.Func%7B%60%600%2C%60%600%7D%2CSystem.Func%7B%60%600%2C%60%600%7D)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a> </span> <span class="small pull-right mobile-hide"> <a href="https://github.com/rsdn/CodeJam/blob/master/Main/src/Ranges/[RangeExtensions]/CompositeRangeExtensions.NoKey.cs/#L46">View Source</a> </span> <a id="CodeJam_Ranges_CompositeRangeExtensions_MakeInclusive_" data-uid="CodeJam.Ranges.CompositeRangeExtensions.MakeInclusive*"></a> <h4 id="CodeJam_Ranges_CompositeRangeExtensions_MakeInclusive__1_CodeJam_Ranges_CompositeRange___0__System_Func___0___0__System_Func___0___0__" data-uid="CodeJam.Ranges.CompositeRangeExtensions.MakeInclusive``1(CodeJam.Ranges.CompositeRange{``0},System.Func{``0,``0},System.Func{``0,``0})">MakeInclusive&lt;T&gt;(CompositeRange&lt;T&gt;, Func&lt;T, T&gt;, Func&lt;T, T&gt;)</h4> <div class="markdown level1 summary"><p>Replaces exclusive boundaries with inclusive ones with the values from the selector callbacks</p> </div> <div class="markdown level1 conceptual"></div> <h5 class="decalaration">Declaration</h5> <div class="codewrapper"> <pre><code class="lang-csharp hljs">public static CompositeRange&lt;T&gt; MakeInclusive&lt;T&gt;(this CompositeRange&lt;T&gt; compositeRange, Func&lt;T, T&gt; fromValueSelector, Func&lt;T, T&gt; toValueSelector)</code></pre> </div> <h5 class="parameters">Parameters</h5> <table class="table table-bordered table-striped table-condensed"> <thead> <tr> <th>Type</th> <th>Name</th> <th>Description</th> </tr> </thead> <tbody> <tr> <td><a class="xref" href="CodeJam.Ranges.CompositeRange-1.html">CompositeRange</a>&lt;T&gt;</td> <td><span class="parametername">compositeRange</span></td> <td><p>The source range.</p> </td> </tr> <tr> <td><span class="xref">System.Func</span>&lt;T, T&gt;</td> <td><span class="parametername">fromValueSelector</span></td> <td><p>Callback to obtain a new value for the From boundary. Used if the boundary is exclusive.</p> </td> </tr> <tr> <td><span class="xref">System.Func</span>&lt;T, T&gt;</td> <td><span class="parametername">toValueSelector</span></td> <td><p>Callback to obtain a new value for the To boundary. Used if the boundary is exclusive.</p> </td> </tr> </tbody> </table> <h5 class="returns">Returns</h5> <table class="table table-bordered table-striped table-condensed"> <thead> <tr> <th>Type</th> <th>Description</th> </tr> </thead> <tbody> <tr> <td><a class="xref" href="CodeJam.Ranges.CompositeRange-1.html">CompositeRange</a>&lt;T&gt;</td> <td><p>A range with inclusive boundaries.</p> </td> </tr> </tbody> </table> <h5 class="typeParameters">Type Parameters</h5> <table class="table table-bordered table-striped table-condensed"> <thead> <tr> <th>Name</th> <th>Description</th> </tr> </thead> <tbody> <tr> <td><span class="parametername">T</span></td> <td><p>The type of the range values.</p> </td> </tr> </tbody> </table> <span class="small pull-right mobile-hide"> <span class="divider">|</span> <a href="https://github.com/rsdn/CodeJam/new/master/apiSpec/new?filename=CodeJam_Ranges_CompositeRangeExtensions_MakeInclusive__2_CodeJam_Ranges_CompositeRange___0___1__System_Func___0___0__System_Func___0___0__.md&amp;value=---%0Auid%3A%20CodeJam.Ranges.CompositeRangeExtensions.MakeInclusive%60%602(CodeJam.Ranges.CompositeRange%7B%60%600%2C%60%601%7D%2CSystem.Func%7B%60%600%2C%60%600%7D%2CSystem.Func%7B%60%600%2C%60%600%7D)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a> </span> <span class="small pull-right mobile-hide"> <a href="https://github.com/rsdn/CodeJam/blob/master/Main/src/Ranges/[RangeExtensions]/CompositeRangeExtensions.WithKey.generated.cs/#L58">View Source</a> </span> <a id="CodeJam_Ranges_CompositeRangeExtensions_MakeInclusive_" data-uid="CodeJam.Ranges.CompositeRangeExtensions.MakeInclusive*"></a> <h4 id="CodeJam_Ranges_CompositeRangeExtensions_MakeInclusive__2_CodeJam_Ranges_CompositeRange___0___1__System_Func___0___0__System_Func___0___0__" data-uid="CodeJam.Ranges.CompositeRangeExtensions.MakeInclusive``2(CodeJam.Ranges.CompositeRange{``0,``1},System.Func{``0,``0},System.Func{``0,``0})">MakeInclusive&lt;T, TKey&gt;(CompositeRange&lt;T, TKey&gt;, Func&lt;T, T&gt;, Func&lt;T, T&gt;)</h4> <div class="markdown level1 summary"><p>Replaces exclusive boundaries with inclusive ones with the values from the selector callbacks</p> </div> <div class="markdown level1 conceptual"></div> <h5 class="decalaration">Declaration</h5> <div class="codewrapper"> <pre><code class="lang-csharp hljs">public static CompositeRange&lt;T, TKey&gt; MakeInclusive&lt;T, TKey&gt;(this CompositeRange&lt;T, TKey&gt; compositeRange, Func&lt;T, T&gt; fromValueSelector, Func&lt;T, T&gt; toValueSelector)</code></pre> </div> <h5 class="parameters">Parameters</h5> <table class="table table-bordered table-striped table-condensed"> <thead> <tr> <th>Type</th> <th>Name</th> <th>Description</th> </tr> </thead> <tbody> <tr> <td><a class="xref" href="CodeJam.Ranges.CompositeRange-2.html">CompositeRange</a>&lt;T, TKey&gt;</td> <td><span class="parametername">compositeRange</span></td> <td><p>The source range.</p> </td> </tr> <tr> <td><span class="xref">System.Func</span>&lt;T, T&gt;</td> <td><span class="parametername">fromValueSelector</span></td> <td><p>Callback to obtain a new value for the From boundary. Used if the boundary is exclusive.</p> </td> </tr> <tr> <td><span class="xref">System.Func</span>&lt;T, T&gt;</td> <td><span class="parametername">toValueSelector</span></td> <td><p>Callback to obtain a new value for the To boundary. Used if the boundary is exclusive.</p> </td> </tr> </tbody> </table> <h5 class="returns">Returns</h5> <table class="table table-bordered table-striped table-condensed"> <thead> <tr> <th>Type</th> <th>Description</th> </tr> </thead> <tbody> <tr> <td><a class="xref" href="CodeJam.Ranges.CompositeRange-2.html">CompositeRange</a>&lt;T, TKey&gt;</td> <td><p>A range with inclusive boundaries.</p> </td> </tr> </tbody> </table> <h5 class="typeParameters">Type Parameters</h5> <table class="table table-bordered table-striped table-condensed"> <thead> <tr> <th>Name</th> <th>Description</th> </tr> </thead> <tbody> <tr> <td><span class="parametername">T</span></td> <td><p>The type of the range values.</p> </td> </tr> <tr> <td><span class="parametername">TKey</span></td> <td><p>The type of the range key</p> </td> </tr> </tbody> </table> <span class="small pull-right mobile-hide"> <span class="divider">|</span> <a href="https://github.com/rsdn/CodeJam/new/master/apiSpec/new?filename=CodeJam_Ranges_CompositeRangeExtensions_ToCompositeRange__1_CodeJam_Ranges_Range___0__.md&amp;value=---%0Auid%3A%20CodeJam.Ranges.CompositeRangeExtensions.ToCompositeRange%60%601(CodeJam.Ranges.Range%7B%60%600%7D)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a> </span> <span class="small pull-right mobile-hide"> <a href="https://github.com/rsdn/CodeJam/blob/master/Main/src/Ranges/[RangeExtensions]/CompositeRangeExtensions.NoKey.cs/#L24">View Source</a> </span> <a id="CodeJam_Ranges_CompositeRangeExtensions_ToCompositeRange_" data-uid="CodeJam.Ranges.CompositeRangeExtensions.ToCompositeRange*"></a> <h4 id="CodeJam_Ranges_CompositeRangeExtensions_ToCompositeRange__1_CodeJam_Ranges_Range___0__" data-uid="CodeJam.Ranges.CompositeRangeExtensions.ToCompositeRange``1(CodeJam.Ranges.Range{``0})">ToCompositeRange&lt;T&gt;(Range&lt;T&gt;)</h4> <div class="markdown level1 summary"><p>Converts range to the composite range.</p> </div> <div class="markdown level1 conceptual"></div> <h5 class="decalaration">Declaration</h5> <div class="codewrapper"> <pre><code class="lang-csharp hljs">public static CompositeRange&lt;T&gt; ToCompositeRange&lt;T&gt;(this Range&lt;T&gt; range)</code></pre> </div> <h5 class="parameters">Parameters</h5> <table class="table table-bordered table-striped table-condensed"> <thead> <tr> <th>Type</th> <th>Name</th> <th>Description</th> </tr> </thead> <tbody> <tr> <td><a class="xref" href="CodeJam.Ranges.Range-1.html">Range</a>&lt;T&gt;</td> <td><span class="parametername">range</span></td> <td><p>The range.</p> </td> </tr> </tbody> </table> <h5 class="returns">Returns</h5> <table class="table table-bordered table-striped table-condensed"> <thead> <tr> <th>Type</th> <th>Description</th> </tr> </thead> <tbody> <tr> <td><a class="xref" href="CodeJam.Ranges.CompositeRange-1.html">CompositeRange</a>&lt;T&gt;</td> <td><p>A new composite range.</p> </td> </tr> </tbody> </table> <h5 class="typeParameters">Type Parameters</h5> <table class="table table-bordered table-striped table-condensed"> <thead> <tr> <th>Name</th> <th>Description</th> </tr> </thead> <tbody> <tr> <td><span class="parametername">T</span></td> <td><p>The type of the range values.</p> </td> </tr> </tbody> </table> <span class="small pull-right mobile-hide"> <span class="divider">|</span> <a href="https://github.com/rsdn/CodeJam/new/master/apiSpec/new?filename=CodeJam_Ranges_CompositeRangeExtensions_ToCompositeRange__1_System_Collections_Generic_IEnumerable_CodeJam_Ranges_Range___0___.md&amp;value=---%0Auid%3A%20CodeJam.Ranges.CompositeRangeExtensions.ToCompositeRange%60%601(System.Collections.Generic.IEnumerable%7BCodeJam.Ranges.Range%7B%60%600%7D%7D)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a> </span> <span class="small pull-right mobile-hide"> <a href="https://github.com/rsdn/CodeJam/blob/master/Main/src/Ranges/[RangeExtensions]/CompositeRangeExtensions.NoKey.cs/#L32">View Source</a> </span> <a id="CodeJam_Ranges_CompositeRangeExtensions_ToCompositeRange_" data-uid="CodeJam.Ranges.CompositeRangeExtensions.ToCompositeRange*"></a> <h4 id="CodeJam_Ranges_CompositeRangeExtensions_ToCompositeRange__1_System_Collections_Generic_IEnumerable_CodeJam_Ranges_Range___0___" data-uid="CodeJam.Ranges.CompositeRangeExtensions.ToCompositeRange``1(System.Collections.Generic.IEnumerable{CodeJam.Ranges.Range{``0}})">ToCompositeRange&lt;T&gt;(IEnumerable&lt;Range&lt;T&gt;&gt;)</h4> <div class="markdown level1 summary"><p>Converts sequence of elements to the composite range.</p> </div> <div class="markdown level1 conceptual"></div> <h5 class="decalaration">Declaration</h5> <div class="codewrapper"> <pre><code class="lang-csharp hljs">public static CompositeRange&lt;T&gt; ToCompositeRange&lt;T&gt;(this IEnumerable&lt;Range&lt;T&gt;&gt; ranges)</code></pre> </div> <h5 class="parameters">Parameters</h5> <table class="table table-bordered table-striped table-condensed"> <thead> <tr> <th>Type</th> <th>Name</th> <th>Description</th> </tr> </thead> <tbody> <tr> <td><span class="xref">System.Collections.Generic.IEnumerable</span>&lt;<a class="xref" href="CodeJam.Ranges.Range-1.html">Range</a>&lt;T&gt;&gt;</td> <td><span class="parametername">ranges</span></td> <td><p>The ranges.</p> </td> </tr> </tbody> </table> <h5 class="returns">Returns</h5> <table class="table table-bordered table-striped table-condensed"> <thead> <tr> <th>Type</th> <th>Description</th> </tr> </thead> <tbody> <tr> <td><a class="xref" href="CodeJam.Ranges.CompositeRange-1.html">CompositeRange</a>&lt;T&gt;</td> <td><p>A new composite range.</p> </td> </tr> </tbody> </table> <h5 class="typeParameters">Type Parameters</h5> <table class="table table-bordered table-striped table-condensed"> <thead> <tr> <th>Name</th> <th>Description</th> </tr> </thead> <tbody> <tr> <td><span class="parametername">T</span></td> <td><p>The type of the range values.</p> </td> </tr> </tbody> </table> <span class="small pull-right mobile-hide"> <span class="divider">|</span> <a href="https://github.com/rsdn/CodeJam/new/master/apiSpec/new?filename=CodeJam_Ranges_CompositeRangeExtensions_ToCompositeRange__2_CodeJam_Ranges_Range___0___1__.md&amp;value=---%0Auid%3A%20CodeJam.Ranges.CompositeRangeExtensions.ToCompositeRange%60%602(CodeJam.Ranges.Range%7B%60%600%2C%60%601%7D)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a> </span> <span class="small pull-right mobile-hide"> <a href="https://github.com/rsdn/CodeJam/blob/master/Main/src/Ranges/[RangeExtensions]/CompositeRangeExtensions.WithKey.generated.cs/#L34">View Source</a> </span> <a id="CodeJam_Ranges_CompositeRangeExtensions_ToCompositeRange_" data-uid="CodeJam.Ranges.CompositeRangeExtensions.ToCompositeRange*"></a> <h4 id="CodeJam_Ranges_CompositeRangeExtensions_ToCompositeRange__2_CodeJam_Ranges_Range___0___1__" data-uid="CodeJam.Ranges.CompositeRangeExtensions.ToCompositeRange``2(CodeJam.Ranges.Range{``0,``1})">ToCompositeRange&lt;T, TKey&gt;(Range&lt;T, TKey&gt;)</h4> <div class="markdown level1 summary"><p>Converts range to the composite range.</p> </div> <div class="markdown level1 conceptual"></div> <h5 class="decalaration">Declaration</h5> <div class="codewrapper"> <pre><code class="lang-csharp hljs">public static CompositeRange&lt;T, TKey&gt; ToCompositeRange&lt;T, TKey&gt;(this Range&lt;T, TKey&gt; range)</code></pre> </div> <h5 class="parameters">Parameters</h5> <table class="table table-bordered table-striped table-condensed"> <thead> <tr> <th>Type</th> <th>Name</th> <th>Description</th> </tr> </thead> <tbody> <tr> <td><a class="xref" href="CodeJam.Ranges.Range-2.html">Range</a>&lt;T, TKey&gt;</td> <td><span class="parametername">range</span></td> <td><p>The range.</p> </td> </tr> </tbody> </table> <h5 class="returns">Returns</h5> <table class="table table-bordered table-striped table-condensed"> <thead> <tr> <th>Type</th> <th>Description</th> </tr> </thead> <tbody> <tr> <td><a class="xref" href="CodeJam.Ranges.CompositeRange-2.html">CompositeRange</a>&lt;T, TKey&gt;</td> <td><p>A new composite range.</p> </td> </tr> </tbody> </table> <h5 class="typeParameters">Type Parameters</h5> <table class="table table-bordered table-striped table-condensed"> <thead> <tr> <th>Name</th> <th>Description</th> </tr> </thead> <tbody> <tr> <td><span class="parametername">T</span></td> <td><p>The type of the range values.</p> </td> </tr> <tr> <td><span class="parametername">TKey</span></td> <td><p>The type of the range key</p> </td> </tr> </tbody> </table> <span class="small pull-right mobile-hide"> <span class="divider">|</span> <a href="https://github.com/rsdn/CodeJam/new/master/apiSpec/new?filename=CodeJam_Ranges_CompositeRangeExtensions_ToCompositeRange__2_System_Collections_Generic_IEnumerable___1__System_Func___1___0__System_Func___1___0__.md&amp;value=---%0Auid%3A%20CodeJam.Ranges.CompositeRangeExtensions.ToCompositeRange%60%602(System.Collections.Generic.IEnumerable%7B%60%601%7D%2CSystem.Func%7B%60%601%2C%60%600%7D%2CSystem.Func%7B%60%601%2C%60%600%7D)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a> </span> <span class="small pull-right mobile-hide"> <a href="https://github.com/rsdn/CodeJam/blob/master/Main/src/Ranges/[RangeExtensions]/CompositeRangeExtensions.cs/#L23">View Source</a> </span> <a id="CodeJam_Ranges_CompositeRangeExtensions_ToCompositeRange_" data-uid="CodeJam.Ranges.CompositeRangeExtensions.ToCompositeRange*"></a> <h4 id="CodeJam_Ranges_CompositeRangeExtensions_ToCompositeRange__2_System_Collections_Generic_IEnumerable___1__System_Func___1___0__System_Func___1___0__" data-uid="CodeJam.Ranges.CompositeRangeExtensions.ToCompositeRange``2(System.Collections.Generic.IEnumerable{``1},System.Func{``1,``0},System.Func{``1,``0})">ToCompositeRange&lt;T, TKey&gt;(IEnumerable&lt;TKey&gt;, Func&lt;TKey, T&gt;, Func&lt;TKey, T&gt;)</h4> <div class="markdown level1 summary"><p>Converts sequence of elements to the composite range.</p> </div> <div class="markdown level1 conceptual"></div> <h5 class="decalaration">Declaration</h5> <div class="codewrapper"> <pre><code class="lang-csharp hljs">public static CompositeRange&lt;T, TKey&gt; ToCompositeRange&lt;T, TKey&gt;(this IEnumerable&lt;TKey&gt; source, Func&lt;TKey, T&gt; fromValueSelector, Func&lt;TKey, T&gt; toValueSelector)</code></pre> </div> <h5 class="parameters">Parameters</h5> <table class="table table-bordered table-striped table-condensed"> <thead> <tr> <th>Type</th> <th>Name</th> <th>Description</th> </tr> </thead> <tbody> <tr> <td><span class="xref">System.Collections.Generic.IEnumerable</span>&lt;TKey&gt;</td> <td><span class="parametername">source</span></td> <td><p>Original collection.</p> </td> </tr> <tr> <td><span class="xref">System.Func</span>&lt;TKey, T&gt;</td> <td><span class="parametername">fromValueSelector</span></td> <td><p>Callback to obtain a value for the From boundary.</p> </td> </tr> <tr> <td><span class="xref">System.Func</span>&lt;TKey, T&gt;</td> <td><span class="parametername">toValueSelector</span></td> <td><p>Callback to obtain a value for the To boundary.</p> </td> </tr> </tbody> </table> <h5 class="returns">Returns</h5> <table class="table table-bordered table-striped table-condensed"> <thead> <tr> <th>Type</th> <th>Description</th> </tr> </thead> <tbody> <tr> <td><a class="xref" href="CodeJam.Ranges.CompositeRange-2.html">CompositeRange</a>&lt;T, TKey&gt;</td> <td><p>A new composite range with keys filled from the original collection.</p> </td> </tr> </tbody> </table> <h5 class="typeParameters">Type Parameters</h5> <table class="table table-bordered table-striped table-condensed"> <thead> <tr> <th>Name</th> <th>Description</th> </tr> </thead> <tbody> <tr> <td><span class="parametername">T</span></td> <td><p>The type of the range values.</p> </td> </tr> <tr> <td><span class="parametername">TKey</span></td> <td><p>The type of the range key</p> </td> </tr> </tbody> </table> <span class="small pull-right mobile-hide"> <span class="divider">|</span> <a href="https://github.com/rsdn/CodeJam/new/master/apiSpec/new?filename=CodeJam_Ranges_CompositeRangeExtensions_ToCompositeRange__2_System_Collections_Generic_IEnumerable_CodeJam_Ranges_Range___0___1___.md&amp;value=---%0Auid%3A%20CodeJam.Ranges.CompositeRangeExtensions.ToCompositeRange%60%602(System.Collections.Generic.IEnumerable%7BCodeJam.Ranges.Range%7B%60%600%2C%60%601%7D%7D)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a> </span> <span class="small pull-right mobile-hide"> <a href="https://github.com/rsdn/CodeJam/blob/master/Main/src/Ranges/[RangeExtensions]/CompositeRangeExtensions.WithKey.generated.cs/#L43">View Source</a> </span> <a id="CodeJam_Ranges_CompositeRangeExtensions_ToCompositeRange_" data-uid="CodeJam.Ranges.CompositeRangeExtensions.ToCompositeRange*"></a> <h4 id="CodeJam_Ranges_CompositeRangeExtensions_ToCompositeRange__2_System_Collections_Generic_IEnumerable_CodeJam_Ranges_Range___0___1___" data-uid="CodeJam.Ranges.CompositeRangeExtensions.ToCompositeRange``2(System.Collections.Generic.IEnumerable{CodeJam.Ranges.Range{``0,``1}})">ToCompositeRange&lt;T, TKey&gt;(IEnumerable&lt;Range&lt;T, TKey&gt;&gt;)</h4> <div class="markdown level1 summary"><p>Converts sequence of elements to the composite range.</p> </div> <div class="markdown level1 conceptual"></div> <h5 class="decalaration">Declaration</h5> <div class="codewrapper"> <pre><code class="lang-csharp hljs">public static CompositeRange&lt;T, TKey&gt; ToCompositeRange&lt;T, TKey&gt;(this IEnumerable&lt;Range&lt;T, TKey&gt;&gt; ranges)</code></pre> </div> <h5 class="parameters">Parameters</h5> <table class="table table-bordered table-striped table-condensed"> <thead> <tr> <th>Type</th> <th>Name</th> <th>Description</th> </tr> </thead> <tbody> <tr> <td><span class="xref">System.Collections.Generic.IEnumerable</span>&lt;<a class="xref" href="CodeJam.Ranges.Range-2.html">Range</a>&lt;T, TKey&gt;&gt;</td> <td><span class="parametername">ranges</span></td> <td><p>The ranges.</p> </td> </tr> </tbody> </table> <h5 class="returns">Returns</h5> <table class="table table-bordered table-striped table-condensed"> <thead> <tr> <th>Type</th> <th>Description</th> </tr> </thead> <tbody> <tr> <td><a class="xref" href="CodeJam.Ranges.CompositeRange-2.html">CompositeRange</a>&lt;T, TKey&gt;</td> <td><p>A new composite range.</p> </td> </tr> </tbody> </table> <h5 class="typeParameters">Type Parameters</h5> <table class="table table-bordered table-striped table-condensed"> <thead> <tr> <th>Name</th> <th>Description</th> </tr> </thead> <tbody> <tr> <td><span class="parametername">T</span></td> <td><p>The type of the range values.</p> </td> </tr> <tr> <td><span class="parametername">TKey</span></td> <td><p>The type of the range key</p> </td> </tr> </tbody> </table> <span class="small pull-right mobile-hide"> <span class="divider">|</span> <a href="https://github.com/rsdn/CodeJam/new/master/apiSpec/new?filename=CodeJam_Ranges_CompositeRangeExtensions_ToCompositeRange__3_System_Collections_Generic_IEnumerable___0__System_Func___0___1__System_Func___0___1__System_Func___0___2__.md&amp;value=---%0Auid%3A%20CodeJam.Ranges.CompositeRangeExtensions.ToCompositeRange%60%603(System.Collections.Generic.IEnumerable%7B%60%600%7D%2CSystem.Func%7B%60%600%2C%60%601%7D%2CSystem.Func%7B%60%600%2C%60%601%7D%2CSystem.Func%7B%60%600%2C%60%602%7D)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a> </span> <span class="small pull-right mobile-hide"> <a href="https://github.com/rsdn/CodeJam/blob/master/Main/src/Ranges/[RangeExtensions]/CompositeRangeExtensions.cs/#L41">View Source</a> </span> <a id="CodeJam_Ranges_CompositeRangeExtensions_ToCompositeRange_" data-uid="CodeJam.Ranges.CompositeRangeExtensions.ToCompositeRange*"></a> <h4 id="CodeJam_Ranges_CompositeRangeExtensions_ToCompositeRange__3_System_Collections_Generic_IEnumerable___0__System_Func___0___1__System_Func___0___1__System_Func___0___2__" data-uid="CodeJam.Ranges.CompositeRangeExtensions.ToCompositeRange``3(System.Collections.Generic.IEnumerable{``0},System.Func{``0,``1},System.Func{``0,``1},System.Func{``0,``2})">ToCompositeRange&lt;TSource, T, TKey&gt;(IEnumerable&lt;TSource&gt;, Func&lt;TSource, T&gt;, Func&lt;TSource, T&gt;, Func&lt;TSource, TKey&gt;)</h4> <div class="markdown level1 summary"><p>Converts sequence of elements to the composite range.</p> </div> <div class="markdown level1 conceptual"></div> <h5 class="decalaration">Declaration</h5> <div class="codewrapper"> <pre><code class="lang-csharp hljs">public static CompositeRange&lt;T, TKey&gt; ToCompositeRange&lt;TSource, T, TKey&gt;(this IEnumerable&lt;TSource&gt; source, Func&lt;TSource, T&gt; fromValueSelector, Func&lt;TSource, T&gt; toValueSelector, Func&lt;TSource, TKey&gt; keySelector)</code></pre> </div> <h5 class="parameters">Parameters</h5> <table class="table table-bordered table-striped table-condensed"> <thead> <tr> <th>Type</th> <th>Name</th> <th>Description</th> </tr> </thead> <tbody> <tr> <td><span class="xref">System.Collections.Generic.IEnumerable</span>&lt;TSource&gt;</td> <td><span class="parametername">source</span></td> <td><p>Original collection.</p> </td> </tr> <tr> <td><span class="xref">System.Func</span>&lt;TSource, T&gt;</td> <td><span class="parametername">fromValueSelector</span></td> <td><p>Callback to obtain a value for the From boundary.</p> </td> </tr> <tr> <td><span class="xref">System.Func</span>&lt;TSource, T&gt;</td> <td><span class="parametername">toValueSelector</span></td> <td><p>Callback to obtain a value for the To boundary.</p> </td> </tr> <tr> <td><span class="xref">System.Func</span>&lt;TSource, TKey&gt;</td> <td><span class="parametername">keySelector</span></td> <td><p>Callback to obtain a value for the range key.</p> </td> </tr> </tbody> </table> <h5 class="returns">Returns</h5> <table class="table table-bordered table-striped table-condensed"> <thead> <tr> <th>Type</th> <th>Description</th> </tr> </thead> <tbody> <tr> <td><a class="xref" href="CodeJam.Ranges.CompositeRange-2.html">CompositeRange</a>&lt;T, TKey&gt;</td> <td><p>A new composite range with keys filled from the original collection.</p> </td> </tr> </tbody> </table> <h5 class="typeParameters">Type Parameters</h5> <table class="table table-bordered table-striped table-condensed"> <thead> <tr> <th>Name</th> <th>Description</th> </tr> </thead> <tbody> <tr> <td><span class="parametername">TSource</span></td> <td><p>The type of the values in original collection.</p> </td> </tr> <tr> <td><span class="parametername">T</span></td> <td><p>The type of the range values.</p> </td> </tr> <tr> <td><span class="parametername">TKey</span></td> <td><p>The type of the range key</p> </td> </tr> </tbody> </table> <span class="small pull-right mobile-hide"> <span class="divider">|</span> <a href="https://github.com/rsdn/CodeJam/new/master/apiSpec/new?filename=CodeJam_Ranges_CompositeRangeExtensions_ToCompositeRangeFrom__2_System_Collections_Generic_IEnumerable___0__System_Func___0___1__.md&amp;value=---%0Auid%3A%20CodeJam.Ranges.CompositeRangeExtensions.ToCompositeRangeFrom%60%602(System.Collections.Generic.IEnumerable%7B%60%600%7D%2CSystem.Func%7B%60%600%2C%60%601%7D)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a> </span> <span class="small pull-right mobile-hide"> <a href="https://github.com/rsdn/CodeJam/blob/master/Main/src/Ranges/[RangeExtensions]/CompositeRangeExtensions.cs/#L62">View Source</a> </span> <a id="CodeJam_Ranges_CompositeRangeExtensions_ToCompositeRangeFrom_" data-uid="CodeJam.Ranges.CompositeRangeExtensions.ToCompositeRangeFrom*"></a> <h4 id="CodeJam_Ranges_CompositeRangeExtensions_ToCompositeRangeFrom__2_System_Collections_Generic_IEnumerable___0__System_Func___0___1__" data-uid="CodeJam.Ranges.CompositeRangeExtensions.ToCompositeRangeFrom``2(System.Collections.Generic.IEnumerable{``0},System.Func{``0,``1})">ToCompositeRangeFrom&lt;TSource, T&gt;(IEnumerable&lt;TSource&gt;, Func&lt;TSource, T&gt;)</h4> <div class="markdown level1 summary"><p>Converts sequence of elements to the composite range using only From boundary. The To boundary value is taken from the next item in sequence (+∞ for the last item in sequence)</p> </div> <div class="markdown level1 conceptual"></div> <h5 class="decalaration">Declaration</h5> <div class="codewrapper"> <pre><code class="lang-csharp hljs">public static CompositeRange&lt;T, TSource&gt; ToCompositeRangeFrom&lt;TSource, T&gt;(this IEnumerable&lt;TSource&gt; source, Func&lt;TSource, T&gt; fromValueSelector)</code></pre> </div> <h5 class="parameters">Parameters</h5> <table class="table table-bordered table-striped table-condensed"> <thead> <tr> <th>Type</th> <th>Name</th> <th>Description</th> </tr> </thead> <tbody> <tr> <td><span class="xref">System.Collections.Generic.IEnumerable</span>&lt;TSource&gt;</td> <td><span class="parametername">source</span></td> <td><p>Original collection.</p> </td> </tr> <tr> <td><span class="xref">System.Func</span>&lt;TSource, T&gt;</td> <td><span class="parametername">fromValueSelector</span></td> <td><p>Callback to obtain a value for the From boundary.</p> </td> </tr> </tbody> </table> <h5 class="returns">Returns</h5> <table class="table table-bordered table-striped table-condensed"> <thead> <tr> <th>Type</th> <th>Description</th> </tr> </thead> <tbody> <tr> <td><a class="xref" href="CodeJam.Ranges.CompositeRange-2.html">CompositeRange</a>&lt;T, TSource&gt;</td> <td><p>A new composite range with keys filled from the original collection.</p> </td> </tr> </tbody> </table> <h5 class="typeParameters">Type Parameters</h5> <table class="table table-bordered table-striped table-condensed"> <thead> <tr> <th>Name</th> <th>Description</th> </tr> </thead> <tbody> <tr> <td><span class="parametername">TSource</span></td> <td><p>The type of the values in original collection.</p> </td> </tr> <tr> <td><span class="parametername">T</span></td> <td><p>The type of the range values.</p> </td> </tr> </tbody> </table> <span class="small pull-right mobile-hide"> <span class="divider">|</span> <a href="https://github.com/rsdn/CodeJam/new/master/apiSpec/new?filename=CodeJam_Ranges_CompositeRangeExtensions_ToCompositeRangeFrom__3_System_Collections_Generic_IEnumerable___0__System_Func___0___1__System_Func___0___2__.md&amp;value=---%0Auid%3A%20CodeJam.Ranges.CompositeRangeExtensions.ToCompositeRangeFrom%60%603(System.Collections.Generic.IEnumerable%7B%60%600%7D%2CSystem.Func%7B%60%600%2C%60%601%7D%2CSystem.Func%7B%60%600%2C%60%602%7D)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a> </span> <span class="small pull-right mobile-hide"> <a href="https://github.com/rsdn/CodeJam/blob/master/Main/src/Ranges/[RangeExtensions]/CompositeRangeExtensions.cs/#L79">View Source</a> </span> <a id="CodeJam_Ranges_CompositeRangeExtensions_ToCompositeRangeFrom_" data-uid="CodeJam.Ranges.CompositeRangeExtensions.ToCompositeRangeFrom*"></a> <h4 id="CodeJam_Ranges_CompositeRangeExtensions_ToCompositeRangeFrom__3_System_Collections_Generic_IEnumerable___0__System_Func___0___1__System_Func___0___2__" data-uid="CodeJam.Ranges.CompositeRangeExtensions.ToCompositeRangeFrom``3(System.Collections.Generic.IEnumerable{``0},System.Func{``0,``1},System.Func{``0,``2})">ToCompositeRangeFrom&lt;TSource, T, TKey&gt;(IEnumerable&lt;TSource&gt;, Func&lt;TSource, T&gt;, Func&lt;TSource, TKey&gt;)</h4> <div class="markdown level1 summary"><p>Converts sequence of elements to the composite range using only From boundary. The To boundary value is taken from the next item in sequence (+∞ for the last item in sequence)</p> </div> <div class="markdown level1 conceptual"></div> <h5 class="decalaration">Declaration</h5> <div class="codewrapper"> <pre><code class="lang-csharp hljs">public static CompositeRange&lt;T, TKey&gt; ToCompositeRangeFrom&lt;TSource, T, TKey&gt;(this IEnumerable&lt;TSource&gt; source, Func&lt;TSource, T&gt; fromValueSelector, Func&lt;TSource, TKey&gt; keySelector)</code></pre> </div> <h5 class="parameters">Parameters</h5> <table class="table table-bordered table-striped table-condensed"> <thead> <tr> <th>Type</th> <th>Name</th> <th>Description</th> </tr> </thead> <tbody> <tr> <td><span class="xref">System.Collections.Generic.IEnumerable</span>&lt;TSource&gt;</td> <td><span class="parametername">source</span></td> <td><p>Original collection.</p> </td> </tr> <tr> <td><span class="xref">System.Func</span>&lt;TSource, T&gt;</td> <td><span class="parametername">fromValueSelector</span></td> <td><p>Callback to obtain a value for the From boundary.</p> </td> </tr> <tr> <td><span class="xref">System.Func</span>&lt;TSource, TKey&gt;</td> <td><span class="parametername">keySelector</span></td> <td><p>Callback to obtain a value for the range key.</p> </td> </tr> </tbody> </table> <h5 class="returns">Returns</h5> <table class="table table-bordered table-striped table-condensed"> <thead> <tr> <th>Type</th> <th>Description</th> </tr> </thead> <tbody> <tr> <td><a class="xref" href="CodeJam.Ranges.CompositeRange-2.html">CompositeRange</a>&lt;T, TKey&gt;</td> <td><p>A new composite range with keys filled from the original collection.</p> </td> </tr> </tbody> </table> <h5 class="typeParameters">Type Parameters</h5> <table class="table table-bordered table-striped table-condensed"> <thead> <tr> <th>Name</th> <th>Description</th> </tr> </thead> <tbody> <tr> <td><span class="parametername">TSource</span></td> <td><p>The type of the values in original collection.</p> </td> </tr> <tr> <td><span class="parametername">T</span></td> <td><p>The type of the range values.</p> </td> </tr> <tr> <td><span class="parametername">TKey</span></td> <td><p>The type of the range key</p> </td> </tr> </tbody> </table> <span class="small pull-right mobile-hide"> <span class="divider">|</span> <a href="https://github.com/rsdn/CodeJam/new/master/apiSpec/new?filename=CodeJam_Ranges_CompositeRangeExtensions_ToCompositeRangeTo__2_System_Collections_Generic_IEnumerable___0__System_Func___0___1__.md&amp;value=---%0Auid%3A%20CodeJam.Ranges.CompositeRangeExtensions.ToCompositeRangeTo%60%602(System.Collections.Generic.IEnumerable%7B%60%600%7D%2CSystem.Func%7B%60%600%2C%60%601%7D)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a> </span> <span class="small pull-right mobile-hide"> <a href="https://github.com/rsdn/CodeJam/blob/master/Main/src/Ranges/[RangeExtensions]/CompositeRangeExtensions.cs/#L133">View Source</a> </span> <a id="CodeJam_Ranges_CompositeRangeExtensions_ToCompositeRangeTo_" data-uid="CodeJam.Ranges.CompositeRangeExtensions.ToCompositeRangeTo*"></a> <h4 id="CodeJam_Ranges_CompositeRangeExtensions_ToCompositeRangeTo__2_System_Collections_Generic_IEnumerable___0__System_Func___0___1__" data-uid="CodeJam.Ranges.CompositeRangeExtensions.ToCompositeRangeTo``2(System.Collections.Generic.IEnumerable{``0},System.Func{``0,``1})">ToCompositeRangeTo&lt;TSource, T&gt;(IEnumerable&lt;TSource&gt;, Func&lt;TSource, T&gt;)</h4> <div class="markdown level1 summary"><p>Converts sequence of elements to the composite range using only To boundary. The From boundary value is taken from the previous item in sequence (-∞ for the last item in sequence).</p> </div> <div class="markdown level1 conceptual"></div> <h5 class="decalaration">Declaration</h5> <div class="codewrapper"> <pre><code class="lang-csharp hljs">public static CompositeRange&lt;T, TSource&gt; ToCompositeRangeTo&lt;TSource, T&gt;(this IEnumerable&lt;TSource&gt; source, Func&lt;TSource, T&gt; toValueSelector)</code></pre> </div> <h5 class="parameters">Parameters</h5> <table class="table table-bordered table-striped table-condensed"> <thead> <tr> <th>Type</th> <th>Name</th> <th>Description</th> </tr> </thead> <tbody> <tr> <td><span class="xref">System.Collections.Generic.IEnumerable</span>&lt;TSource&gt;</td> <td><span class="parametername">source</span></td> <td><p>Original collection.</p> </td> </tr> <tr> <td><span class="xref">System.Func</span>&lt;TSource, T&gt;</td> <td><span class="parametername">toValueSelector</span></td> <td><p>Callback to obtain a value for the To boundary.</p> </td> </tr> </tbody> </table> <h5 class="returns">Returns</h5> <table class="table table-bordered table-striped table-condensed"> <thead> <tr> <th>Type</th> <th>Description</th> </tr> </thead> <tbody> <tr> <td><a class="xref" href="CodeJam.Ranges.CompositeRange-2.html">CompositeRange</a>&lt;T, TSource&gt;</td> <td><p>A new composite range with keys filled from the original collection.</p> </td> </tr> </tbody> </table> <h5 class="typeParameters">Type Parameters</h5> <table class="table table-bordered table-striped table-condensed"> <thead> <tr> <th>Name</th> <th>Description</th> </tr> </thead> <tbody> <tr> <td><span class="parametername">TSource</span></td> <td><p>The type of the values in original collection.</p> </td> </tr> <tr> <td><span class="parametername">T</span></td> <td><p>The type of the range values.</p> </td> </tr> </tbody> </table> <span class="small pull-right mobile-hide"> <span class="divider">|</span> <a href="https://github.com/rsdn/CodeJam/new/master/apiSpec/new?filename=CodeJam_Ranges_CompositeRangeExtensions_ToCompositeRangeTo__3_System_Collections_Generic_IEnumerable___0__System_Func___0___1__System_Func___0___2__.md&amp;value=---%0Auid%3A%20CodeJam.Ranges.CompositeRangeExtensions.ToCompositeRangeTo%60%603(System.Collections.Generic.IEnumerable%7B%60%600%7D%2CSystem.Func%7B%60%600%2C%60%601%7D%2CSystem.Func%7B%60%600%2C%60%602%7D)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a> </span> <span class="small pull-right mobile-hide"> <a href="https://github.com/rsdn/CodeJam/blob/master/Main/src/Ranges/[RangeExtensions]/CompositeRangeExtensions.cs/#L150">View Source</a> </span> <a id="CodeJam_Ranges_CompositeRangeExtensions_ToCompositeRangeTo_" data-uid="CodeJam.Ranges.CompositeRangeExtensions.ToCompositeRangeTo*"></a> <h4 id="CodeJam_Ranges_CompositeRangeExtensions_ToCompositeRangeTo__3_System_Collections_Generic_IEnumerable___0__System_Func___0___1__System_Func___0___2__" data-uid="CodeJam.Ranges.CompositeRangeExtensions.ToCompositeRangeTo``3(System.Collections.Generic.IEnumerable{``0},System.Func{``0,``1},System.Func{``0,``2})">ToCompositeRangeTo&lt;TSource, T, TKey&gt;(IEnumerable&lt;TSource&gt;, Func&lt;TSource, T&gt;, Func&lt;TSource, TKey&gt;)</h4> <div class="markdown level1 summary"><p>Converts sequence of elements to the composite range using only To boundary. The From boundary value is taken from the previous item in sequence (-∞ for the last item in sequence).</p> </div> <div class="markdown level1 conceptual"></div> <h5 class="decalaration">Declaration</h5> <div class="codewrapper"> <pre><code class="lang-csharp hljs">public static CompositeRange&lt;T, TKey&gt; ToCompositeRangeTo&lt;TSource, T, TKey&gt;(this IEnumerable&lt;TSource&gt; source, Func&lt;TSource, T&gt; toValueSelector, Func&lt;TSource, TKey&gt; keySelector)</code></pre> </div> <h5 class="parameters">Parameters</h5> <table class="table table-bordered table-striped table-condensed"> <thead> <tr> <th>Type</th> <th>Name</th> <th>Description</th> </tr> </thead> <tbody> <tr> <td><span class="xref">System.Collections.Generic.IEnumerable</span>&lt;TSource&gt;</td> <td><span class="parametername">source</span></td> <td><p>Original collection.</p> </td> </tr> <tr> <td><span class="xref">System.Func</span>&lt;TSource, T&gt;</td> <td><span class="parametername">toValueSelector</span></td> <td><p>Callback to obtain a value for the To boundary.</p> </td> </tr> <tr> <td><span class="xref">System.Func</span>&lt;TSource, TKey&gt;</td> <td><span class="parametername">keySelector</span></td> <td><p>Callback to obtain a value for the range key.</p> </td> </tr> </tbody> </table> <h5 class="returns">Returns</h5> <table class="table table-bordered table-striped table-condensed"> <thead> <tr> <th>Type</th> <th>Description</th> </tr> </thead> <tbody> <tr> <td><a class="xref" href="CodeJam.Ranges.CompositeRange-2.html">CompositeRange</a>&lt;T, TKey&gt;</td> <td><p>A new composite range with keys filled from the original collection.</p> </td> </tr> </tbody> </table> <h5 class="typeParameters">Type Parameters</h5> <table class="table table-bordered table-striped table-condensed"> <thead> <tr> <th>Name</th> <th>Description</th> </tr> </thead> <tbody> <tr> <td><span class="parametername">TSource</span></td> <td><p>The type of the values in original collection.</p> </td> </tr> <tr> <td><span class="parametername">T</span></td> <td><p>The type of the range values.</p> </td> </tr> <tr> <td><span class="parametername">TKey</span></td> <td><p>The type of the range key</p> </td> </tr> </tbody> </table> <span class="small pull-right mobile-hide"> <span class="divider">|</span> <a href="https://github.com/rsdn/CodeJam/new/master/apiSpec/new?filename=CodeJam_Ranges_CompositeRangeExtensions_TrimFrom__1_CodeJam_Ranges_CompositeRange___0____0_.md&amp;value=---%0Auid%3A%20CodeJam.Ranges.CompositeRangeExtensions.TrimFrom%60%601(CodeJam.Ranges.CompositeRange%7B%60%600%7D%2C%60%600)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a> </span> <span class="small pull-right mobile-hide"> <a href="https://github.com/rsdn/CodeJam/blob/master/Main/src/Ranges/[RangeExtensions]/CompositeRangeExtensions.NoKey.cs/#L720">View Source</a> </span> <a id="CodeJam_Ranges_CompositeRangeExtensions_TrimFrom_" data-uid="CodeJam.Ranges.CompositeRangeExtensions.TrimFrom*"></a> <h4 id="CodeJam_Ranges_CompositeRangeExtensions_TrimFrom__1_CodeJam_Ranges_CompositeRange___0____0_" data-uid="CodeJam.Ranges.CompositeRangeExtensions.TrimFrom``1(CodeJam.Ranges.CompositeRange{``0},``0)">TrimFrom&lt;T&gt;(CompositeRange&lt;T&gt;, T)</h4> <div class="markdown level1 summary"><p>Trims the range from the left.</p> </div> <div class="markdown level1 conceptual"></div> <h5 class="decalaration">Declaration</h5> <div class="codewrapper"> <pre><code class="lang-csharp hljs">public static CompositeRange&lt;T&gt; TrimFrom&lt;T&gt;(this CompositeRange&lt;T&gt; compositeRange, T from)</code></pre> </div> <h5 class="parameters">Parameters</h5> <table class="table table-bordered table-striped table-condensed"> <thead> <tr> <th>Type</th> <th>Name</th> <th>Description</th> </tr> </thead> <tbody> <tr> <td><a class="xref" href="CodeJam.Ranges.CompositeRange-1.html">CompositeRange</a>&lt;T&gt;</td> <td><span class="parametername">compositeRange</span></td> <td><p>The source range.</p> </td> </tr> <tr> <td><span class="xref">T</span></td> <td><span class="parametername">from</span></td> <td><p>A new value From.</p> </td> </tr> </tbody> </table> <h5 class="returns">Returns</h5> <table class="table table-bordered table-striped table-condensed"> <thead> <tr> <th>Type</th> <th>Description</th> </tr> </thead> <tbody> <tr> <td><a class="xref" href="CodeJam.Ranges.CompositeRange-1.html">CompositeRange</a>&lt;T&gt;</td> <td><p>A range trimmed with a new From boundary.</p> </td> </tr> </tbody> </table> <h5 class="typeParameters">Type Parameters</h5> <table class="table table-bordered table-striped table-condensed"> <thead> <tr> <th>Name</th> <th>Description</th> </tr> </thead> <tbody> <tr> <td><span class="parametername">T</span></td> <td><p>The type of the range values.</p> </td> </tr> </tbody> </table> <span class="small pull-right mobile-hide"> <span class="divider">|</span> <a href="https://github.com/rsdn/CodeJam/new/master/apiSpec/new?filename=CodeJam_Ranges_CompositeRangeExtensions_TrimFrom__1_CodeJam_Ranges_CompositeRange___0__CodeJam_Ranges_RangeBoundaryFrom___0__.md&amp;value=---%0Auid%3A%20CodeJam.Ranges.CompositeRangeExtensions.TrimFrom%60%601(CodeJam.Ranges.CompositeRange%7B%60%600%7D%2CCodeJam.Ranges.RangeBoundaryFrom%7B%60%600%7D)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a> </span> <span class="small pull-right mobile-hide"> <a href="https://github.com/rsdn/CodeJam/blob/master/Main/src/Ranges/[RangeExtensions]/CompositeRangeExtensions.NoKey.cs/#L729">View Source</a> </span> <a id="CodeJam_Ranges_CompositeRangeExtensions_TrimFrom_" data-uid="CodeJam.Ranges.CompositeRangeExtensions.TrimFrom*"></a> <h4 id="CodeJam_Ranges_CompositeRangeExtensions_TrimFrom__1_CodeJam_Ranges_CompositeRange___0__CodeJam_Ranges_RangeBoundaryFrom___0__" data-uid="CodeJam.Ranges.CompositeRangeExtensions.TrimFrom``1(CodeJam.Ranges.CompositeRange{``0},CodeJam.Ranges.RangeBoundaryFrom{``0})">TrimFrom&lt;T&gt;(CompositeRange&lt;T&gt;, RangeBoundaryFrom&lt;T&gt;)</h4> <div class="markdown level1 summary"><p>Trims the range from the left.</p> </div> <div class="markdown level1 conceptual"></div> <h5 class="decalaration">Declaration</h5> <div class="codewrapper"> <pre><code class="lang-csharp hljs">public static CompositeRange&lt;T&gt; TrimFrom&lt;T&gt;(this CompositeRange&lt;T&gt; compositeRange, RangeBoundaryFrom&lt;T&gt; from)</code></pre> </div> <h5 class="parameters">Parameters</h5> <table class="table table-bordered table-striped table-condensed"> <thead> <tr> <th>Type</th> <th>Name</th> <th>Description</th> </tr> </thead> <tbody> <tr> <td><a class="xref" href="CodeJam.Ranges.CompositeRange-1.html">CompositeRange</a>&lt;T&gt;</td> <td><span class="parametername">compositeRange</span></td> <td><p>The source range.</p> </td> </tr> <tr> <td><a class="xref" href="CodeJam.Ranges.RangeBoundaryFrom-1.html">RangeBoundaryFrom</a>&lt;T&gt;</td> <td><span class="parametername">from</span></td> <td><p>A new boundary From.</p> </td> </tr> </tbody> </table> <h5 class="returns">Returns</h5> <table class="table table-bordered table-striped table-condensed"> <thead> <tr> <th>Type</th> <th>Description</th> </tr> </thead> <tbody> <tr> <td><a class="xref" href="CodeJam.Ranges.CompositeRange-1.html">CompositeRange</a>&lt;T&gt;</td> <td><p>A range trimmed with a new From boundary.</p> </td> </tr> </tbody> </table> <h5 class="typeParameters">Type Parameters</h5> <table class="table table-bordered table-striped table-condensed"> <thead> <tr> <th>Name</th> <th>Description</th> </tr> </thead> <tbody> <tr> <td><span class="parametername">T</span></td> <td><p>The type of the range values.</p> </td> </tr> </tbody> </table> <span class="small pull-right mobile-hide"> <span class="divider">|</span> <a href="https://github.com/rsdn/CodeJam/new/master/apiSpec/new?filename=CodeJam_Ranges_CompositeRangeExtensions_TrimFrom__2_CodeJam_Ranges_CompositeRange___0___1____0_.md&amp;value=---%0Auid%3A%20CodeJam.Ranges.CompositeRangeExtensions.TrimFrom%60%602(CodeJam.Ranges.CompositeRange%7B%60%600%2C%60%601%7D%2C%60%600)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a> </span> <span class="small pull-right mobile-hide"> <a href="https://github.com/rsdn/CodeJam/blob/master/Main/src/Ranges/[RangeExtensions]/CompositeRangeExtensions.WithKey.generated.cs/#L763">View Source</a> </span> <a id="CodeJam_Ranges_CompositeRangeExtensions_TrimFrom_" data-uid="CodeJam.Ranges.CompositeRangeExtensions.TrimFrom*"></a> <h4 id="CodeJam_Ranges_CompositeRangeExtensions_TrimFrom__2_CodeJam_Ranges_CompositeRange___0___1____0_" data-uid="CodeJam.Ranges.CompositeRangeExtensions.TrimFrom``2(CodeJam.Ranges.CompositeRange{``0,``1},``0)">TrimFrom&lt;T, TKey&gt;(CompositeRange&lt;T, TKey&gt;, T)</h4> <div class="markdown level1 summary"><p>Trims the range from the left.</p> </div> <div class="markdown level1 conceptual"></div> <h5 class="decalaration">Declaration</h5> <div class="codewrapper"> <pre><code class="lang-csharp hljs">public static CompositeRange&lt;T, TKey&gt; TrimFrom&lt;T, TKey&gt;(this CompositeRange&lt;T, TKey&gt; compositeRange, T from)</code></pre> </div> <h5 class="parameters">Parameters</h5> <table class="table table-bordered table-striped table-condensed"> <thead> <tr> <th>Type</th> <th>Name</th> <th>Description</th> </tr> </thead> <tbody> <tr> <td><a class="xref" href="CodeJam.Ranges.CompositeRange-2.html">CompositeRange</a>&lt;T, TKey&gt;</td> <td><span class="parametername">compositeRange</span></td> <td><p>The source range.</p> </td> </tr> <tr> <td><span class="xref">T</span></td> <td><span class="parametername">from</span></td> <td><p>A new value From.</p> </td> </tr> </tbody> </table> <h5 class="returns">Returns</h5> <table class="table table-bordered table-striped table-condensed"> <thead> <tr> <th>Type</th> <th>Description</th> </tr> </thead> <tbody> <tr> <td><a class="xref" href="CodeJam.Ranges.CompositeRange-2.html">CompositeRange</a>&lt;T, TKey&gt;</td> <td><p>A range trimmed with a new From boundary.</p> </td> </tr> </tbody> </table> <h5 class="typeParameters">Type Parameters</h5> <table class="table table-bordered table-striped table-condensed"> <thead> <tr> <th>Name</th> <th>Description</th> </tr> </thead> <tbody> <tr> <td><span class="parametername">T</span></td> <td><p>The type of the range values.</p> </td> </tr> <tr> <td><span class="parametername">TKey</span></td> <td><p>The type of the range key</p> </td> </tr> </tbody> </table> <span class="small pull-right mobile-hide"> <span class="divider">|</span> <a href="https://github.com/rsdn/CodeJam/new/master/apiSpec/new?filename=CodeJam_Ranges_CompositeRangeExtensions_TrimFrom__2_CodeJam_Ranges_CompositeRange___0___1__CodeJam_Ranges_RangeBoundaryFrom___0__.md&amp;value=---%0Auid%3A%20CodeJam.Ranges.CompositeRangeExtensions.TrimFrom%60%602(CodeJam.Ranges.CompositeRange%7B%60%600%2C%60%601%7D%2CCodeJam.Ranges.RangeBoundaryFrom%7B%60%600%7D)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a> </span> <span class="small pull-right mobile-hide"> <a href="https://github.com/rsdn/CodeJam/blob/master/Main/src/Ranges/[RangeExtensions]/CompositeRangeExtensions.WithKey.generated.cs/#L773">View Source</a> </span> <a id="CodeJam_Ranges_CompositeRangeExtensions_TrimFrom_" data-uid="CodeJam.Ranges.CompositeRangeExtensions.TrimFrom*"></a> <h4 id="CodeJam_Ranges_CompositeRangeExtensions_TrimFrom__2_CodeJam_Ranges_CompositeRange___0___1__CodeJam_Ranges_RangeBoundaryFrom___0__" data-uid="CodeJam.Ranges.CompositeRangeExtensions.TrimFrom``2(CodeJam.Ranges.CompositeRange{``0,``1},CodeJam.Ranges.RangeBoundaryFrom{``0})">TrimFrom&lt;T, TKey&gt;(CompositeRange&lt;T, TKey&gt;, RangeBoundaryFrom&lt;T&gt;)</h4> <div class="markdown level1 summary"><p>Trims the range from the left.</p> </div> <div class="markdown level1 conceptual"></div> <h5 class="decalaration">Declaration</h5> <div class="codewrapper"> <pre><code class="lang-csharp hljs">public static CompositeRange&lt;T, TKey&gt; TrimFrom&lt;T, TKey&gt;(this CompositeRange&lt;T, TKey&gt; compositeRange, RangeBoundaryFrom&lt;T&gt; from)</code></pre> </div> <h5 class="parameters">Parameters</h5> <table class="table table-bordered table-striped table-condensed"> <thead> <tr> <th>Type</th> <th>Name</th> <th>Description</th> </tr> </thead> <tbody> <tr> <td><a class="xref" href="CodeJam.Ranges.CompositeRange-2.html">CompositeRange</a>&lt;T, TKey&gt;</td> <td><span class="parametername">compositeRange</span></td> <td><p>The source range.</p> </td> </tr> <tr> <td><a class="xref" href="CodeJam.Ranges.RangeBoundaryFrom-1.html">RangeBoundaryFrom</a>&lt;T&gt;</td> <td><span class="parametername">from</span></td> <td><p>A new boundary From.</p> </td> </tr> </tbody> </table> <h5 class="returns">Returns</h5> <table class="table table-bordered table-striped table-condensed"> <thead> <tr> <th>Type</th> <th>Description</th> </tr> </thead> <tbody> <tr> <td><a class="xref" href="CodeJam.Ranges.CompositeRange-2.html">CompositeRange</a>&lt;T, TKey&gt;</td> <td><p>A range trimmed with a new From boundary.</p> </td> </tr> </tbody> </table> <h5 class="typeParameters">Type Parameters</h5> <table class="table table-bordered table-striped table-condensed"> <thead> <tr> <th>Name</th> <th>Description</th> </tr> </thead> <tbody> <tr> <td><span class="parametername">T</span></td> <td><p>The type of the range values.</p> </td> </tr> <tr> <td><span class="parametername">TKey</span></td> <td><p>The type of the range key</p> </td> </tr> </tbody> </table> <span class="small pull-right mobile-hide"> <span class="divider">|</span> <a href="https://github.com/rsdn/CodeJam/new/master/apiSpec/new?filename=CodeJam_Ranges_CompositeRangeExtensions_TrimTo__1_CodeJam_Ranges_CompositeRange___0____0_.md&amp;value=---%0Auid%3A%20CodeJam.Ranges.CompositeRangeExtensions.TrimTo%60%601(CodeJam.Ranges.CompositeRange%7B%60%600%7D%2C%60%600)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a> </span> <span class="small pull-right mobile-hide"> <a href="https://github.com/rsdn/CodeJam/blob/master/Main/src/Ranges/[RangeExtensions]/CompositeRangeExtensions.NoKey.cs/#L738">View Source</a> </span> <a id="CodeJam_Ranges_CompositeRangeExtensions_TrimTo_" data-uid="CodeJam.Ranges.CompositeRangeExtensions.TrimTo*"></a> <h4 id="CodeJam_Ranges_CompositeRangeExtensions_TrimTo__1_CodeJam_Ranges_CompositeRange___0____0_" data-uid="CodeJam.Ranges.CompositeRangeExtensions.TrimTo``1(CodeJam.Ranges.CompositeRange{``0},``0)">TrimTo&lt;T&gt;(CompositeRange&lt;T&gt;, T)</h4> <div class="markdown level1 summary"><p>Trims the range from the right.</p> </div> <div class="markdown level1 conceptual"></div> <h5 class="decalaration">Declaration</h5> <div class="codewrapper"> <pre><code class="lang-csharp hljs">public static CompositeRange&lt;T&gt; TrimTo&lt;T&gt;(this CompositeRange&lt;T&gt; compositeRange, T to)</code></pre> </div> <h5 class="parameters">Parameters</h5> <table class="table table-bordered table-striped table-condensed"> <thead> <tr> <th>Type</th> <th>Name</th> <th>Description</th> </tr> </thead> <tbody> <tr> <td><a class="xref" href="CodeJam.Ranges.CompositeRange-1.html">CompositeRange</a>&lt;T&gt;</td> <td><span class="parametername">compositeRange</span></td> <td><p>The source range.</p> </td> </tr> <tr> <td><span class="xref">T</span></td> <td><span class="parametername">to</span></td> <td><p>A new value To.</p> </td> </tr> </tbody> </table> <h5 class="returns">Returns</h5> <table class="table table-bordered table-striped table-condensed"> <thead> <tr> <th>Type</th> <th>Description</th> </tr> </thead> <tbody> <tr> <td><a class="xref" href="CodeJam.Ranges.CompositeRange-1.html">CompositeRange</a>&lt;T&gt;</td> <td><p>A range trimmed with a new To boundary.</p> </td> </tr> </tbody> </table> <h5 class="typeParameters">Type Parameters</h5> <table class="table table-bordered table-striped table-condensed"> <thead> <tr> <th>Name</th> <th>Description</th> </tr> </thead> <tbody> <tr> <td><span class="parametername">T</span></td> <td><p>The type of the range values.</p> </td> </tr> </tbody> </table> <span class="small pull-right mobile-hide"> <span class="divider">|</span> <a href="https://github.com/rsdn/CodeJam/new/master/apiSpec/new?filename=CodeJam_Ranges_CompositeRangeExtensions_TrimTo__1_CodeJam_Ranges_CompositeRange___0__CodeJam_Ranges_RangeBoundaryTo___0__.md&amp;value=---%0Auid%3A%20CodeJam.Ranges.CompositeRangeExtensions.TrimTo%60%601(CodeJam.Ranges.CompositeRange%7B%60%600%7D%2CCodeJam.Ranges.RangeBoundaryTo%7B%60%600%7D)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a> </span> <span class="small pull-right mobile-hide"> <a href="https://github.com/rsdn/CodeJam/blob/master/Main/src/Ranges/[RangeExtensions]/CompositeRangeExtensions.NoKey.cs/#L747">View Source</a> </span> <a id="CodeJam_Ranges_CompositeRangeExtensions_TrimTo_" data-uid="CodeJam.Ranges.CompositeRangeExtensions.TrimTo*"></a> <h4 id="CodeJam_Ranges_CompositeRangeExtensions_TrimTo__1_CodeJam_Ranges_CompositeRange___0__CodeJam_Ranges_RangeBoundaryTo___0__" data-uid="CodeJam.Ranges.CompositeRangeExtensions.TrimTo``1(CodeJam.Ranges.CompositeRange{``0},CodeJam.Ranges.RangeBoundaryTo{``0})">TrimTo&lt;T&gt;(CompositeRange&lt;T&gt;, RangeBoundaryTo&lt;T&gt;)</h4> <div class="markdown level1 summary"><p>Trims the range from the right.</p> </div> <div class="markdown level1 conceptual"></div> <h5 class="decalaration">Declaration</h5> <div class="codewrapper"> <pre><code class="lang-csharp hljs">public static CompositeRange&lt;T&gt; TrimTo&lt;T&gt;(this CompositeRange&lt;T&gt; compositeRange, RangeBoundaryTo&lt;T&gt; to)</code></pre> </div> <h5 class="parameters">Parameters</h5> <table class="table table-bordered table-striped table-condensed"> <thead> <tr> <th>Type</th> <th>Name</th> <th>Description</th> </tr> </thead> <tbody> <tr> <td><a class="xref" href="CodeJam.Ranges.CompositeRange-1.html">CompositeRange</a>&lt;T&gt;</td> <td><span class="parametername">compositeRange</span></td> <td><p>The source range.</p> </td> </tr> <tr> <td><a class="xref" href="CodeJam.Ranges.RangeBoundaryTo-1.html">RangeBoundaryTo</a>&lt;T&gt;</td> <td><span class="parametername">to</span></td> <td><p>A new boundary To.</p> </td> </tr> </tbody> </table> <h5 class="returns">Returns</h5> <table class="table table-bordered table-striped table-condensed"> <thead> <tr> <th>Type</th> <th>Description</th> </tr> </thead> <tbody> <tr> <td><a class="xref" href="CodeJam.Ranges.CompositeRange-1.html">CompositeRange</a>&lt;T&gt;</td> <td><p>A range trimmed with a new To boundary.</p> </td> </tr> </tbody> </table> <h5 class="typeParameters">Type Parameters</h5> <table class="table table-bordered table-striped table-condensed"> <thead> <tr> <th>Name</th> <th>Description</th> </tr> </thead> <tbody> <tr> <td><span class="parametername">T</span></td> <td><p>The type of the range values.</p> </td> </tr> </tbody> </table> <span class="small pull-right mobile-hide"> <span class="divider">|</span> <a href="https://github.com/rsdn/CodeJam/new/master/apiSpec/new?filename=CodeJam_Ranges_CompositeRangeExtensions_TrimTo__2_CodeJam_Ranges_CompositeRange___0___1____0_.md&amp;value=---%0Auid%3A%20CodeJam.Ranges.CompositeRangeExtensions.TrimTo%60%602(CodeJam.Ranges.CompositeRange%7B%60%600%2C%60%601%7D%2C%60%600)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a> </span> <span class="small pull-right mobile-hide"> <a href="https://github.com/rsdn/CodeJam/blob/master/Main/src/Ranges/[RangeExtensions]/CompositeRangeExtensions.WithKey.generated.cs/#L783">View Source</a> </span> <a id="CodeJam_Ranges_CompositeRangeExtensions_TrimTo_" data-uid="CodeJam.Ranges.CompositeRangeExtensions.TrimTo*"></a> <h4 id="CodeJam_Ranges_CompositeRangeExtensions_TrimTo__2_CodeJam_Ranges_CompositeRange___0___1____0_" data-uid="CodeJam.Ranges.CompositeRangeExtensions.TrimTo``2(CodeJam.Ranges.CompositeRange{``0,``1},``0)">TrimTo&lt;T, TKey&gt;(CompositeRange&lt;T, TKey&gt;, T)</h4> <div class="markdown level1 summary"><p>Trims the range from the right.</p> </div> <div class="markdown level1 conceptual"></div> <h5 class="decalaration">Declaration</h5> <div class="codewrapper"> <pre><code class="lang-csharp hljs">public static CompositeRange&lt;T, TKey&gt; TrimTo&lt;T, TKey&gt;(this CompositeRange&lt;T, TKey&gt; compositeRange, T to)</code></pre> </div> <h5 class="parameters">Parameters</h5> <table class="table table-bordered table-striped table-condensed"> <thead> <tr> <th>Type</th> <th>Name</th> <th>Description</th> </tr> </thead> <tbody> <tr> <td><a class="xref" href="CodeJam.Ranges.CompositeRange-2.html">CompositeRange</a>&lt;T, TKey&gt;</td> <td><span class="parametername">compositeRange</span></td> <td><p>The source range.</p> </td> </tr> <tr> <td><span class="xref">T</span></td> <td><span class="parametername">to</span></td> <td><p>A new value To.</p> </td> </tr> </tbody> </table> <h5 class="returns">Returns</h5> <table class="table table-bordered table-striped table-condensed"> <thead> <tr> <th>Type</th> <th>Description</th> </tr> </thead> <tbody> <tr> <td><a class="xref" href="CodeJam.Ranges.CompositeRange-2.html">CompositeRange</a>&lt;T, TKey&gt;</td> <td><p>A range trimmed with a new To boundary.</p> </td> </tr> </tbody> </table> <h5 class="typeParameters">Type Parameters</h5> <table class="table table-bordered table-striped table-condensed"> <thead> <tr> <th>Name</th> <th>Description</th> </tr> </thead> <tbody> <tr> <td><span class="parametername">T</span></td> <td><p>The type of the range values.</p> </td> </tr> <tr> <td><span class="parametername">TKey</span></td> <td><p>The type of the range key</p> </td> </tr> </tbody> </table> <span class="small pull-right mobile-hide"> <span class="divider">|</span> <a href="https://github.com/rsdn/CodeJam/new/master/apiSpec/new?filename=CodeJam_Ranges_CompositeRangeExtensions_TrimTo__2_CodeJam_Ranges_CompositeRange___0___1__CodeJam_Ranges_RangeBoundaryTo___0__.md&amp;value=---%0Auid%3A%20CodeJam.Ranges.CompositeRangeExtensions.TrimTo%60%602(CodeJam.Ranges.CompositeRange%7B%60%600%2C%60%601%7D%2CCodeJam.Ranges.RangeBoundaryTo%7B%60%600%7D)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a> </span> <span class="small pull-right mobile-hide"> <a href="https://github.com/rsdn/CodeJam/blob/master/Main/src/Ranges/[RangeExtensions]/CompositeRangeExtensions.WithKey.generated.cs/#L793">View Source</a> </span> <a id="CodeJam_Ranges_CompositeRangeExtensions_TrimTo_" data-uid="CodeJam.Ranges.CompositeRangeExtensions.TrimTo*"></a> <h4 id="CodeJam_Ranges_CompositeRangeExtensions_TrimTo__2_CodeJam_Ranges_CompositeRange___0___1__CodeJam_Ranges_RangeBoundaryTo___0__" data-uid="CodeJam.Ranges.CompositeRangeExtensions.TrimTo``2(CodeJam.Ranges.CompositeRange{``0,``1},CodeJam.Ranges.RangeBoundaryTo{``0})">TrimTo&lt;T, TKey&gt;(CompositeRange&lt;T, TKey&gt;, RangeBoundaryTo&lt;T&gt;)</h4> <div class="markdown level1 summary"><p>Trims the range from the right.</p> </div> <div class="markdown level1 conceptual"></div> <h5 class="decalaration">Declaration</h5> <div class="codewrapper"> <pre><code class="lang-csharp hljs">public static CompositeRange&lt;T, TKey&gt; TrimTo&lt;T, TKey&gt;(this CompositeRange&lt;T, TKey&gt; compositeRange, RangeBoundaryTo&lt;T&gt; to)</code></pre> </div> <h5 class="parameters">Parameters</h5> <table class="table table-bordered table-striped table-condensed"> <thead> <tr> <th>Type</th> <th>Name</th> <th>Description</th> </tr> </thead> <tbody> <tr> <td><a class="xref" href="CodeJam.Ranges.CompositeRange-2.html">CompositeRange</a>&lt;T, TKey&gt;</td> <td><span class="parametername">compositeRange</span></td> <td><p>The source range.</p> </td> </tr> <tr> <td><a class="xref" href="CodeJam.Ranges.RangeBoundaryTo-1.html">RangeBoundaryTo</a>&lt;T&gt;</td> <td><span class="parametername">to</span></td> <td><p>A new boundary To.</p> </td> </tr> </tbody> </table> <h5 class="returns">Returns</h5> <table class="table table-bordered table-striped table-condensed"> <thead> <tr> <th>Type</th> <th>Description</th> </tr> </thead> <tbody> <tr> <td><a class="xref" href="CodeJam.Ranges.CompositeRange-2.html">CompositeRange</a>&lt;T, TKey&gt;</td> <td><p>A range trimmed with a new To boundary.</p> </td> </tr> </tbody> </table> <h5 class="typeParameters">Type Parameters</h5> <table class="table table-bordered table-striped table-condensed"> <thead> <tr> <th>Name</th> <th>Description</th> </tr> </thead> <tbody> <tr> <td><span class="parametername">T</span></td> <td><p>The type of the range values.</p> </td> </tr> <tr> <td><span class="parametername">TKey</span></td> <td><p>The type of the range key</p> </td> </tr> </tbody> </table> <span class="small pull-right mobile-hide"> <span class="divider">|</span> <a href="https://github.com/rsdn/CodeJam/new/master/apiSpec/new?filename=CodeJam_Ranges_CompositeRangeExtensions_Union__1_CodeJam_Ranges_CompositeRange___0__CodeJam_Ranges_CompositeRange___0__.md&amp;value=---%0Auid%3A%20CodeJam.Ranges.CompositeRangeExtensions.Union%60%601(CodeJam.Ranges.CompositeRange%7B%60%600%7D%2CCodeJam.Ranges.CompositeRange%7B%60%600%7D)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a> </span> <span class="small pull-right mobile-hide"> <a href="https://github.com/rsdn/CodeJam/blob/master/Main/src/Ranges/[RangeExtensions]/CompositeRangeExtensions.NoKey.cs/#L495">View Source</a> </span> <a id="CodeJam_Ranges_CompositeRangeExtensions_Union_" data-uid="CodeJam.Ranges.CompositeRangeExtensions.Union*"></a> <h4 id="CodeJam_Ranges_CompositeRangeExtensions_Union__1_CodeJam_Ranges_CompositeRange___0__CodeJam_Ranges_CompositeRange___0__" data-uid="CodeJam.Ranges.CompositeRangeExtensions.Union``1(CodeJam.Ranges.CompositeRange{``0},CodeJam.Ranges.CompositeRange{``0})">Union&lt;T&gt;(CompositeRange&lt;T&gt;, CompositeRange&lt;T&gt;)</h4> <div class="markdown level1 summary"><p>Returns a union range containing all subranges.</p> </div> <div class="markdown level1 conceptual"></div> <h5 class="decalaration">Declaration</h5> <div class="codewrapper"> <pre><code class="lang-csharp hljs">public static CompositeRange&lt;T&gt; Union&lt;T&gt;(this CompositeRange&lt;T&gt; compositeRange, CompositeRange&lt;T&gt; other)</code></pre> </div> <h5 class="parameters">Parameters</h5> <table class="table table-bordered table-striped table-condensed"> <thead> <tr> <th>Type</th> <th>Name</th> <th>Description</th> </tr> </thead> <tbody> <tr> <td><a class="xref" href="CodeJam.Ranges.CompositeRange-1.html">CompositeRange</a>&lt;T&gt;</td> <td><span class="parametername">compositeRange</span></td> <td><p>The source range.</p> </td> </tr> <tr> <td><a class="xref" href="CodeJam.Ranges.CompositeRange-1.html">CompositeRange</a>&lt;T&gt;</td> <td><span class="parametername">other</span></td> <td><p>The range to union with.</p> </td> </tr> </tbody> </table> <h5 class="returns">Returns</h5> <table class="table table-bordered table-striped table-condensed"> <thead> <tr> <th>Type</th> <th>Description</th> </tr> </thead> <tbody> <tr> <td><a class="xref" href="CodeJam.Ranges.CompositeRange-1.html">CompositeRange</a>&lt;T&gt;</td> <td><p>A union range containing all subranges.</p> </td> </tr> </tbody> </table> <h5 class="typeParameters">Type Parameters</h5> <table class="table table-bordered table-striped table-condensed"> <thead> <tr> <th>Name</th> <th>Description</th> </tr> </thead> <tbody> <tr> <td><span class="parametername">T</span></td> <td><p>The type of the range values.</p> </td> </tr> </tbody> </table> <span class="small pull-right mobile-hide"> <span class="divider">|</span> <a href="https://github.com/rsdn/CodeJam/new/master/apiSpec/new?filename=CodeJam_Ranges_CompositeRangeExtensions_Union__1_CodeJam_Ranges_CompositeRange___0__CodeJam_Ranges_Range___0__.md&amp;value=---%0Auid%3A%20CodeJam.Ranges.CompositeRangeExtensions.Union%60%601(CodeJam.Ranges.CompositeRange%7B%60%600%7D%2CCodeJam.Ranges.Range%7B%60%600%7D)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a> </span> <span class="small pull-right mobile-hide"> <a href="https://github.com/rsdn/CodeJam/blob/master/Main/src/Ranges/[RangeExtensions]/CompositeRangeExtensions.NoKey.cs/#L486">View Source</a> </span> <a id="CodeJam_Ranges_CompositeRangeExtensions_Union_" data-uid="CodeJam.Ranges.CompositeRangeExtensions.Union*"></a> <h4 id="CodeJam_Ranges_CompositeRangeExtensions_Union__1_CodeJam_Ranges_CompositeRange___0__CodeJam_Ranges_Range___0__" data-uid="CodeJam.Ranges.CompositeRangeExtensions.Union``1(CodeJam.Ranges.CompositeRange{``0},CodeJam.Ranges.Range{``0})">Union&lt;T&gt;(CompositeRange&lt;T&gt;, Range&lt;T&gt;)</h4> <div class="markdown level1 summary"><p>Returns a union range containing all subranges.</p> </div> <div class="markdown level1 conceptual"></div> <h5 class="decalaration">Declaration</h5> <div class="codewrapper"> <pre><code class="lang-csharp hljs">public static CompositeRange&lt;T&gt; Union&lt;T&gt;(this CompositeRange&lt;T&gt; compositeRange, Range&lt;T&gt; other)</code></pre> </div> <h5 class="parameters">Parameters</h5> <table class="table table-bordered table-striped table-condensed"> <thead> <tr> <th>Type</th> <th>Name</th> <th>Description</th> </tr> </thead> <tbody> <tr> <td><a class="xref" href="CodeJam.Ranges.CompositeRange-1.html">CompositeRange</a>&lt;T&gt;</td> <td><span class="parametername">compositeRange</span></td> <td><p>The source range.</p> </td> </tr> <tr> <td><a class="xref" href="CodeJam.Ranges.Range-1.html">Range</a>&lt;T&gt;</td> <td><span class="parametername">other</span></td> <td><p>The range to union with.</p> </td> </tr> </tbody> </table> <h5 class="returns">Returns</h5> <table class="table table-bordered table-striped table-condensed"> <thead> <tr> <th>Type</th> <th>Description</th> </tr> </thead> <tbody> <tr> <td><a class="xref" href="CodeJam.Ranges.CompositeRange-1.html">CompositeRange</a>&lt;T&gt;</td> <td><p>A union range containing all subranges.</p> </td> </tr> </tbody> </table> <h5 class="typeParameters">Type Parameters</h5> <table class="table table-bordered table-striped table-condensed"> <thead> <tr> <th>Name</th> <th>Description</th> </tr> </thead> <tbody> <tr> <td><span class="parametername">T</span></td> <td><p>The type of the range values.</p> </td> </tr> </tbody> </table> <span class="small pull-right mobile-hide"> <span class="divider">|</span> <a href="https://github.com/rsdn/CodeJam/new/master/apiSpec/new?filename=CodeJam_Ranges_CompositeRangeExtensions_Union__2_CodeJam_Ranges_CompositeRange___0___1__CodeJam_Ranges_CompositeRange___0___1__.md&amp;value=---%0Auid%3A%20CodeJam.Ranges.CompositeRangeExtensions.Union%60%602(CodeJam.Ranges.CompositeRange%7B%60%600%2C%60%601%7D%2CCodeJam.Ranges.CompositeRange%7B%60%600%2C%60%601%7D)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a> </span> <span class="small pull-right mobile-hide"> <a href="https://github.com/rsdn/CodeJam/blob/master/Main/src/Ranges/[RangeExtensions]/CompositeRangeExtensions.WithKey.generated.cs/#L529">View Source</a> </span> <a id="CodeJam_Ranges_CompositeRangeExtensions_Union_" data-uid="CodeJam.Ranges.CompositeRangeExtensions.Union*"></a> <h4 id="CodeJam_Ranges_CompositeRangeExtensions_Union__2_CodeJam_Ranges_CompositeRange___0___1__CodeJam_Ranges_CompositeRange___0___1__" data-uid="CodeJam.Ranges.CompositeRangeExtensions.Union``2(CodeJam.Ranges.CompositeRange{``0,``1},CodeJam.Ranges.CompositeRange{``0,``1})">Union&lt;T, TKey&gt;(CompositeRange&lt;T, TKey&gt;, CompositeRange&lt;T, TKey&gt;)</h4> <div class="markdown level1 summary"><p>Returns a union range containing all subranges.</p> </div> <div class="markdown level1 conceptual"></div> <h5 class="decalaration">Declaration</h5> <div class="codewrapper"> <pre><code class="lang-csharp hljs">public static CompositeRange&lt;T, TKey&gt; Union&lt;T, TKey&gt;(this CompositeRange&lt;T, TKey&gt; compositeRange, CompositeRange&lt;T, TKey&gt; other)</code></pre> </div> <h5 class="parameters">Parameters</h5> <table class="table table-bordered table-striped table-condensed"> <thead> <tr> <th>Type</th> <th>Name</th> <th>Description</th> </tr> </thead> <tbody> <tr> <td><a class="xref" href="CodeJam.Ranges.CompositeRange-2.html">CompositeRange</a>&lt;T, TKey&gt;</td> <td><span class="parametername">compositeRange</span></td> <td><p>The source range.</p> </td> </tr> <tr> <td><a class="xref" href="CodeJam.Ranges.CompositeRange-2.html">CompositeRange</a>&lt;T, TKey&gt;</td> <td><span class="parametername">other</span></td> <td><p>The range to union with.</p> </td> </tr> </tbody> </table> <h5 class="returns">Returns</h5> <table class="table table-bordered table-striped table-condensed"> <thead> <tr> <th>Type</th> <th>Description</th> </tr> </thead> <tbody> <tr> <td><a class="xref" href="CodeJam.Ranges.CompositeRange-2.html">CompositeRange</a>&lt;T, TKey&gt;</td> <td><p>A union range containing all subranges.</p> </td> </tr> </tbody> </table> <h5 class="typeParameters">Type Parameters</h5> <table class="table table-bordered table-striped table-condensed"> <thead> <tr> <th>Name</th> <th>Description</th> </tr> </thead> <tbody> <tr> <td><span class="parametername">T</span></td> <td><p>The type of the range values.</p> </td> </tr> <tr> <td><span class="parametername">TKey</span></td> <td><p>The type of the range key</p> </td> </tr> </tbody> </table> <span class="small pull-right mobile-hide"> <span class="divider">|</span> <a href="https://github.com/rsdn/CodeJam/new/master/apiSpec/new?filename=CodeJam_Ranges_CompositeRangeExtensions_Union__2_CodeJam_Ranges_CompositeRange___0___1__CodeJam_Ranges_Range___0___1__.md&amp;value=---%0Auid%3A%20CodeJam.Ranges.CompositeRangeExtensions.Union%60%602(CodeJam.Ranges.CompositeRange%7B%60%600%2C%60%601%7D%2CCodeJam.Ranges.Range%7B%60%600%2C%60%601%7D)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a> </span> <span class="small pull-right mobile-hide"> <a href="https://github.com/rsdn/CodeJam/blob/master/Main/src/Ranges/[RangeExtensions]/CompositeRangeExtensions.WithKey.generated.cs/#L519">View Source</a> </span> <a id="CodeJam_Ranges_CompositeRangeExtensions_Union_" data-uid="CodeJam.Ranges.CompositeRangeExtensions.Union*"></a> <h4 id="CodeJam_Ranges_CompositeRangeExtensions_Union__2_CodeJam_Ranges_CompositeRange___0___1__CodeJam_Ranges_Range___0___1__" data-uid="CodeJam.Ranges.CompositeRangeExtensions.Union``2(CodeJam.Ranges.CompositeRange{``0,``1},CodeJam.Ranges.Range{``0,``1})">Union&lt;T, TKey&gt;(CompositeRange&lt;T, TKey&gt;, Range&lt;T, TKey&gt;)</h4> <div class="markdown level1 summary"><p>Returns a union range containing all subranges.</p> </div> <div class="markdown level1 conceptual"></div> <h5 class="decalaration">Declaration</h5> <div class="codewrapper"> <pre><code class="lang-csharp hljs">public static CompositeRange&lt;T, TKey&gt; Union&lt;T, TKey&gt;(this CompositeRange&lt;T, TKey&gt; compositeRange, Range&lt;T, TKey&gt; other)</code></pre> </div> <h5 class="parameters">Parameters</h5> <table class="table table-bordered table-striped table-condensed"> <thead> <tr> <th>Type</th> <th>Name</th> <th>Description</th> </tr> </thead> <tbody> <tr> <td><a class="xref" href="CodeJam.Ranges.CompositeRange-2.html">CompositeRange</a>&lt;T, TKey&gt;</td> <td><span class="parametername">compositeRange</span></td> <td><p>The source range.</p> </td> </tr> <tr> <td><a class="xref" href="CodeJam.Ranges.Range-2.html">Range</a>&lt;T, TKey&gt;</td> <td><span class="parametername">other</span></td> <td><p>The range to union with.</p> </td> </tr> </tbody> </table> <h5 class="returns">Returns</h5> <table class="table table-bordered table-striped table-condensed"> <thead> <tr> <th>Type</th> <th>Description</th> </tr> </thead> <tbody> <tr> <td><a class="xref" href="CodeJam.Ranges.CompositeRange-2.html">CompositeRange</a>&lt;T, TKey&gt;</td> <td><p>A union range containing all subranges.</p> </td> </tr> </tbody> </table> <h5 class="typeParameters">Type Parameters</h5> <table class="table table-bordered table-striped table-condensed"> <thead> <tr> <th>Name</th> <th>Description</th> </tr> </thead> <tbody> <tr> <td><span class="parametername">T</span></td> <td><p>The type of the range values.</p> </td> </tr> <tr> <td><span class="parametername">TKey</span></td> <td><p>The type of the range key</p> </td> </tr> </tbody> </table> <span class="small pull-right mobile-hide"> <span class="divider">|</span> <a href="https://github.com/rsdn/CodeJam/new/master/apiSpec/new?filename=CodeJam_Ranges_CompositeRangeExtensions_WithKeys__2_CodeJam_Ranges_CompositeRange___0____1_.md&amp;value=---%0Auid%3A%20CodeJam.Ranges.CompositeRangeExtensions.WithKeys%60%602(CodeJam.Ranges.CompositeRange%7B%60%600%7D%2C%60%601)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a> </span> <span class="small pull-right mobile-hide"> <a href="https://github.com/rsdn/CodeJam/blob/master/Main/src/Ranges/[RangeExtensions]/CompositeRangeExtensions.cs/#L199">View Source</a> </span> <a id="CodeJam_Ranges_CompositeRangeExtensions_WithKeys_" data-uid="CodeJam.Ranges.CompositeRangeExtensions.WithKeys*"></a> <h4 id="CodeJam_Ranges_CompositeRangeExtensions_WithKeys__2_CodeJam_Ranges_CompositeRange___0____1_" data-uid="CodeJam.Ranges.CompositeRangeExtensions.WithKeys``2(CodeJam.Ranges.CompositeRange{``0},``1)">WithKeys&lt;T, TKey2&gt;(CompositeRange&lt;T&gt;, TKey2)</h4> <div class="markdown level1 summary"><p>Creates a new composite range with the key specified.</p> </div> <div class="markdown level1 conceptual"></div> <h5 class="decalaration">Declaration</h5> <div class="codewrapper"> <pre><code class="lang-csharp hljs">public static CompositeRange&lt;T, TKey2&gt; WithKeys&lt;T, TKey2&gt;(this CompositeRange&lt;T&gt; compositeRange, TKey2 key)</code></pre> </div> <h5 class="parameters">Parameters</h5> <table class="table table-bordered table-striped table-condensed"> <thead> <tr> <th>Type</th> <th>Name</th> <th>Description</th> </tr> </thead> <tbody> <tr> <td><a class="xref" href="CodeJam.Ranges.CompositeRange-1.html">CompositeRange</a>&lt;T&gt;</td> <td><span class="parametername">compositeRange</span></td> <td><p>The source range.</p> </td> </tr> <tr> <td><span class="xref">TKey2</span></td> <td><span class="parametername">key</span></td> <td><p>The value of the new key.</p> </td> </tr> </tbody> </table> <h5 class="returns">Returns</h5> <table class="table table-bordered table-striped table-condensed"> <thead> <tr> <th>Type</th> <th>Description</th> </tr> </thead> <tbody> <tr> <td><a class="xref" href="CodeJam.Ranges.CompositeRange-2.html">CompositeRange</a>&lt;T, TKey2&gt;</td> <td><p>A new composite range with the key specified.</p> </td> </tr> </tbody> </table> <h5 class="typeParameters">Type Parameters</h5> <table class="table table-bordered table-striped table-condensed"> <thead> <tr> <th>Name</th> <th>Description</th> </tr> </thead> <tbody> <tr> <td><span class="parametername">T</span></td> <td><p>The type of the range values.</p> </td> </tr> <tr> <td><span class="parametername">TKey2</span></td> <td><p>The type of the new key.</p> </td> </tr> </tbody> </table> <span class="small pull-right mobile-hide"> <span class="divider">|</span> <a href="https://github.com/rsdn/CodeJam/new/master/apiSpec/new?filename=CodeJam_Ranges_CompositeRangeExtensions_WithKeys__3_CodeJam_Ranges_CompositeRange___0___1____2_.md&amp;value=---%0Auid%3A%20CodeJam.Ranges.CompositeRangeExtensions.WithKeys%60%603(CodeJam.Ranges.CompositeRange%7B%60%600%2C%60%601%7D%2C%60%602)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a> </span> <span class="small pull-right mobile-hide"> <a href="https://github.com/rsdn/CodeJam/blob/master/Main/src/Ranges/[RangeExtensions]/CompositeRangeExtensions.cs/#L212">View Source</a> </span> <a id="CodeJam_Ranges_CompositeRangeExtensions_WithKeys_" data-uid="CodeJam.Ranges.CompositeRangeExtensions.WithKeys*"></a> <h4 id="CodeJam_Ranges_CompositeRangeExtensions_WithKeys__3_CodeJam_Ranges_CompositeRange___0___1____2_" data-uid="CodeJam.Ranges.CompositeRangeExtensions.WithKeys``3(CodeJam.Ranges.CompositeRange{``0,``1},``2)">WithKeys&lt;T, TKey, TKey2&gt;(CompositeRange&lt;T, TKey&gt;, TKey2)</h4> <div class="markdown level1 summary"><p>Creates a new composite range with the key specified.</p> </div> <div class="markdown level1 conceptual"></div> <h5 class="decalaration">Declaration</h5> <div class="codewrapper"> <pre><code class="lang-csharp hljs">public static CompositeRange&lt;T, TKey2&gt; WithKeys&lt;T, TKey, TKey2&gt;(this CompositeRange&lt;T, TKey&gt; compositeRange, TKey2 key)</code></pre> </div> <h5 class="parameters">Parameters</h5> <table class="table table-bordered table-striped table-condensed"> <thead> <tr> <th>Type</th> <th>Name</th> <th>Description</th> </tr> </thead> <tbody> <tr> <td><a class="xref" href="CodeJam.Ranges.CompositeRange-2.html">CompositeRange</a>&lt;T, TKey&gt;</td> <td><span class="parametername">compositeRange</span></td> <td><p>The source range.</p> </td> </tr> <tr> <td><span class="xref">TKey2</span></td> <td><span class="parametername">key</span></td> <td><p>The value of the new key.</p> </td> </tr> </tbody> </table> <h5 class="returns">Returns</h5> <table class="table table-bordered table-striped table-condensed"> <thead> <tr> <th>Type</th> <th>Description</th> </tr> </thead> <tbody> <tr> <td><a class="xref" href="CodeJam.Ranges.CompositeRange-2.html">CompositeRange</a>&lt;T, TKey2&gt;</td> <td><p>A new composite range with the key specified.</p> </td> </tr> </tbody> </table> <h5 class="typeParameters">Type Parameters</h5> <table class="table table-bordered table-striped table-condensed"> <thead> <tr> <th>Name</th> <th>Description</th> </tr> </thead> <tbody> <tr> <td><span class="parametername">T</span></td> <td><p>The type of the range values.</p> </td> </tr> <tr> <td><span class="parametername">TKey</span></td> <td><p>The type of the range key</p> </td> </tr> <tr> <td><span class="parametername">TKey2</span></td> <td><p>The type of the new key.</p> </td> </tr> </tbody> </table> <span class="small pull-right mobile-hide"> <span class="divider">|</span> <a href="https://github.com/rsdn/CodeJam/new/master/apiSpec/new?filename=CodeJam_Ranges_CompositeRangeExtensions_WithKeys__3_CodeJam_Ranges_CompositeRange___0___1__System_Func___1___2__.md&amp;value=---%0Auid%3A%20CodeJam.Ranges.CompositeRangeExtensions.WithKeys%60%603(CodeJam.Ranges.CompositeRange%7B%60%600%2C%60%601%7D%2CSystem.Func%7B%60%601%2C%60%602%7D)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a> </span> <span class="small pull-right mobile-hide"> <a href="https://github.com/rsdn/CodeJam/blob/master/Main/src/Ranges/[RangeExtensions]/CompositeRangeExtensions.cs/#L226">View Source</a> </span> <a id="CodeJam_Ranges_CompositeRangeExtensions_WithKeys_" data-uid="CodeJam.Ranges.CompositeRangeExtensions.WithKeys*"></a> <h4 id="CodeJam_Ranges_CompositeRangeExtensions_WithKeys__3_CodeJam_Ranges_CompositeRange___0___1__System_Func___1___2__" data-uid="CodeJam.Ranges.CompositeRangeExtensions.WithKeys``3(CodeJam.Ranges.CompositeRange{``0,``1},System.Func{``1,``2})">WithKeys&lt;T, TKey, TKey2&gt;(CompositeRange&lt;T, TKey&gt;, Func&lt;TKey, TKey2&gt;)</h4> <div class="markdown level1 summary"><p>Creates a new composite range with the key specified.</p> </div> <div class="markdown level1 conceptual"></div> <h5 class="decalaration">Declaration</h5> <div class="codewrapper"> <pre><code class="lang-csharp hljs">public static CompositeRange&lt;T, TKey2&gt; WithKeys&lt;T, TKey, TKey2&gt;(this CompositeRange&lt;T, TKey&gt; compositeRange, Func&lt;TKey, TKey2&gt; keySelector)</code></pre> </div> <h5 class="parameters">Parameters</h5> <table class="table table-bordered table-striped table-condensed"> <thead> <tr> <th>Type</th> <th>Name</th> <th>Description</th> </tr> </thead> <tbody> <tr> <td><a class="xref" href="CodeJam.Ranges.CompositeRange-2.html">CompositeRange</a>&lt;T, TKey&gt;</td> <td><span class="parametername">compositeRange</span></td> <td><p>The source range.</p> </td> </tr> <tr> <td><span class="xref">System.Func</span>&lt;TKey, TKey2&gt;</td> <td><span class="parametername">keySelector</span></td> <td><p>Callback to obtain a value for the range key.</p> </td> </tr> </tbody> </table> <h5 class="returns">Returns</h5> <table class="table table-bordered table-striped table-condensed"> <thead> <tr> <th>Type</th> <th>Description</th> </tr> </thead> <tbody> <tr> <td><a class="xref" href="CodeJam.Ranges.CompositeRange-2.html">CompositeRange</a>&lt;T, TKey2&gt;</td> <td><p>A new composite range with the key specified.</p> </td> </tr> </tbody> </table> <h5 class="typeParameters">Type Parameters</h5> <table class="table table-bordered table-striped table-condensed"> <thead> <tr> <th>Name</th> <th>Description</th> </tr> </thead> <tbody> <tr> <td><span class="parametername">T</span></td> <td><p>The type of the range values.</p> </td> </tr> <tr> <td><span class="parametername">TKey</span></td> <td><p>The type of the range key</p> </td> </tr> <tr> <td><span class="parametername">TKey2</span></td> <td><p>The type of the new key.</p> </td> </tr> </tbody> </table> <span class="small pull-right mobile-hide"> <span class="divider">|</span> <a href="https://github.com/rsdn/CodeJam/new/master/apiSpec/new?filename=CodeJam_Ranges_CompositeRangeExtensions_WithoutKeys__2_CodeJam_Ranges_CompositeRange___0___1__.md&amp;value=---%0Auid%3A%20CodeJam.Ranges.CompositeRangeExtensions.WithoutKeys%60%602(CodeJam.Ranges.CompositeRange%7B%60%600%2C%60%601%7D)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a> </span> <span class="small pull-right mobile-hide"> <a href="https://github.com/rsdn/CodeJam/blob/master/Main/src/Ranges/[RangeExtensions]/CompositeRangeExtensions.cs/#L239">View Source</a> </span> <a id="CodeJam_Ranges_CompositeRangeExtensions_WithoutKeys_" data-uid="CodeJam.Ranges.CompositeRangeExtensions.WithoutKeys*"></a> <h4 id="CodeJam_Ranges_CompositeRangeExtensions_WithoutKeys__2_CodeJam_Ranges_CompositeRange___0___1__" data-uid="CodeJam.Ranges.CompositeRangeExtensions.WithoutKeys``2(CodeJam.Ranges.CompositeRange{``0,``1})">WithoutKeys&lt;T, TKey&gt;(CompositeRange&lt;T, TKey&gt;)</h4> <div class="markdown level1 summary"><p>Removes keys from the composite range.</p> </div> <div class="markdown level1 conceptual"></div> <h5 class="decalaration">Declaration</h5> <div class="codewrapper"> <pre><code class="lang-csharp hljs">public static CompositeRange&lt;T&gt; WithoutKeys&lt;T, TKey&gt;(this CompositeRange&lt;T, TKey&gt; compositeRange)</code></pre> </div> <h5 class="parameters">Parameters</h5> <table class="table table-bordered table-striped table-condensed"> <thead> <tr> <th>Type</th> <th>Name</th> <th>Description</th> </tr> </thead> <tbody> <tr> <td><a class="xref" href="CodeJam.Ranges.CompositeRange-2.html">CompositeRange</a>&lt;T, TKey&gt;</td> <td><span class="parametername">compositeRange</span></td> <td><p>The source range.</p> </td> </tr> </tbody> </table> <h5 class="returns">Returns</h5> <table class="table table-bordered table-striped table-condensed"> <thead> <tr> <th>Type</th> <th>Description</th> </tr> </thead> <tbody> <tr> <td><a class="xref" href="CodeJam.Ranges.CompositeRange-1.html">CompositeRange</a>&lt;T&gt;</td> <td><p>A new composite range without associated keys.</p> </td> </tr> </tbody> </table> <h5 class="typeParameters">Type Parameters</h5> <table class="table table-bordered table-striped table-condensed"> <thead> <tr> <th>Name</th> <th>Description</th> </tr> </thead> <tbody> <tr> <td><span class="parametername">T</span></td> <td><p>The type of the range values.</p> </td> </tr> <tr> <td><span class="parametername">TKey</span></td> <td><p>The type of the range key</p> </td> </tr> </tbody> </table> <span class="small pull-right mobile-hide"> <span class="divider">|</span> <a href="https://github.com/rsdn/CodeJam/new/master/apiSpec/new?filename=CodeJam_Ranges_CompositeRangeExtensions_WithValues__2_CodeJam_Ranges_CompositeRange___0__System_Func___0___1__.md&amp;value=---%0Auid%3A%20CodeJam.Ranges.CompositeRangeExtensions.WithValues%60%602(CodeJam.Ranges.CompositeRange%7B%60%600%7D%2CSystem.Func%7B%60%600%2C%60%601%7D)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a> </span> <span class="small pull-right mobile-hide"> <a href="https://github.com/rsdn/CodeJam/blob/master/Main/src/Ranges/[RangeExtensions]/CompositeRangeExtensions.NoKey.cs/#L89">View Source</a> </span> <a id="CodeJam_Ranges_CompositeRangeExtensions_WithValues_" data-uid="CodeJam.Ranges.CompositeRangeExtensions.WithValues*"></a> <h4 id="CodeJam_Ranges_CompositeRangeExtensions_WithValues__2_CodeJam_Ranges_CompositeRange___0__System_Func___0___1__" data-uid="CodeJam.Ranges.CompositeRangeExtensions.WithValues``2(CodeJam.Ranges.CompositeRange{``0},System.Func{``0,``1})">WithValues&lt;T, T2&gt;(CompositeRange&lt;T&gt;, Func&lt;T, T2&gt;)</h4> <div class="markdown level1 summary"><p>Creates a new composite range with the key specified.</p> </div> <div class="markdown level1 conceptual"></div> <h5 class="decalaration">Declaration</h5> <div class="codewrapper"> <pre><code class="lang-csharp hljs">public static CompositeRange&lt;T2&gt; WithValues&lt;T, T2&gt;(this CompositeRange&lt;T&gt; compositeRange, Func&lt;T, T2&gt; newValueSelector)</code></pre> </div> <h5 class="parameters">Parameters</h5> <table class="table table-bordered table-striped table-condensed"> <thead> <tr> <th>Type</th> <th>Name</th> <th>Description</th> </tr> </thead> <tbody> <tr> <td><a class="xref" href="CodeJam.Ranges.CompositeRange-1.html">CompositeRange</a>&lt;T&gt;</td> <td><span class="parametername">compositeRange</span></td> <td><p>The source range.</p> </td> </tr> <tr> <td><span class="xref">System.Func</span>&lt;T, T2&gt;</td> <td><span class="parametername">newValueSelector</span></td> <td><p>The value of the new key.</p> </td> </tr> </tbody> </table> <h5 class="returns">Returns</h5> <table class="table table-bordered table-striped table-condensed"> <thead> <tr> <th>Type</th> <th>Description</th> </tr> </thead> <tbody> <tr> <td><a class="xref" href="CodeJam.Ranges.CompositeRange-1.html">CompositeRange</a>&lt;T2&gt;</td> <td><p>A new composite range with the key specified.</p> </td> </tr> </tbody> </table> <h5 class="typeParameters">Type Parameters</h5> <table class="table table-bordered table-striped table-condensed"> <thead> <tr> <th>Name</th> <th>Description</th> </tr> </thead> <tbody> <tr> <td><span class="parametername">T</span></td> <td><p>The type of the range values.</p> </td> </tr> <tr> <td><span class="parametername">T2</span></td> <td><p>The type of new range values.</p> </td> </tr> </tbody> </table> <span class="small pull-right mobile-hide"> <span class="divider">|</span> <a href="https://github.com/rsdn/CodeJam/new/master/apiSpec/new?filename=CodeJam_Ranges_CompositeRangeExtensions_WithValues__2_CodeJam_Ranges_CompositeRange___0__System_Func___0___1__System_Func___0___1__.md&amp;value=---%0Auid%3A%20CodeJam.Ranges.CompositeRangeExtensions.WithValues%60%602(CodeJam.Ranges.CompositeRange%7B%60%600%7D%2CSystem.Func%7B%60%600%2C%60%601%7D%2CSystem.Func%7B%60%600%2C%60%601%7D)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a> </span> <span class="small pull-right mobile-hide"> <a href="https://github.com/rsdn/CodeJam/blob/master/Main/src/Ranges/[RangeExtensions]/CompositeRangeExtensions.NoKey.cs/#L104">View Source</a> </span> <a id="CodeJam_Ranges_CompositeRangeExtensions_WithValues_" data-uid="CodeJam.Ranges.CompositeRangeExtensions.WithValues*"></a> <h4 id="CodeJam_Ranges_CompositeRangeExtensions_WithValues__2_CodeJam_Ranges_CompositeRange___0__System_Func___0___1__System_Func___0___1__" data-uid="CodeJam.Ranges.CompositeRangeExtensions.WithValues``2(CodeJam.Ranges.CompositeRange{``0},System.Func{``0,``1},System.Func{``0,``1})">WithValues&lt;T, T2&gt;(CompositeRange&lt;T&gt;, Func&lt;T, T2&gt;, Func&lt;T, T2&gt;)</h4> <div class="markdown level1 summary"><p>Creates a new composite range with the key specified.</p> </div> <div class="markdown level1 conceptual"></div> <h5 class="decalaration">Declaration</h5> <div class="codewrapper"> <pre><code class="lang-csharp hljs">public static CompositeRange&lt;T2&gt; WithValues&lt;T, T2&gt;(this CompositeRange&lt;T&gt; compositeRange, Func&lt;T, T2&gt; fromValueSelector, Func&lt;T, T2&gt; toValueSelector)</code></pre> </div> <h5 class="parameters">Parameters</h5> <table class="table table-bordered table-striped table-condensed"> <thead> <tr> <th>Type</th> <th>Name</th> <th>Description</th> </tr> </thead> <tbody> <tr> <td><a class="xref" href="CodeJam.Ranges.CompositeRange-1.html">CompositeRange</a>&lt;T&gt;</td> <td><span class="parametername">compositeRange</span></td> <td><p>The source range.</p> </td> </tr> <tr> <td><span class="xref">System.Func</span>&lt;T, T2&gt;</td> <td><span class="parametername">fromValueSelector</span></td> <td><p>Callback to obtain a new value for the From boundary. Used if boundary has a value.</p> </td> </tr> <tr> <td><span class="xref">System.Func</span>&lt;T, T2&gt;</td> <td><span class="parametername">toValueSelector</span></td> <td><p>Callback to obtain a new value for the To boundary. Used if boundary has a value.</p> </td> </tr> </tbody> </table> <h5 class="returns">Returns</h5> <table class="table table-bordered table-striped table-condensed"> <thead> <tr> <th>Type</th> <th>Description</th> </tr> </thead> <tbody> <tr> <td><a class="xref" href="CodeJam.Ranges.CompositeRange-1.html">CompositeRange</a>&lt;T2&gt;</td> <td><p>A new composite range with the key specified.</p> </td> </tr> </tbody> </table> <h5 class="typeParameters">Type Parameters</h5> <table class="table table-bordered table-striped table-condensed"> <thead> <tr> <th>Name</th> <th>Description</th> </tr> </thead> <tbody> <tr> <td><span class="parametername">T</span></td> <td><p>The type of the range values.</p> </td> </tr> <tr> <td><span class="parametername">T2</span></td> <td><p>The type of new range values.</p> </td> </tr> </tbody> </table> <span class="small pull-right mobile-hide"> <span class="divider">|</span> <a href="https://github.com/rsdn/CodeJam/new/master/apiSpec/new?filename=CodeJam_Ranges_CompositeRangeExtensions_WithValues__3_CodeJam_Ranges_CompositeRange___0___1__System_Func___0___2__.md&amp;value=---%0Auid%3A%20CodeJam.Ranges.CompositeRangeExtensions.WithValues%60%603(CodeJam.Ranges.CompositeRange%7B%60%600%2C%60%601%7D%2CSystem.Func%7B%60%600%2C%60%602%7D)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a> </span> <span class="small pull-right mobile-hide"> <a href="https://github.com/rsdn/CodeJam/blob/master/Main/src/Ranges/[RangeExtensions]/CompositeRangeExtensions.WithKey.generated.cs/#L103">View Source</a> </span> <a id="CodeJam_Ranges_CompositeRangeExtensions_WithValues_" data-uid="CodeJam.Ranges.CompositeRangeExtensions.WithValues*"></a> <h4 id="CodeJam_Ranges_CompositeRangeExtensions_WithValues__3_CodeJam_Ranges_CompositeRange___0___1__System_Func___0___2__" data-uid="CodeJam.Ranges.CompositeRangeExtensions.WithValues``3(CodeJam.Ranges.CompositeRange{``0,``1},System.Func{``0,``2})">WithValues&lt;T, TKey, T2&gt;(CompositeRange&lt;T, TKey&gt;, Func&lt;T, T2&gt;)</h4> <div class="markdown level1 summary"><p>Creates a new composite range with the key specified.</p> </div> <div class="markdown level1 conceptual"></div> <h5 class="decalaration">Declaration</h5> <div class="codewrapper"> <pre><code class="lang-csharp hljs">public static CompositeRange&lt;T2, TKey&gt; WithValues&lt;T, TKey, T2&gt;(this CompositeRange&lt;T, TKey&gt; compositeRange, Func&lt;T, T2&gt; newValueSelector)</code></pre> </div> <h5 class="parameters">Parameters</h5> <table class="table table-bordered table-striped table-condensed"> <thead> <tr> <th>Type</th> <th>Name</th> <th>Description</th> </tr> </thead> <tbody> <tr> <td><a class="xref" href="CodeJam.Ranges.CompositeRange-2.html">CompositeRange</a>&lt;T, TKey&gt;</td> <td><span class="parametername">compositeRange</span></td> <td><p>The source range.</p> </td> </tr> <tr> <td><span class="xref">System.Func</span>&lt;T, T2&gt;</td> <td><span class="parametername">newValueSelector</span></td> <td><p>The value of the new key.</p> </td> </tr> </tbody> </table> <h5 class="returns">Returns</h5> <table class="table table-bordered table-striped table-condensed"> <thead> <tr> <th>Type</th> <th>Description</th> </tr> </thead> <tbody> <tr> <td><a class="xref" href="CodeJam.Ranges.CompositeRange-2.html">CompositeRange</a>&lt;T2, TKey&gt;</td> <td><p>A new composite range with the key specified.</p> </td> </tr> </tbody> </table> <h5 class="typeParameters">Type Parameters</h5> <table class="table table-bordered table-striped table-condensed"> <thead> <tr> <th>Name</th> <th>Description</th> </tr> </thead> <tbody> <tr> <td><span class="parametername">T</span></td> <td><p>The type of the range values.</p> </td> </tr> <tr> <td><span class="parametername">TKey</span></td> <td><p>The type of the range key</p> </td> </tr> <tr> <td><span class="parametername">T2</span></td> <td><p>The type of new range values.</p> </td> </tr> </tbody> </table> <span class="small pull-right mobile-hide"> <span class="divider">|</span> <a href="https://github.com/rsdn/CodeJam/new/master/apiSpec/new?filename=CodeJam_Ranges_CompositeRangeExtensions_WithValues__3_CodeJam_Ranges_CompositeRange___0___1__System_Func___0___2__System_Func___0___2__.md&amp;value=---%0Auid%3A%20CodeJam.Ranges.CompositeRangeExtensions.WithValues%60%603(CodeJam.Ranges.CompositeRange%7B%60%600%2C%60%601%7D%2CSystem.Func%7B%60%600%2C%60%602%7D%2CSystem.Func%7B%60%600%2C%60%602%7D)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a> </span> <span class="small pull-right mobile-hide"> <a href="https://github.com/rsdn/CodeJam/blob/master/Main/src/Ranges/[RangeExtensions]/CompositeRangeExtensions.WithKey.generated.cs/#L119">View Source</a> </span> <a id="CodeJam_Ranges_CompositeRangeExtensions_WithValues_" data-uid="CodeJam.Ranges.CompositeRangeExtensions.WithValues*"></a> <h4 id="CodeJam_Ranges_CompositeRangeExtensions_WithValues__3_CodeJam_Ranges_CompositeRange___0___1__System_Func___0___2__System_Func___0___2__" data-uid="CodeJam.Ranges.CompositeRangeExtensions.WithValues``3(CodeJam.Ranges.CompositeRange{``0,``1},System.Func{``0,``2},System.Func{``0,``2})">WithValues&lt;T, TKey, T2&gt;(CompositeRange&lt;T, TKey&gt;, Func&lt;T, T2&gt;, Func&lt;T, T2&gt;)</h4> <div class="markdown level1 summary"><p>Creates a new composite range with the key specified.</p> </div> <div class="markdown level1 conceptual"></div> <h5 class="decalaration">Declaration</h5> <div class="codewrapper"> <pre><code class="lang-csharp hljs">public static CompositeRange&lt;T2, TKey&gt; WithValues&lt;T, TKey, T2&gt;(this CompositeRange&lt;T, TKey&gt; compositeRange, Func&lt;T, T2&gt; fromValueSelector, Func&lt;T, T2&gt; toValueSelector)</code></pre> </div> <h5 class="parameters">Parameters</h5> <table class="table table-bordered table-striped table-condensed"> <thead> <tr> <th>Type</th> <th>Name</th> <th>Description</th> </tr> </thead> <tbody> <tr> <td><a class="xref" href="CodeJam.Ranges.CompositeRange-2.html">CompositeRange</a>&lt;T, TKey&gt;</td> <td><span class="parametername">compositeRange</span></td> <td><p>The source range.</p> </td> </tr> <tr> <td><span class="xref">System.Func</span>&lt;T, T2&gt;</td> <td><span class="parametername">fromValueSelector</span></td> <td><p>Callback to obtain a new value for the From boundary. Used if boundary has a value.</p> </td> </tr> <tr> <td><span class="xref">System.Func</span>&lt;T, T2&gt;</td> <td><span class="parametername">toValueSelector</span></td> <td><p>Callback to obtain a new value for the To boundary. Used if boundary has a value.</p> </td> </tr> </tbody> </table> <h5 class="returns">Returns</h5> <table class="table table-bordered table-striped table-condensed"> <thead> <tr> <th>Type</th> <th>Description</th> </tr> </thead> <tbody> <tr> <td><a class="xref" href="CodeJam.Ranges.CompositeRange-2.html">CompositeRange</a>&lt;T2, TKey&gt;</td> <td><p>A new composite range with the key specified.</p> </td> </tr> </tbody> </table> <h5 class="typeParameters">Type Parameters</h5> <table class="table table-bordered table-striped table-condensed"> <thead> <tr> <th>Name</th> <th>Description</th> </tr> </thead> <tbody> <tr> <td><span class="parametername">T</span></td> <td><p>The type of the range values.</p> </td> </tr> <tr> <td><span class="parametername">TKey</span></td> <td><p>The type of the range key</p> </td> </tr> <tr> <td><span class="parametername">T2</span></td> <td><p>The type of new range values.</p> </td> </tr> </tbody> </table> </article> </div> <div class="hidden-sm col-md-2" role="complementary"> <div class="sideaffix"> <div class="contribution"> <ul class="nav"> <li> <a href="https://github.com/rsdn/CodeJam/new/master/apiSpec/new?filename=CodeJam_Ranges_CompositeRangeExtensions.md&amp;value=---%0Auid%3A%20CodeJam.Ranges.CompositeRangeExtensions%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A" class="contribution-link">Improve this Doc</a> </li> <li> <a href="https://github.com/rsdn/CodeJam/blob/master/Main/src/Ranges/[RangeExtensions]/CompositeRangeExtensions.WithKey.generated.cs/#L24" class="contribution-link">View Source</a> </li> </ul> </div> <nav class="bs-docs-sidebar hidden-print hidden-xs hidden-sm affix" id="affix"> <!-- <p><a class="back-to-top" href="#top">Back to top</a><p> --> </nav> </div> </div> </div> </div> <footer> <div class="grad-bottom"></div> <div class="footer"> <div class="container"> <span class="pull-right"> <a href="#top">Back to top</a> </span> Copyright � 2015-2017 </div> </div> </footer> </div> <script type="text/javascript" src="../../styles/docfx.vendor.js"></script> <script type="text/javascript" src="../../styles/docfx.js"></script> <script type="text/javascript" src="../../styles/main.js"></script> </body> </html>
rsdn/CodeJam
docs/api/main/CodeJam.Ranges.CompositeRangeExtensions.html
HTML
mit
337,941
<div class="bs-docs-section"> <h1 id="dropdowns" class="page-header">Dropdowns <small>dropdown.js</small></h1> <h2 id="dropdowns-examples">Examples</h2> <p>Add dropdown menus to nearly anything with this simple plugin, including the navbar, tabs, and pills.</p> <h3>Within a navbar</h3> <div class="bs-example"> <nav id="navbar-example" class="navbar navbar-default navbar-static"> <div class="container-fluid"> <div class="navbar-header"> <button class="navbar-toggle collapsed" type="button" data-toggle="collapse" data-target=".bs-example-js-navbar-collapse"> <span class="sr-only">Toggle navigation</span> <span class="icon-bar"></span> <span class="icon-bar"></span> <span class="icon-bar"></span> </button> <a class="navbar-brand" href="#">Project Name</a> </div> <div class="collapse navbar-collapse bs-example-js-navbar-collapse"> <ul class="nav navbar-nav"> <li class="dropdown"> <a id="drop1" href="#" class="dropdown-toggle" data-toggle="dropdown" aria-haspopup="true" role="button" aria-expanded="false"> Dropdown <span class="caret"></span> </a> <ul class="dropdown-menu" role="menu" aria-labelledby="drop1"> <li role="presentation"><a role="menuitem" tabindex="-1" href="https://twitter.com/fat">Action</a></li> <li role="presentation"><a role="menuitem" tabindex="-1" href="https://twitter.com/fat">Another action</a></li> <li role="presentation"><a role="menuitem" tabindex="-1" href="https://twitter.com/fat">Something else here</a></li> <li role="presentation" class="divider"></li> <li role="presentation"><a role="menuitem" tabindex="-1" href="https://twitter.com/fat">Separated link</a></li> </ul> </li> <li class="dropdown"> <a id="drop2" href="#" class="dropdown-toggle" data-toggle="dropdown" aria-haspopup="true" role="button" aria-expanded="false"> Dropdown <span class="caret"></span> </a> <ul class="dropdown-menu" role="menu" aria-labelledby="drop2"> <li role="presentation"><a role="menuitem" tabindex="-1" href="https://twitter.com/fat">Action</a></li> <li role="presentation"><a role="menuitem" tabindex="-1" href="https://twitter.com/fat">Another action</a></li> <li role="presentation"><a role="menuitem" tabindex="-1" href="https://twitter.com/fat">Something else here</a></li> <li role="presentation" class="divider"></li> <li role="presentation"><a role="menuitem" tabindex="-1" href="https://twitter.com/fat">Separated link</a></li> </ul> </li> </ul> <ul class="nav navbar-nav navbar-right"> <li id="fat-menu" class="dropdown"> <a id="drop3" href="#" class="dropdown-toggle" data-toggle="dropdown" aria-haspopup="true" role="button" aria-expanded="false"> Dropdown <span class="caret"></span> </a> <ul class="dropdown-menu" role="menu" aria-labelledby="drop3"> <li role="presentation"><a role="menuitem" tabindex="-1" href="https://twitter.com/fat">Action</a></li> <li role="presentation"><a role="menuitem" tabindex="-1" href="https://twitter.com/fat">Another action</a></li> <li role="presentation"><a role="menuitem" tabindex="-1" href="https://twitter.com/fat">Something else here</a></li> <li role="presentation" class="divider"></li> <li role="presentation"><a role="menuitem" tabindex="-1" href="https://twitter.com/fat">Separated link</a></li> </ul> </li> </ul> </div><!-- /.nav-collapse --> </div><!-- /.container-fluid --> </nav> <!-- /navbar-example --> </div> <!-- /example --> <h3>Within pills</h3> <div class="bs-example"> <ul class="nav nav-pills" role="tablist"> <li role="presentation" class="active"><a href="#">Regular link</a></li> <li role="presentation" class="dropdown"> <a id="drop4" href="#" class="dropdown-toggle" data-toggle="dropdown" aria-haspopup="true" role="button" aria-expanded="false"> Dropdown <span class="caret"></span> </a> <ul id="menu1" class="dropdown-menu" role="menu" aria-labelledby="drop4"> <li role="presentation"><a role="menuitem" tabindex="-1" href="https://twitter.com/fat">Action</a></li> <li role="presentation"><a role="menuitem" tabindex="-1" href="https://twitter.com/fat">Another action</a></li> <li role="presentation"><a role="menuitem" tabindex="-1" href="https://twitter.com/fat">Something else here</a></li> <li role="presentation" class="divider"></li> <li role="presentation"><a role="menuitem" tabindex="-1" href="https://twitter.com/fat">Separated link</a></li> </ul> </li> <li role="presentation" class="dropdown"> <a id="drop5" href="#" class="dropdown-toggle" data-toggle="dropdown" aria-haspopup="true" role="button" aria-expanded="false"> Dropdown <span class="caret"></span> </a> <ul id="menu2" class="dropdown-menu" role="menu" aria-labelledby="drop5"> <li role="presentation"><a role="menuitem" tabindex="-1" href="https://twitter.com/fat">Action</a></li> <li role="presentation"><a role="menuitem" tabindex="-1" href="https://twitter.com/fat">Another action</a></li> <li role="presentation"><a role="menuitem" tabindex="-1" href="https://twitter.com/fat">Something else here</a></li> <li role="presentation" class="divider"></li> <li role="presentation"><a role="menuitem" tabindex="-1" href="https://twitter.com/fat">Separated link</a></li> </ul> </li> <li role="presentation" class="dropdown"> <a id="drop6" href="#" class="dropdown-toggle" data-toggle="dropdown" aria-haspopup="true" role="button" aria-expanded="false"> Dropdown <span class="caret"></span> </a> <ul id="menu3" class="dropdown-menu" role="menu" aria-labelledby="drop6"> <li role="presentation"><a role="menuitem" tabindex="-1" href="https://twitter.com/fat">Action</a></li> <li role="presentation"><a role="menuitem" tabindex="-1" href="https://twitter.com/fat">Another action</a></li> <li role="presentation"><a role="menuitem" tabindex="-1" href="https://twitter.com/fat">Something else here</a></li> <li role="presentation" class="divider"></li> <li role="presentation"><a role="menuitem" tabindex="-1" href="https://twitter.com/fat">Separated link</a></li> </ul> </li> </ul> <!-- /pills --> </div> <!-- /example --> <h2 id="dropdowns-usage">Usage</h2> <p>Via data attributes or JavaScript, the dropdown plugin toggles hidden content (dropdown menus) by toggling the <code>.open</code> class on the parent list item.</p> <p>On mobile devices, opening a dropdown adds a <code>.dropdown-backdrop</code> as a tap area for closing dropdown menus when tapping outside the menu, a requirement for proper iOS support. <strong class="text-danger">This means that switching from an open dropdown menu to a different dropdown menu requires an extra tap on mobile.</strong></p> <p>Note: The <code>data-toggle="dropdown"</code> attribute is relied on for closing dropdown menus at an application level, so it's a good idea to always use it.</p> <h3>Via data attributes</h3> <p>Add <code>data-toggle="dropdown"</code> to a link or button to toggle a dropdown.</p> {% highlight html %} <div class="dropdown"> <button id="dLabel" type="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false"> Dropdown trigger <span class="caret"></span> </button> <ul class="dropdown-menu" role="menu" aria-labelledby="dLabel"> ... </ul> </div> {% endhighlight %} <p>To keep URLs intact with link buttons, use the <code>data-target</code> attribute instead of <code>href="#"</code>.</p> {% highlight html %} <div class="dropdown"> <a id="dLabel" data-target="#" href="http://example.com" data-toggle="dropdown" aria-haspopup="true" role="button" aria-expanded="false"> Dropdown trigger <span class="caret"></span> </a> <ul class="dropdown-menu" role="menu" aria-labelledby="dLabel"> ... </ul> </div> {% endhighlight %} <h3>Via JavaScript</h3> <p>Call the dropdowns via JavaScript:</p> {% highlight js %} $('.dropdown-toggle').dropdown() {% endhighlight %} <div class="bs-callout bs-callout-info" id="callout-dropdowns-data-required"> <h4><code>data-toggle="dropdown"</code> still required</h4> <p>Regardless of whether you call your dropdown via JavaScript or instead use the data-api, <code>data-toggle="dropdown"</code> is always required to be present on the dropdown's trigger element.</p> </div> <h3 id="dropdowns-options">Options</h3> <p><em>None</em></p> <h3 id="dropdowns-methods">Methods</h3> <h4>$().dropdown('toggle')</h4> <p>Toggles the dropdown menu of a given navbar or tabbed navigation.</p> <h3 id="dropdowns-events">Events</h3> <p>All dropdown events are fired at the <code>.dropdown-menu</code>'s parent element.</p> <div class="table-responsive"> <table class="table table-bordered table-striped"> <thead> <tr> <th style="width: 150px;">Event Type</th> <th>Description</th> </tr> </thead> <tbody> <tr> <td>show.bs.dropdown</td> <td>This event fires immediately when the show instance method is called. The toggling anchor element is available as the <code>relatedTarget</code> property of the event.</td> </tr> <tr> <td>shown.bs.dropdown</td> <td>This event is fired when the dropdown has been made visible to the user (will wait for CSS transitions, to complete). The toggling anchor element is available as the <code>relatedTarget</code> property of the event.</td> </tr> <tr> <td>hide.bs.dropdown</td> <td>This event is fired immediately when the hide instance method has been called. The toggling anchor element is available as the <code>relatedTarget</code> property of the event.</td> </tr> <tr> <td>hidden.bs.dropdown</td> <td>This event is fired when the dropdown has finished being hidden from the user (will wait for CSS transitions, to complete). The toggling anchor element is available as the <code>relatedTarget</code> property of the event.</td> </tr> </tbody> </table> </div><!-- ./bs-table-responsive --> {% highlight js %} $('#myDropdown').on('show.bs.dropdown', function () { // do something… }) {% endhighlight %} </div>
risq/sf-workshop
src/Dev/PCultBundle/Resources/public/bower_components/bootstrap/docs/_includes/js/dropdowns.html
HTML
mit
11,070
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>Julia Package Listing - Testing Information</title> <style> /* -- Mix of julialang.org, Bootstrap 3, and custom -- */ body { background-color: white; font-family: Georgia, 'Liberation Serif', serif; font-size: 14px; color: #333; line-height: 1.42857143; } .site { max-width: 785px; margin: 2.5em auto 2em; padding: 0 1.5em; } a { color: #428bca; text-decoration: none; } h1, h2, h3, h4, h5, h6 { font-family: inherit; font-weight: 500; line-height: 1.1; color: inherit; } h1, h2, h3 { margin-top: 20px; margin-bottom: 10px; } h2 { font-size: 30px; } h3 { font-size: 24px; } h4 { font-size: 18px; margin-top: 10px; margin-bottom: 10px; } .titlebox { text-align: center; font-size: 120%; margin-top: 3em; } .tests_pass { background-color: #11AA11; } /*Tests passing*/ .tests_fail { background-color: #DD3333; } /*Tests failed*/ .no_tests { background-color: #3333DD; } /*Tests missing*/ .not_possible { background-color: #222222; } /*Package excused*/ .statusbox { width: 12px; height: 12px; display: inline-block; } hr { margin-top: 10px; margin-bottom: 0px; border: 0; border-top: 1px solid #eee; } .pkglisting h2 { margin-bottom: 0px; } pre {margin: 0;} @media (min-width: 785px) { .pkglisting { display: table; width: 100%; } .pkgnamedesc { display: table-cell; width: 50%; } .pkgvertest { display: table-cell; width:50%; text-align: right } } </style> <script> (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){ (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o), m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m) })(window,document,'script','//www.google-analytics.com/analytics.js','ga'); ga('create', 'UA-44252521-5', 'iainnz.github.io'); ga('send', 'pageview'); </script> </head> <body> <div class="site"> <!-- HEADER --> <div class="titlebox"> <svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" width="210px" height="142px" viewBox="0 0 310 216" enable-background="new 0 0 310 216" xml:space="preserve"> <!-- blue dot --> <circle fill="#6b85dd" stroke="#4266d5" stroke-width="3" cx="50.5" cy="58.665" r="16.5"></circle> <!-- red dot --> <circle fill="#d66661" stroke="#c93d39" stroke-width="3" cx="212.459" cy="60.249" r="16.5"></circle> <!-- green dot --> <circle fill="#6bab5b" stroke="#3b972e" stroke-width="3" cx="233.834" cy="23.874" r="16.5"></circle> <!-- purple dot --> <circle fill="#aa7dc0" stroke="#945bb0" stroke-width="3" cx="255.459" cy="59.999" r="16.5"></circle> <!-- "j" --> <path fill="#252525" d="M37.216,138.427c0-15.839,0.006-31.679-0.018-47.517c-0.001-0.827,0.169-1.234,1.043-1.47 c7.876-2.127,15.739-4.308,23.606-6.47c1.33-0.366,1.333-0.36,1.333,1.019c0,25.758,0.015,51.517-0.012,77.274 c-0.006,5.514,0.245,11.032-0.272,16.543c-0.628,6.69-2.15,13.092-6.438,18.506c-3.781,4.771-8.898,7.25-14.767,8.338 c-6.599,1.222-13.251,1.552-19.934,0.938c-4.616-0.423-9.045-1.486-12.844-4.363c-2.863-2.168-4.454-4.935-3.745-8.603 c0.736-3.806,3.348-5.978,6.861-7.127c2.262-0.74,4.628-0.872,6.994-0.53c1.823,0.264,3.42,1.023,4.779,2.288 c1.38,1.284,2.641,2.674,3.778,4.177c0.872,1.15,1.793,2.256,2.991,3.086c2.055,1.426,4,0.965,5.213-1.216 c0.819-1.473,0.997-3.106,1.173-4.731c0.255-2.348,0.255-4.707,0.256-7.062C37.218,167.145,37.216,152.786,37.216,138.427z"></path> <!-- "u" --> <path fill="#252525" d="M125.536,162.479c-2.908,2.385-5.783,4.312-8.88,5.904c-10.348,5.323-20.514,4.521-30.324-1.253 c-6.71-3.95-11.012-9.849-12.52-17.606c-0.236-1.213-0.363-2.438-0.363-3.688c0.01-19.797,0.017-39.593-0.02-59.39 c-0.002-1.102,0.285-1.357,1.363-1.351c7.798,0.049,15.597,0.044,23.396,0.003c0.95-0.005,1.177,0.25,1.175,1.183 c-0.027,19.356-0.025,38.713-0.018,58.07c0.002,6.34,3.599,10.934,9.672,12.42c2.13,0.521,4.19,0.396,6.173-0.6 c4.26-2.139,7.457-5.427,10.116-9.307c0.333-0.487,0.224-1,0.224-1.51c0.007-19.635,0.016-39.271-0.02-58.904 c-0.002-1.083,0.255-1.369,1.353-1.361c7.838,0.052,15.677,0.045,23.515,0.004c0.916-0.005,1.103,0.244,1.102,1.124 c-0.025,27.677-0.026,55.353,0.002,83.024c0.001,0.938-0.278,1.099-1.139,1.095c-7.918-0.028-15.837-0.028-23.756-0.001 c-0.815,0.003-1.1-0.166-1.073-1.037C125.581,167.117,125.536,164.928,125.536,162.479z"></path> <!-- "l" --> <path fill="#252525" d="M187.423,107.08c0,20.637-0.011,41.273,0.026,61.91c0.003,1.119-0.309,1.361-1.381,1.355 c-7.799-0.052-15.598-0.047-23.396-0.008c-0.898,0.008-1.117-0.222-1.115-1.115c0.021-39.074,0.021-78.147,0-117.226 c0-0.811,0.189-1.169,1.006-1.392c7.871-2.149,15.73-4.327,23.584-6.545c1.045-0.295,1.308-0.17,1.306,0.985 C187.412,65.727,187.423,86.403,187.423,107.08z"></path> <!-- "i" --> <path fill="#252525" d="M223.46,126.477c0,14.155-0.011,28.312,0.021,42.467c0.002,1.027-0.164,1.418-1.332,1.408 c-7.838-0.061-15.676-0.047-23.516-0.01c-0.881,0.004-1.121-0.189-1.119-1.104c0.026-26.153,0.025-52.307,0-78.458 c0-0.776,0.203-1.101,0.941-1.302c7.984-2.172,15.972-4.35,23.938-6.596c1.049-0.296,1.08,0.031,1.078,0.886 C223.454,98.004,223.46,112.239,223.46,126.477z"></path> <!-- "a" --> <path fill="#252525" d="M277.695,163.6c-0.786,0.646-1.404,1.125-2,1.635c-4.375,3.746-9.42,5.898-15.16,6.42 c-5.792,0.527-11.479,0.244-16.934-2.047c-12.08-5.071-15.554-17.188-11.938-27.448c1.799-5.111,5.472-8.868,9.831-11.94 c5.681-4.003,12.009-6.732,18.504-9.074c5.576-2.014,11.186-3.939,16.955-5.347c0.445-0.104,0.773-0.243,0.757-0.854 c-0.136-4.389,0.261-8.79-0.479-13.165c-1.225-7.209-6.617-10.013-12.895-9.348c-0.516,0.055-1.029,0.129-1.536,0.241 c-4.877,1.081-7.312,4.413-7.374,10.127c-0.02,1.729-0.229,3.418-0.693,5.084c-0.906,3.229-2.969,5.354-6.168,6.266 c-3.422,0.979-6.893,0.998-10.23-0.305c-6.529-2.543-8.877-10.164-5.12-16.512c2.249-3.799,5.606-6.4,9.461-8.405 c6.238-3.246,12.914-4.974,19.896-5.537c7.565-0.61,15.096-0.366,22.49,1.507c4.285,1.085,8.312,2.776,11.744,5.657 c4.473,3.749,6.776,8.647,6.812,14.374c0.139,21.477,0.096,42.951,0.143,64.428c0.002,0.799-0.248,0.983-1.021,0.98 c-8.035-0.025-16.074-0.023-24.113-0.001c-0.716,0.002-0.973-0.146-0.941-0.915C277.736,167.562,277.695,165.698,277.695,163.6z M277.695,126.393c-4.793,2.104-9.25,4.373-13.287,7.408c-2.151,1.618-4.033,3.483-5.732,5.581 c-4.229,5.226-1.988,13.343,1.693,16.599c1.592,1.406,3.359,1.906,5.419,1.521c1.621-0.307,3.149-0.857,4.549-1.734 c1.521-0.951,2.949-2.072,4.539-2.887c2.31-1.18,2.97-2.861,2.894-5.445C277.561,140.484,277.695,133.527,277.695,126.393z"></path> </svg> <h1> <a href="http://github.com/JuliaStats/TimeModels.jl" name="TimeModels">TimeModels</a> </h1> <h4> <a href="http://github.com/JuliaStats">JuliaStats</a> </h4> <p> <a href="http://pkg.julialang.org#TimeModels">← Back to package list</a> </p> </div> <p> If you think that there is an error in how your package is being tested or represented, please file an issue at <a href="https://github.com/JuliaCI/PackageEvaluator.jl/">PackageEvaluator.jl</a>, making sure to read the FAQ first. </p> <h3>Badges</h3> <h4>Julia v0.6</h4> <img src="../badges/TimeModels_0.6.svg"> <br> <a href="http://pkg.julialang.org/badges/TimeModels_0.6.svg">http:&#x2F;&#x2F;pkg.julialang.org&#x2F;badges&#x2F;TimeModels_0.6.svg</a> <pre>[![TimeModels](http:&#x2F;&#x2F;pkg.julialang.org&#x2F;badges&#x2F;TimeModels_0.6.svg)](http:&#x2F;&#x2F;pkg.julialang.org&#x2F;detail&#x2F;TimeModels)</pre> <h3>Most Recent Test Logs</h3> <ul> <li> <a href="../logs/TimeModels_0.6.log">Julia v0.6</a> </li> </ul> <h3>Version and Status History</h3> <h4>Julia v0.6</h4> <pre>2017-11-30 to 2018-08-04, v0.1.0, Tests pass. 2016-09-23 to 2017-06-19, v0.0.2, Tests fail. </pre> </div> </body> </html>
IainNZ/packages.julialang.org
detail/TimeModels.html
HTML
mit
8,760
<!DOCTYPE html> <html> <head><meta charset="utf-8" /> <title>ChemEnv - How to automatically identify coordination environments in a structure</title> <script src="https://cdnjs.cloudflare.com/ajax/libs/require.js/2.1.10/require.min.js"></script> <script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/2.0.3/jquery.min.js"></script> <style type="text/css"> /*! * * Twitter Bootstrap * */ /*! * Bootstrap v3.3.6 (http://getbootstrap.com) * Copyright 2011-2015 Twitter, Inc. * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE) */ /*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */ html { font-family: sans-serif; -ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; } body { margin: 0; } article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary { display: block; } audio, canvas, progress, video { display: inline-block; vertical-align: baseline; } audio:not([controls]) { display: none; height: 0; } [hidden], template { display: none; } a { background-color: transparent; } a:active, a:hover { outline: 0; } abbr[title] { border-bottom: 1px dotted; } b, strong { font-weight: bold; } dfn { font-style: italic; } h1 { font-size: 2em; margin: 0.67em 0; } mark { background: #ff0; color: #000; } small { font-size: 80%; } sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; } sup { top: -0.5em; } sub { bottom: -0.25em; } img { border: 0; } svg:not(:root) { overflow: hidden; } figure { margin: 1em 40px; } hr { box-sizing: content-box; height: 0; } pre { overflow: auto; } code, kbd, pre, samp { font-family: monospace, monospace; font-size: 1em; } button, input, optgroup, select, textarea { color: inherit; font: inherit; margin: 0; } button { overflow: visible; } button, select { text-transform: none; } button, html input[type="button"], input[type="reset"], input[type="submit"] { -webkit-appearance: button; cursor: pointer; } button[disabled], html input[disabled] { cursor: default; } button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; } input { line-height: normal; } input[type="checkbox"], input[type="radio"] { box-sizing: border-box; padding: 0; } input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button { height: auto; } input[type="search"] { -webkit-appearance: textfield; box-sizing: content-box; } input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration { -webkit-appearance: none; } fieldset { border: 1px solid #c0c0c0; margin: 0 2px; padding: 0.35em 0.625em 0.75em; } legend { border: 0; padding: 0; } textarea { overflow: auto; } optgroup { font-weight: bold; } table { border-collapse: collapse; border-spacing: 0; } td, th { padding: 0; } /*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */ @media print { *, *:before, *:after { background: transparent !important; color: #000 !important; box-shadow: none !important; text-shadow: none !important; } a, a:visited { text-decoration: underline; } a[href]:after { content: " (" attr(href) ")"; } abbr[title]:after { content: " (" attr(title) ")"; } a[href^="#"]:after, a[href^="javascript:"]:after { content: ""; } pre, blockquote { border: 1px solid #999; page-break-inside: avoid; } thead { display: table-header-group; } tr, img { page-break-inside: avoid; } img { max-width: 100% !important; } p, h2, h3 { orphans: 3; widows: 3; } h2, h3 { page-break-after: avoid; } .navbar { display: none; } .btn > .caret, .dropup > .btn > .caret { border-top-color: #000 !important; } .label { border: 1px solid #000; } .table { border-collapse: collapse !important; } .table td, .table th { background-color: #fff !important; } .table-bordered th, .table-bordered td { border: 1px solid #ddd !important; } } @font-face { font-family: 'Glyphicons Halflings'; src: url('../components/bootstrap/fonts/glyphicons-halflings-regular.eot'); src: url('../components/bootstrap/fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('../components/bootstrap/fonts/glyphicons-halflings-regular.woff2') format('woff2'), url('../components/bootstrap/fonts/glyphicons-halflings-regular.woff') format('woff'), url('../components/bootstrap/fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('../components/bootstrap/fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg'); } .glyphicon { position: relative; top: 1px; display: inline-block; font-family: 'Glyphicons Halflings'; font-style: normal; font-weight: normal; line-height: 1; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; } .glyphicon-asterisk:before { content: "\002a"; } .glyphicon-plus:before { content: "\002b"; } .glyphicon-euro:before, .glyphicon-eur:before { content: "\20ac"; } .glyphicon-minus:before { content: "\2212"; } .glyphicon-cloud:before { content: "\2601"; } .glyphicon-envelope:before { content: "\2709"; } .glyphicon-pencil:before { content: "\270f"; } .glyphicon-glass:before { content: "\e001"; } .glyphicon-music:before { content: "\e002"; } .glyphicon-search:before { content: "\e003"; } .glyphicon-heart:before { content: "\e005"; } .glyphicon-star:before { content: "\e006"; } .glyphicon-star-empty:before { content: "\e007"; } .glyphicon-user:before { content: "\e008"; } .glyphicon-film:before { content: "\e009"; } .glyphicon-th-large:before { content: "\e010"; } .glyphicon-th:before { content: "\e011"; } .glyphicon-th-list:before { content: "\e012"; } .glyphicon-ok:before { content: "\e013"; } .glyphicon-remove:before { content: "\e014"; } .glyphicon-zoom-in:before { content: "\e015"; } .glyphicon-zoom-out:before { content: "\e016"; } .glyphicon-off:before { content: "\e017"; } .glyphicon-signal:before { content: "\e018"; } .glyphicon-cog:before { content: "\e019"; } .glyphicon-trash:before { content: "\e020"; } .glyphicon-home:before { content: "\e021"; } .glyphicon-file:before { content: "\e022"; } .glyphicon-time:before { content: "\e023"; } .glyphicon-road:before { content: "\e024"; } .glyphicon-download-alt:before { content: "\e025"; } .glyphicon-download:before { content: "\e026"; } .glyphicon-upload:before { content: "\e027"; } .glyphicon-inbox:before { content: "\e028"; } .glyphicon-play-circle:before { content: "\e029"; } .glyphicon-repeat:before { content: "\e030"; } .glyphicon-refresh:before { content: "\e031"; } .glyphicon-list-alt:before { content: "\e032"; } .glyphicon-lock:before { content: "\e033"; } .glyphicon-flag:before { content: "\e034"; } .glyphicon-headphones:before { content: "\e035"; } .glyphicon-volume-off:before { content: "\e036"; } .glyphicon-volume-down:before { content: "\e037"; } .glyphicon-volume-up:before { content: "\e038"; } .glyphicon-qrcode:before { content: "\e039"; } .glyphicon-barcode:before { content: "\e040"; } .glyphicon-tag:before { content: "\e041"; } .glyphicon-tags:before { content: "\e042"; } .glyphicon-book:before { content: "\e043"; } .glyphicon-bookmark:before { content: "\e044"; } .glyphicon-print:before { content: "\e045"; } .glyphicon-camera:before { content: "\e046"; } .glyphicon-font:before { content: "\e047"; } .glyphicon-bold:before { content: "\e048"; } .glyphicon-italic:before { content: "\e049"; } .glyphicon-text-height:before { content: "\e050"; } .glyphicon-text-width:before { content: "\e051"; } .glyphicon-align-left:before { content: "\e052"; } .glyphicon-align-center:before { content: "\e053"; } .glyphicon-align-right:before { content: "\e054"; } .glyphicon-align-justify:before { content: "\e055"; } .glyphicon-list:before { content: "\e056"; } .glyphicon-indent-left:before { content: "\e057"; } .glyphicon-indent-right:before { content: "\e058"; } .glyphicon-facetime-video:before { content: "\e059"; } .glyphicon-picture:before { content: "\e060"; } .glyphicon-map-marker:before { content: "\e062"; } .glyphicon-adjust:before { content: "\e063"; } .glyphicon-tint:before { content: "\e064"; } .glyphicon-edit:before { content: "\e065"; } .glyphicon-share:before { content: "\e066"; } .glyphicon-check:before { content: "\e067"; } .glyphicon-move:before { content: "\e068"; } .glyphicon-step-backward:before { content: "\e069"; } .glyphicon-fast-backward:before { content: "\e070"; } .glyphicon-backward:before { content: "\e071"; } .glyphicon-play:before { content: "\e072"; } .glyphicon-pause:before { content: "\e073"; } .glyphicon-stop:before { content: "\e074"; } .glyphicon-forward:before { content: "\e075"; } .glyphicon-fast-forward:before { content: "\e076"; } .glyphicon-step-forward:before { content: "\e077"; } .glyphicon-eject:before { content: "\e078"; } .glyphicon-chevron-left:before { content: "\e079"; } .glyphicon-chevron-right:before { content: "\e080"; } .glyphicon-plus-sign:before { content: "\e081"; } .glyphicon-minus-sign:before { content: "\e082"; } .glyphicon-remove-sign:before { content: "\e083"; } .glyphicon-ok-sign:before { content: "\e084"; } .glyphicon-question-sign:before { content: "\e085"; } .glyphicon-info-sign:before { content: "\e086"; } .glyphicon-screenshot:before { content: "\e087"; } .glyphicon-remove-circle:before { content: "\e088"; } .glyphicon-ok-circle:before { content: "\e089"; } .glyphicon-ban-circle:before { content: "\e090"; } .glyphicon-arrow-left:before { content: "\e091"; } .glyphicon-arrow-right:before { content: "\e092"; } .glyphicon-arrow-up:before { content: "\e093"; } .glyphicon-arrow-down:before { content: "\e094"; } .glyphicon-share-alt:before { content: "\e095"; } .glyphicon-resize-full:before { content: "\e096"; } .glyphicon-resize-small:before { content: "\e097"; } .glyphicon-exclamation-sign:before { content: "\e101"; } .glyphicon-gift:before { content: "\e102"; } .glyphicon-leaf:before { content: "\e103"; } .glyphicon-fire:before { content: "\e104"; } .glyphicon-eye-open:before { content: "\e105"; } .glyphicon-eye-close:before { content: "\e106"; } .glyphicon-warning-sign:before { content: "\e107"; } .glyphicon-plane:before { content: "\e108"; } .glyphicon-calendar:before { content: "\e109"; } .glyphicon-random:before { content: "\e110"; } .glyphicon-comment:before { content: "\e111"; } .glyphicon-magnet:before { content: "\e112"; } .glyphicon-chevron-up:before { content: "\e113"; } .glyphicon-chevron-down:before { content: "\e114"; } .glyphicon-retweet:before { content: "\e115"; } .glyphicon-shopping-cart:before { content: "\e116"; } .glyphicon-folder-close:before { content: "\e117"; } .glyphicon-folder-open:before { content: "\e118"; } .glyphicon-resize-vertical:before { content: "\e119"; } .glyphicon-resize-horizontal:before { content: "\e120"; } .glyphicon-hdd:before { content: "\e121"; } .glyphicon-bullhorn:before { content: "\e122"; } .glyphicon-bell:before { content: "\e123"; } .glyphicon-certificate:before { content: "\e124"; } .glyphicon-thumbs-up:before { content: "\e125"; } .glyphicon-thumbs-down:before { content: "\e126"; } .glyphicon-hand-right:before { content: "\e127"; } .glyphicon-hand-left:before { content: "\e128"; } .glyphicon-hand-up:before { content: "\e129"; } .glyphicon-hand-down:before { content: "\e130"; } .glyphicon-circle-arrow-right:before { content: "\e131"; } .glyphicon-circle-arrow-left:before { content: "\e132"; } .glyphicon-circle-arrow-up:before { content: "\e133"; } .glyphicon-circle-arrow-down:before { content: "\e134"; } .glyphicon-globe:before { content: "\e135"; } .glyphicon-wrench:before { content: "\e136"; } .glyphicon-tasks:before { content: "\e137"; } .glyphicon-filter:before { content: "\e138"; } .glyphicon-briefcase:before { content: "\e139"; } .glyphicon-fullscreen:before { content: "\e140"; } .glyphicon-dashboard:before { content: "\e141"; } .glyphicon-paperclip:before { content: "\e142"; } .glyphicon-heart-empty:before { content: "\e143"; } .glyphicon-link:before { content: "\e144"; } .glyphicon-phone:before { content: "\e145"; } .glyphicon-pushpin:before { content: "\e146"; } .glyphicon-usd:before { content: "\e148"; } .glyphicon-gbp:before { content: "\e149"; } .glyphicon-sort:before { content: "\e150"; } .glyphicon-sort-by-alphabet:before { content: "\e151"; } .glyphicon-sort-by-alphabet-alt:before { content: "\e152"; } .glyphicon-sort-by-order:before { content: "\e153"; } .glyphicon-sort-by-order-alt:before { content: "\e154"; } .glyphicon-sort-by-attributes:before { content: "\e155"; } .glyphicon-sort-by-attributes-alt:before { content: "\e156"; } .glyphicon-unchecked:before { content: "\e157"; } .glyphicon-expand:before { content: "\e158"; } .glyphicon-collapse-down:before { content: "\e159"; } .glyphicon-collapse-up:before { content: "\e160"; } .glyphicon-log-in:before { content: "\e161"; } .glyphicon-flash:before { content: "\e162"; } .glyphicon-log-out:before { content: "\e163"; } .glyphicon-new-window:before { content: "\e164"; } .glyphicon-record:before { content: "\e165"; } .glyphicon-save:before { content: "\e166"; } .glyphicon-open:before { content: "\e167"; } .glyphicon-saved:before { content: "\e168"; } .glyphicon-import:before { content: "\e169"; } .glyphicon-export:before { content: "\e170"; } .glyphicon-send:before { content: "\e171"; } .glyphicon-floppy-disk:before { content: "\e172"; } .glyphicon-floppy-saved:before { content: "\e173"; } .glyphicon-floppy-remove:before { content: "\e174"; } .glyphicon-floppy-save:before { content: "\e175"; } .glyphicon-floppy-open:before { content: "\e176"; } .glyphicon-credit-card:before { content: "\e177"; } .glyphicon-transfer:before { content: "\e178"; } .glyphicon-cutlery:before { content: "\e179"; } .glyphicon-header:before { content: "\e180"; } .glyphicon-compressed:before { content: "\e181"; } .glyphicon-earphone:before { content: "\e182"; } .glyphicon-phone-alt:before { content: "\e183"; } .glyphicon-tower:before { content: "\e184"; } .glyphicon-stats:before { content: "\e185"; } .glyphicon-sd-video:before { content: "\e186"; } .glyphicon-hd-video:before { content: "\e187"; } .glyphicon-subtitles:before { content: "\e188"; } .glyphicon-sound-stereo:before { content: "\e189"; } .glyphicon-sound-dolby:before { content: "\e190"; } .glyphicon-sound-5-1:before { content: "\e191"; } .glyphicon-sound-6-1:before { content: "\e192"; } .glyphicon-sound-7-1:before { content: "\e193"; } .glyphicon-copyright-mark:before { content: "\e194"; } .glyphicon-registration-mark:before { content: "\e195"; } .glyphicon-cloud-download:before { content: "\e197"; } .glyphicon-cloud-upload:before { content: "\e198"; } .glyphicon-tree-conifer:before { content: "\e199"; } .glyphicon-tree-deciduous:before { content: "\e200"; } .glyphicon-cd:before { content: "\e201"; } .glyphicon-save-file:before { content: "\e202"; } .glyphicon-open-file:before { content: "\e203"; } .glyphicon-level-up:before { content: "\e204"; } .glyphicon-copy:before { content: "\e205"; } .glyphicon-paste:before { content: "\e206"; } .glyphicon-alert:before { content: "\e209"; } .glyphicon-equalizer:before { content: "\e210"; } .glyphicon-king:before { content: "\e211"; } .glyphicon-queen:before { content: "\e212"; } .glyphicon-pawn:before { content: "\e213"; } .glyphicon-bishop:before { content: "\e214"; } .glyphicon-knight:before { content: "\e215"; } .glyphicon-baby-formula:before { content: "\e216"; } .glyphicon-tent:before { content: "\26fa"; } .glyphicon-blackboard:before { content: "\e218"; } .glyphicon-bed:before { content: "\e219"; } .glyphicon-apple:before { content: "\f8ff"; } .glyphicon-erase:before { content: "\e221"; } .glyphicon-hourglass:before { content: "\231b"; } .glyphicon-lamp:before { content: "\e223"; } .glyphicon-duplicate:before { content: "\e224"; } .glyphicon-piggy-bank:before { content: "\e225"; } .glyphicon-scissors:before { content: "\e226"; } .glyphicon-bitcoin:before { content: "\e227"; } .glyphicon-btc:before { content: "\e227"; } .glyphicon-xbt:before { content: "\e227"; } .glyphicon-yen:before { content: "\00a5"; } .glyphicon-jpy:before { content: "\00a5"; } .glyphicon-ruble:before { content: "\20bd"; } .glyphicon-rub:before { content: "\20bd"; } .glyphicon-scale:before { content: "\e230"; } .glyphicon-ice-lolly:before { content: "\e231"; } .glyphicon-ice-lolly-tasted:before { content: "\e232"; } .glyphicon-education:before { content: "\e233"; } .glyphicon-option-horizontal:before { content: "\e234"; } .glyphicon-option-vertical:before { content: "\e235"; } .glyphicon-menu-hamburger:before { content: "\e236"; } .glyphicon-modal-window:before { content: "\e237"; } .glyphicon-oil:before { content: "\e238"; } .glyphicon-grain:before { content: "\e239"; } .glyphicon-sunglasses:before { content: "\e240"; } .glyphicon-text-size:before { content: "\e241"; } .glyphicon-text-color:before { content: "\e242"; } .glyphicon-text-background:before { content: "\e243"; } .glyphicon-object-align-top:before { content: "\e244"; } .glyphicon-object-align-bottom:before { content: "\e245"; } .glyphicon-object-align-horizontal:before { content: "\e246"; } .glyphicon-object-align-left:before { content: "\e247"; } .glyphicon-object-align-vertical:before { content: "\e248"; } .glyphicon-object-align-right:before { content: "\e249"; } .glyphicon-triangle-right:before { content: "\e250"; } .glyphicon-triangle-left:before { content: "\e251"; } .glyphicon-triangle-bottom:before { content: "\e252"; } .glyphicon-triangle-top:before { content: "\e253"; } .glyphicon-console:before { content: "\e254"; } .glyphicon-superscript:before { content: "\e255"; } .glyphicon-subscript:before { content: "\e256"; } .glyphicon-menu-left:before { content: "\e257"; } .glyphicon-menu-right:before { content: "\e258"; } .glyphicon-menu-down:before { content: "\e259"; } .glyphicon-menu-up:before { content: "\e260"; } * { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; } *:before, *:after { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; } html { font-size: 10px; -webkit-tap-highlight-color: rgba(0, 0, 0, 0); } body { font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; font-size: 13px; line-height: 1.42857143; color: #000; background-color: #fff; } input, button, select, textarea { font-family: inherit; font-size: inherit; line-height: inherit; } a { color: #337ab7; text-decoration: none; } a:hover, a:focus { color: #23527c; text-decoration: underline; } a:focus { outline: thin dotted; outline: 5px auto -webkit-focus-ring-color; outline-offset: -2px; } figure { margin: 0; } img { vertical-align: middle; } .img-responsive, .thumbnail > img, .thumbnail a > img, .carousel-inner > .item > img, .carousel-inner > .item > a > img { display: block; max-width: 100%; height: auto; } .img-rounded { border-radius: 3px; } .img-thumbnail { padding: 4px; line-height: 1.42857143; background-color: #fff; border: 1px solid #ddd; border-radius: 2px; -webkit-transition: all 0.2s ease-in-out; -o-transition: all 0.2s ease-in-out; transition: all 0.2s ease-in-out; display: inline-block; max-width: 100%; height: auto; } .img-circle { border-radius: 50%; } hr { margin-top: 18px; margin-bottom: 18px; border: 0; border-top: 1px solid #eeeeee; } .sr-only { position: absolute; width: 1px; height: 1px; margin: -1px; padding: 0; overflow: hidden; clip: rect(0, 0, 0, 0); border: 0; } .sr-only-focusable:active, .sr-only-focusable:focus { position: static; width: auto; height: auto; margin: 0; overflow: visible; clip: auto; } [role="button"] { cursor: pointer; } h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 { font-family: inherit; font-weight: 500; line-height: 1.1; color: inherit; } h1 small, h2 small, h3 small, h4 small, h5 small, h6 small, .h1 small, .h2 small, .h3 small, .h4 small, .h5 small, .h6 small, h1 .small, h2 .small, h3 .small, h4 .small, h5 .small, h6 .small, .h1 .small, .h2 .small, .h3 .small, .h4 .small, .h5 .small, .h6 .small { font-weight: normal; line-height: 1; color: #777777; } h1, .h1, h2, .h2, h3, .h3 { margin-top: 18px; margin-bottom: 9px; } h1 small, .h1 small, h2 small, .h2 small, h3 small, .h3 small, h1 .small, .h1 .small, h2 .small, .h2 .small, h3 .small, .h3 .small { font-size: 65%; } h4, .h4, h5, .h5, h6, .h6 { margin-top: 9px; margin-bottom: 9px; } h4 small, .h4 small, h5 small, .h5 small, h6 small, .h6 small, h4 .small, .h4 .small, h5 .small, .h5 .small, h6 .small, .h6 .small { font-size: 75%; } h1, .h1 { font-size: 33px; } h2, .h2 { font-size: 27px; } h3, .h3 { font-size: 23px; } h4, .h4 { font-size: 17px; } h5, .h5 { font-size: 13px; } h6, .h6 { font-size: 12px; } p { margin: 0 0 9px; } .lead { margin-bottom: 18px; font-size: 14px; font-weight: 300; line-height: 1.4; } @media (min-width: 768px) { .lead { font-size: 19.5px; } } small, .small { font-size: 92%; } mark, .mark { background-color: #fcf8e3; padding: .2em; } .text-left { text-align: left; } .text-right { text-align: right; } .text-center { text-align: center; } .text-justify { text-align: justify; } .text-nowrap { white-space: nowrap; } .text-lowercase { text-transform: lowercase; } .text-uppercase { text-transform: uppercase; } .text-capitalize { text-transform: capitalize; } .text-muted { color: #777777; } .text-primary { color: #337ab7; } a.text-primary:hover, a.text-primary:focus { color: #286090; } .text-success { color: #3c763d; } a.text-success:hover, a.text-success:focus { color: #2b542c; } .text-info { color: #31708f; } a.text-info:hover, a.text-info:focus { color: #245269; } .text-warning { color: #8a6d3b; } a.text-warning:hover, a.text-warning:focus { color: #66512c; } .text-danger { color: #a94442; } a.text-danger:hover, a.text-danger:focus { color: #843534; } .bg-primary { color: #fff; background-color: #337ab7; } a.bg-primary:hover, a.bg-primary:focus { background-color: #286090; } .bg-success { background-color: #dff0d8; } a.bg-success:hover, a.bg-success:focus { background-color: #c1e2b3; } .bg-info { background-color: #d9edf7; } a.bg-info:hover, a.bg-info:focus { background-color: #afd9ee; } .bg-warning { background-color: #fcf8e3; } a.bg-warning:hover, a.bg-warning:focus { background-color: #f7ecb5; } .bg-danger { background-color: #f2dede; } a.bg-danger:hover, a.bg-danger:focus { background-color: #e4b9b9; } .page-header { padding-bottom: 8px; margin: 36px 0 18px; border-bottom: 1px solid #eeeeee; } ul, ol { margin-top: 0; margin-bottom: 9px; } ul ul, ol ul, ul ol, ol ol { margin-bottom: 0; } .list-unstyled { padding-left: 0; list-style: none; } .list-inline { padding-left: 0; list-style: none; margin-left: -5px; } .list-inline > li { display: inline-block; padding-left: 5px; padding-right: 5px; } dl { margin-top: 0; margin-bottom: 18px; } dt, dd { line-height: 1.42857143; } dt { font-weight: bold; } dd { margin-left: 0; } @media (min-width: 541px) { .dl-horizontal dt { float: left; width: 160px; clear: left; text-align: right; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; } .dl-horizontal dd { margin-left: 180px; } } abbr[title], abbr[data-original-title] { cursor: help; border-bottom: 1px dotted #777777; } .initialism { font-size: 90%; text-transform: uppercase; } blockquote { padding: 9px 18px; margin: 0 0 18px; font-size: inherit; border-left: 5px solid #eeeeee; } blockquote p:last-child, blockquote ul:last-child, blockquote ol:last-child { margin-bottom: 0; } blockquote footer, blockquote small, blockquote .small { display: block; font-size: 80%; line-height: 1.42857143; color: #777777; } blockquote footer:before, blockquote small:before, blockquote .small:before { content: '\2014 \00A0'; } .blockquote-reverse, blockquote.pull-right { padding-right: 15px; padding-left: 0; border-right: 5px solid #eeeeee; border-left: 0; text-align: right; } .blockquote-reverse footer:before, blockquote.pull-right footer:before, .blockquote-reverse small:before, blockquote.pull-right small:before, .blockquote-reverse .small:before, blockquote.pull-right .small:before { content: ''; } .blockquote-reverse footer:after, blockquote.pull-right footer:after, .blockquote-reverse small:after, blockquote.pull-right small:after, .blockquote-reverse .small:after, blockquote.pull-right .small:after { content: '\00A0 \2014'; } address { margin-bottom: 18px; font-style: normal; line-height: 1.42857143; } code, kbd, pre, samp { font-family: monospace; } code { padding: 2px 4px; font-size: 90%; color: #c7254e; background-color: #f9f2f4; border-radius: 2px; } kbd { padding: 2px 4px; font-size: 90%; color: #888; background-color: transparent; border-radius: 1px; box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25); } kbd kbd { padding: 0; font-size: 100%; font-weight: bold; box-shadow: none; } pre { display: block; padding: 8.5px; margin: 0 0 9px; font-size: 12px; line-height: 1.42857143; word-break: break-all; word-wrap: break-word; color: #333333; background-color: #f5f5f5; border: 1px solid #ccc; border-radius: 2px; } pre code { padding: 0; font-size: inherit; color: inherit; white-space: pre-wrap; background-color: transparent; border-radius: 0; } .pre-scrollable { max-height: 340px; overflow-y: scroll; } .container { margin-right: auto; margin-left: auto; padding-left: 0px; padding-right: 0px; } @media (min-width: 768px) { .container { width: 768px; } } @media (min-width: 992px) { .container { width: 940px; } } @media (min-width: 1200px) { .container { width: 1140px; } } .container-fluid { margin-right: auto; margin-left: auto; padding-left: 0px; padding-right: 0px; } .row { margin-left: 0px; margin-right: 0px; } .col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 { position: relative; min-height: 1px; padding-left: 0px; padding-right: 0px; } .col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 { float: left; } .col-xs-12 { width: 100%; } .col-xs-11 { width: 91.66666667%; } .col-xs-10 { width: 83.33333333%; } .col-xs-9 { width: 75%; } .col-xs-8 { width: 66.66666667%; } .col-xs-7 { width: 58.33333333%; } .col-xs-6 { width: 50%; } .col-xs-5 { width: 41.66666667%; } .col-xs-4 { width: 33.33333333%; } .col-xs-3 { width: 25%; } .col-xs-2 { width: 16.66666667%; } .col-xs-1 { width: 8.33333333%; } .col-xs-pull-12 { right: 100%; } .col-xs-pull-11 { right: 91.66666667%; } .col-xs-pull-10 { right: 83.33333333%; } .col-xs-pull-9 { right: 75%; } .col-xs-pull-8 { right: 66.66666667%; } .col-xs-pull-7 { right: 58.33333333%; } .col-xs-pull-6 { right: 50%; } .col-xs-pull-5 { right: 41.66666667%; } .col-xs-pull-4 { right: 33.33333333%; } .col-xs-pull-3 { right: 25%; } .col-xs-pull-2 { right: 16.66666667%; } .col-xs-pull-1 { right: 8.33333333%; } .col-xs-pull-0 { right: auto; } .col-xs-push-12 { left: 100%; } .col-xs-push-11 { left: 91.66666667%; } .col-xs-push-10 { left: 83.33333333%; } .col-xs-push-9 { left: 75%; } .col-xs-push-8 { left: 66.66666667%; } .col-xs-push-7 { left: 58.33333333%; } .col-xs-push-6 { left: 50%; } .col-xs-push-5 { left: 41.66666667%; } .col-xs-push-4 { left: 33.33333333%; } .col-xs-push-3 { left: 25%; } .col-xs-push-2 { left: 16.66666667%; } .col-xs-push-1 { left: 8.33333333%; } .col-xs-push-0 { left: auto; } .col-xs-offset-12 { margin-left: 100%; } .col-xs-offset-11 { margin-left: 91.66666667%; } .col-xs-offset-10 { margin-left: 83.33333333%; } .col-xs-offset-9 { margin-left: 75%; } .col-xs-offset-8 { margin-left: 66.66666667%; } .col-xs-offset-7 { margin-left: 58.33333333%; } .col-xs-offset-6 { margin-left: 50%; } .col-xs-offset-5 { margin-left: 41.66666667%; } .col-xs-offset-4 { margin-left: 33.33333333%; } .col-xs-offset-3 { margin-left: 25%; } .col-xs-offset-2 { margin-left: 16.66666667%; } .col-xs-offset-1 { margin-left: 8.33333333%; } .col-xs-offset-0 { margin-left: 0%; } @media (min-width: 768px) { .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 { float: left; } .col-sm-12 { width: 100%; } .col-sm-11 { width: 91.66666667%; } .col-sm-10 { width: 83.33333333%; } .col-sm-9 { width: 75%; } .col-sm-8 { width: 66.66666667%; } .col-sm-7 { width: 58.33333333%; } .col-sm-6 { width: 50%; } .col-sm-5 { width: 41.66666667%; } .col-sm-4 { width: 33.33333333%; } .col-sm-3 { width: 25%; } .col-sm-2 { width: 16.66666667%; } .col-sm-1 { width: 8.33333333%; } .col-sm-pull-12 { right: 100%; } .col-sm-pull-11 { right: 91.66666667%; } .col-sm-pull-10 { right: 83.33333333%; } .col-sm-pull-9 { right: 75%; } .col-sm-pull-8 { right: 66.66666667%; } .col-sm-pull-7 { right: 58.33333333%; } .col-sm-pull-6 { right: 50%; } .col-sm-pull-5 { right: 41.66666667%; } .col-sm-pull-4 { right: 33.33333333%; } .col-sm-pull-3 { right: 25%; } .col-sm-pull-2 { right: 16.66666667%; } .col-sm-pull-1 { right: 8.33333333%; } .col-sm-pull-0 { right: auto; } .col-sm-push-12 { left: 100%; } .col-sm-push-11 { left: 91.66666667%; } .col-sm-push-10 { left: 83.33333333%; } .col-sm-push-9 { left: 75%; } .col-sm-push-8 { left: 66.66666667%; } .col-sm-push-7 { left: 58.33333333%; } .col-sm-push-6 { left: 50%; } .col-sm-push-5 { left: 41.66666667%; } .col-sm-push-4 { left: 33.33333333%; } .col-sm-push-3 { left: 25%; } .col-sm-push-2 { left: 16.66666667%; } .col-sm-push-1 { left: 8.33333333%; } .col-sm-push-0 { left: auto; } .col-sm-offset-12 { margin-left: 100%; } .col-sm-offset-11 { margin-left: 91.66666667%; } .col-sm-offset-10 { margin-left: 83.33333333%; } .col-sm-offset-9 { margin-left: 75%; } .col-sm-offset-8 { margin-left: 66.66666667%; } .col-sm-offset-7 { margin-left: 58.33333333%; } .col-sm-offset-6 { margin-left: 50%; } .col-sm-offset-5 { margin-left: 41.66666667%; } .col-sm-offset-4 { margin-left: 33.33333333%; } .col-sm-offset-3 { margin-left: 25%; } .col-sm-offset-2 { margin-left: 16.66666667%; } .col-sm-offset-1 { margin-left: 8.33333333%; } .col-sm-offset-0 { margin-left: 0%; } } @media (min-width: 992px) { .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 { float: left; } .col-md-12 { width: 100%; } .col-md-11 { width: 91.66666667%; } .col-md-10 { width: 83.33333333%; } .col-md-9 { width: 75%; } .col-md-8 { width: 66.66666667%; } .col-md-7 { width: 58.33333333%; } .col-md-6 { width: 50%; } .col-md-5 { width: 41.66666667%; } .col-md-4 { width: 33.33333333%; } .col-md-3 { width: 25%; } .col-md-2 { width: 16.66666667%; } .col-md-1 { width: 8.33333333%; } .col-md-pull-12 { right: 100%; } .col-md-pull-11 { right: 91.66666667%; } .col-md-pull-10 { right: 83.33333333%; } .col-md-pull-9 { right: 75%; } .col-md-pull-8 { right: 66.66666667%; } .col-md-pull-7 { right: 58.33333333%; } .col-md-pull-6 { right: 50%; } .col-md-pull-5 { right: 41.66666667%; } .col-md-pull-4 { right: 33.33333333%; } .col-md-pull-3 { right: 25%; } .col-md-pull-2 { right: 16.66666667%; } .col-md-pull-1 { right: 8.33333333%; } .col-md-pull-0 { right: auto; } .col-md-push-12 { left: 100%; } .col-md-push-11 { left: 91.66666667%; } .col-md-push-10 { left: 83.33333333%; } .col-md-push-9 { left: 75%; } .col-md-push-8 { left: 66.66666667%; } .col-md-push-7 { left: 58.33333333%; } .col-md-push-6 { left: 50%; } .col-md-push-5 { left: 41.66666667%; } .col-md-push-4 { left: 33.33333333%; } .col-md-push-3 { left: 25%; } .col-md-push-2 { left: 16.66666667%; } .col-md-push-1 { left: 8.33333333%; } .col-md-push-0 { left: auto; } .col-md-offset-12 { margin-left: 100%; } .col-md-offset-11 { margin-left: 91.66666667%; } .col-md-offset-10 { margin-left: 83.33333333%; } .col-md-offset-9 { margin-left: 75%; } .col-md-offset-8 { margin-left: 66.66666667%; } .col-md-offset-7 { margin-left: 58.33333333%; } .col-md-offset-6 { margin-left: 50%; } .col-md-offset-5 { margin-left: 41.66666667%; } .col-md-offset-4 { margin-left: 33.33333333%; } .col-md-offset-3 { margin-left: 25%; } .col-md-offset-2 { margin-left: 16.66666667%; } .col-md-offset-1 { margin-left: 8.33333333%; } .col-md-offset-0 { margin-left: 0%; } } @media (min-width: 1200px) { .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 { float: left; } .col-lg-12 { width: 100%; } .col-lg-11 { width: 91.66666667%; } .col-lg-10 { width: 83.33333333%; } .col-lg-9 { width: 75%; } .col-lg-8 { width: 66.66666667%; } .col-lg-7 { width: 58.33333333%; } .col-lg-6 { width: 50%; } .col-lg-5 { width: 41.66666667%; } .col-lg-4 { width: 33.33333333%; } .col-lg-3 { width: 25%; } .col-lg-2 { width: 16.66666667%; } .col-lg-1 { width: 8.33333333%; } .col-lg-pull-12 { right: 100%; } .col-lg-pull-11 { right: 91.66666667%; } .col-lg-pull-10 { right: 83.33333333%; } .col-lg-pull-9 { right: 75%; } .col-lg-pull-8 { right: 66.66666667%; } .col-lg-pull-7 { right: 58.33333333%; } .col-lg-pull-6 { right: 50%; } .col-lg-pull-5 { right: 41.66666667%; } .col-lg-pull-4 { right: 33.33333333%; } .col-lg-pull-3 { right: 25%; } .col-lg-pull-2 { right: 16.66666667%; } .col-lg-pull-1 { right: 8.33333333%; } .col-lg-pull-0 { right: auto; } .col-lg-push-12 { left: 100%; } .col-lg-push-11 { left: 91.66666667%; } .col-lg-push-10 { left: 83.33333333%; } .col-lg-push-9 { left: 75%; } .col-lg-push-8 { left: 66.66666667%; } .col-lg-push-7 { left: 58.33333333%; } .col-lg-push-6 { left: 50%; } .col-lg-push-5 { left: 41.66666667%; } .col-lg-push-4 { left: 33.33333333%; } .col-lg-push-3 { left: 25%; } .col-lg-push-2 { left: 16.66666667%; } .col-lg-push-1 { left: 8.33333333%; } .col-lg-push-0 { left: auto; } .col-lg-offset-12 { margin-left: 100%; } .col-lg-offset-11 { margin-left: 91.66666667%; } .col-lg-offset-10 { margin-left: 83.33333333%; } .col-lg-offset-9 { margin-left: 75%; } .col-lg-offset-8 { margin-left: 66.66666667%; } .col-lg-offset-7 { margin-left: 58.33333333%; } .col-lg-offset-6 { margin-left: 50%; } .col-lg-offset-5 { margin-left: 41.66666667%; } .col-lg-offset-4 { margin-left: 33.33333333%; } .col-lg-offset-3 { margin-left: 25%; } .col-lg-offset-2 { margin-left: 16.66666667%; } .col-lg-offset-1 { margin-left: 8.33333333%; } .col-lg-offset-0 { margin-left: 0%; } } table { background-color: transparent; } caption { padding-top: 8px; padding-bottom: 8px; color: #777777; text-align: left; } th { text-align: left; } .table { width: 100%; max-width: 100%; margin-bottom: 18px; } .table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td { padding: 8px; line-height: 1.42857143; vertical-align: top; border-top: 1px solid #ddd; } .table > thead > tr > th { vertical-align: bottom; border-bottom: 2px solid #ddd; } .table > caption + thead > tr:first-child > th, .table > colgroup + thead > tr:first-child > th, .table > thead:first-child > tr:first-child > th, .table > caption + thead > tr:first-child > td, .table > colgroup + thead > tr:first-child > td, .table > thead:first-child > tr:first-child > td { border-top: 0; } .table > tbody + tbody { border-top: 2px solid #ddd; } .table .table { background-color: #fff; } .table-condensed > thead > tr > th, .table-condensed > tbody > tr > th, .table-condensed > tfoot > tr > th, .table-condensed > thead > tr > td, .table-condensed > tbody > tr > td, .table-condensed > tfoot > tr > td { padding: 5px; } .table-bordered { border: 1px solid #ddd; } .table-bordered > thead > tr > th, .table-bordered > tbody > tr > th, .table-bordered > tfoot > tr > th, .table-bordered > thead > tr > td, .table-bordered > tbody > tr > td, .table-bordered > tfoot > tr > td { border: 1px solid #ddd; } .table-bordered > thead > tr > th, .table-bordered > thead > tr > td { border-bottom-width: 2px; } .table-striped > tbody > tr:nth-of-type(odd) { background-color: #f9f9f9; } .table-hover > tbody > tr:hover { background-color: #f5f5f5; } table col[class*="col-"] { position: static; float: none; display: table-column; } table td[class*="col-"], table th[class*="col-"] { position: static; float: none; display: table-cell; } .table > thead > tr > td.active, .table > tbody > tr > td.active, .table > tfoot > tr > td.active, .table > thead > tr > th.active, .table > tbody > tr > th.active, .table > tfoot > tr > th.active, .table > thead > tr.active > td, .table > tbody > tr.active > td, .table > tfoot > tr.active > td, .table > thead > tr.active > th, .table > tbody > tr.active > th, .table > tfoot > tr.active > th { background-color: #f5f5f5; } .table-hover > tbody > tr > td.active:hover, .table-hover > tbody > tr > th.active:hover, .table-hover > tbody > tr.active:hover > td, .table-hover > tbody > tr:hover > .active, .table-hover > tbody > tr.active:hover > th { background-color: #e8e8e8; } .table > thead > tr > td.success, .table > tbody > tr > td.success, .table > tfoot > tr > td.success, .table > thead > tr > th.success, .table > tbody > tr > th.success, .table > tfoot > tr > th.success, .table > thead > tr.success > td, .table > tbody > tr.success > td, .table > tfoot > tr.success > td, .table > thead > tr.success > th, .table > tbody > tr.success > th, .table > tfoot > tr.success > th { background-color: #dff0d8; } .table-hover > tbody > tr > td.success:hover, .table-hover > tbody > tr > th.success:hover, .table-hover > tbody > tr.success:hover > td, .table-hover > tbody > tr:hover > .success, .table-hover > tbody > tr.success:hover > th { background-color: #d0e9c6; } .table > thead > tr > td.info, .table > tbody > tr > td.info, .table > tfoot > tr > td.info, .table > thead > tr > th.info, .table > tbody > tr > th.info, .table > tfoot > tr > th.info, .table > thead > tr.info > td, .table > tbody > tr.info > td, .table > tfoot > tr.info > td, .table > thead > tr.info > th, .table > tbody > tr.info > th, .table > tfoot > tr.info > th { background-color: #d9edf7; } .table-hover > tbody > tr > td.info:hover, .table-hover > tbody > tr > th.info:hover, .table-hover > tbody > tr.info:hover > td, .table-hover > tbody > tr:hover > .info, .table-hover > tbody > tr.info:hover > th { background-color: #c4e3f3; } .table > thead > tr > td.warning, .table > tbody > tr > td.warning, .table > tfoot > tr > td.warning, .table > thead > tr > th.warning, .table > tbody > tr > th.warning, .table > tfoot > tr > th.warning, .table > thead > tr.warning > td, .table > tbody > tr.warning > td, .table > tfoot > tr.warning > td, .table > thead > tr.warning > th, .table > tbody > tr.warning > th, .table > tfoot > tr.warning > th { background-color: #fcf8e3; } .table-hover > tbody > tr > td.warning:hover, .table-hover > tbody > tr > th.warning:hover, .table-hover > tbody > tr.warning:hover > td, .table-hover > tbody > tr:hover > .warning, .table-hover > tbody > tr.warning:hover > th { background-color: #faf2cc; } .table > thead > tr > td.danger, .table > tbody > tr > td.danger, .table > tfoot > tr > td.danger, .table > thead > tr > th.danger, .table > tbody > tr > th.danger, .table > tfoot > tr > th.danger, .table > thead > tr.danger > td, .table > tbody > tr.danger > td, .table > tfoot > tr.danger > td, .table > thead > tr.danger > th, .table > tbody > tr.danger > th, .table > tfoot > tr.danger > th { background-color: #f2dede; } .table-hover > tbody > tr > td.danger:hover, .table-hover > tbody > tr > th.danger:hover, .table-hover > tbody > tr.danger:hover > td, .table-hover > tbody > tr:hover > .danger, .table-hover > tbody > tr.danger:hover > th { background-color: #ebcccc; } .table-responsive { overflow-x: auto; min-height: 0.01%; } @media screen and (max-width: 767px) { .table-responsive { width: 100%; margin-bottom: 13.5px; overflow-y: hidden; -ms-overflow-style: -ms-autohiding-scrollbar; border: 1px solid #ddd; } .table-responsive > .table { margin-bottom: 0; } .table-responsive > .table > thead > tr > th, .table-responsive > .table > tbody > tr > th, .table-responsive > .table > tfoot > tr > th, .table-responsive > .table > thead > tr > td, .table-responsive > .table > tbody > tr > td, .table-responsive > .table > tfoot > tr > td { white-space: nowrap; } .table-responsive > .table-bordered { border: 0; } .table-responsive > .table-bordered > thead > tr > th:first-child, .table-responsive > .table-bordered > tbody > tr > th:first-child, .table-responsive > .table-bordered > tfoot > tr > th:first-child, .table-responsive > .table-bordered > thead > tr > td:first-child, .table-responsive > .table-bordered > tbody > tr > td:first-child, .table-responsive > .table-bordered > tfoot > tr > td:first-child { border-left: 0; } .table-responsive > .table-bordered > thead > tr > th:last-child, .table-responsive > .table-bordered > tbody > tr > th:last-child, .table-responsive > .table-bordered > tfoot > tr > th:last-child, .table-responsive > .table-bordered > thead > tr > td:last-child, .table-responsive > .table-bordered > tbody > tr > td:last-child, .table-responsive > .table-bordered > tfoot > tr > td:last-child { border-right: 0; } .table-responsive > .table-bordered > tbody > tr:last-child > th, .table-responsive > .table-bordered > tfoot > tr:last-child > th, .table-responsive > .table-bordered > tbody > tr:last-child > td, .table-responsive > .table-bordered > tfoot > tr:last-child > td { border-bottom: 0; } } fieldset { padding: 0; margin: 0; border: 0; min-width: 0; } legend { display: block; width: 100%; padding: 0; margin-bottom: 18px; font-size: 19.5px; line-height: inherit; color: #333333; border: 0; border-bottom: 1px solid #e5e5e5; } label { display: inline-block; max-width: 100%; margin-bottom: 5px; font-weight: bold; } input[type="search"] { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; } input[type="radio"], input[type="checkbox"] { margin: 4px 0 0; margin-top: 1px \9; line-height: normal; } input[type="file"] { display: block; } input[type="range"] { display: block; width: 100%; } select[multiple], select[size] { height: auto; } input[type="file"]:focus, input[type="radio"]:focus, input[type="checkbox"]:focus { outline: thin dotted; outline: 5px auto -webkit-focus-ring-color; outline-offset: -2px; } output { display: block; padding-top: 7px; font-size: 13px; line-height: 1.42857143; color: #555555; } .form-control { display: block; width: 100%; height: 32px; padding: 6px 12px; font-size: 13px; line-height: 1.42857143; color: #555555; background-color: #fff; background-image: none; border: 1px solid #ccc; border-radius: 2px; -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s; -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s; transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s; } .form-control:focus { border-color: #66afe9; outline: 0; -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6); box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6); } .form-control::-moz-placeholder { color: #999; opacity: 1; } .form-control:-ms-input-placeholder { color: #999; } .form-control::-webkit-input-placeholder { color: #999; } .form-control::-ms-expand { border: 0; background-color: transparent; } .form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control { background-color: #eeeeee; opacity: 1; } .form-control[disabled], fieldset[disabled] .form-control { cursor: not-allowed; } textarea.form-control { height: auto; } input[type="search"] { -webkit-appearance: none; } @media screen and (-webkit-min-device-pixel-ratio: 0) { input[type="date"].form-control, input[type="time"].form-control, input[type="datetime-local"].form-control, input[type="month"].form-control { line-height: 32px; } input[type="date"].input-sm, input[type="time"].input-sm, input[type="datetime-local"].input-sm, input[type="month"].input-sm, .input-group-sm input[type="date"], .input-group-sm input[type="time"], .input-group-sm input[type="datetime-local"], .input-group-sm input[type="month"] { line-height: 30px; } input[type="date"].input-lg, input[type="time"].input-lg, input[type="datetime-local"].input-lg, input[type="month"].input-lg, .input-group-lg input[type="date"], .input-group-lg input[type="time"], .input-group-lg input[type="datetime-local"], .input-group-lg input[type="month"] { line-height: 45px; } } .form-group { margin-bottom: 15px; } .radio, .checkbox { position: relative; display: block; margin-top: 10px; margin-bottom: 10px; } .radio label, .checkbox label { min-height: 18px; padding-left: 20px; margin-bottom: 0; font-weight: normal; cursor: pointer; } .radio input[type="radio"], .radio-inline input[type="radio"], .checkbox input[type="checkbox"], .checkbox-inline input[type="checkbox"] { position: absolute; margin-left: -20px; margin-top: 4px \9; } .radio + .radio, .checkbox + .checkbox { margin-top: -5px; } .radio-inline, .checkbox-inline { position: relative; display: inline-block; padding-left: 20px; margin-bottom: 0; vertical-align: middle; font-weight: normal; cursor: pointer; } .radio-inline + .radio-inline, .checkbox-inline + .checkbox-inline { margin-top: 0; margin-left: 10px; } input[type="radio"][disabled], input[type="checkbox"][disabled], input[type="radio"].disabled, input[type="checkbox"].disabled, fieldset[disabled] input[type="radio"], fieldset[disabled] input[type="checkbox"] { cursor: not-allowed; } .radio-inline.disabled, .checkbox-inline.disabled, fieldset[disabled] .radio-inline, fieldset[disabled] .checkbox-inline { cursor: not-allowed; } .radio.disabled label, .checkbox.disabled label, fieldset[disabled] .radio label, fieldset[disabled] .checkbox label { cursor: not-allowed; } .form-control-static { padding-top: 7px; padding-bottom: 7px; margin-bottom: 0; min-height: 31px; } .form-control-static.input-lg, .form-control-static.input-sm { padding-left: 0; padding-right: 0; } .input-sm { height: 30px; padding: 5px 10px; font-size: 12px; line-height: 1.5; border-radius: 1px; } select.input-sm { height: 30px; line-height: 30px; } textarea.input-sm, select[multiple].input-sm { height: auto; } .form-group-sm .form-control { height: 30px; padding: 5px 10px; font-size: 12px; line-height: 1.5; border-radius: 1px; } .form-group-sm select.form-control { height: 30px; line-height: 30px; } .form-group-sm textarea.form-control, .form-group-sm select[multiple].form-control { height: auto; } .form-group-sm .form-control-static { height: 30px; min-height: 30px; padding: 6px 10px; font-size: 12px; line-height: 1.5; } .input-lg { height: 45px; padding: 10px 16px; font-size: 17px; line-height: 1.3333333; border-radius: 3px; } select.input-lg { height: 45px; line-height: 45px; } textarea.input-lg, select[multiple].input-lg { height: auto; } .form-group-lg .form-control { height: 45px; padding: 10px 16px; font-size: 17px; line-height: 1.3333333; border-radius: 3px; } .form-group-lg select.form-control { height: 45px; line-height: 45px; } .form-group-lg textarea.form-control, .form-group-lg select[multiple].form-control { height: auto; } .form-group-lg .form-control-static { height: 45px; min-height: 35px; padding: 11px 16px; font-size: 17px; line-height: 1.3333333; } .has-feedback { position: relative; } .has-feedback .form-control { padding-right: 40px; } .form-control-feedback { position: absolute; top: 0; right: 0; z-index: 2; display: block; width: 32px; height: 32px; line-height: 32px; text-align: center; pointer-events: none; } .input-lg + .form-control-feedback, .input-group-lg + .form-control-feedback, .form-group-lg .form-control + .form-control-feedback { width: 45px; height: 45px; line-height: 45px; } .input-sm + .form-control-feedback, .input-group-sm + .form-control-feedback, .form-group-sm .form-control + .form-control-feedback { width: 30px; height: 30px; line-height: 30px; } .has-success .help-block, .has-success .control-label, .has-success .radio, .has-success .checkbox, .has-success .radio-inline, .has-success .checkbox-inline, .has-success.radio label, .has-success.checkbox label, .has-success.radio-inline label, .has-success.checkbox-inline label { color: #3c763d; } .has-success .form-control { border-color: #3c763d; -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); } .has-success .form-control:focus { border-color: #2b542c; -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168; box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168; } .has-success .input-group-addon { color: #3c763d; border-color: #3c763d; background-color: #dff0d8; } .has-success .form-control-feedback { color: #3c763d; } .has-warning .help-block, .has-warning .control-label, .has-warning .radio, .has-warning .checkbox, .has-warning .radio-inline, .has-warning .checkbox-inline, .has-warning.radio label, .has-warning.checkbox label, .has-warning.radio-inline label, .has-warning.checkbox-inline label { color: #8a6d3b; } .has-warning .form-control { border-color: #8a6d3b; -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); } .has-warning .form-control:focus { border-color: #66512c; -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b; box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b; } .has-warning .input-group-addon { color: #8a6d3b; border-color: #8a6d3b; background-color: #fcf8e3; } .has-warning .form-control-feedback { color: #8a6d3b; } .has-error .help-block, .has-error .control-label, .has-error .radio, .has-error .checkbox, .has-error .radio-inline, .has-error .checkbox-inline, .has-error.radio label, .has-error.checkbox label, .has-error.radio-inline label, .has-error.checkbox-inline label { color: #a94442; } .has-error .form-control { border-color: #a94442; -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); } .has-error .form-control:focus { border-color: #843534; -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483; box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483; } .has-error .input-group-addon { color: #a94442; border-color: #a94442; background-color: #f2dede; } .has-error .form-control-feedback { color: #a94442; } .has-feedback label ~ .form-control-feedback { top: 23px; } .has-feedback label.sr-only ~ .form-control-feedback { top: 0; } .help-block { display: block; margin-top: 5px; margin-bottom: 10px; color: #404040; } @media (min-width: 768px) { .form-inline .form-group { display: inline-block; margin-bottom: 0; vertical-align: middle; } .form-inline .form-control { display: inline-block; width: auto; vertical-align: middle; } .form-inline .form-control-static { display: inline-block; } .form-inline .input-group { display: inline-table; vertical-align: middle; } .form-inline .input-group .input-group-addon, .form-inline .input-group .input-group-btn, .form-inline .input-group .form-control { width: auto; } .form-inline .input-group > .form-control { width: 100%; } .form-inline .control-label { margin-bottom: 0; vertical-align: middle; } .form-inline .radio, .form-inline .checkbox { display: inline-block; margin-top: 0; margin-bottom: 0; vertical-align: middle; } .form-inline .radio label, .form-inline .checkbox label { padding-left: 0; } .form-inline .radio input[type="radio"], .form-inline .checkbox input[type="checkbox"] { position: relative; margin-left: 0; } .form-inline .has-feedback .form-control-feedback { top: 0; } } .form-horizontal .radio, .form-horizontal .checkbox, .form-horizontal .radio-inline, .form-horizontal .checkbox-inline { margin-top: 0; margin-bottom: 0; padding-top: 7px; } .form-horizontal .radio, .form-horizontal .checkbox { min-height: 25px; } .form-horizontal .form-group { margin-left: 0px; margin-right: 0px; } @media (min-width: 768px) { .form-horizontal .control-label { text-align: right; margin-bottom: 0; padding-top: 7px; } } .form-horizontal .has-feedback .form-control-feedback { right: 0px; } @media (min-width: 768px) { .form-horizontal .form-group-lg .control-label { padding-top: 11px; font-size: 17px; } } @media (min-width: 768px) { .form-horizontal .form-group-sm .control-label { padding-top: 6px; font-size: 12px; } } .btn { display: inline-block; margin-bottom: 0; font-weight: normal; text-align: center; vertical-align: middle; touch-action: manipulation; cursor: pointer; background-image: none; border: 1px solid transparent; white-space: nowrap; padding: 6px 12px; font-size: 13px; line-height: 1.42857143; border-radius: 2px; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; } .btn:focus, .btn:active:focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn.active.focus { outline: thin dotted; outline: 5px auto -webkit-focus-ring-color; outline-offset: -2px; } .btn:hover, .btn:focus, .btn.focus { color: #333; text-decoration: none; } .btn:active, .btn.active { outline: 0; background-image: none; -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); } .btn.disabled, .btn[disabled], fieldset[disabled] .btn { cursor: not-allowed; opacity: 0.65; filter: alpha(opacity=65); -webkit-box-shadow: none; box-shadow: none; } a.btn.disabled, fieldset[disabled] a.btn { pointer-events: none; } .btn-default { color: #333; background-color: #fff; border-color: #ccc; } .btn-default:focus, .btn-default.focus { color: #333; background-color: #e6e6e6; border-color: #8c8c8c; } .btn-default:hover { color: #333; background-color: #e6e6e6; border-color: #adadad; } .btn-default:active, .btn-default.active, .open > .dropdown-toggle.btn-default { color: #333; background-color: #e6e6e6; border-color: #adadad; } .btn-default:active:hover, .btn-default.active:hover, .open > .dropdown-toggle.btn-default:hover, .btn-default:active:focus, .btn-default.active:focus, .open > .dropdown-toggle.btn-default:focus, .btn-default:active.focus, .btn-default.active.focus, .open > .dropdown-toggle.btn-default.focus { color: #333; background-color: #d4d4d4; border-color: #8c8c8c; } .btn-default:active, .btn-default.active, .open > .dropdown-toggle.btn-default { background-image: none; } .btn-default.disabled:hover, .btn-default[disabled]:hover, fieldset[disabled] .btn-default:hover, .btn-default.disabled:focus, .btn-default[disabled]:focus, fieldset[disabled] .btn-default:focus, .btn-default.disabled.focus, .btn-default[disabled].focus, fieldset[disabled] .btn-default.focus { background-color: #fff; border-color: #ccc; } .btn-default .badge { color: #fff; background-color: #333; } .btn-primary { color: #fff; background-color: #337ab7; border-color: #2e6da4; } .btn-primary:focus, .btn-primary.focus { color: #fff; background-color: #286090; border-color: #122b40; } .btn-primary:hover { color: #fff; background-color: #286090; border-color: #204d74; } .btn-primary:active, .btn-primary.active, .open > .dropdown-toggle.btn-primary { color: #fff; background-color: #286090; border-color: #204d74; } .btn-primary:active:hover, .btn-primary.active:hover, .open > .dropdown-toggle.btn-primary:hover, .btn-primary:active:focus, .btn-primary.active:focus, .open > .dropdown-toggle.btn-primary:focus, .btn-primary:active.focus, .btn-primary.active.focus, .open > .dropdown-toggle.btn-primary.focus { color: #fff; background-color: #204d74; border-color: #122b40; } .btn-primary:active, .btn-primary.active, .open > .dropdown-toggle.btn-primary { background-image: none; } .btn-primary.disabled:hover, .btn-primary[disabled]:hover, fieldset[disabled] .btn-primary:hover, .btn-primary.disabled:focus, .btn-primary[disabled]:focus, fieldset[disabled] .btn-primary:focus, .btn-primary.disabled.focus, .btn-primary[disabled].focus, fieldset[disabled] .btn-primary.focus { background-color: #337ab7; border-color: #2e6da4; } .btn-primary .badge { color: #337ab7; background-color: #fff; } .btn-success { color: #fff; background-color: #5cb85c; border-color: #4cae4c; } .btn-success:focus, .btn-success.focus { color: #fff; background-color: #449d44; border-color: #255625; } .btn-success:hover { color: #fff; background-color: #449d44; border-color: #398439; } .btn-success:active, .btn-success.active, .open > .dropdown-toggle.btn-success { color: #fff; background-color: #449d44; border-color: #398439; } .btn-success:active:hover, .btn-success.active:hover, .open > .dropdown-toggle.btn-success:hover, .btn-success:active:focus, .btn-success.active:focus, .open > .dropdown-toggle.btn-success:focus, .btn-success:active.focus, .btn-success.active.focus, .open > .dropdown-toggle.btn-success.focus { color: #fff; background-color: #398439; border-color: #255625; } .btn-success:active, .btn-success.active, .open > .dropdown-toggle.btn-success { background-image: none; } .btn-success.disabled:hover, .btn-success[disabled]:hover, fieldset[disabled] .btn-success:hover, .btn-success.disabled:focus, .btn-success[disabled]:focus, fieldset[disabled] .btn-success:focus, .btn-success.disabled.focus, .btn-success[disabled].focus, fieldset[disabled] .btn-success.focus { background-color: #5cb85c; border-color: #4cae4c; } .btn-success .badge { color: #5cb85c; background-color: #fff; } .btn-info { color: #fff; background-color: #5bc0de; border-color: #46b8da; } .btn-info:focus, .btn-info.focus { color: #fff; background-color: #31b0d5; border-color: #1b6d85; } .btn-info:hover { color: #fff; background-color: #31b0d5; border-color: #269abc; } .btn-info:active, .btn-info.active, .open > .dropdown-toggle.btn-info { color: #fff; background-color: #31b0d5; border-color: #269abc; } .btn-info:active:hover, .btn-info.active:hover, .open > .dropdown-toggle.btn-info:hover, .btn-info:active:focus, .btn-info.active:focus, .open > .dropdown-toggle.btn-info:focus, .btn-info:active.focus, .btn-info.active.focus, .open > .dropdown-toggle.btn-info.focus { color: #fff; background-color: #269abc; border-color: #1b6d85; } .btn-info:active, .btn-info.active, .open > .dropdown-toggle.btn-info { background-image: none; } .btn-info.disabled:hover, .btn-info[disabled]:hover, fieldset[disabled] .btn-info:hover, .btn-info.disabled:focus, .btn-info[disabled]:focus, fieldset[disabled] .btn-info:focus, .btn-info.disabled.focus, .btn-info[disabled].focus, fieldset[disabled] .btn-info.focus { background-color: #5bc0de; border-color: #46b8da; } .btn-info .badge { color: #5bc0de; background-color: #fff; } .btn-warning { color: #fff; background-color: #f0ad4e; border-color: #eea236; } .btn-warning:focus, .btn-warning.focus { color: #fff; background-color: #ec971f; border-color: #985f0d; } .btn-warning:hover { color: #fff; background-color: #ec971f; border-color: #d58512; } .btn-warning:active, .btn-warning.active, .open > .dropdown-toggle.btn-warning { color: #fff; background-color: #ec971f; border-color: #d58512; } .btn-warning:active:hover, .btn-warning.active:hover, .open > .dropdown-toggle.btn-warning:hover, .btn-warning:active:focus, .btn-warning.active:focus, .open > .dropdown-toggle.btn-warning:focus, .btn-warning:active.focus, .btn-warning.active.focus, .open > .dropdown-toggle.btn-warning.focus { color: #fff; background-color: #d58512; border-color: #985f0d; } .btn-warning:active, .btn-warning.active, .open > .dropdown-toggle.btn-warning { background-image: none; } .btn-warning.disabled:hover, .btn-warning[disabled]:hover, fieldset[disabled] .btn-warning:hover, .btn-warning.disabled:focus, .btn-warning[disabled]:focus, fieldset[disabled] .btn-warning:focus, .btn-warning.disabled.focus, .btn-warning[disabled].focus, fieldset[disabled] .btn-warning.focus { background-color: #f0ad4e; border-color: #eea236; } .btn-warning .badge { color: #f0ad4e; background-color: #fff; } .btn-danger { color: #fff; background-color: #d9534f; border-color: #d43f3a; } .btn-danger:focus, .btn-danger.focus { color: #fff; background-color: #c9302c; border-color: #761c19; } .btn-danger:hover { color: #fff; background-color: #c9302c; border-color: #ac2925; } .btn-danger:active, .btn-danger.active, .open > .dropdown-toggle.btn-danger { color: #fff; background-color: #c9302c; border-color: #ac2925; } .btn-danger:active:hover, .btn-danger.active:hover, .open > .dropdown-toggle.btn-danger:hover, .btn-danger:active:focus, .btn-danger.active:focus, .open > .dropdown-toggle.btn-danger:focus, .btn-danger:active.focus, .btn-danger.active.focus, .open > .dropdown-toggle.btn-danger.focus { color: #fff; background-color: #ac2925; border-color: #761c19; } .btn-danger:active, .btn-danger.active, .open > .dropdown-toggle.btn-danger { background-image: none; } .btn-danger.disabled:hover, .btn-danger[disabled]:hover, fieldset[disabled] .btn-danger:hover, .btn-danger.disabled:focus, .btn-danger[disabled]:focus, fieldset[disabled] .btn-danger:focus, .btn-danger.disabled.focus, .btn-danger[disabled].focus, fieldset[disabled] .btn-danger.focus { background-color: #d9534f; border-color: #d43f3a; } .btn-danger .badge { color: #d9534f; background-color: #fff; } .btn-link { color: #337ab7; font-weight: normal; border-radius: 0; } .btn-link, .btn-link:active, .btn-link.active, .btn-link[disabled], fieldset[disabled] .btn-link { background-color: transparent; -webkit-box-shadow: none; box-shadow: none; } .btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active { border-color: transparent; } .btn-link:hover, .btn-link:focus { color: #23527c; text-decoration: underline; background-color: transparent; } .btn-link[disabled]:hover, fieldset[disabled] .btn-link:hover, .btn-link[disabled]:focus, fieldset[disabled] .btn-link:focus { color: #777777; text-decoration: none; } .btn-lg, .btn-group-lg > .btn { padding: 10px 16px; font-size: 17px; line-height: 1.3333333; border-radius: 3px; } .btn-sm, .btn-group-sm > .btn { padding: 5px 10px; font-size: 12px; line-height: 1.5; border-radius: 1px; } .btn-xs, .btn-group-xs > .btn { padding: 1px 5px; font-size: 12px; line-height: 1.5; border-radius: 1px; } .btn-block { display: block; width: 100%; } .btn-block + .btn-block { margin-top: 5px; } input[type="submit"].btn-block, input[type="reset"].btn-block, input[type="button"].btn-block { width: 100%; } .fade { opacity: 0; -webkit-transition: opacity 0.15s linear; -o-transition: opacity 0.15s linear; transition: opacity 0.15s linear; } .fade.in { opacity: 1; } .collapse { display: none; } .collapse.in { display: block; } tr.collapse.in { display: table-row; } tbody.collapse.in { display: table-row-group; } .collapsing { position: relative; height: 0; overflow: hidden; -webkit-transition-property: height, visibility; transition-property: height, visibility; -webkit-transition-duration: 0.35s; transition-duration: 0.35s; -webkit-transition-timing-function: ease; transition-timing-function: ease; } .caret { display: inline-block; width: 0; height: 0; margin-left: 2px; vertical-align: middle; border-top: 4px dashed; border-top: 4px solid \9; border-right: 4px solid transparent; border-left: 4px solid transparent; } .dropup, .dropdown { position: relative; } .dropdown-toggle:focus { outline: 0; } .dropdown-menu { position: absolute; top: 100%; left: 0; z-index: 1000; display: none; float: left; min-width: 160px; padding: 5px 0; margin: 2px 0 0; list-style: none; font-size: 13px; text-align: left; background-color: #fff; border: 1px solid #ccc; border: 1px solid rgba(0, 0, 0, 0.15); border-radius: 2px; -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175); box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175); background-clip: padding-box; } .dropdown-menu.pull-right { right: 0; left: auto; } .dropdown-menu .divider { height: 1px; margin: 8px 0; overflow: hidden; background-color: #e5e5e5; } .dropdown-menu > li > a { display: block; padding: 3px 20px; clear: both; font-weight: normal; line-height: 1.42857143; color: #333333; white-space: nowrap; } .dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus { text-decoration: none; color: #262626; background-color: #f5f5f5; } .dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus { color: #fff; text-decoration: none; outline: 0; background-color: #337ab7; } .dropdown-menu > .disabled > a, .dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus { color: #777777; } .dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus { text-decoration: none; background-color: transparent; background-image: none; filter: progid:DXImageTransform.Microsoft.gradient(enabled = false); cursor: not-allowed; } .open > .dropdown-menu { display: block; } .open > a { outline: 0; } .dropdown-menu-right { left: auto; right: 0; } .dropdown-menu-left { left: 0; right: auto; } .dropdown-header { display: block; padding: 3px 20px; font-size: 12px; line-height: 1.42857143; color: #777777; white-space: nowrap; } .dropdown-backdrop { position: fixed; left: 0; right: 0; bottom: 0; top: 0; z-index: 990; } .pull-right > .dropdown-menu { right: 0; left: auto; } .dropup .caret, .navbar-fixed-bottom .dropdown .caret { border-top: 0; border-bottom: 4px dashed; border-bottom: 4px solid \9; content: ""; } .dropup .dropdown-menu, .navbar-fixed-bottom .dropdown .dropdown-menu { top: auto; bottom: 100%; margin-bottom: 2px; } @media (min-width: 541px) { .navbar-right .dropdown-menu { left: auto; right: 0; } .navbar-right .dropdown-menu-left { left: 0; right: auto; } } .btn-group, .btn-group-vertical { position: relative; display: inline-block; vertical-align: middle; } .btn-group > .btn, .btn-group-vertical > .btn { position: relative; float: left; } .btn-group > .btn:hover, .btn-group-vertical > .btn:hover, .btn-group > .btn:focus, .btn-group-vertical > .btn:focus, .btn-group > .btn:active, .btn-group-vertical > .btn:active, .btn-group > .btn.active, .btn-group-vertical > .btn.active { z-index: 2; } .btn-group .btn + .btn, .btn-group .btn + .btn-group, .btn-group .btn-group + .btn, .btn-group .btn-group + .btn-group { margin-left: -1px; } .btn-toolbar { margin-left: -5px; } .btn-toolbar .btn, .btn-toolbar .btn-group, .btn-toolbar .input-group { float: left; } .btn-toolbar > .btn, .btn-toolbar > .btn-group, .btn-toolbar > .input-group { margin-left: 5px; } .btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) { border-radius: 0; } .btn-group > .btn:first-child { margin-left: 0; } .btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) { border-bottom-right-radius: 0; border-top-right-radius: 0; } .btn-group > .btn:last-child:not(:first-child), .btn-group > .dropdown-toggle:not(:first-child) { border-bottom-left-radius: 0; border-top-left-radius: 0; } .btn-group > .btn-group { float: left; } .btn-group > .btn-group:not(:first-child):not(:last-child) > .btn { border-radius: 0; } .btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child, .btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle { border-bottom-right-radius: 0; border-top-right-radius: 0; } .btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child { border-bottom-left-radius: 0; border-top-left-radius: 0; } .btn-group .dropdown-toggle:active, .btn-group.open .dropdown-toggle { outline: 0; } .btn-group > .btn + .dropdown-toggle { padding-left: 8px; padding-right: 8px; } .btn-group > .btn-lg + .dropdown-toggle { padding-left: 12px; padding-right: 12px; } .btn-group.open .dropdown-toggle { -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); } .btn-group.open .dropdown-toggle.btn-link { -webkit-box-shadow: none; box-shadow: none; } .btn .caret { margin-left: 0; } .btn-lg .caret { border-width: 5px 5px 0; border-bottom-width: 0; } .dropup .btn-lg .caret { border-width: 0 5px 5px; } .btn-group-vertical > .btn, .btn-group-vertical > .btn-group, .btn-group-vertical > .btn-group > .btn { display: block; float: none; width: 100%; max-width: 100%; } .btn-group-vertical > .btn-group > .btn { float: none; } .btn-group-vertical > .btn + .btn, .btn-group-vertical > .btn + .btn-group, .btn-group-vertical > .btn-group + .btn, .btn-group-vertical > .btn-group + .btn-group { margin-top: -1px; margin-left: 0; } .btn-group-vertical > .btn:not(:first-child):not(:last-child) { border-radius: 0; } .btn-group-vertical > .btn:first-child:not(:last-child) { border-top-right-radius: 2px; border-top-left-radius: 2px; border-bottom-right-radius: 0; border-bottom-left-radius: 0; } .btn-group-vertical > .btn:last-child:not(:first-child) { border-top-right-radius: 0; border-top-left-radius: 0; border-bottom-right-radius: 2px; border-bottom-left-radius: 2px; } .btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn { border-radius: 0; } .btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child, .btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle { border-bottom-right-radius: 0; border-bottom-left-radius: 0; } .btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child { border-top-right-radius: 0; border-top-left-radius: 0; } .btn-group-justified { display: table; width: 100%; table-layout: fixed; border-collapse: separate; } .btn-group-justified > .btn, .btn-group-justified > .btn-group { float: none; display: table-cell; width: 1%; } .btn-group-justified > .btn-group .btn { width: 100%; } .btn-group-justified > .btn-group .dropdown-menu { left: auto; } [data-toggle="buttons"] > .btn input[type="radio"], [data-toggle="buttons"] > .btn-group > .btn input[type="radio"], [data-toggle="buttons"] > .btn input[type="checkbox"], [data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] { position: absolute; clip: rect(0, 0, 0, 0); pointer-events: none; } .input-group { position: relative; display: table; border-collapse: separate; } .input-group[class*="col-"] { float: none; padding-left: 0; padding-right: 0; } .input-group .form-control { position: relative; z-index: 2; float: left; width: 100%; margin-bottom: 0; } .input-group .form-control:focus { z-index: 3; } .input-group-lg > .form-control, .input-group-lg > .input-group-addon, .input-group-lg > .input-group-btn > .btn { height: 45px; padding: 10px 16px; font-size: 17px; line-height: 1.3333333; border-radius: 3px; } select.input-group-lg > .form-control, select.input-group-lg > .input-group-addon, select.input-group-lg > .input-group-btn > .btn { height: 45px; line-height: 45px; } textarea.input-group-lg > .form-control, textarea.input-group-lg > .input-group-addon, textarea.input-group-lg > .input-group-btn > .btn, select[multiple].input-group-lg > .form-control, select[multiple].input-group-lg > .input-group-addon, select[multiple].input-group-lg > .input-group-btn > .btn { height: auto; } .input-group-sm > .form-control, .input-group-sm > .input-group-addon, .input-group-sm > .input-group-btn > .btn { height: 30px; padding: 5px 10px; font-size: 12px; line-height: 1.5; border-radius: 1px; } select.input-group-sm > .form-control, select.input-group-sm > .input-group-addon, select.input-group-sm > .input-group-btn > .btn { height: 30px; line-height: 30px; } textarea.input-group-sm > .form-control, textarea.input-group-sm > .input-group-addon, textarea.input-group-sm > .input-group-btn > .btn, select[multiple].input-group-sm > .form-control, select[multiple].input-group-sm > .input-group-addon, select[multiple].input-group-sm > .input-group-btn > .btn { height: auto; } .input-group-addon, .input-group-btn, .input-group .form-control { display: table-cell; } .input-group-addon:not(:first-child):not(:last-child), .input-group-btn:not(:first-child):not(:last-child), .input-group .form-control:not(:first-child):not(:last-child) { border-radius: 0; } .input-group-addon, .input-group-btn { width: 1%; white-space: nowrap; vertical-align: middle; } .input-group-addon { padding: 6px 12px; font-size: 13px; font-weight: normal; line-height: 1; color: #555555; text-align: center; background-color: #eeeeee; border: 1px solid #ccc; border-radius: 2px; } .input-group-addon.input-sm { padding: 5px 10px; font-size: 12px; border-radius: 1px; } .input-group-addon.input-lg { padding: 10px 16px; font-size: 17px; border-radius: 3px; } .input-group-addon input[type="radio"], .input-group-addon input[type="checkbox"] { margin-top: 0; } .input-group .form-control:first-child, .input-group-addon:first-child, .input-group-btn:first-child > .btn, .input-group-btn:first-child > .btn-group > .btn, .input-group-btn:first-child > .dropdown-toggle, .input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle), .input-group-btn:last-child > .btn-group:not(:last-child) > .btn { border-bottom-right-radius: 0; border-top-right-radius: 0; } .input-group-addon:first-child { border-right: 0; } .input-group .form-control:last-child, .input-group-addon:last-child, .input-group-btn:last-child > .btn, .input-group-btn:last-child > .btn-group > .btn, .input-group-btn:last-child > .dropdown-toggle, .input-group-btn:first-child > .btn:not(:first-child), .input-group-btn:first-child > .btn-group:not(:first-child) > .btn { border-bottom-left-radius: 0; border-top-left-radius: 0; } .input-group-addon:last-child { border-left: 0; } .input-group-btn { position: relative; font-size: 0; white-space: nowrap; } .input-group-btn > .btn { position: relative; } .input-group-btn > .btn + .btn { margin-left: -1px; } .input-group-btn > .btn:hover, .input-group-btn > .btn:focus, .input-group-btn > .btn:active { z-index: 2; } .input-group-btn:first-child > .btn, .input-group-btn:first-child > .btn-group { margin-right: -1px; } .input-group-btn:last-child > .btn, .input-group-btn:last-child > .btn-group { z-index: 2; margin-left: -1px; } .nav { margin-bottom: 0; padding-left: 0; list-style: none; } .nav > li { position: relative; display: block; } .nav > li > a { position: relative; display: block; padding: 10px 15px; } .nav > li > a:hover, .nav > li > a:focus { text-decoration: none; background-color: #eeeeee; } .nav > li.disabled > a { color: #777777; } .nav > li.disabled > a:hover, .nav > li.disabled > a:focus { color: #777777; text-decoration: none; background-color: transparent; cursor: not-allowed; } .nav .open > a, .nav .open > a:hover, .nav .open > a:focus { background-color: #eeeeee; border-color: #337ab7; } .nav .nav-divider { height: 1px; margin: 8px 0; overflow: hidden; background-color: #e5e5e5; } .nav > li > a > img { max-width: none; } .nav-tabs { border-bottom: 1px solid #ddd; } .nav-tabs > li { float: left; margin-bottom: -1px; } .nav-tabs > li > a { margin-right: 2px; line-height: 1.42857143; border: 1px solid transparent; border-radius: 2px 2px 0 0; } .nav-tabs > li > a:hover { border-color: #eeeeee #eeeeee #ddd; } .nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus { color: #555555; background-color: #fff; border: 1px solid #ddd; border-bottom-color: transparent; cursor: default; } .nav-tabs.nav-justified { width: 100%; border-bottom: 0; } .nav-tabs.nav-justified > li { float: none; } .nav-tabs.nav-justified > li > a { text-align: center; margin-bottom: 5px; } .nav-tabs.nav-justified > .dropdown .dropdown-menu { top: auto; left: auto; } @media (min-width: 768px) { .nav-tabs.nav-justified > li { display: table-cell; width: 1%; } .nav-tabs.nav-justified > li > a { margin-bottom: 0; } } .nav-tabs.nav-justified > li > a { margin-right: 0; border-radius: 2px; } .nav-tabs.nav-justified > .active > a, .nav-tabs.nav-justified > .active > a:hover, .nav-tabs.nav-justified > .active > a:focus { border: 1px solid #ddd; } @media (min-width: 768px) { .nav-tabs.nav-justified > li > a { border-bottom: 1px solid #ddd; border-radius: 2px 2px 0 0; } .nav-tabs.nav-justified > .active > a, .nav-tabs.nav-justified > .active > a:hover, .nav-tabs.nav-justified > .active > a:focus { border-bottom-color: #fff; } } .nav-pills > li { float: left; } .nav-pills > li > a { border-radius: 2px; } .nav-pills > li + li { margin-left: 2px; } .nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus { color: #fff; background-color: #337ab7; } .nav-stacked > li { float: none; } .nav-stacked > li + li { margin-top: 2px; margin-left: 0; } .nav-justified { width: 100%; } .nav-justified > li { float: none; } .nav-justified > li > a { text-align: center; margin-bottom: 5px; } .nav-justified > .dropdown .dropdown-menu { top: auto; left: auto; } @media (min-width: 768px) { .nav-justified > li { display: table-cell; width: 1%; } .nav-justified > li > a { margin-bottom: 0; } } .nav-tabs-justified { border-bottom: 0; } .nav-tabs-justified > li > a { margin-right: 0; border-radius: 2px; } .nav-tabs-justified > .active > a, .nav-tabs-justified > .active > a:hover, .nav-tabs-justified > .active > a:focus { border: 1px solid #ddd; } @media (min-width: 768px) { .nav-tabs-justified > li > a { border-bottom: 1px solid #ddd; border-radius: 2px 2px 0 0; } .nav-tabs-justified > .active > a, .nav-tabs-justified > .active > a:hover, .nav-tabs-justified > .active > a:focus { border-bottom-color: #fff; } } .tab-content > .tab-pane { display: none; } .tab-content > .active { display: block; } .nav-tabs .dropdown-menu { margin-top: -1px; border-top-right-radius: 0; border-top-left-radius: 0; } .navbar { position: relative; min-height: 30px; margin-bottom: 18px; border: 1px solid transparent; } @media (min-width: 541px) { .navbar { border-radius: 2px; } } @media (min-width: 541px) { .navbar-header { float: left; } } .navbar-collapse { overflow-x: visible; padding-right: 0px; padding-left: 0px; border-top: 1px solid transparent; box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1); -webkit-overflow-scrolling: touch; } .navbar-collapse.in { overflow-y: auto; } @media (min-width: 541px) { .navbar-collapse { width: auto; border-top: 0; box-shadow: none; } .navbar-collapse.collapse { display: block !important; height: auto !important; padding-bottom: 0; overflow: visible !important; } .navbar-collapse.in { overflow-y: visible; } .navbar-fixed-top .navbar-collapse, .navbar-static-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse { padding-left: 0; padding-right: 0; } } .navbar-fixed-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse { max-height: 340px; } @media (max-device-width: 540px) and (orientation: landscape) { .navbar-fixed-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse { max-height: 200px; } } .container > .navbar-header, .container-fluid > .navbar-header, .container > .navbar-collapse, .container-fluid > .navbar-collapse { margin-right: 0px; margin-left: 0px; } @media (min-width: 541px) { .container > .navbar-header, .container-fluid > .navbar-header, .container > .navbar-collapse, .container-fluid > .navbar-collapse { margin-right: 0; margin-left: 0; } } .navbar-static-top { z-index: 1000; border-width: 0 0 1px; } @media (min-width: 541px) { .navbar-static-top { border-radius: 0; } } .navbar-fixed-top, .navbar-fixed-bottom { position: fixed; right: 0; left: 0; z-index: 1030; } @media (min-width: 541px) { .navbar-fixed-top, .navbar-fixed-bottom { border-radius: 0; } } .navbar-fixed-top { top: 0; border-width: 0 0 1px; } .navbar-fixed-bottom { bottom: 0; margin-bottom: 0; border-width: 1px 0 0; } .navbar-brand { float: left; padding: 6px 0px; font-size: 17px; line-height: 18px; height: 30px; } .navbar-brand:hover, .navbar-brand:focus { text-decoration: none; } .navbar-brand > img { display: block; } @media (min-width: 541px) { .navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand { margin-left: 0px; } } .navbar-toggle { position: relative; float: right; margin-right: 0px; padding: 9px 10px; margin-top: -2px; margin-bottom: -2px; background-color: transparent; background-image: none; border: 1px solid transparent; border-radius: 2px; } .navbar-toggle:focus { outline: 0; } .navbar-toggle .icon-bar { display: block; width: 22px; height: 2px; border-radius: 1px; } .navbar-toggle .icon-bar + .icon-bar { margin-top: 4px; } @media (min-width: 541px) { .navbar-toggle { display: none; } } .navbar-nav { margin: 3px 0px; } .navbar-nav > li > a { padding-top: 10px; padding-bottom: 10px; line-height: 18px; } @media (max-width: 540px) { .navbar-nav .open .dropdown-menu { position: static; float: none; width: auto; margin-top: 0; background-color: transparent; border: 0; box-shadow: none; } .navbar-nav .open .dropdown-menu > li > a, .navbar-nav .open .dropdown-menu .dropdown-header { padding: 5px 15px 5px 25px; } .navbar-nav .open .dropdown-menu > li > a { line-height: 18px; } .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-nav .open .dropdown-menu > li > a:focus { background-image: none; } } @media (min-width: 541px) { .navbar-nav { float: left; margin: 0; } .navbar-nav > li { float: left; } .navbar-nav > li > a { padding-top: 6px; padding-bottom: 6px; } } .navbar-form { margin-left: 0px; margin-right: 0px; padding: 10px 0px; border-top: 1px solid transparent; border-bottom: 1px solid transparent; -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1); box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1); margin-top: -1px; margin-bottom: -1px; } @media (min-width: 768px) { .navbar-form .form-group { display: inline-block; margin-bottom: 0; vertical-align: middle; } .navbar-form .form-control { display: inline-block; width: auto; vertical-align: middle; } .navbar-form .form-control-static { display: inline-block; } .navbar-form .input-group { display: inline-table; vertical-align: middle; } .navbar-form .input-group .input-group-addon, .navbar-form .input-group .input-group-btn, .navbar-form .input-group .form-control { width: auto; } .navbar-form .input-group > .form-control { width: 100%; } .navbar-form .control-label { margin-bottom: 0; vertical-align: middle; } .navbar-form .radio, .navbar-form .checkbox { display: inline-block; margin-top: 0; margin-bottom: 0; vertical-align: middle; } .navbar-form .radio label, .navbar-form .checkbox label { padding-left: 0; } .navbar-form .radio input[type="radio"], .navbar-form .checkbox input[type="checkbox"] { position: relative; margin-left: 0; } .navbar-form .has-feedback .form-control-feedback { top: 0; } } @media (max-width: 540px) { .navbar-form .form-group { margin-bottom: 5px; } .navbar-form .form-group:last-child { margin-bottom: 0; } } @media (min-width: 541px) { .navbar-form { width: auto; border: 0; margin-left: 0; margin-right: 0; padding-top: 0; padding-bottom: 0; -webkit-box-shadow: none; box-shadow: none; } } .navbar-nav > li > .dropdown-menu { margin-top: 0; border-top-right-radius: 0; border-top-left-radius: 0; } .navbar-fixed-bottom .navbar-nav > li > .dropdown-menu { margin-bottom: 0; border-top-right-radius: 2px; border-top-left-radius: 2px; border-bottom-right-radius: 0; border-bottom-left-radius: 0; } .navbar-btn { margin-top: -1px; margin-bottom: -1px; } .navbar-btn.btn-sm { margin-top: 0px; margin-bottom: 0px; } .navbar-btn.btn-xs { margin-top: 4px; margin-bottom: 4px; } .navbar-text { margin-top: 6px; margin-bottom: 6px; } @media (min-width: 541px) { .navbar-text { float: left; margin-left: 0px; margin-right: 0px; } } @media (min-width: 541px) { .navbar-left { float: left !important; float: left; } .navbar-right { float: right !important; float: right; margin-right: 0px; } .navbar-right ~ .navbar-right { margin-right: 0; } } .navbar-default { background-color: #f8f8f8; border-color: #e7e7e7; } .navbar-default .navbar-brand { color: #777; } .navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus { color: #5e5e5e; background-color: transparent; } .navbar-default .navbar-text { color: #777; } .navbar-default .navbar-nav > li > a { color: #777; } .navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus { color: #333; background-color: transparent; } .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus { color: #555; background-color: #e7e7e7; } .navbar-default .navbar-nav > .disabled > a, .navbar-default .navbar-nav > .disabled > a:hover, .navbar-default .navbar-nav > .disabled > a:focus { color: #ccc; background-color: transparent; } .navbar-default .navbar-toggle { border-color: #ddd; } .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus { background-color: #ddd; } .navbar-default .navbar-toggle .icon-bar { background-color: #888; } .navbar-default .navbar-collapse, .navbar-default .navbar-form { border-color: #e7e7e7; } .navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus { background-color: #e7e7e7; color: #555; } @media (max-width: 540px) { .navbar-default .navbar-nav .open .dropdown-menu > li > a { color: #777; } .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus { color: #333; background-color: transparent; } .navbar-default .navbar-nav .open .dropdown-menu > .active > a, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus { color: #555; background-color: #e7e7e7; } .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus { color: #ccc; background-color: transparent; } } .navbar-default .navbar-link { color: #777; } .navbar-default .navbar-link:hover { color: #333; } .navbar-default .btn-link { color: #777; } .navbar-default .btn-link:hover, .navbar-default .btn-link:focus { color: #333; } .navbar-default .btn-link[disabled]:hover, fieldset[disabled] .navbar-default .btn-link:hover, .navbar-default .btn-link[disabled]:focus, fieldset[disabled] .navbar-default .btn-link:focus { color: #ccc; } .navbar-inverse { background-color: #222; border-color: #080808; } .navbar-inverse .navbar-brand { color: #9d9d9d; } .navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-brand:focus { color: #fff; background-color: transparent; } .navbar-inverse .navbar-text { color: #9d9d9d; } .navbar-inverse .navbar-nav > li > a { color: #9d9d9d; } .navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus { color: #fff; background-color: transparent; } .navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus { color: #fff; background-color: #080808; } .navbar-inverse .navbar-nav > .disabled > a, .navbar-inverse .navbar-nav > .disabled > a:hover, .navbar-inverse .navbar-nav > .disabled > a:focus { color: #444; background-color: transparent; } .navbar-inverse .navbar-toggle { border-color: #333; } .navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus { background-color: #333; } .navbar-inverse .navbar-toggle .icon-bar { background-color: #fff; } .navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form { border-color: #101010; } .navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus { background-color: #080808; color: #fff; } @media (max-width: 540px) { .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header { border-color: #080808; } .navbar-inverse .navbar-nav .open .dropdown-menu .divider { background-color: #080808; } .navbar-inverse .navbar-nav .open .dropdown-menu > li > a { color: #9d9d9d; } .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus { color: #fff; background-color: transparent; } .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus { color: #fff; background-color: #080808; } .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus { color: #444; background-color: transparent; } } .navbar-inverse .navbar-link { color: #9d9d9d; } .navbar-inverse .navbar-link:hover { color: #fff; } .navbar-inverse .btn-link { color: #9d9d9d; } .navbar-inverse .btn-link:hover, .navbar-inverse .btn-link:focus { color: #fff; } .navbar-inverse .btn-link[disabled]:hover, fieldset[disabled] .navbar-inverse .btn-link:hover, .navbar-inverse .btn-link[disabled]:focus, fieldset[disabled] .navbar-inverse .btn-link:focus { color: #444; } .breadcrumb { padding: 8px 15px; margin-bottom: 18px; list-style: none; background-color: #f5f5f5; border-radius: 2px; } .breadcrumb > li { display: inline-block; } .breadcrumb > li + li:before { content: "/\00a0"; padding: 0 5px; color: #5e5e5e; } .breadcrumb > .active { color: #777777; } .pagination { display: inline-block; padding-left: 0; margin: 18px 0; border-radius: 2px; } .pagination > li { display: inline; } .pagination > li > a, .pagination > li > span { position: relative; float: left; padding: 6px 12px; line-height: 1.42857143; text-decoration: none; color: #337ab7; background-color: #fff; border: 1px solid #ddd; margin-left: -1px; } .pagination > li:first-child > a, .pagination > li:first-child > span { margin-left: 0; border-bottom-left-radius: 2px; border-top-left-radius: 2px; } .pagination > li:last-child > a, .pagination > li:last-child > span { border-bottom-right-radius: 2px; border-top-right-radius: 2px; } .pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus { z-index: 2; color: #23527c; background-color: #eeeeee; border-color: #ddd; } .pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus { z-index: 3; color: #fff; background-color: #337ab7; border-color: #337ab7; cursor: default; } .pagination > .disabled > span, .pagination > .disabled > span:hover, .pagination > .disabled > span:focus, .pagination > .disabled > a, .pagination > .disabled > a:hover, .pagination > .disabled > a:focus { color: #777777; background-color: #fff; border-color: #ddd; cursor: not-allowed; } .pagination-lg > li > a, .pagination-lg > li > span { padding: 10px 16px; font-size: 17px; line-height: 1.3333333; } .pagination-lg > li:first-child > a, .pagination-lg > li:first-child > span { border-bottom-left-radius: 3px; border-top-left-radius: 3px; } .pagination-lg > li:last-child > a, .pagination-lg > li:last-child > span { border-bottom-right-radius: 3px; border-top-right-radius: 3px; } .pagination-sm > li > a, .pagination-sm > li > span { padding: 5px 10px; font-size: 12px; line-height: 1.5; } .pagination-sm > li:first-child > a, .pagination-sm > li:first-child > span { border-bottom-left-radius: 1px; border-top-left-radius: 1px; } .pagination-sm > li:last-child > a, .pagination-sm > li:last-child > span { border-bottom-right-radius: 1px; border-top-right-radius: 1px; } .pager { padding-left: 0; margin: 18px 0; list-style: none; text-align: center; } .pager li { display: inline; } .pager li > a, .pager li > span { display: inline-block; padding: 5px 14px; background-color: #fff; border: 1px solid #ddd; border-radius: 15px; } .pager li > a:hover, .pager li > a:focus { text-decoration: none; background-color: #eeeeee; } .pager .next > a, .pager .next > span { float: right; } .pager .previous > a, .pager .previous > span { float: left; } .pager .disabled > a, .pager .disabled > a:hover, .pager .disabled > a:focus, .pager .disabled > span { color: #777777; background-color: #fff; cursor: not-allowed; } .label { display: inline; padding: .2em .6em .3em; font-size: 75%; font-weight: bold; line-height: 1; color: #fff; text-align: center; white-space: nowrap; vertical-align: baseline; border-radius: .25em; } a.label:hover, a.label:focus { color: #fff; text-decoration: none; cursor: pointer; } .label:empty { display: none; } .btn .label { position: relative; top: -1px; } .label-default { background-color: #777777; } .label-default[href]:hover, .label-default[href]:focus { background-color: #5e5e5e; } .label-primary { background-color: #337ab7; } .label-primary[href]:hover, .label-primary[href]:focus { background-color: #286090; } .label-success { background-color: #5cb85c; } .label-success[href]:hover, .label-success[href]:focus { background-color: #449d44; } .label-info { background-color: #5bc0de; } .label-info[href]:hover, .label-info[href]:focus { background-color: #31b0d5; } .label-warning { background-color: #f0ad4e; } .label-warning[href]:hover, .label-warning[href]:focus { background-color: #ec971f; } .label-danger { background-color: #d9534f; } .label-danger[href]:hover, .label-danger[href]:focus { background-color: #c9302c; } .badge { display: inline-block; min-width: 10px; padding: 3px 7px; font-size: 12px; font-weight: bold; color: #fff; line-height: 1; vertical-align: middle; white-space: nowrap; text-align: center; background-color: #777777; border-radius: 10px; } .badge:empty { display: none; } .btn .badge { position: relative; top: -1px; } .btn-xs .badge, .btn-group-xs > .btn .badge { top: 0; padding: 1px 5px; } a.badge:hover, a.badge:focus { color: #fff; text-decoration: none; cursor: pointer; } .list-group-item.active > .badge, .nav-pills > .active > a > .badge { color: #337ab7; background-color: #fff; } .list-group-item > .badge { float: right; } .list-group-item > .badge + .badge { margin-right: 5px; } .nav-pills > li > a > .badge { margin-left: 3px; } .jumbotron { padding-top: 30px; padding-bottom: 30px; margin-bottom: 30px; color: inherit; background-color: #eeeeee; } .jumbotron h1, .jumbotron .h1 { color: inherit; } .jumbotron p { margin-bottom: 15px; font-size: 20px; font-weight: 200; } .jumbotron > hr { border-top-color: #d5d5d5; } .container .jumbotron, .container-fluid .jumbotron { border-radius: 3px; padding-left: 0px; padding-right: 0px; } .jumbotron .container { max-width: 100%; } @media screen and (min-width: 768px) { .jumbotron { padding-top: 48px; padding-bottom: 48px; } .container .jumbotron, .container-fluid .jumbotron { padding-left: 60px; padding-right: 60px; } .jumbotron h1, .jumbotron .h1 { font-size: 59px; } } .thumbnail { display: block; padding: 4px; margin-bottom: 18px; line-height: 1.42857143; background-color: #fff; border: 1px solid #ddd; border-radius: 2px; -webkit-transition: border 0.2s ease-in-out; -o-transition: border 0.2s ease-in-out; transition: border 0.2s ease-in-out; } .thumbnail > img, .thumbnail a > img { margin-left: auto; margin-right: auto; } a.thumbnail:hover, a.thumbnail:focus, a.thumbnail.active { border-color: #337ab7; } .thumbnail .caption { padding: 9px; color: #000; } .alert { padding: 15px; margin-bottom: 18px; border: 1px solid transparent; border-radius: 2px; } .alert h4 { margin-top: 0; color: inherit; } .alert .alert-link { font-weight: bold; } .alert > p, .alert > ul { margin-bottom: 0; } .alert > p + p { margin-top: 5px; } .alert-dismissable, .alert-dismissible { padding-right: 35px; } .alert-dismissable .close, .alert-dismissible .close { position: relative; top: -2px; right: -21px; color: inherit; } .alert-success { background-color: #dff0d8; border-color: #d6e9c6; color: #3c763d; } .alert-success hr { border-top-color: #c9e2b3; } .alert-success .alert-link { color: #2b542c; } .alert-info { background-color: #d9edf7; border-color: #bce8f1; color: #31708f; } .alert-info hr { border-top-color: #a6e1ec; } .alert-info .alert-link { color: #245269; } .alert-warning { background-color: #fcf8e3; border-color: #faebcc; color: #8a6d3b; } .alert-warning hr { border-top-color: #f7e1b5; } .alert-warning .alert-link { color: #66512c; } .alert-danger { background-color: #f2dede; border-color: #ebccd1; color: #a94442; } .alert-danger hr { border-top-color: #e4b9c0; } .alert-danger .alert-link { color: #843534; } @-webkit-keyframes progress-bar-stripes { from { background-position: 40px 0; } to { background-position: 0 0; } } @keyframes progress-bar-stripes { from { background-position: 40px 0; } to { background-position: 0 0; } } .progress { overflow: hidden; height: 18px; margin-bottom: 18px; background-color: #f5f5f5; border-radius: 2px; -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1); box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1); } .progress-bar { float: left; width: 0%; height: 100%; font-size: 12px; line-height: 18px; color: #fff; text-align: center; background-color: #337ab7; -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15); box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15); -webkit-transition: width 0.6s ease; -o-transition: width 0.6s ease; transition: width 0.6s ease; } .progress-striped .progress-bar, .progress-bar-striped { background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); background-size: 40px 40px; } .progress.active .progress-bar, .progress-bar.active { -webkit-animation: progress-bar-stripes 2s linear infinite; -o-animation: progress-bar-stripes 2s linear infinite; animation: progress-bar-stripes 2s linear infinite; } .progress-bar-success { background-color: #5cb85c; } .progress-striped .progress-bar-success { background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); } .progress-bar-info { background-color: #5bc0de; } .progress-striped .progress-bar-info { background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); } .progress-bar-warning { background-color: #f0ad4e; } .progress-striped .progress-bar-warning { background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); } .progress-bar-danger { background-color: #d9534f; } .progress-striped .progress-bar-danger { background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); } .media { margin-top: 15px; } .media:first-child { margin-top: 0; } .media, .media-body { zoom: 1; overflow: hidden; } .media-body { width: 10000px; } .media-object { display: block; } .media-object.img-thumbnail { max-width: none; } .media-right, .media > .pull-right { padding-left: 10px; } .media-left, .media > .pull-left { padding-right: 10px; } .media-left, .media-right, .media-body { display: table-cell; vertical-align: top; } .media-middle { vertical-align: middle; } .media-bottom { vertical-align: bottom; } .media-heading { margin-top: 0; margin-bottom: 5px; } .media-list { padding-left: 0; list-style: none; } .list-group { margin-bottom: 20px; padding-left: 0; } .list-group-item { position: relative; display: block; padding: 10px 15px; margin-bottom: -1px; background-color: #fff; border: 1px solid #ddd; } .list-group-item:first-child { border-top-right-radius: 2px; border-top-left-radius: 2px; } .list-group-item:last-child { margin-bottom: 0; border-bottom-right-radius: 2px; border-bottom-left-radius: 2px; } a.list-group-item, button.list-group-item { color: #555; } a.list-group-item .list-group-item-heading, button.list-group-item .list-group-item-heading { color: #333; } a.list-group-item:hover, button.list-group-item:hover, a.list-group-item:focus, button.list-group-item:focus { text-decoration: none; color: #555; background-color: #f5f5f5; } button.list-group-item { width: 100%; text-align: left; } .list-group-item.disabled, .list-group-item.disabled:hover, .list-group-item.disabled:focus { background-color: #eeeeee; color: #777777; cursor: not-allowed; } .list-group-item.disabled .list-group-item-heading, .list-group-item.disabled:hover .list-group-item-heading, .list-group-item.disabled:focus .list-group-item-heading { color: inherit; } .list-group-item.disabled .list-group-item-text, .list-group-item.disabled:hover .list-group-item-text, .list-group-item.disabled:focus .list-group-item-text { color: #777777; } .list-group-item.active, .list-group-item.active:hover, .list-group-item.active:focus { z-index: 2; color: #fff; background-color: #337ab7; border-color: #337ab7; } .list-group-item.active .list-group-item-heading, .list-group-item.active:hover .list-group-item-heading, .list-group-item.active:focus .list-group-item-heading, .list-group-item.active .list-group-item-heading > small, .list-group-item.active:hover .list-group-item-heading > small, .list-group-item.active:focus .list-group-item-heading > small, .list-group-item.active .list-group-item-heading > .small, .list-group-item.active:hover .list-group-item-heading > .small, .list-group-item.active:focus .list-group-item-heading > .small { color: inherit; } .list-group-item.active .list-group-item-text, .list-group-item.active:hover .list-group-item-text, .list-group-item.active:focus .list-group-item-text { color: #c7ddef; } .list-group-item-success { color: #3c763d; background-color: #dff0d8; } a.list-group-item-success, button.list-group-item-success { color: #3c763d; } a.list-group-item-success .list-group-item-heading, button.list-group-item-success .list-group-item-heading { color: inherit; } a.list-group-item-success:hover, button.list-group-item-success:hover, a.list-group-item-success:focus, button.list-group-item-success:focus { color: #3c763d; background-color: #d0e9c6; } a.list-group-item-success.active, button.list-group-item-success.active, a.list-group-item-success.active:hover, button.list-group-item-success.active:hover, a.list-group-item-success.active:focus, button.list-group-item-success.active:focus { color: #fff; background-color: #3c763d; border-color: #3c763d; } .list-group-item-info { color: #31708f; background-color: #d9edf7; } a.list-group-item-info, button.list-group-item-info { color: #31708f; } a.list-group-item-info .list-group-item-heading, button.list-group-item-info .list-group-item-heading { color: inherit; } a.list-group-item-info:hover, button.list-group-item-info:hover, a.list-group-item-info:focus, button.list-group-item-info:focus { color: #31708f; background-color: #c4e3f3; } a.list-group-item-info.active, button.list-group-item-info.active, a.list-group-item-info.active:hover, button.list-group-item-info.active:hover, a.list-group-item-info.active:focus, button.list-group-item-info.active:focus { color: #fff; background-color: #31708f; border-color: #31708f; } .list-group-item-warning { color: #8a6d3b; background-color: #fcf8e3; } a.list-group-item-warning, button.list-group-item-warning { color: #8a6d3b; } a.list-group-item-warning .list-group-item-heading, button.list-group-item-warning .list-group-item-heading { color: inherit; } a.list-group-item-warning:hover, button.list-group-item-warning:hover, a.list-group-item-warning:focus, button.list-group-item-warning:focus { color: #8a6d3b; background-color: #faf2cc; } a.list-group-item-warning.active, button.list-group-item-warning.active, a.list-group-item-warning.active:hover, button.list-group-item-warning.active:hover, a.list-group-item-warning.active:focus, button.list-group-item-warning.active:focus { color: #fff; background-color: #8a6d3b; border-color: #8a6d3b; } .list-group-item-danger { color: #a94442; background-color: #f2dede; } a.list-group-item-danger, button.list-group-item-danger { color: #a94442; } a.list-group-item-danger .list-group-item-heading, button.list-group-item-danger .list-group-item-heading { color: inherit; } a.list-group-item-danger:hover, button.list-group-item-danger:hover, a.list-group-item-danger:focus, button.list-group-item-danger:focus { color: #a94442; background-color: #ebcccc; } a.list-group-item-danger.active, button.list-group-item-danger.active, a.list-group-item-danger.active:hover, button.list-group-item-danger.active:hover, a.list-group-item-danger.active:focus, button.list-group-item-danger.active:focus { color: #fff; background-color: #a94442; border-color: #a94442; } .list-group-item-heading { margin-top: 0; margin-bottom: 5px; } .list-group-item-text { margin-bottom: 0; line-height: 1.3; } .panel { margin-bottom: 18px; background-color: #fff; border: 1px solid transparent; border-radius: 2px; -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05); box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05); } .panel-body { padding: 15px; } .panel-heading { padding: 10px 15px; border-bottom: 1px solid transparent; border-top-right-radius: 1px; border-top-left-radius: 1px; } .panel-heading > .dropdown .dropdown-toggle { color: inherit; } .panel-title { margin-top: 0; margin-bottom: 0; font-size: 15px; color: inherit; } .panel-title > a, .panel-title > small, .panel-title > .small, .panel-title > small > a, .panel-title > .small > a { color: inherit; } .panel-footer { padding: 10px 15px; background-color: #f5f5f5; border-top: 1px solid #ddd; border-bottom-right-radius: 1px; border-bottom-left-radius: 1px; } .panel > .list-group, .panel > .panel-collapse > .list-group { margin-bottom: 0; } .panel > .list-group .list-group-item, .panel > .panel-collapse > .list-group .list-group-item { border-width: 1px 0; border-radius: 0; } .panel > .list-group:first-child .list-group-item:first-child, .panel > .panel-collapse > .list-group:first-child .list-group-item:first-child { border-top: 0; border-top-right-radius: 1px; border-top-left-radius: 1px; } .panel > .list-group:last-child .list-group-item:last-child, .panel > .panel-collapse > .list-group:last-child .list-group-item:last-child { border-bottom: 0; border-bottom-right-radius: 1px; border-bottom-left-radius: 1px; } .panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child { border-top-right-radius: 0; border-top-left-radius: 0; } .panel-heading + .list-group .list-group-item:first-child { border-top-width: 0; } .list-group + .panel-footer { border-top-width: 0; } .panel > .table, .panel > .table-responsive > .table, .panel > .panel-collapse > .table { margin-bottom: 0; } .panel > .table caption, .panel > .table-responsive > .table caption, .panel > .panel-collapse > .table caption { padding-left: 15px; padding-right: 15px; } .panel > .table:first-child, .panel > .table-responsive:first-child > .table:first-child { border-top-right-radius: 1px; border-top-left-radius: 1px; } .panel > .table:first-child > thead:first-child > tr:first-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child, .panel > .table:first-child > tbody:first-child > tr:first-child, .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child { border-top-left-radius: 1px; border-top-right-radius: 1px; } .panel > .table:first-child > thead:first-child > tr:first-child td:first-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child, .panel > .table:first-child > tbody:first-child > tr:first-child td:first-child, .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child, .panel > .table:first-child > thead:first-child > tr:first-child th:first-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child, .panel > .table:first-child > tbody:first-child > tr:first-child th:first-child, .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child { border-top-left-radius: 1px; } .panel > .table:first-child > thead:first-child > tr:first-child td:last-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child, .panel > .table:first-child > tbody:first-child > tr:first-child td:last-child, .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child, .panel > .table:first-child > thead:first-child > tr:first-child th:last-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child, .panel > .table:first-child > tbody:first-child > tr:first-child th:last-child, .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child { border-top-right-radius: 1px; } .panel > .table:last-child, .panel > .table-responsive:last-child > .table:last-child { border-bottom-right-radius: 1px; border-bottom-left-radius: 1px; } .panel > .table:last-child > tbody:last-child > tr:last-child, .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child, .panel > .table:last-child > tfoot:last-child > tr:last-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child { border-bottom-left-radius: 1px; border-bottom-right-radius: 1px; } .panel > .table:last-child > tbody:last-child > tr:last-child td:first-child, .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child, .panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child, .panel > .table:last-child > tbody:last-child > tr:last-child th:first-child, .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child, .panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child { border-bottom-left-radius: 1px; } .panel > .table:last-child > tbody:last-child > tr:last-child td:last-child, .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child, .panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child, .panel > .table:last-child > tbody:last-child > tr:last-child th:last-child, .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child, .panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child { border-bottom-right-radius: 1px; } .panel > .panel-body + .table, .panel > .panel-body + .table-responsive, .panel > .table + .panel-body, .panel > .table-responsive + .panel-body { border-top: 1px solid #ddd; } .panel > .table > tbody:first-child > tr:first-child th, .panel > .table > tbody:first-child > tr:first-child td { border-top: 0; } .panel > .table-bordered, .panel > .table-responsive > .table-bordered { border: 0; } .panel > .table-bordered > thead > tr > th:first-child, .panel > .table-responsive > .table-bordered > thead > tr > th:first-child, .panel > .table-bordered > tbody > tr > th:first-child, .panel > .table-responsive > .table-bordered > tbody > tr > th:first-child, .panel > .table-bordered > tfoot > tr > th:first-child, .panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child, .panel > .table-bordered > thead > tr > td:first-child, .panel > .table-responsive > .table-bordered > thead > tr > td:first-child, .panel > .table-bordered > tbody > tr > td:first-child, .panel > .table-responsive > .table-bordered > tbody > tr > td:first-child, .panel > .table-bordered > tfoot > tr > td:first-child, .panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child { border-left: 0; } .panel > .table-bordered > thead > tr > th:last-child, .panel > .table-responsive > .table-bordered > thead > tr > th:last-child, .panel > .table-bordered > tbody > tr > th:last-child, .panel > .table-responsive > .table-bordered > tbody > tr > th:last-child, .panel > .table-bordered > tfoot > tr > th:last-child, .panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child, .panel > .table-bordered > thead > tr > td:last-child, .panel > .table-responsive > .table-bordered > thead > tr > td:last-child, .panel > .table-bordered > tbody > tr > td:last-child, .panel > .table-responsive > .table-bordered > tbody > tr > td:last-child, .panel > .table-bordered > tfoot > tr > td:last-child, .panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child { border-right: 0; } .panel > .table-bordered > thead > tr:first-child > td, .panel > .table-responsive > .table-bordered > thead > tr:first-child > td, .panel > .table-bordered > tbody > tr:first-child > td, .panel > .table-responsive > .table-bordered > tbody > tr:first-child > td, .panel > .table-bordered > thead > tr:first-child > th, .panel > .table-responsive > .table-bordered > thead > tr:first-child > th, .panel > .table-bordered > tbody > tr:first-child > th, .panel > .table-responsive > .table-bordered > tbody > tr:first-child > th { border-bottom: 0; } .panel > .table-bordered > tbody > tr:last-child > td, .panel > .table-responsive > .table-bordered > tbody > tr:last-child > td, .panel > .table-bordered > tfoot > tr:last-child > td, .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td, .panel > .table-bordered > tbody > tr:last-child > th, .panel > .table-responsive > .table-bordered > tbody > tr:last-child > th, .panel > .table-bordered > tfoot > tr:last-child > th, .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th { border-bottom: 0; } .panel > .table-responsive { border: 0; margin-bottom: 0; } .panel-group { margin-bottom: 18px; } .panel-group .panel { margin-bottom: 0; border-radius: 2px; } .panel-group .panel + .panel { margin-top: 5px; } .panel-group .panel-heading { border-bottom: 0; } .panel-group .panel-heading + .panel-collapse > .panel-body, .panel-group .panel-heading + .panel-collapse > .list-group { border-top: 1px solid #ddd; } .panel-group .panel-footer { border-top: 0; } .panel-group .panel-footer + .panel-collapse .panel-body { border-bottom: 1px solid #ddd; } .panel-default { border-color: #ddd; } .panel-default > .panel-heading { color: #333333; background-color: #f5f5f5; border-color: #ddd; } .panel-default > .panel-heading + .panel-collapse > .panel-body { border-top-color: #ddd; } .panel-default > .panel-heading .badge { color: #f5f5f5; background-color: #333333; } .panel-default > .panel-footer + .panel-collapse > .panel-body { border-bottom-color: #ddd; } .panel-primary { border-color: #337ab7; } .panel-primary > .panel-heading { color: #fff; background-color: #337ab7; border-color: #337ab7; } .panel-primary > .panel-heading + .panel-collapse > .panel-body { border-top-color: #337ab7; } .panel-primary > .panel-heading .badge { color: #337ab7; background-color: #fff; } .panel-primary > .panel-footer + .panel-collapse > .panel-body { border-bottom-color: #337ab7; } .panel-success { border-color: #d6e9c6; } .panel-success > .panel-heading { color: #3c763d; background-color: #dff0d8; border-color: #d6e9c6; } .panel-success > .panel-heading + .panel-collapse > .panel-body { border-top-color: #d6e9c6; } .panel-success > .panel-heading .badge { color: #dff0d8; background-color: #3c763d; } .panel-success > .panel-footer + .panel-collapse > .panel-body { border-bottom-color: #d6e9c6; } .panel-info { border-color: #bce8f1; } .panel-info > .panel-heading { color: #31708f; background-color: #d9edf7; border-color: #bce8f1; } .panel-info > .panel-heading + .panel-collapse > .panel-body { border-top-color: #bce8f1; } .panel-info > .panel-heading .badge { color: #d9edf7; background-color: #31708f; } .panel-info > .panel-footer + .panel-collapse > .panel-body { border-bottom-color: #bce8f1; } .panel-warning { border-color: #faebcc; } .panel-warning > .panel-heading { color: #8a6d3b; background-color: #fcf8e3; border-color: #faebcc; } .panel-warning > .panel-heading + .panel-collapse > .panel-body { border-top-color: #faebcc; } .panel-warning > .panel-heading .badge { color: #fcf8e3; background-color: #8a6d3b; } .panel-warning > .panel-footer + .panel-collapse > .panel-body { border-bottom-color: #faebcc; } .panel-danger { border-color: #ebccd1; } .panel-danger > .panel-heading { color: #a94442; background-color: #f2dede; border-color: #ebccd1; } .panel-danger > .panel-heading + .panel-collapse > .panel-body { border-top-color: #ebccd1; } .panel-danger > .panel-heading .badge { color: #f2dede; background-color: #a94442; } .panel-danger > .panel-footer + .panel-collapse > .panel-body { border-bottom-color: #ebccd1; } .embed-responsive { position: relative; display: block; height: 0; padding: 0; overflow: hidden; } .embed-responsive .embed-responsive-item, .embed-responsive iframe, .embed-responsive embed, .embed-responsive object, .embed-responsive video { position: absolute; top: 0; left: 0; bottom: 0; height: 100%; width: 100%; border: 0; } .embed-responsive-16by9 { padding-bottom: 56.25%; } .embed-responsive-4by3 { padding-bottom: 75%; } .well { min-height: 20px; padding: 19px; margin-bottom: 20px; background-color: #f5f5f5; border: 1px solid #e3e3e3; border-radius: 2px; -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05); box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05); } .well blockquote { border-color: #ddd; border-color: rgba(0, 0, 0, 0.15); } .well-lg { padding: 24px; border-radius: 3px; } .well-sm { padding: 9px; border-radius: 1px; } .close { float: right; font-size: 19.5px; font-weight: bold; line-height: 1; color: #000; text-shadow: 0 1px 0 #fff; opacity: 0.2; filter: alpha(opacity=20); } .close:hover, .close:focus { color: #000; text-decoration: none; cursor: pointer; opacity: 0.5; filter: alpha(opacity=50); } button.close { padding: 0; cursor: pointer; background: transparent; border: 0; -webkit-appearance: none; } .modal-open { overflow: hidden; } .modal { display: none; overflow: hidden; position: fixed; top: 0; right: 0; bottom: 0; left: 0; z-index: 1050; -webkit-overflow-scrolling: touch; outline: 0; } .modal.fade .modal-dialog { -webkit-transform: translate(0, -25%); -ms-transform: translate(0, -25%); -o-transform: translate(0, -25%); transform: translate(0, -25%); -webkit-transition: -webkit-transform 0.3s ease-out; -moz-transition: -moz-transform 0.3s ease-out; -o-transition: -o-transform 0.3s ease-out; transition: transform 0.3s ease-out; } .modal.in .modal-dialog { -webkit-transform: translate(0, 0); -ms-transform: translate(0, 0); -o-transform: translate(0, 0); transform: translate(0, 0); } .modal-open .modal { overflow-x: hidden; overflow-y: auto; } .modal-dialog { position: relative; width: auto; margin: 10px; } .modal-content { position: relative; background-color: #fff; border: 1px solid #999; border: 1px solid rgba(0, 0, 0, 0.2); border-radius: 3px; -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5); box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5); background-clip: padding-box; outline: 0; } .modal-backdrop { position: fixed; top: 0; right: 0; bottom: 0; left: 0; z-index: 1040; background-color: #000; } .modal-backdrop.fade { opacity: 0; filter: alpha(opacity=0); } .modal-backdrop.in { opacity: 0.5; filter: alpha(opacity=50); } .modal-header { padding: 15px; border-bottom: 1px solid #e5e5e5; } .modal-header .close { margin-top: -2px; } .modal-title { margin: 0; line-height: 1.42857143; } .modal-body { position: relative; padding: 15px; } .modal-footer { padding: 15px; text-align: right; border-top: 1px solid #e5e5e5; } .modal-footer .btn + .btn { margin-left: 5px; margin-bottom: 0; } .modal-footer .btn-group .btn + .btn { margin-left: -1px; } .modal-footer .btn-block + .btn-block { margin-left: 0; } .modal-scrollbar-measure { position: absolute; top: -9999px; width: 50px; height: 50px; overflow: scroll; } @media (min-width: 768px) { .modal-dialog { width: 600px; margin: 30px auto; } .modal-content { -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5); box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5); } .modal-sm { width: 300px; } } @media (min-width: 992px) { .modal-lg { width: 900px; } } .tooltip { position: absolute; z-index: 1070; display: block; font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; font-style: normal; font-weight: normal; letter-spacing: normal; line-break: auto; line-height: 1.42857143; text-align: left; text-align: start; text-decoration: none; text-shadow: none; text-transform: none; white-space: normal; word-break: normal; word-spacing: normal; word-wrap: normal; font-size: 12px; opacity: 0; filter: alpha(opacity=0); } .tooltip.in { opacity: 0.9; filter: alpha(opacity=90); } .tooltip.top { margin-top: -3px; padding: 5px 0; } .tooltip.right { margin-left: 3px; padding: 0 5px; } .tooltip.bottom { margin-top: 3px; padding: 5px 0; } .tooltip.left { margin-left: -3px; padding: 0 5px; } .tooltip-inner { max-width: 200px; padding: 3px 8px; color: #fff; text-align: center; background-color: #000; border-radius: 2px; } .tooltip-arrow { position: absolute; width: 0; height: 0; border-color: transparent; border-style: solid; } .tooltip.top .tooltip-arrow { bottom: 0; left: 50%; margin-left: -5px; border-width: 5px 5px 0; border-top-color: #000; } .tooltip.top-left .tooltip-arrow { bottom: 0; right: 5px; margin-bottom: -5px; border-width: 5px 5px 0; border-top-color: #000; } .tooltip.top-right .tooltip-arrow { bottom: 0; left: 5px; margin-bottom: -5px; border-width: 5px 5px 0; border-top-color: #000; } .tooltip.right .tooltip-arrow { top: 50%; left: 0; margin-top: -5px; border-width: 5px 5px 5px 0; border-right-color: #000; } .tooltip.left .tooltip-arrow { top: 50%; right: 0; margin-top: -5px; border-width: 5px 0 5px 5px; border-left-color: #000; } .tooltip.bottom .tooltip-arrow { top: 0; left: 50%; margin-left: -5px; border-width: 0 5px 5px; border-bottom-color: #000; } .tooltip.bottom-left .tooltip-arrow { top: 0; right: 5px; margin-top: -5px; border-width: 0 5px 5px; border-bottom-color: #000; } .tooltip.bottom-right .tooltip-arrow { top: 0; left: 5px; margin-top: -5px; border-width: 0 5px 5px; border-bottom-color: #000; } .popover { position: absolute; top: 0; left: 0; z-index: 1060; display: none; max-width: 276px; padding: 1px; font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; font-style: normal; font-weight: normal; letter-spacing: normal; line-break: auto; line-height: 1.42857143; text-align: left; text-align: start; text-decoration: none; text-shadow: none; text-transform: none; white-space: normal; word-break: normal; word-spacing: normal; word-wrap: normal; font-size: 13px; background-color: #fff; background-clip: padding-box; border: 1px solid #ccc; border: 1px solid rgba(0, 0, 0, 0.2); border-radius: 3px; -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2); box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2); } .popover.top { margin-top: -10px; } .popover.right { margin-left: 10px; } .popover.bottom { margin-top: 10px; } .popover.left { margin-left: -10px; } .popover-title { margin: 0; padding: 8px 14px; font-size: 13px; background-color: #f7f7f7; border-bottom: 1px solid #ebebeb; border-radius: 2px 2px 0 0; } .popover-content { padding: 9px 14px; } .popover > .arrow, .popover > .arrow:after { position: absolute; display: block; width: 0; height: 0; border-color: transparent; border-style: solid; } .popover > .arrow { border-width: 11px; } .popover > .arrow:after { border-width: 10px; content: ""; } .popover.top > .arrow { left: 50%; margin-left: -11px; border-bottom-width: 0; border-top-color: #999999; border-top-color: rgba(0, 0, 0, 0.25); bottom: -11px; } .popover.top > .arrow:after { content: " "; bottom: 1px; margin-left: -10px; border-bottom-width: 0; border-top-color: #fff; } .popover.right > .arrow { top: 50%; left: -11px; margin-top: -11px; border-left-width: 0; border-right-color: #999999; border-right-color: rgba(0, 0, 0, 0.25); } .popover.right > .arrow:after { content: " "; left: 1px; bottom: -10px; border-left-width: 0; border-right-color: #fff; } .popover.bottom > .arrow { left: 50%; margin-left: -11px; border-top-width: 0; border-bottom-color: #999999; border-bottom-color: rgba(0, 0, 0, 0.25); top: -11px; } .popover.bottom > .arrow:after { content: " "; top: 1px; margin-left: -10px; border-top-width: 0; border-bottom-color: #fff; } .popover.left > .arrow { top: 50%; right: -11px; margin-top: -11px; border-right-width: 0; border-left-color: #999999; border-left-color: rgba(0, 0, 0, 0.25); } .popover.left > .arrow:after { content: " "; right: 1px; border-right-width: 0; border-left-color: #fff; bottom: -10px; } .carousel { position: relative; } .carousel-inner { position: relative; overflow: hidden; width: 100%; } .carousel-inner > .item { display: none; position: relative; -webkit-transition: 0.6s ease-in-out left; -o-transition: 0.6s ease-in-out left; transition: 0.6s ease-in-out left; } .carousel-inner > .item > img, .carousel-inner > .item > a > img { line-height: 1; } @media all and (transform-3d), (-webkit-transform-3d) { .carousel-inner > .item { -webkit-transition: -webkit-transform 0.6s ease-in-out; -moz-transition: -moz-transform 0.6s ease-in-out; -o-transition: -o-transform 0.6s ease-in-out; transition: transform 0.6s ease-in-out; -webkit-backface-visibility: hidden; -moz-backface-visibility: hidden; backface-visibility: hidden; -webkit-perspective: 1000px; -moz-perspective: 1000px; perspective: 1000px; } .carousel-inner > .item.next, .carousel-inner > .item.active.right { -webkit-transform: translate3d(100%, 0, 0); transform: translate3d(100%, 0, 0); left: 0; } .carousel-inner > .item.prev, .carousel-inner > .item.active.left { -webkit-transform: translate3d(-100%, 0, 0); transform: translate3d(-100%, 0, 0); left: 0; } .carousel-inner > .item.next.left, .carousel-inner > .item.prev.right, .carousel-inner > .item.active { -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); left: 0; } } .carousel-inner > .active, .carousel-inner > .next, .carousel-inner > .prev { display: block; } .carousel-inner > .active { left: 0; } .carousel-inner > .next, .carousel-inner > .prev { position: absolute; top: 0; width: 100%; } .carousel-inner > .next { left: 100%; } .carousel-inner > .prev { left: -100%; } .carousel-inner > .next.left, .carousel-inner > .prev.right { left: 0; } .carousel-inner > .active.left { left: -100%; } .carousel-inner > .active.right { left: 100%; } .carousel-control { position: absolute; top: 0; left: 0; bottom: 0; width: 15%; opacity: 0.5; filter: alpha(opacity=50); font-size: 20px; color: #fff; text-align: center; text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6); background-color: rgba(0, 0, 0, 0); } .carousel-control.left { background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%); background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%); background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%); background-repeat: repeat-x; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1); } .carousel-control.right { left: auto; right: 0; background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%); background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%); background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%); background-repeat: repeat-x; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1); } .carousel-control:hover, .carousel-control:focus { outline: 0; color: #fff; text-decoration: none; opacity: 0.9; filter: alpha(opacity=90); } .carousel-control .icon-prev, .carousel-control .icon-next, .carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right { position: absolute; top: 50%; margin-top: -10px; z-index: 5; display: inline-block; } .carousel-control .icon-prev, .carousel-control .glyphicon-chevron-left { left: 50%; margin-left: -10px; } .carousel-control .icon-next, .carousel-control .glyphicon-chevron-right { right: 50%; margin-right: -10px; } .carousel-control .icon-prev, .carousel-control .icon-next { width: 20px; height: 20px; line-height: 1; font-family: serif; } .carousel-control .icon-prev:before { content: '\2039'; } .carousel-control .icon-next:before { content: '\203a'; } .carousel-indicators { position: absolute; bottom: 10px; left: 50%; z-index: 15; width: 60%; margin-left: -30%; padding-left: 0; list-style: none; text-align: center; } .carousel-indicators li { display: inline-block; width: 10px; height: 10px; margin: 1px; text-indent: -999px; border: 1px solid #fff; border-radius: 10px; cursor: pointer; background-color: #000 \9; background-color: rgba(0, 0, 0, 0); } .carousel-indicators .active { margin: 0; width: 12px; height: 12px; background-color: #fff; } .carousel-caption { position: absolute; left: 15%; right: 15%; bottom: 20px; z-index: 10; padding-top: 20px; padding-bottom: 20px; color: #fff; text-align: center; text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6); } .carousel-caption .btn { text-shadow: none; } @media screen and (min-width: 768px) { .carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right, .carousel-control .icon-prev, .carousel-control .icon-next { width: 30px; height: 30px; margin-top: -10px; font-size: 30px; } .carousel-control .glyphicon-chevron-left, .carousel-control .icon-prev { margin-left: -10px; } .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next { margin-right: -10px; } .carousel-caption { left: 20%; right: 20%; padding-bottom: 30px; } .carousel-indicators { bottom: 20px; } } .clearfix:before, .clearfix:after, .dl-horizontal dd:before, .dl-horizontal dd:after, .container:before, .container:after, .container-fluid:before, .container-fluid:after, .row:before, .row:after, .form-horizontal .form-group:before, .form-horizontal .form-group:after, .btn-toolbar:before, .btn-toolbar:after, .btn-group-vertical > .btn-group:before, .btn-group-vertical > .btn-group:after, .nav:before, .nav:after, .navbar:before, .navbar:after, .navbar-header:before, .navbar-header:after, .navbar-collapse:before, .navbar-collapse:after, .pager:before, .pager:after, .panel-body:before, .panel-body:after, .modal-header:before, .modal-header:after, .modal-footer:before, .modal-footer:after, .item_buttons:before, .item_buttons:after { content: " "; display: table; } .clearfix:after, .dl-horizontal dd:after, .container:after, .container-fluid:after, .row:after, .form-horizontal .form-group:after, .btn-toolbar:after, .btn-group-vertical > .btn-group:after, .nav:after, .navbar:after, .navbar-header:after, .navbar-collapse:after, .pager:after, .panel-body:after, .modal-header:after, .modal-footer:after, .item_buttons:after { clear: both; } .center-block { display: block; margin-left: auto; margin-right: auto; } .pull-right { float: right !important; } .pull-left { float: left !important; } .hide { display: none !important; } .show { display: block !important; } .invisible { visibility: hidden; } .text-hide { font: 0/0 a; color: transparent; text-shadow: none; background-color: transparent; border: 0; } .hidden { display: none !important; } .affix { position: fixed; } @-ms-viewport { width: device-width; } .visible-xs, .visible-sm, .visible-md, .visible-lg { display: none !important; } .visible-xs-block, .visible-xs-inline, .visible-xs-inline-block, .visible-sm-block, .visible-sm-inline, .visible-sm-inline-block, .visible-md-block, .visible-md-inline, .visible-md-inline-block, .visible-lg-block, .visible-lg-inline, .visible-lg-inline-block { display: none !important; } @media (max-width: 767px) { .visible-xs { display: block !important; } table.visible-xs { display: table !important; } tr.visible-xs { display: table-row !important; } th.visible-xs, td.visible-xs { display: table-cell !important; } } @media (max-width: 767px) { .visible-xs-block { display: block !important; } } @media (max-width: 767px) { .visible-xs-inline { display: inline !important; } } @media (max-width: 767px) { .visible-xs-inline-block { display: inline-block !important; } } @media (min-width: 768px) and (max-width: 991px) { .visible-sm { display: block !important; } table.visible-sm { display: table !important; } tr.visible-sm { display: table-row !important; } th.visible-sm, td.visible-sm { display: table-cell !important; } } @media (min-width: 768px) and (max-width: 991px) { .visible-sm-block { display: block !important; } } @media (min-width: 768px) and (max-width: 991px) { .visible-sm-inline { display: inline !important; } } @media (min-width: 768px) and (max-width: 991px) { .visible-sm-inline-block { display: inline-block !important; } } @media (min-width: 992px) and (max-width: 1199px) { .visible-md { display: block !important; } table.visible-md { display: table !important; } tr.visible-md { display: table-row !important; } th.visible-md, td.visible-md { display: table-cell !important; } } @media (min-width: 992px) and (max-width: 1199px) { .visible-md-block { display: block !important; } } @media (min-width: 992px) and (max-width: 1199px) { .visible-md-inline { display: inline !important; } } @media (min-width: 992px) and (max-width: 1199px) { .visible-md-inline-block { display: inline-block !important; } } @media (min-width: 1200px) { .visible-lg { display: block !important; } table.visible-lg { display: table !important; } tr.visible-lg { display: table-row !important; } th.visible-lg, td.visible-lg { display: table-cell !important; } } @media (min-width: 1200px) { .visible-lg-block { display: block !important; } } @media (min-width: 1200px) { .visible-lg-inline { display: inline !important; } } @media (min-width: 1200px) { .visible-lg-inline-block { display: inline-block !important; } } @media (max-width: 767px) { .hidden-xs { display: none !important; } } @media (min-width: 768px) and (max-width: 991px) { .hidden-sm { display: none !important; } } @media (min-width: 992px) and (max-width: 1199px) { .hidden-md { display: none !important; } } @media (min-width: 1200px) { .hidden-lg { display: none !important; } } .visible-print { display: none !important; } @media print { .visible-print { display: block !important; } table.visible-print { display: table !important; } tr.visible-print { display: table-row !important; } th.visible-print, td.visible-print { display: table-cell !important; } } .visible-print-block { display: none !important; } @media print { .visible-print-block { display: block !important; } } .visible-print-inline { display: none !important; } @media print { .visible-print-inline { display: inline !important; } } .visible-print-inline-block { display: none !important; } @media print { .visible-print-inline-block { display: inline-block !important; } } @media print { .hidden-print { display: none !important; } } /*! * * Font Awesome * */ /*! * Font Awesome 4.2.0 by @davegandy - http://fontawesome.io - @fontawesome * License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License) */ /* FONT PATH * -------------------------- */ @font-face { font-family: 'FontAwesome'; src: url('../components/font-awesome/fonts/fontawesome-webfont.eot?v=4.2.0'); src: url('../components/font-awesome/fonts/fontawesome-webfont.eot?#iefix&v=4.2.0') format('embedded-opentype'), url('../components/font-awesome/fonts/fontawesome-webfont.woff?v=4.2.0') format('woff'), url('../components/font-awesome/fonts/fontawesome-webfont.ttf?v=4.2.0') format('truetype'), url('../components/font-awesome/fonts/fontawesome-webfont.svg?v=4.2.0#fontawesomeregular') format('svg'); font-weight: normal; font-style: normal; } .fa { display: inline-block; font: normal normal normal 14px/1 FontAwesome; font-size: inherit; text-rendering: auto; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; } /* makes the font 33% larger relative to the icon container */ .fa-lg { font-size: 1.33333333em; line-height: 0.75em; vertical-align: -15%; } .fa-2x { font-size: 2em; } .fa-3x { font-size: 3em; } .fa-4x { font-size: 4em; } .fa-5x { font-size: 5em; } .fa-fw { width: 1.28571429em; text-align: center; } .fa-ul { padding-left: 0; margin-left: 2.14285714em; list-style-type: none; } .fa-ul > li { position: relative; } .fa-li { position: absolute; left: -2.14285714em; width: 2.14285714em; top: 0.14285714em; text-align: center; } .fa-li.fa-lg { left: -1.85714286em; } .fa-border { padding: .2em .25em .15em; border: solid 0.08em #eee; border-radius: .1em; } .pull-right { float: right; } .pull-left { float: left; } .fa.pull-left { margin-right: .3em; } .fa.pull-right { margin-left: .3em; } .fa-spin { -webkit-animation: fa-spin 2s infinite linear; animation: fa-spin 2s infinite linear; } @-webkit-keyframes fa-spin { 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } 100% { -webkit-transform: rotate(359deg); transform: rotate(359deg); } } @keyframes fa-spin { 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } 100% { -webkit-transform: rotate(359deg); transform: rotate(359deg); } } .fa-rotate-90 { filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1); -webkit-transform: rotate(90deg); -ms-transform: rotate(90deg); transform: rotate(90deg); } .fa-rotate-180 { filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2); -webkit-transform: rotate(180deg); -ms-transform: rotate(180deg); transform: rotate(180deg); } .fa-rotate-270 { filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3); -webkit-transform: rotate(270deg); -ms-transform: rotate(270deg); transform: rotate(270deg); } .fa-flip-horizontal { filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1); -webkit-transform: scale(-1, 1); -ms-transform: scale(-1, 1); transform: scale(-1, 1); } .fa-flip-vertical { filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1); -webkit-transform: scale(1, -1); -ms-transform: scale(1, -1); transform: scale(1, -1); } :root .fa-rotate-90, :root .fa-rotate-180, :root .fa-rotate-270, :root .fa-flip-horizontal, :root .fa-flip-vertical { filter: none; } .fa-stack { position: relative; display: inline-block; width: 2em; height: 2em; line-height: 2em; vertical-align: middle; } .fa-stack-1x, .fa-stack-2x { position: absolute; left: 0; width: 100%; text-align: center; } .fa-stack-1x { line-height: inherit; } .fa-stack-2x { font-size: 2em; } .fa-inverse { color: #fff; } /* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen readers do not read off random characters that represent icons */ .fa-glass:before { content: "\f000"; } .fa-music:before { content: "\f001"; } .fa-search:before { content: "\f002"; } .fa-envelope-o:before { content: "\f003"; } .fa-heart:before { content: "\f004"; } .fa-star:before { content: "\f005"; } .fa-star-o:before { content: "\f006"; } .fa-user:before { content: "\f007"; } .fa-film:before { content: "\f008"; } .fa-th-large:before { content: "\f009"; } .fa-th:before { content: "\f00a"; } .fa-th-list:before { content: "\f00b"; } .fa-check:before { content: "\f00c"; } .fa-remove:before, .fa-close:before, .fa-times:before { content: "\f00d"; } .fa-search-plus:before { content: "\f00e"; } .fa-search-minus:before { content: "\f010"; } .fa-power-off:before { content: "\f011"; } .fa-signal:before { content: "\f012"; } .fa-gear:before, .fa-cog:before { content: "\f013"; } .fa-trash-o:before { content: "\f014"; } .fa-home:before { content: "\f015"; } .fa-file-o:before { content: "\f016"; } .fa-clock-o:before { content: "\f017"; } .fa-road:before { content: "\f018"; } .fa-download:before { content: "\f019"; } .fa-arrow-circle-o-down:before { content: "\f01a"; } .fa-arrow-circle-o-up:before { content: "\f01b"; } .fa-inbox:before { content: "\f01c"; } .fa-play-circle-o:before { content: "\f01d"; } .fa-rotate-right:before, .fa-repeat:before { content: "\f01e"; } .fa-refresh:before { content: "\f021"; } .fa-list-alt:before { content: "\f022"; } .fa-lock:before { content: "\f023"; } .fa-flag:before { content: "\f024"; } .fa-headphones:before { content: "\f025"; } .fa-volume-off:before { content: "\f026"; } .fa-volume-down:before { content: "\f027"; } .fa-volume-up:before { content: "\f028"; } .fa-qrcode:before { content: "\f029"; } .fa-barcode:before { content: "\f02a"; } .fa-tag:before { content: "\f02b"; } .fa-tags:before { content: "\f02c"; } .fa-book:before { content: "\f02d"; } .fa-bookmark:before { content: "\f02e"; } .fa-print:before { content: "\f02f"; } .fa-camera:before { content: "\f030"; } .fa-font:before { content: "\f031"; } .fa-bold:before { content: "\f032"; } .fa-italic:before { content: "\f033"; } .fa-text-height:before { content: "\f034"; } .fa-text-width:before { content: "\f035"; } .fa-align-left:before { content: "\f036"; } .fa-align-center:before { content: "\f037"; } .fa-align-right:before { content: "\f038"; } .fa-align-justify:before { content: "\f039"; } .fa-list:before { content: "\f03a"; } .fa-dedent:before, .fa-outdent:before { content: "\f03b"; } .fa-indent:before { content: "\f03c"; } .fa-video-camera:before { content: "\f03d"; } .fa-photo:before, .fa-image:before, .fa-picture-o:before { content: "\f03e"; } .fa-pencil:before { content: "\f040"; } .fa-map-marker:before { content: "\f041"; } .fa-adjust:before { content: "\f042"; } .fa-tint:before { content: "\f043"; } .fa-edit:before, .fa-pencil-square-o:before { content: "\f044"; } .fa-share-square-o:before { content: "\f045"; } .fa-check-square-o:before { content: "\f046"; } .fa-arrows:before { content: "\f047"; } .fa-step-backward:before { content: "\f048"; } .fa-fast-backward:before { content: "\f049"; } .fa-backward:before { content: "\f04a"; } .fa-play:before { content: "\f04b"; } .fa-pause:before { content: "\f04c"; } .fa-stop:before { content: "\f04d"; } .fa-forward:before { content: "\f04e"; } .fa-fast-forward:before { content: "\f050"; } .fa-step-forward:before { content: "\f051"; } .fa-eject:before { content: "\f052"; } .fa-chevron-left:before { content: "\f053"; } .fa-chevron-right:before { content: "\f054"; } .fa-plus-circle:before { content: "\f055"; } .fa-minus-circle:before { content: "\f056"; } .fa-times-circle:before { content: "\f057"; } .fa-check-circle:before { content: "\f058"; } .fa-question-circle:before { content: "\f059"; } .fa-info-circle:before { content: "\f05a"; } .fa-crosshairs:before { content: "\f05b"; } .fa-times-circle-o:before { content: "\f05c"; } .fa-check-circle-o:before { content: "\f05d"; } .fa-ban:before { content: "\f05e"; } .fa-arrow-left:before { content: "\f060"; } .fa-arrow-right:before { content: "\f061"; } .fa-arrow-up:before { content: "\f062"; } .fa-arrow-down:before { content: "\f063"; } .fa-mail-forward:before, .fa-share:before { content: "\f064"; } .fa-expand:before { content: "\f065"; } .fa-compress:before { content: "\f066"; } .fa-plus:before { content: "\f067"; } .fa-minus:before { content: "\f068"; } .fa-asterisk:before { content: "\f069"; } .fa-exclamation-circle:before { content: "\f06a"; } .fa-gift:before { content: "\f06b"; } .fa-leaf:before { content: "\f06c"; } .fa-fire:before { content: "\f06d"; } .fa-eye:before { content: "\f06e"; } .fa-eye-slash:before { content: "\f070"; } .fa-warning:before, .fa-exclamation-triangle:before { content: "\f071"; } .fa-plane:before { content: "\f072"; } .fa-calendar:before { content: "\f073"; } .fa-random:before { content: "\f074"; } .fa-comment:before { content: "\f075"; } .fa-magnet:before { content: "\f076"; } .fa-chevron-up:before { content: "\f077"; } .fa-chevron-down:before { content: "\f078"; } .fa-retweet:before { content: "\f079"; } .fa-shopping-cart:before { content: "\f07a"; } .fa-folder:before { content: "\f07b"; } .fa-folder-open:before { content: "\f07c"; } .fa-arrows-v:before { content: "\f07d"; } .fa-arrows-h:before { content: "\f07e"; } .fa-bar-chart-o:before, .fa-bar-chart:before { content: "\f080"; } .fa-twitter-square:before { content: "\f081"; } .fa-facebook-square:before { content: "\f082"; } .fa-camera-retro:before { content: "\f083"; } .fa-key:before { content: "\f084"; } .fa-gears:before, .fa-cogs:before { content: "\f085"; } .fa-comments:before { content: "\f086"; } .fa-thumbs-o-up:before { content: "\f087"; } .fa-thumbs-o-down:before { content: "\f088"; } .fa-star-half:before { content: "\f089"; } .fa-heart-o:before { content: "\f08a"; } .fa-sign-out:before { content: "\f08b"; } .fa-linkedin-square:before { content: "\f08c"; } .fa-thumb-tack:before { content: "\f08d"; } .fa-external-link:before { content: "\f08e"; } .fa-sign-in:before { content: "\f090"; } .fa-trophy:before { content: "\f091"; } .fa-github-square:before { content: "\f092"; } .fa-upload:before { content: "\f093"; } .fa-lemon-o:before { content: "\f094"; } .fa-phone:before { content: "\f095"; } .fa-square-o:before { content: "\f096"; } .fa-bookmark-o:before { content: "\f097"; } .fa-phone-square:before { content: "\f098"; } .fa-twitter:before { content: "\f099"; } .fa-facebook:before { content: "\f09a"; } .fa-github:before { content: "\f09b"; } .fa-unlock:before { content: "\f09c"; } .fa-credit-card:before { content: "\f09d"; } .fa-rss:before { content: "\f09e"; } .fa-hdd-o:before { content: "\f0a0"; } .fa-bullhorn:before { content: "\f0a1"; } .fa-bell:before { content: "\f0f3"; } .fa-certificate:before { content: "\f0a3"; } .fa-hand-o-right:before { content: "\f0a4"; } .fa-hand-o-left:before { content: "\f0a5"; } .fa-hand-o-up:before { content: "\f0a6"; } .fa-hand-o-down:before { content: "\f0a7"; } .fa-arrow-circle-left:before { content: "\f0a8"; } .fa-arrow-circle-right:before { content: "\f0a9"; } .fa-arrow-circle-up:before { content: "\f0aa"; } .fa-arrow-circle-down:before { content: "\f0ab"; } .fa-globe:before { content: "\f0ac"; } .fa-wrench:before { content: "\f0ad"; } .fa-tasks:before { content: "\f0ae"; } .fa-filter:before { content: "\f0b0"; } .fa-briefcase:before { content: "\f0b1"; } .fa-arrows-alt:before { content: "\f0b2"; } .fa-group:before, .fa-users:before { content: "\f0c0"; } .fa-chain:before, .fa-link:before { content: "\f0c1"; } .fa-cloud:before { content: "\f0c2"; } .fa-flask:before { content: "\f0c3"; } .fa-cut:before, .fa-scissors:before { content: "\f0c4"; } .fa-copy:before, .fa-files-o:before { content: "\f0c5"; } .fa-paperclip:before { content: "\f0c6"; } .fa-save:before, .fa-floppy-o:before { content: "\f0c7"; } .fa-square:before { content: "\f0c8"; } .fa-navicon:before, .fa-reorder:before, .fa-bars:before { content: "\f0c9"; } .fa-list-ul:before { content: "\f0ca"; } .fa-list-ol:before { content: "\f0cb"; } .fa-strikethrough:before { content: "\f0cc"; } .fa-underline:before { content: "\f0cd"; } .fa-table:before { content: "\f0ce"; } .fa-magic:before { content: "\f0d0"; } .fa-truck:before { content: "\f0d1"; } .fa-pinterest:before { content: "\f0d2"; } .fa-pinterest-square:before { content: "\f0d3"; } .fa-google-plus-square:before { content: "\f0d4"; } .fa-google-plus:before { content: "\f0d5"; } .fa-money:before { content: "\f0d6"; } .fa-caret-down:before { content: "\f0d7"; } .fa-caret-up:before { content: "\f0d8"; } .fa-caret-left:before { content: "\f0d9"; } .fa-caret-right:before { content: "\f0da"; } .fa-columns:before { content: "\f0db"; } .fa-unsorted:before, .fa-sort:before { content: "\f0dc"; } .fa-sort-down:before, .fa-sort-desc:before { content: "\f0dd"; } .fa-sort-up:before, .fa-sort-asc:before { content: "\f0de"; } .fa-envelope:before { content: "\f0e0"; } .fa-linkedin:before { content: "\f0e1"; } .fa-rotate-left:before, .fa-undo:before { content: "\f0e2"; } .fa-legal:before, .fa-gavel:before { content: "\f0e3"; } .fa-dashboard:before, .fa-tachometer:before { content: "\f0e4"; } .fa-comment-o:before { content: "\f0e5"; } .fa-comments-o:before { content: "\f0e6"; } .fa-flash:before, .fa-bolt:before { content: "\f0e7"; } .fa-sitemap:before { content: "\f0e8"; } .fa-umbrella:before { content: "\f0e9"; } .fa-paste:before, .fa-clipboard:before { content: "\f0ea"; } .fa-lightbulb-o:before { content: "\f0eb"; } .fa-exchange:before { content: "\f0ec"; } .fa-cloud-download:before { content: "\f0ed"; } .fa-cloud-upload:before { content: "\f0ee"; } .fa-user-md:before { content: "\f0f0"; } .fa-stethoscope:before { content: "\f0f1"; } .fa-suitcase:before { content: "\f0f2"; } .fa-bell-o:before { content: "\f0a2"; } .fa-coffee:before { content: "\f0f4"; } .fa-cutlery:before { content: "\f0f5"; } .fa-file-text-o:before { content: "\f0f6"; } .fa-building-o:before { content: "\f0f7"; } .fa-hospital-o:before { content: "\f0f8"; } .fa-ambulance:before { content: "\f0f9"; } .fa-medkit:before { content: "\f0fa"; } .fa-fighter-jet:before { content: "\f0fb"; } .fa-beer:before { content: "\f0fc"; } .fa-h-square:before { content: "\f0fd"; } .fa-plus-square:before { content: "\f0fe"; } .fa-angle-double-left:before { content: "\f100"; } .fa-angle-double-right:before { content: "\f101"; } .fa-angle-double-up:before { content: "\f102"; } .fa-angle-double-down:before { content: "\f103"; } .fa-angle-left:before { content: "\f104"; } .fa-angle-right:before { content: "\f105"; } .fa-angle-up:before { content: "\f106"; } .fa-angle-down:before { content: "\f107"; } .fa-desktop:before { content: "\f108"; } .fa-laptop:before { content: "\f109"; } .fa-tablet:before { content: "\f10a"; } .fa-mobile-phone:before, .fa-mobile:before { content: "\f10b"; } .fa-circle-o:before { content: "\f10c"; } .fa-quote-left:before { content: "\f10d"; } .fa-quote-right:before { content: "\f10e"; } .fa-spinner:before { content: "\f110"; } .fa-circle:before { content: "\f111"; } .fa-mail-reply:before, .fa-reply:before { content: "\f112"; } .fa-github-alt:before { content: "\f113"; } .fa-folder-o:before { content: "\f114"; } .fa-folder-open-o:before { content: "\f115"; } .fa-smile-o:before { content: "\f118"; } .fa-frown-o:before { content: "\f119"; } .fa-meh-o:before { content: "\f11a"; } .fa-gamepad:before { content: "\f11b"; } .fa-keyboard-o:before { content: "\f11c"; } .fa-flag-o:before { content: "\f11d"; } .fa-flag-checkered:before { content: "\f11e"; } .fa-terminal:before { content: "\f120"; } .fa-code:before { content: "\f121"; } .fa-mail-reply-all:before, .fa-reply-all:before { content: "\f122"; } .fa-star-half-empty:before, .fa-star-half-full:before, .fa-star-half-o:before { content: "\f123"; } .fa-location-arrow:before { content: "\f124"; } .fa-crop:before { content: "\f125"; } .fa-code-fork:before { content: "\f126"; } .fa-unlink:before, .fa-chain-broken:before { content: "\f127"; } .fa-question:before { content: "\f128"; } .fa-info:before { content: "\f129"; } .fa-exclamation:before { content: "\f12a"; } .fa-superscript:before { content: "\f12b"; } .fa-subscript:before { content: "\f12c"; } .fa-eraser:before { content: "\f12d"; } .fa-puzzle-piece:before { content: "\f12e"; } .fa-microphone:before { content: "\f130"; } .fa-microphone-slash:before { content: "\f131"; } .fa-shield:before { content: "\f132"; } .fa-calendar-o:before { content: "\f133"; } .fa-fire-extinguisher:before { content: "\f134"; } .fa-rocket:before { content: "\f135"; } .fa-maxcdn:before { content: "\f136"; } .fa-chevron-circle-left:before { content: "\f137"; } .fa-chevron-circle-right:before { content: "\f138"; } .fa-chevron-circle-up:before { content: "\f139"; } .fa-chevron-circle-down:before { content: "\f13a"; } .fa-html5:before { content: "\f13b"; } .fa-css3:before { content: "\f13c"; } .fa-anchor:before { content: "\f13d"; } .fa-unlock-alt:before { content: "\f13e"; } .fa-bullseye:before { content: "\f140"; } .fa-ellipsis-h:before { content: "\f141"; } .fa-ellipsis-v:before { content: "\f142"; } .fa-rss-square:before { content: "\f143"; } .fa-play-circle:before { content: "\f144"; } .fa-ticket:before { content: "\f145"; } .fa-minus-square:before { content: "\f146"; } .fa-minus-square-o:before { content: "\f147"; } .fa-level-up:before { content: "\f148"; } .fa-level-down:before { content: "\f149"; } .fa-check-square:before { content: "\f14a"; } .fa-pencil-square:before { content: "\f14b"; } .fa-external-link-square:before { content: "\f14c"; } .fa-share-square:before { content: "\f14d"; } .fa-compass:before { content: "\f14e"; } .fa-toggle-down:before, .fa-caret-square-o-down:before { content: "\f150"; } .fa-toggle-up:before, .fa-caret-square-o-up:before { content: "\f151"; } .fa-toggle-right:before, .fa-caret-square-o-right:before { content: "\f152"; } .fa-euro:before, .fa-eur:before { content: "\f153"; } .fa-gbp:before { content: "\f154"; } .fa-dollar:before, .fa-usd:before { content: "\f155"; } .fa-rupee:before, .fa-inr:before { content: "\f156"; } .fa-cny:before, .fa-rmb:before, .fa-yen:before, .fa-jpy:before { content: "\f157"; } .fa-ruble:before, .fa-rouble:before, .fa-rub:before { content: "\f158"; } .fa-won:before, .fa-krw:before { content: "\f159"; } .fa-bitcoin:before, .fa-btc:before { content: "\f15a"; } .fa-file:before { content: "\f15b"; } .fa-file-text:before { content: "\f15c"; } .fa-sort-alpha-asc:before { content: "\f15d"; } .fa-sort-alpha-desc:before { content: "\f15e"; } .fa-sort-amount-asc:before { content: "\f160"; } .fa-sort-amount-desc:before { content: "\f161"; } .fa-sort-numeric-asc:before { content: "\f162"; } .fa-sort-numeric-desc:before { content: "\f163"; } .fa-thumbs-up:before { content: "\f164"; } .fa-thumbs-down:before { content: "\f165"; } .fa-youtube-square:before { content: "\f166"; } .fa-youtube:before { content: "\f167"; } .fa-xing:before { content: "\f168"; } .fa-xing-square:before { content: "\f169"; } .fa-youtube-play:before { content: "\f16a"; } .fa-dropbox:before { content: "\f16b"; } .fa-stack-overflow:before { content: "\f16c"; } .fa-instagram:before { content: "\f16d"; } .fa-flickr:before { content: "\f16e"; } .fa-adn:before { content: "\f170"; } .fa-bitbucket:before { content: "\f171"; } .fa-bitbucket-square:before { content: "\f172"; } .fa-tumblr:before { content: "\f173"; } .fa-tumblr-square:before { content: "\f174"; } .fa-long-arrow-down:before { content: "\f175"; } .fa-long-arrow-up:before { content: "\f176"; } .fa-long-arrow-left:before { content: "\f177"; } .fa-long-arrow-right:before { content: "\f178"; } .fa-apple:before { content: "\f179"; } .fa-windows:before { content: "\f17a"; } .fa-android:before { content: "\f17b"; } .fa-linux:before { content: "\f17c"; } .fa-dribbble:before { content: "\f17d"; } .fa-skype:before { content: "\f17e"; } .fa-foursquare:before { content: "\f180"; } .fa-trello:before { content: "\f181"; } .fa-female:before { content: "\f182"; } .fa-male:before { content: "\f183"; } .fa-gittip:before { content: "\f184"; } .fa-sun-o:before { content: "\f185"; } .fa-moon-o:before { content: "\f186"; } .fa-archive:before { content: "\f187"; } .fa-bug:before { content: "\f188"; } .fa-vk:before { content: "\f189"; } .fa-weibo:before { content: "\f18a"; } .fa-renren:before { content: "\f18b"; } .fa-pagelines:before { content: "\f18c"; } .fa-stack-exchange:before { content: "\f18d"; } .fa-arrow-circle-o-right:before { content: "\f18e"; } .fa-arrow-circle-o-left:before { content: "\f190"; } .fa-toggle-left:before, .fa-caret-square-o-left:before { content: "\f191"; } .fa-dot-circle-o:before { content: "\f192"; } .fa-wheelchair:before { content: "\f193"; } .fa-vimeo-square:before { content: "\f194"; } .fa-turkish-lira:before, .fa-try:before { content: "\f195"; } .fa-plus-square-o:before { content: "\f196"; } .fa-space-shuttle:before { content: "\f197"; } .fa-slack:before { content: "\f198"; } .fa-envelope-square:before { content: "\f199"; } .fa-wordpress:before { content: "\f19a"; } .fa-openid:before { content: "\f19b"; } .fa-institution:before, .fa-bank:before, .fa-university:before { content: "\f19c"; } .fa-mortar-board:before, .fa-graduation-cap:before { content: "\f19d"; } .fa-yahoo:before { content: "\f19e"; } .fa-google:before { content: "\f1a0"; } .fa-reddit:before { content: "\f1a1"; } .fa-reddit-square:before { content: "\f1a2"; } .fa-stumbleupon-circle:before { content: "\f1a3"; } .fa-stumbleupon:before { content: "\f1a4"; } .fa-delicious:before { content: "\f1a5"; } .fa-digg:before { content: "\f1a6"; } .fa-pied-piper:before { content: "\f1a7"; } .fa-pied-piper-alt:before { content: "\f1a8"; } .fa-drupal:before { content: "\f1a9"; } .fa-joomla:before { content: "\f1aa"; } .fa-language:before { content: "\f1ab"; } .fa-fax:before { content: "\f1ac"; } .fa-building:before { content: "\f1ad"; } .fa-child:before { content: "\f1ae"; } .fa-paw:before { content: "\f1b0"; } .fa-spoon:before { content: "\f1b1"; } .fa-cube:before { content: "\f1b2"; } .fa-cubes:before { content: "\f1b3"; } .fa-behance:before { content: "\f1b4"; } .fa-behance-square:before { content: "\f1b5"; } .fa-steam:before { content: "\f1b6"; } .fa-steam-square:before { content: "\f1b7"; } .fa-recycle:before { content: "\f1b8"; } .fa-automobile:before, .fa-car:before { content: "\f1b9"; } .fa-cab:before, .fa-taxi:before { content: "\f1ba"; } .fa-tree:before { content: "\f1bb"; } .fa-spotify:before { content: "\f1bc"; } .fa-deviantart:before { content: "\f1bd"; } .fa-soundcloud:before { content: "\f1be"; } .fa-database:before { content: "\f1c0"; } .fa-file-pdf-o:before { content: "\f1c1"; } .fa-file-word-o:before { content: "\f1c2"; } .fa-file-excel-o:before { content: "\f1c3"; } .fa-file-powerpoint-o:before { content: "\f1c4"; } .fa-file-photo-o:before, .fa-file-picture-o:before, .fa-file-image-o:before { content: "\f1c5"; } .fa-file-zip-o:before, .fa-file-archive-o:before { content: "\f1c6"; } .fa-file-sound-o:before, .fa-file-audio-o:before { content: "\f1c7"; } .fa-file-movie-o:before, .fa-file-video-o:before { content: "\f1c8"; } .fa-file-code-o:before { content: "\f1c9"; } .fa-vine:before { content: "\f1ca"; } .fa-codepen:before { content: "\f1cb"; } .fa-jsfiddle:before { content: "\f1cc"; } .fa-life-bouy:before, .fa-life-buoy:before, .fa-life-saver:before, .fa-support:before, .fa-life-ring:before { content: "\f1cd"; } .fa-circle-o-notch:before { content: "\f1ce"; } .fa-ra:before, .fa-rebel:before { content: "\f1d0"; } .fa-ge:before, .fa-empire:before { content: "\f1d1"; } .fa-git-square:before { content: "\f1d2"; } .fa-git:before { content: "\f1d3"; } .fa-hacker-news:before { content: "\f1d4"; } .fa-tencent-weibo:before { content: "\f1d5"; } .fa-qq:before { content: "\f1d6"; } .fa-wechat:before, .fa-weixin:before { content: "\f1d7"; } .fa-send:before, .fa-paper-plane:before { content: "\f1d8"; } .fa-send-o:before, .fa-paper-plane-o:before { content: "\f1d9"; } .fa-history:before { content: "\f1da"; } .fa-circle-thin:before { content: "\f1db"; } .fa-header:before { content: "\f1dc"; } .fa-paragraph:before { content: "\f1dd"; } .fa-sliders:before { content: "\f1de"; } .fa-share-alt:before { content: "\f1e0"; } .fa-share-alt-square:before { content: "\f1e1"; } .fa-bomb:before { content: "\f1e2"; } .fa-soccer-ball-o:before, .fa-futbol-o:before { content: "\f1e3"; } .fa-tty:before { content: "\f1e4"; } .fa-binoculars:before { content: "\f1e5"; } .fa-plug:before { content: "\f1e6"; } .fa-slideshare:before { content: "\f1e7"; } .fa-twitch:before { content: "\f1e8"; } .fa-yelp:before { content: "\f1e9"; } .fa-newspaper-o:before { content: "\f1ea"; } .fa-wifi:before { content: "\f1eb"; } .fa-calculator:before { content: "\f1ec"; } .fa-paypal:before { content: "\f1ed"; } .fa-google-wallet:before { content: "\f1ee"; } .fa-cc-visa:before { content: "\f1f0"; } .fa-cc-mastercard:before { content: "\f1f1"; } .fa-cc-discover:before { content: "\f1f2"; } .fa-cc-amex:before { content: "\f1f3"; } .fa-cc-paypal:before { content: "\f1f4"; } .fa-cc-stripe:before { content: "\f1f5"; } .fa-bell-slash:before { content: "\f1f6"; } .fa-bell-slash-o:before { content: "\f1f7"; } .fa-trash:before { content: "\f1f8"; } .fa-copyright:before { content: "\f1f9"; } .fa-at:before { content: "\f1fa"; } .fa-eyedropper:before { content: "\f1fb"; } .fa-paint-brush:before { content: "\f1fc"; } .fa-birthday-cake:before { content: "\f1fd"; } .fa-area-chart:before { content: "\f1fe"; } .fa-pie-chart:before { content: "\f200"; } .fa-line-chart:before { content: "\f201"; } .fa-lastfm:before { content: "\f202"; } .fa-lastfm-square:before { content: "\f203"; } .fa-toggle-off:before { content: "\f204"; } .fa-toggle-on:before { content: "\f205"; } .fa-bicycle:before { content: "\f206"; } .fa-bus:before { content: "\f207"; } .fa-ioxhost:before { content: "\f208"; } .fa-angellist:before { content: "\f209"; } .fa-cc:before { content: "\f20a"; } .fa-shekel:before, .fa-sheqel:before, .fa-ils:before { content: "\f20b"; } .fa-meanpath:before { content: "\f20c"; } /*! * * IPython base * */ .modal.fade .modal-dialog { -webkit-transform: translate(0, 0); -ms-transform: translate(0, 0); -o-transform: translate(0, 0); transform: translate(0, 0); } code { color: #000; } pre { font-size: inherit; line-height: inherit; } label { font-weight: normal; } /* Make the page background atleast 100% the height of the view port */ /* Make the page itself atleast 70% the height of the view port */ .border-box-sizing { box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; } .corner-all { border-radius: 2px; } .no-padding { padding: 0px; } /* Flexible box model classes */ /* Taken from Alex Russell http://infrequently.org/2009/08/css-3-progress/ */ /* This file is a compatability layer. It allows the usage of flexible box model layouts accross multiple browsers, including older browsers. The newest, universal implementation of the flexible box model is used when available (see `Modern browsers` comments below). Browsers that are known to implement this new spec completely include: Firefox 28.0+ Chrome 29.0+ Internet Explorer 11+ Opera 17.0+ Browsers not listed, including Safari, are supported via the styling under the `Old browsers` comments below. */ .hbox { /* Old browsers */ display: -webkit-box; -webkit-box-orient: horizontal; -webkit-box-align: stretch; display: -moz-box; -moz-box-orient: horizontal; -moz-box-align: stretch; display: box; box-orient: horizontal; box-align: stretch; /* Modern browsers */ display: flex; flex-direction: row; align-items: stretch; } .hbox > * { /* Old browsers */ -webkit-box-flex: 0; -moz-box-flex: 0; box-flex: 0; /* Modern browsers */ flex: none; } .vbox { /* Old browsers */ display: -webkit-box; -webkit-box-orient: vertical; -webkit-box-align: stretch; display: -moz-box; -moz-box-orient: vertical; -moz-box-align: stretch; display: box; box-orient: vertical; box-align: stretch; /* Modern browsers */ display: flex; flex-direction: column; align-items: stretch; } .vbox > * { /* Old browsers */ -webkit-box-flex: 0; -moz-box-flex: 0; box-flex: 0; /* Modern browsers */ flex: none; } .hbox.reverse, .vbox.reverse, .reverse { /* Old browsers */ -webkit-box-direction: reverse; -moz-box-direction: reverse; box-direction: reverse; /* Modern browsers */ flex-direction: row-reverse; } .hbox.box-flex0, .vbox.box-flex0, .box-flex0 { /* Old browsers */ -webkit-box-flex: 0; -moz-box-flex: 0; box-flex: 0; /* Modern browsers */ flex: none; width: auto; } .hbox.box-flex1, .vbox.box-flex1, .box-flex1 { /* Old browsers */ -webkit-box-flex: 1; -moz-box-flex: 1; box-flex: 1; /* Modern browsers */ flex: 1; } .hbox.box-flex, .vbox.box-flex, .box-flex { /* Old browsers */ /* Old browsers */ -webkit-box-flex: 1; -moz-box-flex: 1; box-flex: 1; /* Modern browsers */ flex: 1; } .hbox.box-flex2, .vbox.box-flex2, .box-flex2 { /* Old browsers */ -webkit-box-flex: 2; -moz-box-flex: 2; box-flex: 2; /* Modern browsers */ flex: 2; } .box-group1 { /* Deprecated */ -webkit-box-flex-group: 1; -moz-box-flex-group: 1; box-flex-group: 1; } .box-group2 { /* Deprecated */ -webkit-box-flex-group: 2; -moz-box-flex-group: 2; box-flex-group: 2; } .hbox.start, .vbox.start, .start { /* Old browsers */ -webkit-box-pack: start; -moz-box-pack: start; box-pack: start; /* Modern browsers */ justify-content: flex-start; } .hbox.end, .vbox.end, .end { /* Old browsers */ -webkit-box-pack: end; -moz-box-pack: end; box-pack: end; /* Modern browsers */ justify-content: flex-end; } .hbox.center, .vbox.center, .center { /* Old browsers */ -webkit-box-pack: center; -moz-box-pack: center; box-pack: center; /* Modern browsers */ justify-content: center; } .hbox.baseline, .vbox.baseline, .baseline { /* Old browsers */ -webkit-box-pack: baseline; -moz-box-pack: baseline; box-pack: baseline; /* Modern browsers */ justify-content: baseline; } .hbox.stretch, .vbox.stretch, .stretch { /* Old browsers */ -webkit-box-pack: stretch; -moz-box-pack: stretch; box-pack: stretch; /* Modern browsers */ justify-content: stretch; } .hbox.align-start, .vbox.align-start, .align-start { /* Old browsers */ -webkit-box-align: start; -moz-box-align: start; box-align: start; /* Modern browsers */ align-items: flex-start; } .hbox.align-end, .vbox.align-end, .align-end { /* Old browsers */ -webkit-box-align: end; -moz-box-align: end; box-align: end; /* Modern browsers */ align-items: flex-end; } .hbox.align-center, .vbox.align-center, .align-center { /* Old browsers */ -webkit-box-align: center; -moz-box-align: center; box-align: center; /* Modern browsers */ align-items: center; } .hbox.align-baseline, .vbox.align-baseline, .align-baseline { /* Old browsers */ -webkit-box-align: baseline; -moz-box-align: baseline; box-align: baseline; /* Modern browsers */ align-items: baseline; } .hbox.align-stretch, .vbox.align-stretch, .align-stretch { /* Old browsers */ -webkit-box-align: stretch; -moz-box-align: stretch; box-align: stretch; /* Modern browsers */ align-items: stretch; } div.error { margin: 2em; text-align: center; } div.error > h1 { font-size: 500%; line-height: normal; } div.error > p { font-size: 200%; line-height: normal; } div.traceback-wrapper { text-align: left; max-width: 800px; margin: auto; } /** * Primary styles * * Author: Jupyter Development Team */ body { background-color: #fff; /* This makes sure that the body covers the entire window and needs to be in a different element than the display: box in wrapper below */ position: absolute; left: 0px; right: 0px; top: 0px; bottom: 0px; overflow: visible; } body > #header { /* Initially hidden to prevent FLOUC */ display: none; background-color: #fff; /* Display over codemirror */ position: relative; z-index: 100; } body > #header #header-container { padding-bottom: 5px; padding-top: 5px; box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; } body > #header .header-bar { width: 100%; height: 1px; background: #e7e7e7; margin-bottom: -1px; } @media print { body > #header { display: none !important; } } #header-spacer { width: 100%; visibility: hidden; } @media print { #header-spacer { display: none; } } #ipython_notebook { padding-left: 0px; padding-top: 1px; padding-bottom: 1px; } @media (max-width: 991px) { #ipython_notebook { margin-left: 10px; } } #noscript { width: auto; padding-top: 16px; padding-bottom: 16px; text-align: center; font-size: 22px; color: red; font-weight: bold; } #ipython_notebook img { height: 28px; } #site { width: 100%; display: none; box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; overflow: auto; } @media print { #site { height: auto !important; } } /* Smaller buttons */ .ui-button .ui-button-text { padding: 0.2em 0.8em; font-size: 77%; } input.ui-button { padding: 0.3em 0.9em; } span#login_widget { float: right; } span#login_widget > .button, #logout { color: #333; background-color: #fff; border-color: #ccc; } span#login_widget > .button:focus, #logout:focus, span#login_widget > .button.focus, #logout.focus { color: #333; background-color: #e6e6e6; border-color: #8c8c8c; } span#login_widget > .button:hover, #logout:hover { color: #333; background-color: #e6e6e6; border-color: #adadad; } span#login_widget > .button:active, #logout:active, span#login_widget > .button.active, #logout.active, .open > .dropdown-togglespan#login_widget > .button, .open > .dropdown-toggle#logout { color: #333; background-color: #e6e6e6; border-color: #adadad; } span#login_widget > .button:active:hover, #logout:active:hover, span#login_widget > .button.active:hover, #logout.active:hover, .open > .dropdown-togglespan#login_widget > .button:hover, .open > .dropdown-toggle#logout:hover, span#login_widget > .button:active:focus, #logout:active:focus, span#login_widget > .button.active:focus, #logout.active:focus, .open > .dropdown-togglespan#login_widget > .button:focus, .open > .dropdown-toggle#logout:focus, span#login_widget > .button:active.focus, #logout:active.focus, span#login_widget > .button.active.focus, #logout.active.focus, .open > .dropdown-togglespan#login_widget > .button.focus, .open > .dropdown-toggle#logout.focus { color: #333; background-color: #d4d4d4; border-color: #8c8c8c; } span#login_widget > .button:active, #logout:active, span#login_widget > .button.active, #logout.active, .open > .dropdown-togglespan#login_widget > .button, .open > .dropdown-toggle#logout { background-image: none; } span#login_widget > .button.disabled:hover, #logout.disabled:hover, span#login_widget > .button[disabled]:hover, #logout[disabled]:hover, fieldset[disabled] span#login_widget > .button:hover, fieldset[disabled] #logout:hover, span#login_widget > .button.disabled:focus, #logout.disabled:focus, span#login_widget > .button[disabled]:focus, #logout[disabled]:focus, fieldset[disabled] span#login_widget > .button:focus, fieldset[disabled] #logout:focus, span#login_widget > .button.disabled.focus, #logout.disabled.focus, span#login_widget > .button[disabled].focus, #logout[disabled].focus, fieldset[disabled] span#login_widget > .button.focus, fieldset[disabled] #logout.focus { background-color: #fff; border-color: #ccc; } span#login_widget > .button .badge, #logout .badge { color: #fff; background-color: #333; } .nav-header { text-transform: none; } #header > span { margin-top: 10px; } .modal_stretch .modal-dialog { /* Old browsers */ display: -webkit-box; -webkit-box-orient: vertical; -webkit-box-align: stretch; display: -moz-box; -moz-box-orient: vertical; -moz-box-align: stretch; display: box; box-orient: vertical; box-align: stretch; /* Modern browsers */ display: flex; flex-direction: column; align-items: stretch; min-height: 80vh; } .modal_stretch .modal-dialog .modal-body { max-height: calc(100vh - 200px); overflow: auto; flex: 1; } @media (min-width: 768px) { .modal .modal-dialog { width: 700px; } } @media (min-width: 768px) { select.form-control { margin-left: 12px; margin-right: 12px; } } /*! * * IPython auth * */ .center-nav { display: inline-block; margin-bottom: -4px; } /*! * * IPython tree view * */ /* We need an invisible input field on top of the sentense*/ /* "Drag file onto the list ..." */ .alternate_upload { background-color: none; display: inline; } .alternate_upload.form { padding: 0; margin: 0; } .alternate_upload input.fileinput { text-align: center; vertical-align: middle; display: inline; opacity: 0; z-index: 2; width: 12ex; margin-right: -12ex; } .alternate_upload .btn-upload { height: 22px; } /** * Primary styles * * Author: Jupyter Development Team */ ul#tabs { margin-bottom: 4px; } ul#tabs a { padding-top: 6px; padding-bottom: 4px; } ul.breadcrumb a:focus, ul.breadcrumb a:hover { text-decoration: none; } ul.breadcrumb i.icon-home { font-size: 16px; margin-right: 4px; } ul.breadcrumb span { color: #5e5e5e; } .list_toolbar { padding: 4px 0 4px 0; vertical-align: middle; } .list_toolbar .tree-buttons { padding-top: 1px; } .dynamic-buttons { padding-top: 3px; display: inline-block; } .list_toolbar [class*="span"] { min-height: 24px; } .list_header { font-weight: bold; background-color: #EEE; } .list_placeholder { font-weight: bold; padding-top: 4px; padding-bottom: 4px; padding-left: 7px; padding-right: 7px; } .list_container { margin-top: 4px; margin-bottom: 20px; border: 1px solid #ddd; border-radius: 2px; } .list_container > div { border-bottom: 1px solid #ddd; } .list_container > div:hover .list-item { background-color: red; } .list_container > div:last-child { border: none; } .list_item:hover .list_item { background-color: #ddd; } .list_item a { text-decoration: none; } .list_item:hover { background-color: #fafafa; } .list_header > div, .list_item > div { padding-top: 4px; padding-bottom: 4px; padding-left: 7px; padding-right: 7px; line-height: 22px; } .list_header > div input, .list_item > div input { margin-right: 7px; margin-left: 14px; vertical-align: baseline; line-height: 22px; position: relative; top: -1px; } .list_header > div .item_link, .list_item > div .item_link { margin-left: -1px; vertical-align: baseline; line-height: 22px; } .new-file input[type=checkbox] { visibility: hidden; } .item_name { line-height: 22px; height: 24px; } .item_icon { font-size: 14px; color: #5e5e5e; margin-right: 7px; margin-left: 7px; line-height: 22px; vertical-align: baseline; } .item_buttons { line-height: 1em; margin-left: -5px; } .item_buttons .btn, .item_buttons .btn-group, .item_buttons .input-group { float: left; } .item_buttons > .btn, .item_buttons > .btn-group, .item_buttons > .input-group { margin-left: 5px; } .item_buttons .btn { min-width: 13ex; } .item_buttons .running-indicator { padding-top: 4px; color: #5cb85c; } .item_buttons .kernel-name { padding-top: 4px; color: #5bc0de; margin-right: 7px; float: left; } .toolbar_info { height: 24px; line-height: 24px; } .list_item input:not([type=checkbox]) { padding-top: 3px; padding-bottom: 3px; height: 22px; line-height: 14px; margin: 0px; } .highlight_text { color: blue; } #project_name { display: inline-block; padding-left: 7px; margin-left: -2px; } #project_name > .breadcrumb { padding: 0px; margin-bottom: 0px; background-color: transparent; font-weight: bold; } #tree-selector { padding-right: 0px; } #button-select-all { min-width: 50px; } #select-all { margin-left: 7px; margin-right: 2px; } .menu_icon { margin-right: 2px; } .tab-content .row { margin-left: 0px; margin-right: 0px; } .folder_icon:before { display: inline-block; font: normal normal normal 14px/1 FontAwesome; font-size: inherit; text-rendering: auto; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; content: "\f114"; } .folder_icon:before.pull-left { margin-right: .3em; } .folder_icon:before.pull-right { margin-left: .3em; } .notebook_icon:before { display: inline-block; font: normal normal normal 14px/1 FontAwesome; font-size: inherit; text-rendering: auto; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; content: "\f02d"; position: relative; top: -1px; } .notebook_icon:before.pull-left { margin-right: .3em; } .notebook_icon:before.pull-right { margin-left: .3em; } .running_notebook_icon:before { display: inline-block; font: normal normal normal 14px/1 FontAwesome; font-size: inherit; text-rendering: auto; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; content: "\f02d"; position: relative; top: -1px; color: #5cb85c; } .running_notebook_icon:before.pull-left { margin-right: .3em; } .running_notebook_icon:before.pull-right { margin-left: .3em; } .file_icon:before { display: inline-block; font: normal normal normal 14px/1 FontAwesome; font-size: inherit; text-rendering: auto; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; content: "\f016"; position: relative; top: -2px; } .file_icon:before.pull-left { margin-right: .3em; } .file_icon:before.pull-right { margin-left: .3em; } #notebook_toolbar .pull-right { padding-top: 0px; margin-right: -1px; } ul#new-menu { left: auto; right: 0; } .kernel-menu-icon { padding-right: 12px; width: 24px; content: "\f096"; } .kernel-menu-icon:before { content: "\f096"; } .kernel-menu-icon-current:before { content: "\f00c"; } #tab_content { padding-top: 20px; } #running .panel-group .panel { margin-top: 3px; margin-bottom: 1em; } #running .panel-group .panel .panel-heading { background-color: #EEE; padding-top: 4px; padding-bottom: 4px; padding-left: 7px; padding-right: 7px; line-height: 22px; } #running .panel-group .panel .panel-heading a:focus, #running .panel-group .panel .panel-heading a:hover { text-decoration: none; } #running .panel-group .panel .panel-body { padding: 0px; } #running .panel-group .panel .panel-body .list_container { margin-top: 0px; margin-bottom: 0px; border: 0px; border-radius: 0px; } #running .panel-group .panel .panel-body .list_container .list_item { border-bottom: 1px solid #ddd; } #running .panel-group .panel .panel-body .list_container .list_item:last-child { border-bottom: 0px; } .delete-button { display: none; } .duplicate-button { display: none; } .rename-button { display: none; } .shutdown-button { display: none; } .dynamic-instructions { display: inline-block; padding-top: 4px; } /*! * * IPython text editor webapp * */ .selected-keymap i.fa { padding: 0px 5px; } .selected-keymap i.fa:before { content: "\f00c"; } #mode-menu { overflow: auto; max-height: 20em; } .edit_app #header { -webkit-box-shadow: 0px 0px 12px 1px rgba(87, 87, 87, 0.2); box-shadow: 0px 0px 12px 1px rgba(87, 87, 87, 0.2); } .edit_app #menubar .navbar { /* Use a negative 1 bottom margin, so the border overlaps the border of the header */ margin-bottom: -1px; } .dirty-indicator { display: inline-block; font: normal normal normal 14px/1 FontAwesome; font-size: inherit; text-rendering: auto; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; width: 20px; } .dirty-indicator.pull-left { margin-right: .3em; } .dirty-indicator.pull-right { margin-left: .3em; } .dirty-indicator-dirty { display: inline-block; font: normal normal normal 14px/1 FontAwesome; font-size: inherit; text-rendering: auto; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; width: 20px; } .dirty-indicator-dirty.pull-left { margin-right: .3em; } .dirty-indicator-dirty.pull-right { margin-left: .3em; } .dirty-indicator-clean { display: inline-block; font: normal normal normal 14px/1 FontAwesome; font-size: inherit; text-rendering: auto; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; width: 20px; } .dirty-indicator-clean.pull-left { margin-right: .3em; } .dirty-indicator-clean.pull-right { margin-left: .3em; } .dirty-indicator-clean:before { display: inline-block; font: normal normal normal 14px/1 FontAwesome; font-size: inherit; text-rendering: auto; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; content: "\f00c"; } .dirty-indicator-clean:before.pull-left { margin-right: .3em; } .dirty-indicator-clean:before.pull-right { margin-left: .3em; } #filename { font-size: 16pt; display: table; padding: 0px 5px; } #current-mode { padding-left: 5px; padding-right: 5px; } #texteditor-backdrop { padding-top: 20px; padding-bottom: 20px; } @media not print { #texteditor-backdrop { background-color: #EEE; } } @media print { #texteditor-backdrop #texteditor-container .CodeMirror-gutter, #texteditor-backdrop #texteditor-container .CodeMirror-gutters { background-color: #fff; } } @media not print { #texteditor-backdrop #texteditor-container .CodeMirror-gutter, #texteditor-backdrop #texteditor-container .CodeMirror-gutters { background-color: #fff; } } @media not print { #texteditor-backdrop #texteditor-container { padding: 0px; background-color: #fff; -webkit-box-shadow: 0px 0px 12px 1px rgba(87, 87, 87, 0.2); box-shadow: 0px 0px 12px 1px rgba(87, 87, 87, 0.2); } } /*! * * IPython notebook * */ /* CSS font colors for translated ANSI colors. */ .ansibold { font-weight: bold; } /* use dark versions for foreground, to improve visibility */ .ansiblack { color: black; } .ansired { color: darkred; } .ansigreen { color: darkgreen; } .ansiyellow { color: #c4a000; } .ansiblue { color: darkblue; } .ansipurple { color: darkviolet; } .ansicyan { color: steelblue; } .ansigray { color: gray; } /* and light for background, for the same reason */ .ansibgblack { background-color: black; } .ansibgred { background-color: red; } .ansibggreen { background-color: green; } .ansibgyellow { background-color: yellow; } .ansibgblue { background-color: blue; } .ansibgpurple { background-color: magenta; } .ansibgcyan { background-color: cyan; } .ansibggray { background-color: gray; } div.cell { /* Old browsers */ display: -webkit-box; -webkit-box-orient: vertical; -webkit-box-align: stretch; display: -moz-box; -moz-box-orient: vertical; -moz-box-align: stretch; display: box; box-orient: vertical; box-align: stretch; /* Modern browsers */ display: flex; flex-direction: column; align-items: stretch; border-radius: 2px; box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; border-width: 1px; border-style: solid; border-color: transparent; width: 100%; padding: 5px; /* This acts as a spacer between cells, that is outside the border */ margin: 0px; outline: none; border-left-width: 1px; padding-left: 5px; background: linear-gradient(to right, transparent -40px, transparent 1px, transparent 1px, transparent 100%); } div.cell.jupyter-soft-selected { border-left-color: #90CAF9; border-left-color: #E3F2FD; border-left-width: 1px; padding-left: 5px; border-right-color: #E3F2FD; border-right-width: 1px; background: #E3F2FD; } @media print { div.cell.jupyter-soft-selected { border-color: transparent; } } div.cell.selected { border-color: #ababab; border-left-width: 0px; padding-left: 6px; background: linear-gradient(to right, #42A5F5 -40px, #42A5F5 5px, transparent 5px, transparent 100%); } @media print { div.cell.selected { border-color: transparent; } } div.cell.selected.jupyter-soft-selected { border-left-width: 0; padding-left: 6px; background: linear-gradient(to right, #42A5F5 -40px, #42A5F5 7px, #E3F2FD 7px, #E3F2FD 100%); } .edit_mode div.cell.selected { border-color: #66BB6A; border-left-width: 0px; padding-left: 6px; background: linear-gradient(to right, #66BB6A -40px, #66BB6A 5px, transparent 5px, transparent 100%); } @media print { .edit_mode div.cell.selected { border-color: transparent; } } .prompt { /* This needs to be wide enough for 3 digit prompt numbers: In[100]: */ min-width: 14ex; /* This padding is tuned to match the padding on the CodeMirror editor. */ padding: 0.4em; margin: 0px; font-family: monospace; text-align: right; /* This has to match that of the the CodeMirror class line-height below */ line-height: 1.21429em; /* Don't highlight prompt number selection */ -webkit-touch-callout: none; -webkit-user-select: none; -khtml-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; /* Use default cursor */ cursor: default; } @media (max-width: 540px) { .prompt { text-align: left; } } div.inner_cell { /* Old browsers */ display: -webkit-box; -webkit-box-orient: vertical; -webkit-box-align: stretch; display: -moz-box; -moz-box-orient: vertical; -moz-box-align: stretch; display: box; box-orient: vertical; box-align: stretch; /* Modern browsers */ display: flex; flex-direction: column; align-items: stretch; /* Old browsers */ -webkit-box-flex: 1; -moz-box-flex: 1; box-flex: 1; /* Modern browsers */ flex: 1; } @-moz-document url-prefix() { div.inner_cell { overflow-x: hidden; } } /* input_area and input_prompt must match in top border and margin for alignment */ div.input_area { border: 1px solid #cfcfcf; border-radius: 2px; background: #f7f7f7; line-height: 1.21429em; } /* This is needed so that empty prompt areas can collapse to zero height when there is no content in the output_subarea and the prompt. The main purpose of this is to make sure that empty JavaScript output_subareas have no height. */ div.prompt:empty { padding-top: 0; padding-bottom: 0; } div.unrecognized_cell { padding: 5px 5px 5px 0px; /* Old browsers */ display: -webkit-box; -webkit-box-orient: horizontal; -webkit-box-align: stretch; display: -moz-box; -moz-box-orient: horizontal; -moz-box-align: stretch; display: box; box-orient: horizontal; box-align: stretch; /* Modern browsers */ display: flex; flex-direction: row; align-items: stretch; } div.unrecognized_cell .inner_cell { border-radius: 2px; padding: 5px; font-weight: bold; color: red; border: 1px solid #cfcfcf; background: #eaeaea; } div.unrecognized_cell .inner_cell a { color: inherit; text-decoration: none; } div.unrecognized_cell .inner_cell a:hover { color: inherit; text-decoration: none; } @media (max-width: 540px) { div.unrecognized_cell > div.prompt { display: none; } } div.code_cell { /* avoid page breaking on code cells when printing */ } @media print { div.code_cell { page-break-inside: avoid; } } /* any special styling for code cells that are currently running goes here */ div.input { page-break-inside: avoid; /* Old browsers */ display: -webkit-box; -webkit-box-orient: horizontal; -webkit-box-align: stretch; display: -moz-box; -moz-box-orient: horizontal; -moz-box-align: stretch; display: box; box-orient: horizontal; box-align: stretch; /* Modern browsers */ display: flex; flex-direction: row; align-items: stretch; } @media (max-width: 540px) { div.input { /* Old browsers */ display: -webkit-box; -webkit-box-orient: vertical; -webkit-box-align: stretch; display: -moz-box; -moz-box-orient: vertical; -moz-box-align: stretch; display: box; box-orient: vertical; box-align: stretch; /* Modern browsers */ display: flex; flex-direction: column; align-items: stretch; } } /* input_area and input_prompt must match in top border and margin for alignment */ div.input_prompt { color: #303F9F; border-top: 1px solid transparent; } div.input_area > div.highlight { margin: 0.4em; border: none; padding: 0px; background-color: transparent; } div.input_area > div.highlight > pre { margin: 0px; border: none; padding: 0px; background-color: transparent; } /* The following gets added to the <head> if it is detected that the user has a * monospace font with inconsistent normal/bold/italic height. See * notebookmain.js. Such fonts will have keywords vertically offset with * respect to the rest of the text. The user should select a better font. * See: https://github.com/ipython/ipython/issues/1503 * * .CodeMirror span { * vertical-align: bottom; * } */ .CodeMirror { line-height: 1.21429em; /* Changed from 1em to our global default */ font-size: 14px; height: auto; /* Changed to auto to autogrow */ background: none; /* Changed from white to allow our bg to show through */ } .CodeMirror-scroll { /* The CodeMirror docs are a bit fuzzy on if overflow-y should be hidden or visible.*/ /* We have found that if it is visible, vertical scrollbars appear with font size changes.*/ overflow-y: hidden; overflow-x: auto; } .CodeMirror-lines { /* In CM2, this used to be 0.4em, but in CM3 it went to 4px. We need the em value because */ /* we have set a different line-height and want this to scale with that. */ padding: 0.4em; } .CodeMirror-linenumber { padding: 0 8px 0 4px; } .CodeMirror-gutters { border-bottom-left-radius: 2px; border-top-left-radius: 2px; } .CodeMirror pre { /* In CM3 this went to 4px from 0 in CM2. We need the 0 value because of how we size */ /* .CodeMirror-lines */ padding: 0; border: 0; border-radius: 0; } /* Original style from softwaremaniacs.org (c) Ivan Sagalaev <[email protected]> Adapted from GitHub theme */ .highlight-base { color: #000; } .highlight-variable { color: #000; } .highlight-variable-2 { color: #1a1a1a; } .highlight-variable-3 { color: #333333; } .highlight-string { color: #BA2121; } .highlight-comment { color: #408080; font-style: italic; } .highlight-number { color: #080; } .highlight-atom { color: #88F; } .highlight-keyword { color: #008000; font-weight: bold; } .highlight-builtin { color: #008000; } .highlight-error { color: #f00; } .highlight-operator { color: #AA22FF; font-weight: bold; } .highlight-meta { color: #AA22FF; } /* previously not defined, copying from default codemirror */ .highlight-def { color: #00f; } .highlight-string-2 { color: #f50; } .highlight-qualifier { color: #555; } .highlight-bracket { color: #997; } .highlight-tag { color: #170; } .highlight-attribute { color: #00c; } .highlight-header { color: blue; } .highlight-quote { color: #090; } .highlight-link { color: #00c; } /* apply the same style to codemirror */ .cm-s-ipython span.cm-keyword { color: #008000; font-weight: bold; } .cm-s-ipython span.cm-atom { color: #88F; } .cm-s-ipython span.cm-number { color: #080; } .cm-s-ipython span.cm-def { color: #00f; } .cm-s-ipython span.cm-variable { color: #000; } .cm-s-ipython span.cm-operator { color: #AA22FF; font-weight: bold; } .cm-s-ipython span.cm-variable-2 { color: #1a1a1a; } .cm-s-ipython span.cm-variable-3 { color: #333333; } .cm-s-ipython span.cm-comment { color: #408080; font-style: italic; } .cm-s-ipython span.cm-string { color: #BA2121; } .cm-s-ipython span.cm-string-2 { color: #f50; } .cm-s-ipython span.cm-meta { color: #AA22FF; } .cm-s-ipython span.cm-qualifier { color: #555; } .cm-s-ipython span.cm-builtin { color: #008000; } .cm-s-ipython span.cm-bracket { color: #997; } .cm-s-ipython span.cm-tag { color: #170; } .cm-s-ipython span.cm-attribute { color: #00c; } .cm-s-ipython span.cm-header { color: blue; } .cm-s-ipython span.cm-quote { color: #090; } .cm-s-ipython span.cm-link { color: #00c; } .cm-s-ipython span.cm-error { color: #f00; } .cm-s-ipython span.cm-tab { background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAMCAYAAAAkuj5RAAAAAXNSR0IArs4c6QAAAGFJREFUSMft1LsRQFAQheHPowAKoACx3IgEKtaEHujDjORSgWTH/ZOdnZOcM/sgk/kFFWY0qV8foQwS4MKBCS3qR6ixBJvElOobYAtivseIE120FaowJPN75GMu8j/LfMwNjh4HUpwg4LUAAAAASUVORK5CYII=); background-position: right; background-repeat: no-repeat; } div.output_wrapper { /* this position must be relative to enable descendents to be absolute within it */ position: relative; /* Old browsers */ display: -webkit-box; -webkit-box-orient: vertical; -webkit-box-align: stretch; display: -moz-box; -moz-box-orient: vertical; -moz-box-align: stretch; display: box; box-orient: vertical; box-align: stretch; /* Modern browsers */ display: flex; flex-direction: column; align-items: stretch; z-index: 1; } /* class for the output area when it should be height-limited */ div.output_scroll { /* ideally, this would be max-height, but FF barfs all over that */ height: 24em; /* FF needs this *and the wrapper* to specify full width, or it will shrinkwrap */ width: 100%; overflow: auto; border-radius: 2px; -webkit-box-shadow: inset 0 2px 8px rgba(0, 0, 0, 0.8); box-shadow: inset 0 2px 8px rgba(0, 0, 0, 0.8); display: block; } /* output div while it is collapsed */ div.output_collapsed { margin: 0px; padding: 0px; /* Old browsers */ display: -webkit-box; -webkit-box-orient: vertical; -webkit-box-align: stretch; display: -moz-box; -moz-box-orient: vertical; -moz-box-align: stretch; display: box; box-orient: vertical; box-align: stretch; /* Modern browsers */ display: flex; flex-direction: column; align-items: stretch; } div.out_prompt_overlay { height: 100%; padding: 0px 0.4em; position: absolute; border-radius: 2px; } div.out_prompt_overlay:hover { /* use inner shadow to get border that is computed the same on WebKit/FF */ -webkit-box-shadow: inset 0 0 1px #000; box-shadow: inset 0 0 1px #000; background: rgba(240, 240, 240, 0.5); } div.output_prompt { color: #D84315; } /* This class is the outer container of all output sections. */ div.output_area { padding: 0px; page-break-inside: avoid; /* Old browsers */ display: -webkit-box; -webkit-box-orient: horizontal; -webkit-box-align: stretch; display: -moz-box; -moz-box-orient: horizontal; -moz-box-align: stretch; display: box; box-orient: horizontal; box-align: stretch; /* Modern browsers */ display: flex; flex-direction: row; align-items: stretch; } div.output_area .MathJax_Display { text-align: left !important; } div.output_area .rendered_html table { margin-left: 0; margin-right: 0; } div.output_area .rendered_html img { margin-left: 0; margin-right: 0; } div.output_area img, div.output_area svg { max-width: 100%; height: auto; } div.output_area img.unconfined, div.output_area svg.unconfined { max-width: none; } /* This is needed to protect the pre formating from global settings such as that of bootstrap */ .output { /* Old browsers */ display: -webkit-box; -webkit-box-orient: vertical; -webkit-box-align: stretch; display: -moz-box; -moz-box-orient: vertical; -moz-box-align: stretch; display: box; box-orient: vertical; box-align: stretch; /* Modern browsers */ display: flex; flex-direction: column; align-items: stretch; } @media (max-width: 540px) { div.output_area { /* Old browsers */ display: -webkit-box; -webkit-box-orient: vertical; -webkit-box-align: stretch; display: -moz-box; -moz-box-orient: vertical; -moz-box-align: stretch; display: box; box-orient: vertical; box-align: stretch; /* Modern browsers */ display: flex; flex-direction: column; align-items: stretch; } } div.output_area pre { margin: 0; padding: 0; border: 0; vertical-align: baseline; color: black; background-color: transparent; border-radius: 0; } /* This class is for the output subarea inside the output_area and after the prompt div. */ div.output_subarea { overflow-x: auto; padding: 0.4em; /* Old browsers */ -webkit-box-flex: 1; -moz-box-flex: 1; box-flex: 1; /* Modern browsers */ flex: 1; max-width: calc(100% - 14ex); } div.output_scroll div.output_subarea { overflow-x: visible; } /* The rest of the output_* classes are for special styling of the different output types */ /* all text output has this class: */ div.output_text { text-align: left; color: #000; /* This has to match that of the the CodeMirror class line-height below */ line-height: 1.21429em; } /* stdout/stderr are 'text' as well as 'stream', but execute_result/error are *not* streams */ div.output_stderr { background: #fdd; /* very light red background for stderr */ } div.output_latex { text-align: left; } /* Empty output_javascript divs should have no height */ div.output_javascript:empty { padding: 0; } .js-error { color: darkred; } /* raw_input styles */ div.raw_input_container { line-height: 1.21429em; padding-top: 5px; } pre.raw_input_prompt { /* nothing needed here. */ } input.raw_input { font-family: monospace; font-size: inherit; color: inherit; width: auto; /* make sure input baseline aligns with prompt */ vertical-align: baseline; /* padding + margin = 0.5em between prompt and cursor */ padding: 0em 0.25em; margin: 0em 0.25em; } input.raw_input:focus { box-shadow: none; } p.p-space { margin-bottom: 10px; } div.output_unrecognized { padding: 5px; font-weight: bold; color: red; } div.output_unrecognized a { color: inherit; text-decoration: none; } div.output_unrecognized a:hover { color: inherit; text-decoration: none; } .rendered_html { color: #000; /* any extras will just be numbers: */ } .rendered_html em { font-style: italic; } .rendered_html strong { font-weight: bold; } .rendered_html u { text-decoration: underline; } .rendered_html :link { text-decoration: underline; } .rendered_html :visited { text-decoration: underline; } .rendered_html h1 { font-size: 185.7%; margin: 1.08em 0 0 0; font-weight: bold; line-height: 1.0; } .rendered_html h2 { font-size: 157.1%; margin: 1.27em 0 0 0; font-weight: bold; line-height: 1.0; } .rendered_html h3 { font-size: 128.6%; margin: 1.55em 0 0 0; font-weight: bold; line-height: 1.0; } .rendered_html h4 { font-size: 100%; margin: 2em 0 0 0; font-weight: bold; line-height: 1.0; } .rendered_html h5 { font-size: 100%; margin: 2em 0 0 0; font-weight: bold; line-height: 1.0; font-style: italic; } .rendered_html h6 { font-size: 100%; margin: 2em 0 0 0; font-weight: bold; line-height: 1.0; font-style: italic; } .rendered_html h1:first-child { margin-top: 0.538em; } .rendered_html h2:first-child { margin-top: 0.636em; } .rendered_html h3:first-child { margin-top: 0.777em; } .rendered_html h4:first-child { margin-top: 1em; } .rendered_html h5:first-child { margin-top: 1em; } .rendered_html h6:first-child { margin-top: 1em; } .rendered_html ul { list-style: disc; margin: 0em 2em; padding-left: 0px; } .rendered_html ul ul { list-style: square; margin: 0em 2em; } .rendered_html ul ul ul { list-style: circle; margin: 0em 2em; } .rendered_html ol { list-style: decimal; margin: 0em 2em; padding-left: 0px; } .rendered_html ol ol { list-style: upper-alpha; margin: 0em 2em; } .rendered_html ol ol ol { list-style: lower-alpha; margin: 0em 2em; } .rendered_html ol ol ol ol { list-style: lower-roman; margin: 0em 2em; } .rendered_html ol ol ol ol ol { list-style: decimal; margin: 0em 2em; } .rendered_html * + ul { margin-top: 1em; } .rendered_html * + ol { margin-top: 1em; } .rendered_html hr { color: black; background-color: black; } .rendered_html pre { margin: 1em 2em; } .rendered_html pre, .rendered_html code { border: 0; background-color: #fff; color: #000; font-size: 100%; padding: 0px; } .rendered_html blockquote { margin: 1em 2em; } .rendered_html table { margin-left: auto; margin-right: auto; border: 1px solid black; border-collapse: collapse; } .rendered_html tr, .rendered_html th, .rendered_html td { border: 1px solid black; border-collapse: collapse; margin: 1em 2em; } .rendered_html td, .rendered_html th { text-align: left; vertical-align: middle; padding: 4px; } .rendered_html th { font-weight: bold; } .rendered_html * + table { margin-top: 1em; } .rendered_html p { text-align: left; } .rendered_html * + p { margin-top: 1em; } .rendered_html img { display: block; margin-left: auto; margin-right: auto; } .rendered_html * + img { margin-top: 1em; } .rendered_html img, .rendered_html svg { max-width: 100%; height: auto; } .rendered_html img.unconfined, .rendered_html svg.unconfined { max-width: none; } div.text_cell { /* Old browsers */ display: -webkit-box; -webkit-box-orient: horizontal; -webkit-box-align: stretch; display: -moz-box; -moz-box-orient: horizontal; -moz-box-align: stretch; display: box; box-orient: horizontal; box-align: stretch; /* Modern browsers */ display: flex; flex-direction: row; align-items: stretch; } @media (max-width: 540px) { div.text_cell > div.prompt { display: none; } } div.text_cell_render { /*font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;*/ outline: none; resize: none; width: inherit; border-style: none; padding: 0.5em 0.5em 0.5em 0.4em; color: #000; box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; } a.anchor-link:link { text-decoration: none; padding: 0px 20px; visibility: hidden; } h1:hover .anchor-link, h2:hover .anchor-link, h3:hover .anchor-link, h4:hover .anchor-link, h5:hover .anchor-link, h6:hover .anchor-link { visibility: visible; } .text_cell.rendered .input_area { display: none; } .text_cell.rendered .rendered_html { overflow-x: auto; overflow-y: hidden; } .text_cell.unrendered .text_cell_render { display: none; } .cm-header-1, .cm-header-2, .cm-header-3, .cm-header-4, .cm-header-5, .cm-header-6 { font-weight: bold; font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; } .cm-header-1 { font-size: 185.7%; } .cm-header-2 { font-size: 157.1%; } .cm-header-3 { font-size: 128.6%; } .cm-header-4 { font-size: 110%; } .cm-header-5 { font-size: 100%; font-style: italic; } .cm-header-6 { font-size: 100%; font-style: italic; } /*! * * IPython notebook webapp * */ @media (max-width: 767px) { .notebook_app { padding-left: 0px; padding-right: 0px; } } #ipython-main-app { box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; height: 100%; } div#notebook_panel { margin: 0px; padding: 0px; box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; height: 100%; } div#notebook { font-size: 14px; line-height: 20px; overflow-y: hidden; overflow-x: auto; width: 100%; /* This spaces the page away from the edge of the notebook area */ padding-top: 20px; margin: 0px; outline: none; box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; min-height: 100%; } @media not print { #notebook-container { padding: 15px; background-color: #fff; min-height: 0; -webkit-box-shadow: 0px 0px 12px 1px rgba(87, 87, 87, 0.2); box-shadow: 0px 0px 12px 1px rgba(87, 87, 87, 0.2); } } @media print { #notebook-container { width: 100%; } } div.ui-widget-content { border: 1px solid #ababab; outline: none; } pre.dialog { background-color: #f7f7f7; border: 1px solid #ddd; border-radius: 2px; padding: 0.4em; padding-left: 2em; } p.dialog { padding: 0.2em; } /* Word-wrap output correctly. This is the CSS3 spelling, though Firefox seems to not honor it correctly. Webkit browsers (Chrome, rekonq, Safari) do. */ pre, code, kbd, samp { white-space: pre-wrap; } #fonttest { font-family: monospace; } p { margin-bottom: 0; } .end_space { min-height: 100px; transition: height .2s ease; } .notebook_app > #header { -webkit-box-shadow: 0px 0px 12px 1px rgba(87, 87, 87, 0.2); box-shadow: 0px 0px 12px 1px rgba(87, 87, 87, 0.2); } @media not print { .notebook_app { background-color: #EEE; } } kbd { border-style: solid; border-width: 1px; box-shadow: none; margin: 2px; padding-left: 2px; padding-right: 2px; padding-top: 1px; padding-bottom: 1px; } /* CSS for the cell toolbar */ .celltoolbar { border: thin solid #CFCFCF; border-bottom: none; background: #EEE; border-radius: 2px 2px 0px 0px; width: 100%; height: 29px; padding-right: 4px; /* Old browsers */ display: -webkit-box; -webkit-box-orient: horizontal; -webkit-box-align: stretch; display: -moz-box; -moz-box-orient: horizontal; -moz-box-align: stretch; display: box; box-orient: horizontal; box-align: stretch; /* Modern browsers */ display: flex; flex-direction: row; align-items: stretch; /* Old browsers */ -webkit-box-pack: end; -moz-box-pack: end; box-pack: end; /* Modern browsers */ justify-content: flex-end; display: -webkit-flex; } @media print { .celltoolbar { display: none; } } .ctb_hideshow { display: none; vertical-align: bottom; } /* ctb_show is added to the ctb_hideshow div to show the cell toolbar. Cell toolbars are only shown when the ctb_global_show class is also set. */ .ctb_global_show .ctb_show.ctb_hideshow { display: block; } .ctb_global_show .ctb_show + .input_area, .ctb_global_show .ctb_show + div.text_cell_input, .ctb_global_show .ctb_show ~ div.text_cell_render { border-top-right-radius: 0px; border-top-left-radius: 0px; } .ctb_global_show .ctb_show ~ div.text_cell_render { border: 1px solid #cfcfcf; } .celltoolbar { font-size: 87%; padding-top: 3px; } .celltoolbar select { display: block; width: 100%; height: 32px; padding: 6px 12px; font-size: 13px; line-height: 1.42857143; color: #555555; background-color: #fff; background-image: none; border: 1px solid #ccc; border-radius: 2px; -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s; -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s; transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s; height: 30px; padding: 5px 10px; font-size: 12px; line-height: 1.5; border-radius: 1px; width: inherit; font-size: inherit; height: 22px; padding: 0px; display: inline-block; } .celltoolbar select:focus { border-color: #66afe9; outline: 0; -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6); box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6); } .celltoolbar select::-moz-placeholder { color: #999; opacity: 1; } .celltoolbar select:-ms-input-placeholder { color: #999; } .celltoolbar select::-webkit-input-placeholder { color: #999; } .celltoolbar select::-ms-expand { border: 0; background-color: transparent; } .celltoolbar select[disabled], .celltoolbar select[readonly], fieldset[disabled] .celltoolbar select { background-color: #eeeeee; opacity: 1; } .celltoolbar select[disabled], fieldset[disabled] .celltoolbar select { cursor: not-allowed; } textarea.celltoolbar select { height: auto; } select.celltoolbar select { height: 30px; line-height: 30px; } textarea.celltoolbar select, select[multiple].celltoolbar select { height: auto; } .celltoolbar label { margin-left: 5px; margin-right: 5px; } .completions { position: absolute; z-index: 110; overflow: hidden; border: 1px solid #ababab; border-radius: 2px; -webkit-box-shadow: 0px 6px 10px -1px #adadad; box-shadow: 0px 6px 10px -1px #adadad; line-height: 1; } .completions select { background: white; outline: none; border: none; padding: 0px; margin: 0px; overflow: auto; font-family: monospace; font-size: 110%; color: #000; width: auto; } .completions select option.context { color: #286090; } #kernel_logo_widget { float: right !important; float: right; } #kernel_logo_widget .current_kernel_logo { display: none; margin-top: -1px; margin-bottom: -1px; width: 32px; height: 32px; } #menubar { box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; margin-top: 1px; } #menubar .navbar { border-top: 1px; border-radius: 0px 0px 2px 2px; margin-bottom: 0px; } #menubar .navbar-toggle { float: left; padding-top: 7px; padding-bottom: 7px; border: none; } #menubar .navbar-collapse { clear: left; } .nav-wrapper { border-bottom: 1px solid #e7e7e7; } i.menu-icon { padding-top: 4px; } ul#help_menu li a { overflow: hidden; padding-right: 2.2em; } ul#help_menu li a i { margin-right: -1.2em; } .dropdown-submenu { position: relative; } .dropdown-submenu > .dropdown-menu { top: 0; left: 100%; margin-top: -6px; margin-left: -1px; } .dropdown-submenu:hover > .dropdown-menu { display: block; } .dropdown-submenu > a:after { display: inline-block; font: normal normal normal 14px/1 FontAwesome; font-size: inherit; text-rendering: auto; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; display: block; content: "\f0da"; float: right; color: #333333; margin-top: 2px; margin-right: -10px; } .dropdown-submenu > a:after.pull-left { margin-right: .3em; } .dropdown-submenu > a:after.pull-right { margin-left: .3em; } .dropdown-submenu:hover > a:after { color: #262626; } .dropdown-submenu.pull-left { float: none; } .dropdown-submenu.pull-left > .dropdown-menu { left: -100%; margin-left: 10px; } #notification_area { float: right !important; float: right; z-index: 10; } .indicator_area { float: right !important; float: right; color: #777; margin-left: 5px; margin-right: 5px; width: 11px; z-index: 10; text-align: center; width: auto; } #kernel_indicator { float: right !important; float: right; color: #777; margin-left: 5px; margin-right: 5px; width: 11px; z-index: 10; text-align: center; width: auto; border-left: 1px solid; } #kernel_indicator .kernel_indicator_name { padding-left: 5px; padding-right: 5px; } #modal_indicator { float: right !important; float: right; color: #777; margin-left: 5px; margin-right: 5px; width: 11px; z-index: 10; text-align: center; width: auto; } #readonly-indicator { float: right !important; float: right; color: #777; margin-left: 5px; margin-right: 5px; width: 11px; z-index: 10; text-align: center; width: auto; margin-top: 2px; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; display: none; } .modal_indicator:before { width: 1.28571429em; text-align: center; } .edit_mode .modal_indicator:before { display: inline-block; font: normal normal normal 14px/1 FontAwesome; font-size: inherit; text-rendering: auto; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; content: "\f040"; } .edit_mode .modal_indicator:before.pull-left { margin-right: .3em; } .edit_mode .modal_indicator:before.pull-right { margin-left: .3em; } .command_mode .modal_indicator:before { display: inline-block; font: normal normal normal 14px/1 FontAwesome; font-size: inherit; text-rendering: auto; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; content: ' '; } .command_mode .modal_indicator:before.pull-left { margin-right: .3em; } .command_mode .modal_indicator:before.pull-right { margin-left: .3em; } .kernel_idle_icon:before { display: inline-block; font: normal normal normal 14px/1 FontAwesome; font-size: inherit; text-rendering: auto; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; content: "\f10c"; } .kernel_idle_icon:before.pull-left { margin-right: .3em; } .kernel_idle_icon:before.pull-right { margin-left: .3em; } .kernel_busy_icon:before { display: inline-block; font: normal normal normal 14px/1 FontAwesome; font-size: inherit; text-rendering: auto; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; content: "\f111"; } .kernel_busy_icon:before.pull-left { margin-right: .3em; } .kernel_busy_icon:before.pull-right { margin-left: .3em; } .kernel_dead_icon:before { display: inline-block; font: normal normal normal 14px/1 FontAwesome; font-size: inherit; text-rendering: auto; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; content: "\f1e2"; } .kernel_dead_icon:before.pull-left { margin-right: .3em; } .kernel_dead_icon:before.pull-right { margin-left: .3em; } .kernel_disconnected_icon:before { display: inline-block; font: normal normal normal 14px/1 FontAwesome; font-size: inherit; text-rendering: auto; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; content: "\f127"; } .kernel_disconnected_icon:before.pull-left { margin-right: .3em; } .kernel_disconnected_icon:before.pull-right { margin-left: .3em; } .notification_widget { color: #777; z-index: 10; background: rgba(240, 240, 240, 0.5); margin-right: 4px; color: #333; background-color: #fff; border-color: #ccc; } .notification_widget:focus, .notification_widget.focus { color: #333; background-color: #e6e6e6; border-color: #8c8c8c; } .notification_widget:hover { color: #333; background-color: #e6e6e6; border-color: #adadad; } .notification_widget:active, .notification_widget.active, .open > .dropdown-toggle.notification_widget { color: #333; background-color: #e6e6e6; border-color: #adadad; } .notification_widget:active:hover, .notification_widget.active:hover, .open > .dropdown-toggle.notification_widget:hover, .notification_widget:active:focus, .notification_widget.active:focus, .open > .dropdown-toggle.notification_widget:focus, .notification_widget:active.focus, .notification_widget.active.focus, .open > .dropdown-toggle.notification_widget.focus { color: #333; background-color: #d4d4d4; border-color: #8c8c8c; } .notification_widget:active, .notification_widget.active, .open > .dropdown-toggle.notification_widget { background-image: none; } .notification_widget.disabled:hover, .notification_widget[disabled]:hover, fieldset[disabled] .notification_widget:hover, .notification_widget.disabled:focus, .notification_widget[disabled]:focus, fieldset[disabled] .notification_widget:focus, .notification_widget.disabled.focus, .notification_widget[disabled].focus, fieldset[disabled] .notification_widget.focus { background-color: #fff; border-color: #ccc; } .notification_widget .badge { color: #fff; background-color: #333; } .notification_widget.warning { color: #fff; background-color: #f0ad4e; border-color: #eea236; } .notification_widget.warning:focus, .notification_widget.warning.focus { color: #fff; background-color: #ec971f; border-color: #985f0d; } .notification_widget.warning:hover { color: #fff; background-color: #ec971f; border-color: #d58512; } .notification_widget.warning:active, .notification_widget.warning.active, .open > .dropdown-toggle.notification_widget.warning { color: #fff; background-color: #ec971f; border-color: #d58512; } .notification_widget.warning:active:hover, .notification_widget.warning.active:hover, .open > .dropdown-toggle.notification_widget.warning:hover, .notification_widget.warning:active:focus, .notification_widget.warning.active:focus, .open > .dropdown-toggle.notification_widget.warning:focus, .notification_widget.warning:active.focus, .notification_widget.warning.active.focus, .open > .dropdown-toggle.notification_widget.warning.focus { color: #fff; background-color: #d58512; border-color: #985f0d; } .notification_widget.warning:active, .notification_widget.warning.active, .open > .dropdown-toggle.notification_widget.warning { background-image: none; } .notification_widget.warning.disabled:hover, .notification_widget.warning[disabled]:hover, fieldset[disabled] .notification_widget.warning:hover, .notification_widget.warning.disabled:focus, .notification_widget.warning[disabled]:focus, fieldset[disabled] .notification_widget.warning:focus, .notification_widget.warning.disabled.focus, .notification_widget.warning[disabled].focus, fieldset[disabled] .notification_widget.warning.focus { background-color: #f0ad4e; border-color: #eea236; } .notification_widget.warning .badge { color: #f0ad4e; background-color: #fff; } .notification_widget.success { color: #fff; background-color: #5cb85c; border-color: #4cae4c; } .notification_widget.success:focus, .notification_widget.success.focus { color: #fff; background-color: #449d44; border-color: #255625; } .notification_widget.success:hover { color: #fff; background-color: #449d44; border-color: #398439; } .notification_widget.success:active, .notification_widget.success.active, .open > .dropdown-toggle.notification_widget.success { color: #fff; background-color: #449d44; border-color: #398439; } .notification_widget.success:active:hover, .notification_widget.success.active:hover, .open > .dropdown-toggle.notification_widget.success:hover, .notification_widget.success:active:focus, .notification_widget.success.active:focus, .open > .dropdown-toggle.notification_widget.success:focus, .notification_widget.success:active.focus, .notification_widget.success.active.focus, .open > .dropdown-toggle.notification_widget.success.focus { color: #fff; background-color: #398439; border-color: #255625; } .notification_widget.success:active, .notification_widget.success.active, .open > .dropdown-toggle.notification_widget.success { background-image: none; } .notification_widget.success.disabled:hover, .notification_widget.success[disabled]:hover, fieldset[disabled] .notification_widget.success:hover, .notification_widget.success.disabled:focus, .notification_widget.success[disabled]:focus, fieldset[disabled] .notification_widget.success:focus, .notification_widget.success.disabled.focus, .notification_widget.success[disabled].focus, fieldset[disabled] .notification_widget.success.focus { background-color: #5cb85c; border-color: #4cae4c; } .notification_widget.success .badge { color: #5cb85c; background-color: #fff; } .notification_widget.info { color: #fff; background-color: #5bc0de; border-color: #46b8da; } .notification_widget.info:focus, .notification_widget.info.focus { color: #fff; background-color: #31b0d5; border-color: #1b6d85; } .notification_widget.info:hover { color: #fff; background-color: #31b0d5; border-color: #269abc; } .notification_widget.info:active, .notification_widget.info.active, .open > .dropdown-toggle.notification_widget.info { color: #fff; background-color: #31b0d5; border-color: #269abc; } .notification_widget.info:active:hover, .notification_widget.info.active:hover, .open > .dropdown-toggle.notification_widget.info:hover, .notification_widget.info:active:focus, .notification_widget.info.active:focus, .open > .dropdown-toggle.notification_widget.info:focus, .notification_widget.info:active.focus, .notification_widget.info.active.focus, .open > .dropdown-toggle.notification_widget.info.focus { color: #fff; background-color: #269abc; border-color: #1b6d85; } .notification_widget.info:active, .notification_widget.info.active, .open > .dropdown-toggle.notification_widget.info { background-image: none; } .notification_widget.info.disabled:hover, .notification_widget.info[disabled]:hover, fieldset[disabled] .notification_widget.info:hover, .notification_widget.info.disabled:focus, .notification_widget.info[disabled]:focus, fieldset[disabled] .notification_widget.info:focus, .notification_widget.info.disabled.focus, .notification_widget.info[disabled].focus, fieldset[disabled] .notification_widget.info.focus { background-color: #5bc0de; border-color: #46b8da; } .notification_widget.info .badge { color: #5bc0de; background-color: #fff; } .notification_widget.danger { color: #fff; background-color: #d9534f; border-color: #d43f3a; } .notification_widget.danger:focus, .notification_widget.danger.focus { color: #fff; background-color: #c9302c; border-color: #761c19; } .notification_widget.danger:hover { color: #fff; background-color: #c9302c; border-color: #ac2925; } .notification_widget.danger:active, .notification_widget.danger.active, .open > .dropdown-toggle.notification_widget.danger { color: #fff; background-color: #c9302c; border-color: #ac2925; } .notification_widget.danger:active:hover, .notification_widget.danger.active:hover, .open > .dropdown-toggle.notification_widget.danger:hover, .notification_widget.danger:active:focus, .notification_widget.danger.active:focus, .open > .dropdown-toggle.notification_widget.danger:focus, .notification_widget.danger:active.focus, .notification_widget.danger.active.focus, .open > .dropdown-toggle.notification_widget.danger.focus { color: #fff; background-color: #ac2925; border-color: #761c19; } .notification_widget.danger:active, .notification_widget.danger.active, .open > .dropdown-toggle.notification_widget.danger { background-image: none; } .notification_widget.danger.disabled:hover, .notification_widget.danger[disabled]:hover, fieldset[disabled] .notification_widget.danger:hover, .notification_widget.danger.disabled:focus, .notification_widget.danger[disabled]:focus, fieldset[disabled] .notification_widget.danger:focus, .notification_widget.danger.disabled.focus, .notification_widget.danger[disabled].focus, fieldset[disabled] .notification_widget.danger.focus { background-color: #d9534f; border-color: #d43f3a; } .notification_widget.danger .badge { color: #d9534f; background-color: #fff; } div#pager { background-color: #fff; font-size: 14px; line-height: 20px; overflow: hidden; display: none; position: fixed; bottom: 0px; width: 100%; max-height: 50%; padding-top: 8px; -webkit-box-shadow: 0px 0px 12px 1px rgba(87, 87, 87, 0.2); box-shadow: 0px 0px 12px 1px rgba(87, 87, 87, 0.2); /* Display over codemirror */ z-index: 100; /* Hack which prevents jquery ui resizable from changing top. */ top: auto !important; } div#pager pre { line-height: 1.21429em; color: #000; background-color: #f7f7f7; padding: 0.4em; } div#pager #pager-button-area { position: absolute; top: 8px; right: 20px; } div#pager #pager-contents { position: relative; overflow: auto; width: 100%; height: 100%; } div#pager #pager-contents #pager-container { position: relative; padding: 15px 0px; box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; } div#pager .ui-resizable-handle { top: 0px; height: 8px; background: #f7f7f7; border-top: 1px solid #cfcfcf; border-bottom: 1px solid #cfcfcf; /* This injects handle bars (a short, wide = symbol) for the resize handle. */ } div#pager .ui-resizable-handle::after { content: ''; top: 2px; left: 50%; height: 3px; width: 30px; margin-left: -15px; position: absolute; border-top: 1px solid #cfcfcf; } .quickhelp { /* Old browsers */ display: -webkit-box; -webkit-box-orient: horizontal; -webkit-box-align: stretch; display: -moz-box; -moz-box-orient: horizontal; -moz-box-align: stretch; display: box; box-orient: horizontal; box-align: stretch; /* Modern browsers */ display: flex; flex-direction: row; align-items: stretch; line-height: 1.8em; } .shortcut_key { display: inline-block; width: 20ex; text-align: right; font-family: monospace; } .shortcut_descr { display: inline-block; /* Old browsers */ -webkit-box-flex: 1; -moz-box-flex: 1; box-flex: 1; /* Modern browsers */ flex: 1; } span.save_widget { margin-top: 6px; } span.save_widget span.filename { height: 1em; line-height: 1em; padding: 3px; margin-left: 16px; border: none; font-size: 146.5%; border-radius: 2px; } span.save_widget span.filename:hover { background-color: #e6e6e6; } span.checkpoint_status, span.autosave_status { font-size: small; } @media (max-width: 767px) { span.save_widget { font-size: small; } span.checkpoint_status, span.autosave_status { display: none; } } @media (min-width: 768px) and (max-width: 991px) { span.checkpoint_status { display: none; } span.autosave_status { font-size: x-small; } } .toolbar { padding: 0px; margin-left: -5px; margin-top: 2px; margin-bottom: 5px; box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; } .toolbar select, .toolbar label { width: auto; vertical-align: middle; margin-right: 2px; margin-bottom: 0px; display: inline; font-size: 92%; margin-left: 0.3em; margin-right: 0.3em; padding: 0px; padding-top: 3px; } .toolbar .btn { padding: 2px 8px; } .toolbar .btn-group { margin-top: 0px; margin-left: 5px; } #maintoolbar { margin-bottom: -3px; margin-top: -8px; border: 0px; min-height: 27px; margin-left: 0px; padding-top: 11px; padding-bottom: 3px; } #maintoolbar .navbar-text { float: none; vertical-align: middle; text-align: right; margin-left: 5px; margin-right: 0px; margin-top: 0px; } .select-xs { height: 24px; } .pulse, .dropdown-menu > li > a.pulse, li.pulse > a.dropdown-toggle, li.pulse.open > a.dropdown-toggle { background-color: #F37626; color: white; } /** * Primary styles * * Author: Jupyter Development Team */ /** WARNING IF YOU ARE EDITTING THIS FILE, if this is a .css file, It has a lot * of chance of beeing generated from the ../less/[samename].less file, you can * try to get back the less file by reverting somme commit in history **/ /* * We'll try to get something pretty, so we * have some strange css to have the scroll bar on * the left with fix button on the top right of the tooltip */ @-moz-keyframes fadeOut { from { opacity: 1; } to { opacity: 0; } } @-webkit-keyframes fadeOut { from { opacity: 1; } to { opacity: 0; } } @-moz-keyframes fadeIn { from { opacity: 0; } to { opacity: 1; } } @-webkit-keyframes fadeIn { from { opacity: 0; } to { opacity: 1; } } /*properties of tooltip after "expand"*/ .bigtooltip { overflow: auto; height: 200px; -webkit-transition-property: height; -webkit-transition-duration: 500ms; -moz-transition-property: height; -moz-transition-duration: 500ms; transition-property: height; transition-duration: 500ms; } /*properties of tooltip before "expand"*/ .smalltooltip { -webkit-transition-property: height; -webkit-transition-duration: 500ms; -moz-transition-property: height; -moz-transition-duration: 500ms; transition-property: height; transition-duration: 500ms; text-overflow: ellipsis; overflow: hidden; height: 80px; } .tooltipbuttons { position: absolute; padding-right: 15px; top: 0px; right: 0px; } .tooltiptext { /*avoid the button to overlap on some docstring*/ padding-right: 30px; } .ipython_tooltip { max-width: 700px; /*fade-in animation when inserted*/ -webkit-animation: fadeOut 400ms; -moz-animation: fadeOut 400ms; animation: fadeOut 400ms; -webkit-animation: fadeIn 400ms; -moz-animation: fadeIn 400ms; animation: fadeIn 400ms; vertical-align: middle; background-color: #f7f7f7; overflow: visible; border: #ababab 1px solid; outline: none; padding: 3px; margin: 0px; padding-left: 7px; font-family: monospace; min-height: 50px; -moz-box-shadow: 0px 6px 10px -1px #adadad; -webkit-box-shadow: 0px 6px 10px -1px #adadad; box-shadow: 0px 6px 10px -1px #adadad; border-radius: 2px; position: absolute; z-index: 1000; } .ipython_tooltip a { float: right; } .ipython_tooltip .tooltiptext pre { border: 0; border-radius: 0; font-size: 100%; background-color: #f7f7f7; } .pretooltiparrow { left: 0px; margin: 0px; top: -16px; width: 40px; height: 16px; overflow: hidden; position: absolute; } .pretooltiparrow:before { background-color: #f7f7f7; border: 1px #ababab solid; z-index: 11; content: ""; position: absolute; left: 15px; top: 10px; width: 25px; height: 25px; -webkit-transform: rotate(45deg); -moz-transform: rotate(45deg); -ms-transform: rotate(45deg); -o-transform: rotate(45deg); } ul.typeahead-list i { margin-left: -10px; width: 18px; } ul.typeahead-list { max-height: 80vh; overflow: auto; } ul.typeahead-list > li > a { /** Firefox bug **/ /* see https://github.com/jupyter/notebook/issues/559 */ white-space: normal; } .cmd-palette .modal-body { padding: 7px; } .cmd-palette form { background: white; } .cmd-palette input { outline: none; } .no-shortcut { display: none; } .command-shortcut:before { content: "(command)"; padding-right: 3px; color: #777777; } .edit-shortcut:before { content: "(edit)"; padding-right: 3px; color: #777777; } #find-and-replace #replace-preview .match, #find-and-replace #replace-preview .insert { background-color: #BBDEFB; border-color: #90CAF9; border-style: solid; border-width: 1px; border-radius: 0px; } #find-and-replace #replace-preview .replace .match { background-color: #FFCDD2; border-color: #EF9A9A; border-radius: 0px; } #find-and-replace #replace-preview .replace .insert { background-color: #C8E6C9; border-color: #A5D6A7; border-radius: 0px; } #find-and-replace #replace-preview { max-height: 60vh; overflow: auto; } #find-and-replace #replace-preview pre { padding: 5px 10px; } .terminal-app { background: #EEE; } .terminal-app #header { background: #fff; -webkit-box-shadow: 0px 0px 12px 1px rgba(87, 87, 87, 0.2); box-shadow: 0px 0px 12px 1px rgba(87, 87, 87, 0.2); } .terminal-app .terminal { float: left; font-family: monospace; color: white; background: black; padding: 0.4em; border-radius: 2px; -webkit-box-shadow: 0px 0px 12px 1px rgba(87, 87, 87, 0.4); box-shadow: 0px 0px 12px 1px rgba(87, 87, 87, 0.4); } .terminal-app .terminal, .terminal-app .terminal dummy-screen { line-height: 1em; font-size: 14px; } .terminal-app .terminal-cursor { color: black; background: white; } .terminal-app #terminado-container { margin-top: 20px; } /*# sourceMappingURL=style.min.css.map */ </style> <style type="text/css"> .highlight .hll { background-color: #ffffcc } .highlight { background: #f8f8f8; } .highlight .c { color: #408080; font-style: italic } /* Comment */ .highlight .err { border: 1px solid #FF0000 } /* Error */ .highlight .k { color: #008000; font-weight: bold } /* Keyword */ .highlight .o { color: #666666 } /* Operator */ .highlight .ch { color: #408080; font-style: italic } /* Comment.Hashbang */ .highlight .cm { color: #408080; font-style: italic } /* Comment.Multiline */ .highlight .cp { color: #BC7A00 } /* Comment.Preproc */ .highlight .cpf { color: #408080; font-style: italic } /* Comment.PreprocFile */ .highlight .c1 { color: #408080; font-style: italic } /* Comment.Single */ .highlight .cs { color: #408080; font-style: italic } /* Comment.Special */ .highlight .gd { color: #A00000 } /* Generic.Deleted */ .highlight .ge { font-style: italic } /* Generic.Emph */ .highlight .gr { color: #FF0000 } /* Generic.Error */ .highlight .gh { color: #000080; font-weight: bold } /* Generic.Heading */ .highlight .gi { color: #00A000 } /* Generic.Inserted */ .highlight .go { color: #888888 } /* Generic.Output */ .highlight .gp { color: #000080; font-weight: bold } /* Generic.Prompt */ .highlight .gs { font-weight: bold } /* Generic.Strong */ .highlight .gu { color: #800080; font-weight: bold } /* Generic.Subheading */ .highlight .gt { color: #0044DD } /* Generic.Traceback */ .highlight .kc { color: #008000; font-weight: bold } /* Keyword.Constant */ .highlight .kd { color: #008000; font-weight: bold } /* Keyword.Declaration */ .highlight .kn { color: #008000; font-weight: bold } /* Keyword.Namespace */ .highlight .kp { color: #008000 } /* Keyword.Pseudo */ .highlight .kr { color: #008000; font-weight: bold } /* Keyword.Reserved */ .highlight .kt { color: #B00040 } /* Keyword.Type */ .highlight .m { color: #666666 } /* Literal.Number */ .highlight .s { color: #BA2121 } /* Literal.String */ .highlight .na { color: #7D9029 } /* Name.Attribute */ .highlight .nb { color: #008000 } /* Name.Builtin */ .highlight .nc { color: #0000FF; font-weight: bold } /* Name.Class */ .highlight .no { color: #880000 } /* Name.Constant */ .highlight .nd { color: #AA22FF } /* Name.Decorator */ .highlight .ni { color: #999999; font-weight: bold } /* Name.Entity */ .highlight .ne { color: #D2413A; font-weight: bold } /* Name.Exception */ .highlight .nf { color: #0000FF } /* Name.Function */ .highlight .nl { color: #A0A000 } /* Name.Label */ .highlight .nn { color: #0000FF; font-weight: bold } /* Name.Namespace */ .highlight .nt { color: #008000; font-weight: bold } /* Name.Tag */ .highlight .nv { color: #19177C } /* Name.Variable */ .highlight .ow { color: #AA22FF; font-weight: bold } /* Operator.Word */ .highlight .w { color: #bbbbbb } /* Text.Whitespace */ .highlight .mb { color: #666666 } /* Literal.Number.Bin */ .highlight .mf { color: #666666 } /* Literal.Number.Float */ .highlight .mh { color: #666666 } /* Literal.Number.Hex */ .highlight .mi { color: #666666 } /* Literal.Number.Integer */ .highlight .mo { color: #666666 } /* Literal.Number.Oct */ .highlight .sb { color: #BA2121 } /* Literal.String.Backtick */ .highlight .sc { color: #BA2121 } /* Literal.String.Char */ .highlight .sd { color: #BA2121; font-style: italic } /* Literal.String.Doc */ .highlight .s2 { color: #BA2121 } /* Literal.String.Double */ .highlight .se { color: #BB6622; font-weight: bold } /* Literal.String.Escape */ .highlight .sh { color: #BA2121 } /* Literal.String.Heredoc */ .highlight .si { color: #BB6688; font-weight: bold } /* Literal.String.Interpol */ .highlight .sx { color: #008000 } /* Literal.String.Other */ .highlight .sr { color: #BB6688 } /* Literal.String.Regex */ .highlight .s1 { color: #BA2121 } /* Literal.String.Single */ .highlight .ss { color: #19177C } /* Literal.String.Symbol */ .highlight .bp { color: #008000 } /* Name.Builtin.Pseudo */ .highlight .vc { color: #19177C } /* Name.Variable.Class */ .highlight .vg { color: #19177C } /* Name.Variable.Global */ .highlight .vi { color: #19177C } /* Name.Variable.Instance */ .highlight .il { color: #666666 } /* Literal.Number.Integer.Long */ </style> <style type="text/css"> /* Temporary definitions which will become obsolete with Notebook release 5.0 */ .ansi-black-fg { color: #3E424D; } .ansi-black-bg { background-color: #3E424D; } .ansi-black-intense-fg { color: #282C36; } .ansi-black-intense-bg { background-color: #282C36; } .ansi-red-fg { color: #E75C58; } .ansi-red-bg { background-color: #E75C58; } .ansi-red-intense-fg { color: #B22B31; } .ansi-red-intense-bg { background-color: #B22B31; } .ansi-green-fg { color: #00A250; } .ansi-green-bg { background-color: #00A250; } .ansi-green-intense-fg { color: #007427; } .ansi-green-intense-bg { background-color: #007427; } .ansi-yellow-fg { color: #DDB62B; } .ansi-yellow-bg { background-color: #DDB62B; } .ansi-yellow-intense-fg { color: #B27D12; } .ansi-yellow-intense-bg { background-color: #B27D12; } .ansi-blue-fg { color: #208FFB; } .ansi-blue-bg { background-color: #208FFB; } .ansi-blue-intense-fg { color: #0065CA; } .ansi-blue-intense-bg { background-color: #0065CA; } .ansi-magenta-fg { color: #D160C4; } .ansi-magenta-bg { background-color: #D160C4; } .ansi-magenta-intense-fg { color: #A03196; } .ansi-magenta-intense-bg { background-color: #A03196; } .ansi-cyan-fg { color: #60C6C8; } .ansi-cyan-bg { background-color: #60C6C8; } .ansi-cyan-intense-fg { color: #258F8F; } .ansi-cyan-intense-bg { background-color: #258F8F; } .ansi-white-fg { color: #C5C1B4; } .ansi-white-bg { background-color: #C5C1B4; } .ansi-white-intense-fg { color: #A1A6B2; } .ansi-white-intense-bg { background-color: #A1A6B2; } .ansi-bold { font-weight: bold; } </style> <style type="text/css"> /* Overrides of notebook CSS for static HTML export */ body { overflow: visible; padding: 8px; } div#notebook { overflow: visible; border-top: none; } @media print { div.cell { display: block; page-break-inside: avoid; } div.output_wrapper { display: block; page-break-inside: avoid; } div.output { display: block; page-break-inside: avoid; } } </style> <!-- Custom stylesheet, it must be in the same directory as the html file --> <link rel="stylesheet" href="custom.css"> <!-- Loading mathjax macro --> <!-- Load mathjax --> <script src="https://cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-AMS_HTML"></script> <!-- MathJax configuration --> <script type="text/x-mathjax-config"> MathJax.Hub.Config({ tex2jax: { inlineMath: [ ['$','$'], ["\\(","\\)"] ], displayMath: [ ['$$','$$'], ["\\[","\\]"] ], processEscapes: true, processEnvironments: true }, // Center justify equations in code and markdown cells. Elsewhere // we use CSS to left justify single line equations in code cells. displayAlign: 'center', "HTML-CSS": { styles: {'.MathJax_Display': {"margin": 0}}, linebreaks: { automatic: true } } }); </script> <!-- End of mathjax configuration --></head> <body> <div tabindex="-1" id="notebook" class="border-box-sizing"> <div class="container" id="notebook-container"> <div class="cell border-box-sizing text_cell rendered"> <div class="prompt input_prompt"> </div> <div class="inner_cell"> <div class="text_cell_render border-box-sizing rendered_html"> <h1 id="ChemEnv-:-a-fast-and-robust-tool-to-automatically-identify-coordination-environments">ChemEnv : a fast and robust tool to automatically identify coordination environments<a class="anchor-link" href="#ChemEnv-:-a-fast-and-robust-tool-to-automatically-identify-coordination-environments">&#182;</a></h1> </div> </div> </div> <div class="cell border-box-sizing text_cell rendered"> <div class="prompt input_prompt"> </div> <div class="inner_cell"> <div class="text_cell_render border-box-sizing rendered_html"> <p>ChemEnv is a fast and robust tool to automatically identify coordination environments (e.g. tetrahedral, octahedral, icosahedral, ...) in a structure. The package is in pymatgen/analysis/chemenv and a script (get_environments.py) is provided in the pymatgen/scripts directory for simple usages. For more advanced usages, you should write your own script(s).</p> <p>This example section consists of a small introduction describing the idea and the procedure for the identification of the environments. The simple "get_environments.py" script is then presented. Some more sophisticated examples of usage will be provided in a near future.</p> </div> </div> </div> <div class="cell border-box-sizing text_cell rendered"> <div class="prompt input_prompt"> </div> <div class="inner_cell"> <div class="text_cell_render border-box-sizing rendered_html"> <h2 id="Introduction">Introduction<a class="anchor-link" href="#Introduction">&#182;</a></h2> </div> </div> </div> <div class="cell border-box-sizing text_cell rendered"> <div class="prompt input_prompt"> </div> <div class="inner_cell"> <div class="text_cell_render border-box-sizing rendered_html"> <p>Describing materials and compounds in terms of the coordination environments of their constituent atoms is a common and useful practice amongst chemists, crystallographers and materials scientists. The ChemEnv package allows to identify the model coordination environment to which a given (slightly or highly distorted) local environment is the closest. Model coordination environments have been taken from the following two references that were published by the Internation Union of Crystallographers and the Internation Union of Pure and Applied Chemistry respectively :</p> <ul> <li>J. Lima-de-Faria, E. Hellner, F. Liebau, E. Makovicky and E. Parthé, <em>Nomenclature of inorganic structure types</em>, Acta Crystallographica Section A <strong>46</strong>, 1 (1990).</li> <li>R. M. Hartshorn, E. Hey-Hawkins, R. Kalio and G. J. Leigh, <em>Representation of configuration in coordination polyhedra and the extension of current methodology to coordination numbers greater than six</em>, Pure and Applied Chemistry <strong>79</strong>, 1779.</li> </ul> <p>Without entering into too many details, the identification procedure can be described as follows :</p> <ol> <li>Voronoi analysis to identify the neighbours</li> <li>Computation of the Continuous Symmetry Measure (measure of distortion) with respect to all model coordination environments (see [M. Pinsky and D. Avnir, <em>Continuous Symmetry Measures. 5. The Classical Polyhedra</em>, Inorganic Chemistry <strong>37</strong>, 5575 (1998).])</li> <li>The coordination environment is the one with the smallest CSM.</li> </ol> <p>The real procedure is in fact more complicated but will be described in a forecoming paper.</p> </div> </div> </div> <div class="cell border-box-sizing text_cell rendered"> <div class="prompt input_prompt"> </div> <div class="inner_cell"> <div class="text_cell_render border-box-sizing rendered_html"> <h2 id="Quickly-get-environments-of-a-given-structure">Quickly get environments of a given structure<a class="anchor-link" href="#Quickly-get-environments-of-a-given-structure">&#182;</a></h2> </div> </div> </div> <div class="cell border-box-sizing text_cell rendered"> <div class="prompt input_prompt"> </div> <div class="inner_cell"> <div class="text_cell_render border-box-sizing rendered_html"> <p>The "get_environments.py" script is available in pymatgen/scripts. It should be installed automatically when you install pymatgen and should thus be available directly in a terminal. The script is self explanatory. Just run it by issuing "get_environment.py" in a terminal.</p> <p>By default, the script will ask you the path to the CIF file of the structure you want to analyze. The script is also able to get a structure directly from the MaterialsProject database using the MaterialsProject id. In order to use this feature, you should setup the connection to the MaterialsProject by issuing "get_environment.py -s". Just follow the instructions of this setup option in order to setup the connection to the MaterialsProject. You can also specify other options (related to the procedure of identification of the coordination environments).</p> <p>After having specified your structure (either from a CIF file or by MaterialsProject Id), the script will automatically identify the coordination environments. Be carefull that this can take some time for large and/or complex structures (structures with large coordination numbers typically take more time to process).</p> <p>After the identification has been performed, the script asks you what you want to do :</p> <ul> <li>See the list of environments for each site ("y" or "d" with more details)</li> <li>See the grid of angle/distance parameters ("g", advanced/expert usage, description of this will follow)</li> </ul> <p>If you have VTK installed, you can also visualize the structure directly.</p> </div> </div> </div> </div> </div> </body> </html>
tallakahath/pymatgen
docs/_static/ChemEnv - How to automatically identify coordination environments in a structure.html
HTML
mit
253,886
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!-- NewPage --> <html lang="en"> <head> <!-- Generated by javadoc (1.8.0) on Thu Jan 05 01:03:29 EST 2017 --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>org.owasp.appsensor.integration.jmx (appsensor-parent 2.3.1 API)</title> <meta name="date" content="2017-01-05"> <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style"> <script type="text/javascript" src="../../../../../script.js"></script> </head> <body> <script type="text/javascript"><!-- try { if (location.href.indexOf('is-external=true') == -1) { parent.document.title="org.owasp.appsensor.integration.jmx (appsensor-parent 2.3.1 API)"; } } catch(err) { } //--> </script> <noscript> <div>JavaScript is disabled on your browser.</div> </noscript> <div class="header"> <h1 title="Package" class="title">Package&nbsp;org.owasp.appsensor.integration.jmx</h1> </div> <div class="contentContainer"> <ul class="blockList"> <li class="blockList"> <table class="typeSummary" border="0" cellpadding="3" cellspacing="0" summary="Interface Summary table, listing interfaces, and an explanation"> <caption><span>Interface Summary</span><span class="tabEnd">&nbsp;</span></caption> <tr> <th class="colFirst" scope="col">Interface</th> <th class="colLast" scope="col">Description</th> </tr> <tbody> <tr class="altColor"> <td class="colFirst"><a href="../../../../../org/owasp/appsensor/integration/jmx/JmxEmitter.JmxAppSensorMBean.html" title="interface in org.owasp.appsensor.integration.jmx">JmxEmitter.JmxAppSensorMBean</a></td> </tr> <tr class="rowColor"> <td class="colFirst"><a href="../../../../../org/owasp/appsensor/integration/jmx/JmxEmitter.JmxAttackMBean.html" title="interface in org.owasp.appsensor.integration.jmx">JmxEmitter.JmxAttackMBean</a></td> </tr> <tr class="altColor"> <td class="colFirst"><a href="../../../../../org/owasp/appsensor/integration/jmx/JmxEmitter.JmxEventMBean.html" title="interface in org.owasp.appsensor.integration.jmx">JmxEmitter.JmxEventMBean</a></td> </tr> <tr class="rowColor"> <td class="colFirst"><a href="../../../../../org/owasp/appsensor/integration/jmx/JmxEmitter.JmxResponseMBean.html" title="interface in org.owasp.appsensor.integration.jmx">JmxEmitter.JmxResponseMBean</a></td> </tr> </tbody> </table> </li> <li class="blockList"> <table class="typeSummary" border="0" cellpadding="3" cellspacing="0" summary="Class Summary table, listing classes, and an explanation"> <caption><span>Class Summary</span><span class="tabEnd">&nbsp;</span></caption> <tr> <th class="colFirst" scope="col">Class</th> <th class="colLast" scope="col">Description</th> </tr> <tbody> <tr class="altColor"> <td class="colFirst"><a href="../../../../../org/owasp/appsensor/integration/jmx/JmxEmitter.html" title="class in org.owasp.appsensor.integration.jmx">JmxEmitter</a></td> </tr> </tbody> </table> </li> </ul> </div> <p class="legalCopy"><small>Copyright &#169; 2017 <a href="http://www.owasp.org">The Open Web Application Security Project (OWASP)</a>. All rights reserved.</small></p> </body> </html>
jtmelton/appsensor
appsensor-dot-org/site-contents/docs/v2.3.1/javadoc/org/owasp/appsensor/integration/jmx/package-summary.html
HTML
mit
3,196
<!DOCTYPE html> <html> <head> <title>The Olive Fairy Book | Andrew Lang | Lit2Go ETC</title> <link rel="stylesheet" href="http://etc.usf.edu/lit2go/css/screenless.css" type="text/css" media="screen" title="no title" charset="utf-8"> <link rel="stylesheet" href="http://etc.usf.edu/lit2go/css/printless.css" type="text/css" media="print" title="no title" charset="utf-8"> <!--[if lt IE 9]> <script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script> <![endif]--> <script type="text/javascript" src="//ajax.googleapis.com/ajax/libs/jquery/1.10.2/jquery.min.js"></script> <script type="text/javascript" defer src="http://etc.usf.edu/lit2go/js/js.min.js"></script> <script type="text/javascript"> var _gaq = _gaq || []; _gaq.push(['_setAccount', 'UA-5574891-1']); _gaq.push(['_trackPageview']); (function() { var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true; ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js'; var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s); })(); $(document).ready(function() { $('img').unveil(); $('#contactable').contactable({ url: 'http://etc.usf.edu/lit2go/welcome/feedback/', subject: 'Lit2Go Feedback — The Olive Fairy Book | Andrew Lang — http://etc.usf.edu/lit2go/144/the-olive-fairy-book/' }); }); </script> </head> <body> <div class="page"> <header> <h1> <a href="http://etc.usf.edu/lit2go/">Lit<span class="blue">2</span>Go</a> </h1> <ul> <li id="search"><form action="http://etc.usf.edu/lit2go/search/"><input type="text" name="q" placeholder="Search" value=""></form></li> </ul> </header> <nav id="shell"> <ul> <li><a href="http://etc.usf.edu/lit2go/authors/" class="">Authors</a></li> <li><a href="http://etc.usf.edu/lit2go/books/" class="selected">Books</a></li> <li><a href="http://etc.usf.edu/lit2go/genres/" class="">Genres</a></li> <li><a href="http://etc.usf.edu/lit2go/collections/" class="">Collections</a></li> <li><a href="http://etc.usf.edu/lit2go/readability/" class="">Readability</a></li> </ul> </nav> <section id="content"> <div id="contactable"><!-- contactable html placeholder --></div> <div id="page_content"> <header> <h2> The Olive Fairy Book </h2> <h3> by <a href="http://etc.usf.edu/lit2go/authors/198/andrew-lang/">Andrew Lang</a> </h3> </header> <!--Two different page images for testing--> <!--<div id="page_image"> <img src="http://etc.usf.edu/clipart/21100/21137/alice9_21137_lg.gif" alt="A scene from the story, Alice in Wonderland."> </div>--> <div id="column_primary"> <div id="page_thumbnail"> <img height="150" width="150" src="http://etc.usf.edu/lit2go/static/thumbnails/books/144.png" alt="The Olive Fairy Book"> </div> <p> <p> This book is a collection of traditional tales. The collection was assembled by Scottish folklorist Andrew Lang although authorship of the stories is unknown. Lang published several collections of traditional tales, collectively known as <em>Andrew Lang&#39;s Fairy Books</em>.</p> </p> <p> <strong>Source:</strong> Lang, A. (Ed.). (1907). <em>The Olive Fairy Book</em>. London: Longmans, Green & Co. </p> <dl> <dt> <a href="http://etc.usf.edu/lit2go/144/the-olive-fairy-book/5049/jackal-or-tiger/">Jackal or Tiger?</a> </dt> <dd> A king and his wife make a bet, but the result is unfair to the queen, who is banished to the forest. There a farmer takes her in and she raises her son until he is eighteen. He leaves in search of adventure, only to find himself at his father&rsquo;s castle. He is given seemingly impossible tasks, which he completes with the help of a fairy. Finally, the king is taught the error of his ways. </dd> <dt> <a href="http://etc.usf.edu/lit2go/144/the-olive-fairy-book/5141/the-prince-and-the-princess-in-the-forest/">The Prince and the Princess in the Forest</a> </dt> <dd> A prince and his mother set off into the world after the king&rsquo;s death. The son is brave and clever, while his mother is a coward. She tricks him to help a robber in order to save her own life. The prince rescues a princess, and in turn is rescued by the princess. They are wed, and would live happily, but curiosity leads them both into trouble once more.The prince must find his way back to the princess and avenge himself against the robber and the wrongs committed by his mother. </dd> <dt> <a href="http://etc.usf.edu/lit2go/144/the-olive-fairy-book/5142/the-satin-surgeon/">The Satin Surgeon</a> </dt> <dd> A king has two daughters, though one is ugly and cruel and the other beautiful and kind. A prince is supposed to be promised to the former, but falls in love with the latter. The bitter sister and the king send away the younger princess to a tower where she is trapped. The prince tries to see his princess, but is harmed by the plans of the elder sister.The princess escapes her tower and sets off to save the prince she loves. </dd> <dt> <a href="http://etc.usf.edu/lit2go/144/the-olive-fairy-book/5144/the-silent-princess/">The Silent Princess</a> </dt> <dd> A spoiled young boy torments an old woman, who curses him to fall in love with the silent princess. He decides he must go into the world and seek this princess, or die. He comes to learn that many others have lost their lives trying to get the silent princess to speak. Luckily, he befriends a nightingale who helps him in his challenges. </dd> <dt> <a href="http://etc.usf.edu/lit2go/144/the-olive-fairy-book/5147/the-snake-prince/">The Snake Prince</a> </dt> <dd> An old woman who has nothing finds a snake in her water jar, and wishes for death. Instead, she discovers a necklace, which earns her wealth. The king buys the necklace, but finds it replaced with the son he so desires.The prince and princess are wed, but she wishes to know the secret of the prince. He warns her of the consequences, which come to pass when he reveals the secret. The princess must work to break the enchantment to get back her prince. </dd> <dt> <a href="http://etc.usf.edu/lit2go/144/the-olive-fairy-book/5149/the-story-of-zoulvisia/">The Story of Zoulvisia</a> </dt> <dd> Many are enchanted by the mountains but none leave alive. A family loses their seven sons to the mountain until the youngest sets out to try to do what his brothers could not. He manages to break the enchantment, and meets Zoulvisia.Out of kindness, he brings an old woman back to the palace, despite the misgivings of others. The woman is a witch, and Zoulvisia reveals secrets to her that put their lives in danger.The prince and Zoulvisia plan her escape. </dd> </dl> </div> <div id="column_secondary"> <ul> <div> <li> <strong>Year Published:</strong> 1907 </li> <li> <strong>Language:</strong> English </li> <li> <strong>Country of Origin:</strong> England </li> </div> <div> <li> <strong>Readability:</strong> <ul> <li> Flesch–Kincaid Level: <a href="http://etc.usf.edu/lit2go/readability/flesch_kincaid_grade_level/3/" title="Flesch–Kincaid Grade Level 3.4">3.4</a> </li> </ul> </li> <li> <strong>Word Count:</strong> 31,884 </li> </div> <div> <li> <strong>Genre:</strong> <a href="http://etc.usf.edu/lit2go/genres/13/fairy-talefolk-tale/">Fairy Tale/Folk Tale</a> </li> <li> <strong>Keywords:</strong> abandonment, betrayal, family, forgiveness </li> </div> <div> <li> <a class="btn" data-toggle="modal" href="#cite_this" >✎ Cite This</a> </li> <li> <!-- AddThis Button BEGIN --> <div class="addthis_toolbox addthis_default_style "> <a addthis:ui_delay="500" href="http://www.addthis.com/bookmark.php?v=250&amp;pub=roywinkelman" class="addthis_button_compact">Share</a> <span class="addthis_separator">|</span> <a class="addthis_button_preferred_1"></a> <a class="addthis_button_preferred_2"></a> <a class="addthis_button_preferred_3"></a> <a class="addthis_button_preferred_4"></a> </div> <script type="text/javascript">$($.getScript("http://s7.addthis.com/js/250/addthis_widget.js?pub=roywinkelman"))</script> <!-- <script type="text/javascript" src="http://s7.addthis.com/js/250/addthis_widget.js?pub=roywinkelman"></script> --> <!-- AddThis Button END --> </li> <li> <a href="itms://itunes.apple.com/WebObjects/MZStore.woa/wa/viewPodcast?id=384526520">Available on <span class="itunes_u">iTunes&nbsp;U</span></a> </li> </div> </ul> </div> </div> <div class="modal hide" id="cite_this"> <script> $('#myTab a').click(function (e) { e.preventDefault(); $('#myTab a[href="#apa"]').tab('show'); }) </script> <nav> <ul id="myTab"> <li class="active"> <a href="#apa" data-toggle="tab">APA</a> </li> <li> <a href="#mla" data-toggle="tab">MLA</a> </li> <li> <a href="#chicago" data-toggle="tab">Chicago</a> </li> </ul> </nav> <div class="tab-content"> <div class="content tab-pane hide active" id="apa"> <p class="citation"> Lang, A. (1907). <em>The Olive Fairy Book</em>. (Lit2Go ed.). Retrieved February 15, 2016, from <span class="faux_link">http://etc.usf.edu/lit2go/144/the-olive-fairy-book/</span> </p> </div> <div class="content tab-pane" id="mla"> <p class="citation"> Lang, Andrew. <em>The Olive Fairy Book</em>. Lit2Go Edition. 1907. Web. <<span class="faux_link">http://etc.usf.edu/lit2go/144/the-olive-fairy-book/</span>>. February 15, 2016. </p> </div> <div class="content tab-pane" id="chicago"> <p class="citation"> Andrew Lang, <em>The Olive Fairy Book</em>, Li2Go edition, (1907), accessed February 15, 2016, <span class="faux_link">http://etc.usf.edu/lit2go/144/the-olive-fairy-book/</span>. </p> </div> </div> </div> </section> <footer screen> <div id="footer-text"> <p> This collection of children's literature is a part of the <a href="http://etc.usf.edu/">Educational Technology Clearinghouse</a> and is funded by various <a href="http://etc.usf.edu/lit2go/welcome/funding/">grants</a>. </p> <p> Copyright &copy; 2006&mdash;2016 by the <a href="http://fcit.usf.edu/">Florida Center for Instructional Technology</a>, <a href="http://www.coedu.usf.edu/">College of Education</a>, <a href="http://www.usf.edu/">University of South Florida</a>. </p> </div> <ul id="footer-links"> <li><a href="http://etc.usf.edu/lit2go/welcome/license/">License</a></li> <li><a href="http://etc.usf.edu/lit2go/welcome/credits/">Credits</a></li> <li><a href="http://etc.usf.edu/lit2go/welcome/faq/">FAQ</a></li> <li><a href="http://etc.usf.edu/lit2go/giving/">Giving</a></li> </ul> </footer> <script type="text/javascript" defer src="http://etc.usf.edu/lit2go/js/details.js"></script> </div> </body> </html>
adrianosb/HtmlToText
lit2go.ok/144/the-olive-fairy-book/index.html
HTML
mit
11,888
<div class="navbar"> <div class="navbar-inner"> <div class="left sliding"><a href="swiper.html" class="back link"><i class="icon icon-back"></i><span>Back</span></a></div> <div class="center sliding">Space Between Slides</div> <div class="right"><a href="#" class="open-panel link icon-only"><i class="icon icon-bars"></i></a></div> </div> </div> <div class="pages navbar-through"> <div data-page="swiper-horizontal" class="page"> <div class="page-content"> <div data-pagination=".swiper-pagination" data-spaceBetween="50" data-paginationHide="true" class="swiper-container swiper-init ks-demo-slider"> <div class="swiper-pagination"></div> <div class="swiper-wrapper"> <div class="swiper-slide ks-slide-white">Slide 1</div> <div class="swiper-slide ks-slide-white">Slide 2</div> <div class="swiper-slide ks-slide-white">Slide 3</div> <div class="swiper-slide ks-slide-white">Slide 4</div> <div class="swiper-slide ks-slide-white">Slide 5</div> <div class="swiper-slide ks-slide-white">Slide 6</div> <div class="swiper-slide ks-slide-white">Slide 7</div> <div class="swiper-slide ks-slide-white">Slide 8</div> <div class="swiper-slide ks-slide-white">Slide 9</div> <div class="swiper-slide ks-slide-white">Slide 10</div> </div> </div> </div> </div> </div>
xDasper/pgFW7app
kitchen-sink/swiper-space-between.html
HTML
mit
1,420
<!DOCTYPE html> <!--[if IE 8]><html class="no-js lt-ie9" lang="en" > <![endif]--> <!--[if gt IE 8]><!--> <html class="no-js" lang="en" > <!--<![endif]--> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>intermol.forces.abstract_4_virtual_type module &mdash; InterMol 0.2a1 documentation</title> <link href='https://fonts.googleapis.com/css?family=Lato:400,700|Roboto+Slab:400,700|Inconsolata:400,700' rel='stylesheet' type='text/css'> <link rel="stylesheet" href="../_static/css/theme.css" type="text/css" /> <link rel="top" title="InterMol 0.2a1 documentation" href="../index.html"/> <link rel="up" title="intermol.forces package" href="intermol.forces.html"/> <link rel="next" title="intermol.forces.abstract_angle_type module" href="intermol.forces.abstract_angle_type.html"/> <link rel="prev" title="intermol.forces.abstract_3_virtual_type module" href="intermol.forces.abstract_3_virtual_type.html"/> <script src="https://cdnjs.cloudflare.com/ajax/libs/modernizr/2.6.2/modernizr.min.js"></script> </head> <body class="wy-body-for-nav" role="document"> <div class="wy-grid-for-nav"> <nav data-toggle="wy-nav-shift" class="wy-nav-side"> <div class="wy-side-nav-search"> <a href="../index.html" class="fa fa-home"> InterMol</a> <div role="search"> <form id ="rtd-search-form" class="wy-form" action="../search.html" method="get"> <input type="text" name="q" placeholder="Search docs" /> <input type="hidden" name="check_keywords" value="yes" /> <input type="hidden" name="area" value="default" /> </form> </div> </div> <div class="wy-menu wy-menu-vertical" data-spy="affix" role="navigation" aria-label="main navigation"> <ul> <li class="toctree-l1"><a class="reference internal" href="../installation.html">Installation</a><ul> <li class="toctree-l2"><a class="reference internal" href="../installation.html#install-with-pip-coming-soon">Install with pip (coming soon!)</a></li> <li class="toctree-l2"><a class="reference internal" href="../installation.html#install-from-source">Install from source</a></li> <li class="toctree-l2"><a class="reference internal" href="../installation.html#dependencies">Dependencies</a></li> </ul> </li> </ul> <ul> <li class="toctree-l1"><a class="reference internal" href="../development.html">Contributing</a><ul> <li class="toctree-l2"><a class="reference internal" href="../development.html#bug-reports">Bug Reports</a></li> <li class="toctree-l2"><a class="reference internal" href="../development.html#code-style">Code Style</a></li> <li class="toctree-l2"><a class="reference internal" href="../development.html#running-our-tests">Running our tests</a></li> <li class="toctree-l2"><a class="reference internal" href="../development.html#git-flow">Git Flow</a></li> </ul> </li> </ul> <ul class="current"> <li class="toctree-l1 current"><a class="reference internal" href="intermol.html">intermol package</a><ul class="current"> <li class="toctree-l2 current"><a class="reference internal" href="intermol.html#subpackages">Subpackages</a></li> <li class="toctree-l2"><a class="reference internal" href="intermol.html#submodules">Submodules</a></li> <li class="toctree-l2"><a class="reference internal" href="intermol.html#module-intermol">Module contents</a></li> </ul> </li> <li class="toctree-l1"><a class="reference internal" href="intermol.gromacs.html">intermol.gromacs package</a><ul> <li class="toctree-l2"><a class="reference internal" href="intermol.gromacs.html#submodules">Submodules</a></li> <li class="toctree-l2"><a class="reference internal" href="intermol.gromacs.html#module-intermol.gromacs">Module contents</a></li> </ul> </li> <li class="toctree-l1"><a class="reference internal" href="intermol.lammps.html">intermol.lammps package</a><ul> <li class="toctree-l2"><a class="reference internal" href="intermol.lammps.html#submodules">Submodules</a></li> <li class="toctree-l2"><a class="reference internal" href="intermol.lammps.html#module-intermol.lammps">Module contents</a></li> </ul> </li> <li class="toctree-l1 current"><a class="reference internal" href="intermol.forces.html">intermol.forces package</a><ul class="current"> <li class="toctree-l2 current"><a class="reference internal" href="intermol.forces.html#submodules">Submodules</a></li> <li class="toctree-l2"><a class="reference internal" href="intermol.forces.html#module-intermol.forces">Module contents</a></li> </ul> </li> </ul> </div> &nbsp; </nav> <section data-toggle="wy-nav-shift" class="wy-nav-content-wrap"> <nav class="wy-nav-top" role="navigation" aria-label="top navigation"> <i data-toggle="wy-nav-top" class="fa fa-bars"></i> <a href="../index.html">InterMol</a> </nav> <div class="wy-nav-content"> <div class="rst-content"> <div role="navigation" aria-label="breadcrumbs navigation"> <ul class="wy-breadcrumbs"> <li><a href="../index.html">Docs</a> &raquo;</li> <li><a href="intermol.forces.html">intermol.forces package</a> &raquo;</li> <li>intermol.forces.abstract_4_virtual_type module</li> <li class="wy-breadcrumbs-aside"> <a href="../_sources/apidoc/intermol.forces.abstract_4_virtual_type.txt" rel="nofollow"> View page source</a> </li> </ul> <hr/> </div> <div role="main"> <div class="section" id="module-intermol.forces.abstract_4_virtual_type"> <span id="intermol-forces-abstract-4-virtual-type-module"></span><h1>intermol.forces.abstract_4_virtual_type module<a class="headerlink" href="#module-intermol.forces.abstract_4_virtual_type" title="Permalink to this headline">¶</a></h1> <dl class="class"> <dt id="intermol.forces.abstract_4_virtual_type.Abstract4VirtualType"> <em class="property">class </em><tt class="descclassname">intermol.forces.abstract_4_virtual_type.</tt><tt class="descname">Abstract4VirtualType</tt><big>(</big><em>bondingtype1</em>, <em>bondingtype2</em>, <em>bondingtype3</em>, <em>bondingtype4</em>, <em>bondingtype5</em><big>)</big><a class="reference internal" href="../_modules/intermol/forces/abstract_4_virtual_type.html#Abstract4VirtualType"><span class="viewcode-link">[source]</span></a><a class="headerlink" href="#intermol.forces.abstract_4_virtual_type.Abstract4VirtualType" title="Permalink to this definition">¶</a></dt> <dd><p>Bases: <a class="reference internal" href="intermol.forces.abstract_type.html#intermol.forces.abstract_type.AbstractType" title="intermol.forces.abstract_type.AbstractType"><tt class="xref py py-class docutils literal"><span class="pre">intermol.forces.abstract_type.AbstractType</span></tt></a></p> <dl class="attribute"> <dt id="intermol.forces.abstract_4_virtual_type.Abstract4VirtualType.bondingtype1"> <tt class="descname">bondingtype1</tt><a class="headerlink" href="#intermol.forces.abstract_4_virtual_type.Abstract4VirtualType.bondingtype1" title="Permalink to this definition">¶</a></dt> <dd></dd></dl> <dl class="attribute"> <dt id="intermol.forces.abstract_4_virtual_type.Abstract4VirtualType.bondingtype2"> <tt class="descname">bondingtype2</tt><a class="headerlink" href="#intermol.forces.abstract_4_virtual_type.Abstract4VirtualType.bondingtype2" title="Permalink to this definition">¶</a></dt> <dd></dd></dl> <dl class="attribute"> <dt id="intermol.forces.abstract_4_virtual_type.Abstract4VirtualType.bondingtype3"> <tt class="descname">bondingtype3</tt><a class="headerlink" href="#intermol.forces.abstract_4_virtual_type.Abstract4VirtualType.bondingtype3" title="Permalink to this definition">¶</a></dt> <dd></dd></dl> <dl class="attribute"> <dt id="intermol.forces.abstract_4_virtual_type.Abstract4VirtualType.bondingtype4"> <tt class="descname">bondingtype4</tt><a class="headerlink" href="#intermol.forces.abstract_4_virtual_type.Abstract4VirtualType.bondingtype4" title="Permalink to this definition">¶</a></dt> <dd></dd></dl> </dd></dl> </div> </div> <footer> <div class="rst-footer-buttons" role="navigation" aria-label="footer navigation"> <a href="intermol.forces.abstract_angle_type.html" class="btn btn-neutral float-right" title="intermol.forces.abstract_angle_type module"/>Next <span class="fa fa-arrow-circle-right"></span></a> <a href="intermol.forces.abstract_3_virtual_type.html" class="btn btn-neutral" title="intermol.forces.abstract_3_virtual_type module"><span class="fa fa-arrow-circle-left"></span> Previous</a> </div> <hr/> <div role="contentinfo"> <p> &copy; Copyright 2015, Christoph Klein, Christopher Lee, Ellen Zhong, and Michael Shirts. </p> </div> <a href="https://github.com/snide/sphinx_rtd_theme">Sphinx theme</a> provided by <a href="https://readthedocs.org">Read the Docs</a> </footer> </div> </div> </section> </div> <script type="text/javascript"> var DOCUMENTATION_OPTIONS = { URL_ROOT:'../', VERSION:'0.2a1', COLLAPSE_INDEX:false, FILE_SUFFIX:'.html', HAS_SOURCE: true }; </script> <script type="text/javascript" src="../_static/jquery.js"></script> <script type="text/javascript" src="../_static/underscore.js"></script> <script type="text/javascript" src="../_static/doctools.js"></script> <script type="text/javascript" src="http://cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML"></script> <script type="text/javascript" src="../_static/js/theme.js"></script> <script type="text/javascript"> jQuery(function () { SphinxRtdTheme.StickyNav.enable(); }); </script> </body> </html>
mrshirts/InterMol
doc/_build/html/apidoc/intermol.forces.abstract_4_virtual_type.html
HTML
mit
9,948
<div> <!--Triggers a build when the label or labels specified are added to a--> <!--pull request. Note that with multiple labels, at least one of the specified--> <!--labels must have been added for this to be triggered.--> <!-- not one --> Triggers run when label is added to pull request. Set of labels is considered added only when at least one label of set was newly added (was not saved in local PR previously) AND every label of set exists on remote PR now. </div>
jenkinsci/github-pullrequest-plugin
github-pullrequest-plugin/src/main/resources/org/jenkinsci/plugins/github/pullrequest/events/impl/GitHubPRLabelAddedEvent/help.html
HTML
mit
499
<div class="form-error" ng-message="required">Esse campo é obrigatório</div> <div class="form-error" ng-message="minlength">Esse campo deve ter pelo menos 4 caractéres</div> <div class="form-error" ng-message="compareTo">Deve combinar com o campo anterior</div>
nickollascoelho/mymedicines-app
www/templates/form-errors.html
HTML
mit
265
<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <link rel="stylesheet" href="CSS/theCrypt.css" /> <title>The Crypt</title> </head> <body> <h1>The Crypt</h1> <div id="views"> <div id="place"></div> <div id="player"></div> </div> <div id="messages"></div> <div id="controls"> <input type="text" id="txtCommand"> <button id="btnCommand">Make it so</button> </div> <!-- Templates --> <script type="text/x-template" id="itemTemplate"> <li>{{item}}</li> </script> <script type="text/x-template" id="playerTemplate"> <h3>{{name}}</h3> <p>{{health}}</p> <ol id="playerItems"></ol> </script> <script type="text/x-template" id="placeTemplate"> <h3>{{title}}</h3> <p>{{description}}</p> <div class="placePanel"> <h4>Items</h4> <ol id="placeItems"></ol> </div> <div class="placePanel"> <h4>Exits</h4> <ol id="placeExits"></ol> </div> </script> <script type="text/x-template" id="messageTemplate"> <p>*** {{message}} ***</p> </script> <!-- Modules --> <script src="maps/TheDarkHouse.js"></script> <script src="js/mapManager.js"></script> <script src="js/template.js"></script> <script src="js/player.js"></script> <script src="js/place.js"></script> <script src="js/playerView.js"></script> <script src="js/placeView.js"></script> <script src="js/messageView.js"></script> <script src="js/gameController.js"></script> <script src="js/commands.js"></script> <!-- Start the game --> <script> var playerName = "Jahver"; var map = theCrypt.mapData; game.init(map, playerName); </script> </body> </html>
jrlarsen/GetProgramming
Ch21_Conclusion/TheCrypt/theCrypt.html
HTML
mit
1,745
<div> <h3>{{=it.name}}</h3><h5>{{= it.owner.login}}</h5> <img class="avatar" id="img-{{= it.id }}" src="{{= it.owner.avatar_url}}"> </div>
vlin/coala
app/mytodo/github-dynamic/github-item/index.html
HTML
mit
143
<html> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> <link rel="stylesheet" href="./../../helpwin.css"> <title>MATLAB File Help: prtKernelRbfNdimensionScale/dataSetSummary</title> </head> <body> <!--Single-page help--> <table border="0" cellspacing="0" width="100%"> <tr class="subheader"> <td class="headertitle">MATLAB File Help: prtKernelRbfNdimensionScale/dataSetSummary</td> </tr> </table> <div class="title">prtKernelRbfNdimensionScale/dataSetSummary</div> <div class="helptext"><pre><!--helptext --> Structure that summarizes prtDataSet. Help for <span class="helptopic">prtKernelRbfNdimensionScale/dataSetSummary</span> is inherited from superclass <a href="./../prtAction.html">prtAction</a></pre></div><!--after help --> <!--Property--> <div class="sectiontitle">Property Details</div> <table class="class-details"> <tr> <td class="class-detail-label">Constant</td> <td>false</td> </tr> <tr> <td class="class-detail-label">Dependent</td> <td>false</td> </tr> <tr> <td class="class-detail-label">Sealed</td> <td>false</td> </tr> <tr> <td class="class-detail-label">Transient</td> <td>false</td> </tr> <tr> <td class="class-detail-label">GetAccess</td> <td>public</td> </tr> <tr> <td class="class-detail-label">SetAccess</td> <td>protected</td> </tr> <tr> <td class="class-detail-label">GetObservable</td> <td>false</td> </tr> <tr> <td class="class-detail-label">SetObservable</td> <td>false</td> </tr> </table> </body> </html>
covartech/PRT
doc/functionReference/prtKernelRbfNdimensionScale/dataSetSummary.html
HTML
mit
1,946
<div> <p> Jenkinsが変更をポーリングするように設定されると、ビルドを実行する必要があるかどうか決定するときに、 Jenkinsはこのリストにあるユーザーによるコミットを無視します。これは、ビルド自身が行ったコミットが、 別のビルドを引き起こすのを避けるために使用できます。ビルドサーバが変更を異なるSCMユーザーでコミットすると仮定する場合ですが。 </p> <p> この機能は、より速いgit ls-remoteを使用したポーリングの仕組みを妨げます。 そして、<b>Force polling using workspace</b>を選択したかのように、ポーリングにワークスペースが必要になり、 時々不要なビルドを引き起こします。 </p> <p>  対象外ユーザーは、文字通りパターンマッチングを使用して、改行で分離されなければなりません。 </p> <pre>auto_build_user</pre> <p> "auto_build_user"によって、SCMにコミットされたリビジョンだけは、ビルドは起動しません。 </p> </div>
recena/git-plugin
src/main/resources/hudson/plugins/git/extensions/impl/UserExclusion/help-excludedUsers_ja.html
HTML
mit
1,160
<input class="stdFormInputs" type="checkbox" name="${attribute.fieldName}" value="true" <#if editMap??><#if editMap[attribute.fieldName] == "Yes">checked</#if></#if>> <input type="hidden" name="${attribute.fieldName}" value="false">
KROKIteam/KROKI-CERIF-Model
CerifModel/ApplicationRepository/static/gui/web/templates/components/checkbox.html
HTML
mit
233
<!DOCTYPE html> <html> <head> <title>Flesch–Kincaid Grade Level 9 | Lit2Go ETC</title> <link rel="stylesheet" href="http://etc.usf.edu/lit2go/css/screenless.css" type="text/css" media="screen" title="no title" charset="utf-8"> <link rel="stylesheet" href="http://etc.usf.edu/lit2go/css/printless.css" type="text/css" media="print" title="no title" charset="utf-8"> <!--[if lt IE 9]> <script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script> <![endif]--> <script type="text/javascript" src="//ajax.googleapis.com/ajax/libs/jquery/1.10.2/jquery.min.js"></script> <script type="text/javascript" defer src="http://etc.usf.edu/lit2go/js/js.min.js"></script> <script type="text/javascript"> var _gaq = _gaq || []; _gaq.push(['_setAccount', 'UA-5574891-1']); _gaq.push(['_trackPageview']); (function() { var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true; ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js'; var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s); })(); $(document).ready(function() { $('img').unveil(); $('#contactable').contactable({ url: 'http://etc.usf.edu/lit2go/welcome/feedback/', subject: 'Lit2Go Feedback — Flesch–Kincaid Grade Level 9 — http://etc.usf.edu/lit2go/readability/flesch_kincaid_grade_level/9/' }); }); </script> </head> <body> <div class="page"> <header> <h1> <a href="http://etc.usf.edu/lit2go/">Lit<span class="blue">2</span>Go</a> </h1> <ul> <li id="search"><form action="http://etc.usf.edu/lit2go/search/"><input type="text" name="q" placeholder="Search" value=""></form></li> </ul> </header> <nav id="shell"> <ul> <li><a href="http://etc.usf.edu/lit2go/authors/" class="">Authors</a></li> <li><a href="http://etc.usf.edu/lit2go/books/" class="">Books</a></li> <li><a href="http://etc.usf.edu/lit2go/genres/" class="">Genres</a></li> <li><a href="http://etc.usf.edu/lit2go/collections/" class="">Collections</a></li> <li><a href="http://etc.usf.edu/lit2go/readability/" class="selected">Readability</a></li> </ul> </nav> <section id="content"> <div id="contactable"><!-- contactable html placeholder --></div> <div id="page_content"> <header> <h2> Flesch–Kincaid Grade Level 9 </h2> </header> <div id="single_column"> <div class="top"> <section class="pagination"> <ul> <li><a href="http://etc.usf.edu/lit2go/readability/flesch_kincaid_grade_level/K/">K</a></li> <li><a href="http://etc.usf.edu/lit2go/readability/flesch_kincaid_grade_level/1/">1</a></li> <li><a href="http://etc.usf.edu/lit2go/readability/flesch_kincaid_grade_level/2/">2</a></li> <li><a href="http://etc.usf.edu/lit2go/readability/flesch_kincaid_grade_level/3/">3</a></li> <li><a href="http://etc.usf.edu/lit2go/readability/flesch_kincaid_grade_level/4/">4</a></li> <li><a href="http://etc.usf.edu/lit2go/readability/flesch_kincaid_grade_level/5/">5</a></li> <li><a href="http://etc.usf.edu/lit2go/readability/flesch_kincaid_grade_level/6/">6</a></li> <li><a href="http://etc.usf.edu/lit2go/readability/flesch_kincaid_grade_level/7/">7</a></li> <li><a href="http://etc.usf.edu/lit2go/readability/flesch_kincaid_grade_level/8/">8</a></li> <li class="current">9</li> <li><a href="http://etc.usf.edu/lit2go/readability/flesch_kincaid_grade_level/10/">10</a></li> <li><a href="http://etc.usf.edu/lit2go/readability/flesch_kincaid_grade_level/11/">11</a></li> <li><a href="http://etc.usf.edu/lit2go/readability/flesch_kincaid_grade_level/12/">12</a></li> </ul> </section> </div> <p> Readability levels for passages on Lit2Go are reported as <a href="http://etc.usf.edu/lit2go/welcome/faq/">Flesch-Kincaid grade levels</a> which are roughly equivalent to U.S. grade levels. </p> <section id="default_results"> <h3> Books </h3> <section id="books"> <h3 class="divider" style="border-bottom: 1px dotted #DDD;">9.0</h3> <article style="margin-left:50px;"> <h3> <a href="http://etc.usf.edu/lit2go/57/at-the-dry-tortugas-during-the-war/">At the Dry Tortugas During the War</a> </h3> <h4> by <a href="http://etc.usf.edu/lit2go/authors/122/emily-holder/">Emily Holder</a> </h4> <p> <em>At the Dry Tortugas During the War</em> is an account written by Emily Holder describing her memories of Fort Jefferson.</p> </article> <article style="margin-left:50px;"> <h3> <a href="http://etc.usf.edu/lit2go/64/the-autobiography-of-an-ex-colored-man/">The Autobiography of an Ex-Colored Man</a> </h3> <h4> by <a href="http://etc.usf.edu/lit2go/authors/108/james-weldon-johnson/">James Weldon Johnson</a> </h4> <p> James Weldon Johnson&#39;s The Autobiography of an Ex-Colored Man is a fictional, tragic tale about a young mulatto&#39;s coming-of-age in the early 20th century. The unnamed narrator, who has a black mother and white father, is light-skinned enough to pass for a white man but his emotional connections to his mother&#39;s heritage make him unable to fully embrace that world.</p> </article> <article style="margin-left:50px;"> <h3> <a href="http://etc.usf.edu/lit2go/174/a-connecticut-yankee-in-king-arthurs-court/">A Connecticut Yankee In King Arthur’s Court</a> </h3> <h4> by <a href="http://etc.usf.edu/lit2go/authors/5/mark-twain/">Mark Twain</a> </h4> <p> <em>A Connecticut Yankee In King Arthur&rsquo;s Court</em> is a satirical novel that depicts a contemporary American, Hank Morgan, who is transported to medieval England. In the court of the legendary King Arthur, Morgan uses his modern knowledge to face the trials and tribulations of the middle ages.&nbsp;</p> </article> <article style="margin-left:50px;"> <h3> <a href="http://etc.usf.edu/lit2go/194/dracula/">Dracula</a> </h3> <h4> by <a href="http://etc.usf.edu/lit2go/authors/97/bram-stoker/">Bram Stoker</a> </h4> <p> <em>Dracula</em> is a horror novel by Bram Stoker, narrated in first person diary entries and letters, telling the story of an encounter with Count Dracula.</p> </article> <article style="margin-left:50px;"> <h3> <a href="http://etc.usf.edu/lit2go/106/how-sammy-went-to-coral-land/">How Sammy Went to Coral-Land</a> </h3> <h4> by <a href="http://etc.usf.edu/lit2go/authors/18/emily-paret-atwater/">Emily Paret Atwater</a> </h4> <p> <em>How Sammy Went to Coral-Land</em> is a children&rsquo;s short story about a salmon named Sammy who has grand adventures when he swims to Coral-Land alone. The story deals with bravery, danger, and finding out what you want is right in front of you.</p> </article> <article style="margin-left:50px;"> <h3> <a href="http://etc.usf.edu/lit2go/113/the-picture-of-dorian-gray/">The Picture of Dorian Gray</a> </h3> <h4> by <a href="http://etc.usf.edu/lit2go/authors/138/oscar-wilde/">Oscar Wilde</a> </h4> <p> The Picture of Dorian Gray is a suspense novel by Oscar Wilde, narrating the tale of Dorian Gray, and his mysterious life.</p> </article> <article style="margin-left:50px;"> <h3> <a href="http://etc.usf.edu/lit2go/208/pygmalion/">Pygmalion</a> </h3> <h4> by <a href="http://etc.usf.edu/lit2go/authors/84/george-bernard-shaw/">George Bernard Shaw</a> </h4> <p> <em>Pygmalion</em> is a play by George Bernard Shaw. It tells the story of Henry Higgins, a professor of phonetics who makes a bet with his friend Colonel Pickering that he can successfully pass off a Cockney flower girl, Eliza Doolittle, as a refined society lady by teaching her how to speak with an upper class accent and training her in etiquette.</p> </article> <article style="margin-left:50px;"> <h3> <a href="http://etc.usf.edu/lit2go/181/the-rime-of-the-ancient-mariner/">The Rime of the Ancient Mariner</a> </h3> <h4> by <a href="http://etc.usf.edu/lit2go/authors/157/samuel-taylor-coleridge/">Samuel Taylor Coleridge</a> </h4> <p> <em>The Rime of the Ancient Mariner </em>is the longest major poem by the English poet Samuel Taylor Coleridge, written in 1797-98 and published in the first edition of Lyrical Ballads in 1798. Along with other poems in Lyrical Ballads, it was a signal shift to modern poetry and the beginning of British Romantic literature.</p> </article> <article style="margin-left:50px;"> <h3> <a href="http://etc.usf.edu/lit2go/121/a-victorious-union/">A Victorious Union</a> </h3> <h4> by <a href="http://etc.usf.edu/lit2go/authors/60/oliver-optic/">Oliver Optic</a> </h4> <p> A Victorious Union, part of Oliver Optic&#39;s Blue and the Gray series, is an adventure story set in the time of the Civil War.</p> </article> <article style="margin-left:50px;"> <h3> <a href="http://etc.usf.edu/lit2go/80/wakulla-a-story-of-adventure-in-florida/">Wakulla, A Story of Adventure in Florida</a> </h3> <h4> by <a href="http://etc.usf.edu/lit2go/authors/58/kirk-munroe/">Kirk Munroe</a> </h4> <p> Mark and Ruth&rsquo;s parents sell their plantation and move to Florida. The children have many adventures in their new home state.</p> </article> <article style="margin-left:50px;"> <h3> <a href="http://etc.usf.edu/lit2go/135/the-war-of-the-worlds/">The War of the Worlds</a> </h3> <h4> by <a href="http://etc.usf.edu/lit2go/authors/128/hg-wells/">H.G. Wells</a> </h4> <p> <em>The War of the Worlds</em>, by H. G. Wells, is an early science fiction novel which describes an invasion of England by aliens from Mars. It is one of the best-known depictions of an alien invasion of Earth.</p> </article> <h3 class="divider" style="border-bottom: 1px dotted #DDD;">9.4</h3> <article style="margin-left:50px;"> <h3> <a href="http://etc.usf.edu/lit2go/199/history/">History</a> </h3> <h4> by <a href="http://etc.usf.edu/lit2go/authors/3/ralph-waldo-emerson/">Ralph Waldo Emerson</a> </h4> <p> History is within everyone, so living life is the best way to know history/people/life. History books should be written from this more open, organic perspective. Someone experiencing life is closer to true knowledge than someone who reads about it.</p> </article> <h3 class="divider" style="border-bottom: 1px dotted #DDD;">9.5</h3> <article style="margin-left:50px;"> <h3> <a href="http://etc.usf.edu/lit2go/216/agnes-grey/">Agnes Grey</a> </h3> <h4> by <a href="http://etc.usf.edu/lit2go/authors/218/anne-bronte/">Anne Brontë</a> </h4> <p> <em>Agnes Grey</em> is Anne Bronte&#39;s story about a governess, similar to her sister&#39;s work <em>Jane Eyre</em> in that both novels explore the social issues that a Victorian governess not only observes but becomes involved with. <em>Agnes Grey</em> was Anne&#39;s first novel.</p> </article> <article style="margin-left:50px;"> <h3> <a href="http://etc.usf.edu/lit2go/152/canoemates-a-story-of-the-florida-reef-and-everglades/">Canoemates: A Story of the Florida Reef and Everglades</a> </h3> <h4> by <a href="http://etc.usf.edu/lit2go/authors/58/kirk-munroe/">Kirk Munroe</a> </h4> <p> <em>Canoemates: A Story of the Florida Reef and Everglades</em> is a story about young boys who cruise through the Florida Everglades in search of adventure in the late 1800s.</p> </article> <article style="margin-left:50px;"> <h3> <a href="http://etc.usf.edu/lit2go/129/florida-trails/">Florida Trails</a> </h3> <h4> by <a href="http://etc.usf.edu/lit2go/authors/63/winthrop-packard/">Winthrop Packard</a> </h4> <p> A travel guide of Florida in 1910 from Jacksonville to Key West during the months of November to April.</p> </article> <article style="margin-left:50px;"> <h3> <a href="http://etc.usf.edu/lit2go/46/the-mystery-of-cloomber/">The Mystery of Cloomber</a> </h3> <h4> by <a href="http://etc.usf.edu/lit2go/authors/170/sir-arthur-conan-doyle/">Sir Arthur Conan Doyle</a> </h4> <p> Narrated by John Fothergill West, a Scottish man, who moves from Edinburgh to Wigtownshire to care for the family estate when his father&#39;s half brother dies. Near the estate is The Cloomber Hall, for years uninhabited, but now the residence of John Berthier Heatherstone, a general of the Indian Army. General Heatherstone is an anxious man, apprehensive about someone he offended in India. The Mystery of the Cloomber unfolds, revealing Heathstone&#39;s war crime against a Buddhist priest.</p> </article> <article style="margin-left:50px;"> <h3> <a href="http://etc.usf.edu/lit2go/167/sense-and-sensibility/">Sense and Sensibility</a> </h3> <h4> by <a href="http://etc.usf.edu/lit2go/authors/19/jane-austen/">Jane Austen</a> </h4> <p> <em>Sense and Sensibility</em> is a novel of manners and societal expectations. The story concerns two sisters, Elinor and Marianne Dashwood (Elinor representing &ldquo;sense&rdquo; and Marianne &ldquo;sensibility&rdquo;). Along with their mother and younger sister Margaret, they are left impoverished after the death of their father. The family is forced to move to a country cottage, offered to them by a generous relative. Before the move, Elinor forms an attachment to Edward Ferrars, and after the move, Marianne forms one for John Willoughby. These attachments lead to problems both personally and socially, and they must learn important lessons about themselves before resolutions can occur.</p> <p> The novel was published in 1811 and was the first of Austen&#39;s works to be published, although it was originally printed under the pseudonym &quot;A Lady.&quot;</p> </article> <article style="margin-left:50px;"> <h3> <a href="http://etc.usf.edu/lit2go/207/the-strange-case-of-dr-jekyll-and-mr-hyde/">The Strange Case of Dr. Jekyll and Mr. Hyde</a> </h3> <h4> by <a href="http://etc.usf.edu/lit2go/authors/96/robert-louis-stevenson/">Robert Louis Stevenson</a> </h4> <p> <em>The Strange Case of Dr. Jekyll and Mr. Hyde </em>is a suspense novel by Robert Louis Stevenson, narrating the tale of Dr. Jekyll, and his menacing alter ego Mr. Hyde.</p> </article> <article style="margin-left:50px;"> <h3> <a href="http://etc.usf.edu/lit2go/22/a-tale-of-two-cities/">A Tale of Two Cities</a> </h3> <h4> by <a href="http://etc.usf.edu/lit2go/authors/2/charles-dickens/">Charles Dickens</a> </h4> <p> A Tale of Two Cities is a historical novel by Charles Dickens. The plot centers on the years leading up to the French Revolution and culminates in the Jacobin Reign of Terror. It tells the story of two men, Charles Darnay and Sydney Carton, who look similar but are very different in personality. Darnay is a romantic French aristocrat, while Carton is a cynical English barrister. However, the two are in love with the same woman, Lucie Manette.</p> </article> <h3 class="divider" style="border-bottom: 1px dotted #DDD;">9.6</h3> <article style="margin-left:50px;"> <h3> <a href="http://etc.usf.edu/lit2go/128/frankenstein-or-the-modern-prometheus/">Frankenstein, or the Modern Prometheus</a> </h3> <h4> by <a href="http://etc.usf.edu/lit2go/authors/85/mary-shelley/">Mary Shelley</a> </h4> <p> Frankenstein; or, The Modern Prometheus was first published in London, England in 1818. It contains elements of the Gothic novel and the Romantic movement. It was also a warning against the &ldquo;over-reaching&rdquo; of modern man and the Industrial Revolution. The story has had an influence across literature and popular culture and spawned a complete genre of horror stories and films. It is often considered the first science fiction novel.</p> </article> <h3 class="divider" style="border-bottom: 1px dotted #DDD;">9.7</h3> <article style="margin-left:50px;"> <h3> <a href="http://etc.usf.edu/lit2go/156/the-castles-of-athlin-and-dunbayne/">The Castles of Athlin and Dunbayne</a> </h3> <h4> by <a href="http://etc.usf.edu/lit2go/authors/71/ann-radcliffe/">Ann Radcliffe</a> </h4> <p> The Castles of Athlin and Dunbayne is a Gothic story about the feud between the medieval Scottish Highland clans of Athlin and Dunbayne. It was Ann Radcliffe&rsquo;s first novel.</p> </article> <h3 class="divider" style="border-bottom: 1px dotted #DDD;">9.8</h3> <article style="margin-left:50px;"> <h3> <a href="http://etc.usf.edu/lit2go/42/moby-dick/">Moby Dick</a> </h3> <h4> by <a href="http://etc.usf.edu/lit2go/authors/51/herman-melville/">Herman Melville</a> </h4> <p> Also known as <em>The Whale</em>, this is the story of Ishmael, a sailor aboard the <em>Pequod</em> with Captain Ahab. Ishmael soon realizes that vengeful Ahab&#39;s only mission is to find the sperm whale, Moby Dick.</p> </article> <h3 class="divider" style="border-bottom: 1px dotted #DDD;">9.9</h3> <article style="margin-left:50px;"> <h3> <a href="http://etc.usf.edu/lit2go/92/up-from-slavery/">Up From Slavery</a> </h3> <h4> by <a href="http://etc.usf.edu/lit2go/authors/124/booker-t-washington/">Booker T. Washington</a> </h4> <p> Up From Slavery is the 1901 autobiography of Booker T. Washington detailing his slow and steady rise from a slave child during the Civil War, to the difficulties and obstacles he overcame to get an education at the new Hampton University, to his work establishing vocational schools (most notably the Tuskegee Institute in Alabama), to helping black people and other disadvantaged minorities learn useful, marketable skills and work to pull themselves, as a race, up by the bootstraps. He reflects on the generosity of both teachers and philanthropists who helped in educating blacks and native Americans.</p> </article> </section> <h3> Passages </h3> <section id="passages"> <h3 class="divider" style="border-bottom: 1px dotted #DDD;">9.0</h3> <article id="0" style="margin-left:50px;"> <h3> <a href="http://etc.usf.edu/lit2go/35/aesops-fables/373/the-belly-and-the-members/">“The Belly and the Members”</a> </h3> <h4> <a href="http://etc.usf.edu/lit2go/35/aesops-fables/">Aesop's Fables</a> </h4> <h5> by <a href="http://etc.usf.edu/lit2go/authors/8/aesop/">Aesop</a> </h5> <p> The parts of the body feel they are working very hard and the belly is not. They decide to stop working until the belly works harder. The consequences of this decision gave the body parts an important lesson on teamwork.</p> </article> <article id="1" style="margin-left:50px;"> <h3> <a href="http://etc.usf.edu/lit2go/35/aesops-fables/624/the-kingdom-of-the-lion/">“The Kingdom of the Lion”</a> </h3> <h4> <a href="http://etc.usf.edu/lit2go/35/aesops-fables/">Aesop's Fables</a> </h4> <h5> by <a href="http://etc.usf.edu/lit2go/authors/8/aesop/">Aesop</a> </h5> <p> The king of beasts, the Lion, makes an effort to bring peace between all of the birds and beasts over which he has reign. Having completed his ruling, one of the animals has a comment. This fable has a surprise ending.</p> </article> <article id="2" style="margin-left:50px;"> <h3> <a href="http://etc.usf.edu/lit2go/139/the-brown-fairy-book/4331/rubezahl/">Rubezahl</a> </h3> <h4> <a href="http://etc.usf.edu/lit2go/139/the-brown-fairy-book/">The Brown Fairy Book</a> </h4> <h5> by <a href="http://etc.usf.edu/lit2go/authors/198/andrew-lang/">Andrew Lang</a> </h5> <p> A fairy tale about the gnome Rubezahl who tried to understand the trickery of man by capturing a princess and marrying her.</p> </article> <article id="3" style="margin-left:50px;"> <h3> <a href="http://etc.usf.edu/lit2go/70/florida-essays-and-poems/4358/the-everglades/">The Everglades</a> </h3> <h4> <a href="http://etc.usf.edu/lit2go/70/florida-essays-and-poems/">Florida: Essays and Poems</a> </h4> <h5> by <a href="http://etc.usf.edu/lit2go/authors/203/clifton-johnson/">Clifton Johnson</a> </h5> <p> The author describes the charm and allure of the Florida Everglades, including the Indian inhabitants.</p> </article> <article id="4" style="margin-left:50px;"> <h3> <a href="http://etc.usf.edu/lit2go/71/henry-wadsworth-longfellow-selected-works/3199/the-arrow-and-the-song/">The Arrow and the Song</a> </h3> <h4> <a href="http://etc.usf.edu/lit2go/71/henry-wadsworth-longfellow-selected-works/">Henry Wadsworth Longfellow: Selected Works</a> </h4> <h5> by <a href="http://etc.usf.edu/lit2go/authors/42/henry-wadsworth-longfellow/">Henry Wadsworth Longfellow</a> </h5> <p> A poem about the bond of friendship.</p> </article> <article id="5" style="margin-left:50px;"> <h3> <a href="http://etc.usf.edu/lit2go/71/henry-wadsworth-longfellow-selected-works/3201/the-arsenal-at-springfield/">The Arsenal at Springfield</a> </h3> <h4> <a href="http://etc.usf.edu/lit2go/71/henry-wadsworth-longfellow-selected-works/">Henry Wadsworth Longfellow: Selected Works</a> </h4> <h5> by <a href="http://etc.usf.edu/lit2go/authors/42/henry-wadsworth-longfellow/">Henry Wadsworth Longfellow</a> </h5> <p> A poem about violence and war.</p> </article> <article id="6" style="margin-left:50px;"> <h3> <a href="http://etc.usf.edu/lit2go/71/henry-wadsworth-longfellow-selected-works/3334/autumn-sonnet/">Autumn Sonnet</a> </h3> <h4> <a href="http://etc.usf.edu/lit2go/71/henry-wadsworth-longfellow-selected-works/">Henry Wadsworth Longfellow: Selected Works</a> </h4> <h5> by <a href="http://etc.usf.edu/lit2go/authors/42/henry-wadsworth-longfellow/">Henry Wadsworth Longfellow</a> </h5> <p> A poem centered around Autumn and nature.</p> </article> <article id="7" style="margin-left:50px;"> <h3> <a href="http://etc.usf.edu/lit2go/71/henry-wadsworth-longfellow-selected-works/4995/the-belfry-of-bruges-carillon/">The Belfry of Bruges, Carillon</a> </h3> <h4> <a href="http://etc.usf.edu/lit2go/71/henry-wadsworth-longfellow-selected-works/">Henry Wadsworth Longfellow: Selected Works</a> </h4> <h5> by <a href="http://etc.usf.edu/lit2go/authors/42/henry-wadsworth-longfellow/">Henry Wadsworth Longfellow</a> </h5> <p> A poem about the ringing of the bells in a Flemish belfry</p> </article> <article id="8" style="margin-left:50px;"> <h3> <a href="http://etc.usf.edu/lit2go/71/henry-wadsworth-longfellow-selected-works/4996/the-belfry-of-bruges/">The Belfry of Bruges</a> </h3> <h4> <a href="http://etc.usf.edu/lit2go/71/henry-wadsworth-longfellow-selected-works/">Henry Wadsworth Longfellow: Selected Works</a> </h4> <h5> by <a href="http://etc.usf.edu/lit2go/authors/42/henry-wadsworth-longfellow/">Henry Wadsworth Longfellow</a> </h5> <p> The poem decribes the author&rsquo;s dream centered around the town belfry</p> </article> <article id="9" style="margin-left:50px;"> <h3> <a href="http://etc.usf.edu/lit2go/71/henry-wadsworth-longfellow-selected-works/4997/the-bridge/">The Bridge</a> </h3> <h4> <a href="http://etc.usf.edu/lit2go/71/henry-wadsworth-longfellow-selected-works/">Henry Wadsworth Longfellow: Selected Works</a> </h4> <h5> by <a href="http://etc.usf.edu/lit2go/authors/42/henry-wadsworth-longfellow/">Henry Wadsworth Longfellow</a> </h5> <p> A poem about hope (using water as a metaphor)</p> </article> <article id="10" style="margin-left:50px;"> <h3> <a href="http://etc.usf.edu/lit2go/71/henry-wadsworth-longfellow-selected-works/4999/dante/">Dante</a> </h3> <h4> <a href="http://etc.usf.edu/lit2go/71/henry-wadsworth-longfellow-selected-works/">Henry Wadsworth Longfellow: Selected Works</a> </h4> <h5> by <a href="http://etc.usf.edu/lit2go/authors/42/henry-wadsworth-longfellow/">Henry Wadsworth Longfellow</a> </h5> <p> Longfellow&rsquo;s poem describing someone troubled confessing to a clergyman</p> </article> <article id="11" style="margin-left:50px;"> <h3> <a href="http://etc.usf.edu/lit2go/71/henry-wadsworth-longfellow-selected-works/5000/the-day-is-done/">The Day is Done</a> </h3> <h4> <a href="http://etc.usf.edu/lit2go/71/henry-wadsworth-longfellow-selected-works/">Henry Wadsworth Longfellow: Selected Works</a> </h4> <h5> by <a href="http://etc.usf.edu/lit2go/authors/42/henry-wadsworth-longfellow/">Henry Wadsworth Longfellow</a> </h5> <p> A poem about escaping from the sorrows and loneliness of the night by reading great works of literature</p> </article> <article id="12" style="margin-left:50px;"> <h3> <a href="http://etc.usf.edu/lit2go/71/henry-wadsworth-longfellow-selected-works/5001/endymion/">Endymion</a> </h3> <h4> <a href="http://etc.usf.edu/lit2go/71/henry-wadsworth-longfellow-selected-works/">Henry Wadsworth Longfellow: Selected Works</a> </h4> <h5> by <a href="http://etc.usf.edu/lit2go/authors/42/henry-wadsworth-longfellow/">Henry Wadsworth Longfellow</a> </h5> <p> A poem about love using images of acient mythological figures</p> </article> <article id="13" style="margin-left:50px;"> <h3> <a href="http://etc.usf.edu/lit2go/71/henry-wadsworth-longfellow-selected-works/5002/the-evening-star/">The Evening Star</a> </h3> <h4> <a href="http://etc.usf.edu/lit2go/71/henry-wadsworth-longfellow-selected-works/">Henry Wadsworth Longfellow: Selected Works</a> </h4> <h5> by <a href="http://etc.usf.edu/lit2go/authors/42/henry-wadsworth-longfellow/">Henry Wadsworth Longfellow</a> </h5> <p> A poem describing a star as if it were a beautiful woman</p> </article> <article id="14" style="margin-left:50px;"> <h3> <a href="http://etc.usf.edu/lit2go/71/henry-wadsworth-longfellow-selected-works/5008/excelsior/">Excelsior</a> </h3> <h4> <a href="http://etc.usf.edu/lit2go/71/henry-wadsworth-longfellow-selected-works/">Henry Wadsworth Longfellow: Selected Works</a> </h4> <h5> by <a href="http://etc.usf.edu/lit2go/authors/42/henry-wadsworth-longfellow/">Henry Wadsworth Longfellow</a> </h5> <p> The poem describes a young man passing through a town bearing the banner &ldquo;Excelsior&rdquo; (translated from Latin as &ldquo;ever higher&rdquo;), ignoring all warnings, climbing higher until inevitably, &ldquo;lifeless, but beautiful&rdquo; he lies half-buried in the snow.</p> </article> <article id="15" style="margin-left:50px;"> <h3> <a href="http://etc.usf.edu/lit2go/71/henry-wadsworth-longfellow-selected-works/5011/a-gleam-of-sunshine/">A Gleam of Sunshine</a> </h3> <h4> <a href="http://etc.usf.edu/lit2go/71/henry-wadsworth-longfellow-selected-works/">Henry Wadsworth Longfellow: Selected Works</a> </h4> <h5> by <a href="http://etc.usf.edu/lit2go/authors/42/henry-wadsworth-longfellow/">Henry Wadsworth Longfellow</a> </h5> <p> A poem describing the beauty and the wonders of nature bathed in sunlight.</p> </article> <article id="16" style="margin-left:50px;"> <h3> <a href="http://etc.usf.edu/lit2go/71/henry-wadsworth-longfellow-selected-works/5012/the-goblet-of-life/">The Goblet of Life</a> </h3> <h4> <a href="http://etc.usf.edu/lit2go/71/henry-wadsworth-longfellow-selected-works/">Henry Wadsworth Longfellow: Selected Works</a> </h4> <h5> by <a href="http://etc.usf.edu/lit2go/authors/42/henry-wadsworth-longfellow/">Henry Wadsworth Longfellow</a> </h5> <p> The author uses the goblet as a metaphor for life itself. It&rsquo;s bitter to those who &ldquo;haven&rsquo;t lived&rdquo;.</p> </article> <article id="17" style="margin-left:50px;"> <h3> <a href="http://etc.usf.edu/lit2go/71/henry-wadsworth-longfellow-selected-works/5013/gods-acre/">God's Acre</a> </h3> <h4> <a href="http://etc.usf.edu/lit2go/71/henry-wadsworth-longfellow-selected-works/">Henry Wadsworth Longfellow: Selected Works</a> </h4> <h5> by <a href="http://etc.usf.edu/lit2go/authors/42/henry-wadsworth-longfellow/">Henry Wadsworth Longfellow</a> </h5> <p> A poem describing a burial mound as &ldquo;God&rsquo;s Acre&rdquo; (taken from an ancient Saxon phrase)</p> </article> <article id="18" style="margin-left:50px;"> <h3> <a href="http://etc.usf.edu/lit2go/71/henry-wadsworth-longfellow-selected-works/5014/the-good-part-that-shall-not-be-taken-away/">The Good Part That Shall Not Be Taken Away</a> </h3> <h4> <a href="http://etc.usf.edu/lit2go/71/henry-wadsworth-longfellow-selected-works/">Henry Wadsworth Longfellow: Selected Works</a> </h4> <h5> by <a href="http://etc.usf.edu/lit2go/authors/42/henry-wadsworth-longfellow/">Henry Wadsworth Longfellow</a> </h5> <p> A poem of liberation</p> </article> <article id="19" style="margin-left:50px;"> <h3> <a href="http://etc.usf.edu/lit2go/71/henry-wadsworth-longfellow-selected-works/5016/inscription-for-an-antique-pitcher/">Inscription for an Antique Pitcher</a> </h3> <h4> <a href="http://etc.usf.edu/lit2go/71/henry-wadsworth-longfellow-selected-works/">Henry Wadsworth Longfellow: Selected Works</a> </h4> <h5> by <a href="http://etc.usf.edu/lit2go/authors/42/henry-wadsworth-longfellow/">Henry Wadsworth Longfellow</a> </h5> <p> A poem describing the story of a wine pitcher as used in ancient days</p> </article> <div id="load_more_passages"> <p class="button"> <a onclick="load_more()">Load More</a> </p> <div id="ajax_loading"></div> <script type="text/javascript"> function load_more() { if ($('div#ajax_loading').html()) { return; } $('div#ajax_loading').html('<img src="http://etc.usf.edu/lit2go/images/ajax-loader.gif">'); $.post('http://etc.usf.edu/lit2go/readability/flesch_kincaid_grade_level/9/', { offset: $("#passages article:last").attr("id") }, function(data) { $("#passages article:last").after(data); } ); }; $(document).ready(function() { $('div#ajax_loading').ajaxComplete(function() { $(this).empty(); }); $(window).scroll(function(){ if ($(window).scrollTop() == $(document).height() - $(window).height()){ load_more(); } }); }); </script> </div> </section> </section> </div> </div> </section> <footer screen> <div id="footer-text"> <p> This collection of children's literature is a part of the <a href="http://etc.usf.edu/">Educational Technology Clearinghouse</a> and is funded by various <a href="http://etc.usf.edu/lit2go/welcome/funding/">grants</a>. </p> <p> Copyright &copy; 2006&mdash;2016 by the <a href="http://fcit.usf.edu/">Florida Center for Instructional Technology</a>, <a href="http://www.coedu.usf.edu/">College of Education</a>, <a href="http://www.usf.edu/">University of South Florida</a>. </p> </div> <ul id="footer-links"> <li><a href="http://etc.usf.edu/lit2go/welcome/license/">License</a></li> <li><a href="http://etc.usf.edu/lit2go/welcome/credits/">Credits</a></li> <li><a href="http://etc.usf.edu/lit2go/welcome/faq/">FAQ</a></li> <li><a href="http://etc.usf.edu/lit2go/giving/">Giving</a></li> </ul> </footer> <script type="text/javascript" defer src="http://etc.usf.edu/lit2go/js/details.js"></script> </div> </body> </html>
adrianosb/HtmlToText
lit2go.ok/readability/flesch_kincaid_grade_level/9/index.html
HTML
mit
37,049
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>GResolver: GIO Reference Manual</title> <meta name="generator" content="DocBook XSL Stylesheets V1.78.1"> <link rel="home" href="index.html" title="GIO Reference Manual"> <link rel="up" href="resolver.html" title="DNS resolution"> <link rel="prev" href="resolver.html" title="DNS resolution"> <link rel="next" href="GProxyResolver.html" title="GProxyResolver"> <meta name="generator" content="GTK-Doc V1.24 (XML mode)"> <link rel="stylesheet" href="style.css" type="text/css"> </head> <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"> <table class="navigation" id="top" width="100%" summary="Navigation header" cellpadding="2" cellspacing="5"><tr valign="middle"> <td width="100%" align="left" class="shortcuts"> <a href="#" class="shortcut">Top</a><span id="nav_description">  <span class="dim">|</span>  <a href="#GResolver.description" class="shortcut">Description</a></span><span id="nav_hierarchy">  <span class="dim">|</span>  <a href="#GResolver.object-hierarchy" class="shortcut">Object Hierarchy</a></span><span id="nav_signals">  <span class="dim">|</span>  <a href="#GResolver.signals" class="shortcut">Signals</a></span> </td> <td><a accesskey="h" href="index.html"><img src="home.png" width="16" height="16" border="0" alt="Home"></a></td> <td><a accesskey="u" href="resolver.html"><img src="up.png" width="16" height="16" border="0" alt="Up"></a></td> <td><a accesskey="p" href="resolver.html"><img src="left.png" width="16" height="16" border="0" alt="Prev"></a></td> <td><a accesskey="n" href="GProxyResolver.html"><img src="right.png" width="16" height="16" border="0" alt="Next"></a></td> </tr></table> <div class="refentry"> <a name="GResolver"></a><div class="titlepage"></div> <div class="refnamediv"><table width="100%"><tr> <td valign="top"> <h2><span class="refentrytitle"><a name="GResolver.top_of_page"></a>GResolver</span></h2> <p>GResolver — Asynchronous and cancellable DNS resolver</p> </td> <td class="gallery_image" valign="top" align="right"></td> </tr></table></div> <div class="refsect1"> <a name="GResolver.functions"></a><h2>Functions</h2> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="functions_return"> <col class="functions_name"> </colgroup> <tbody> <tr> <td class="function_type"> <a class="link" href="GResolver.html" title="GResolver"><span class="returnvalue">GResolver</span></a> * </td> <td class="function_name"> <a class="link" href="GResolver.html#g-resolver-get-default" title="g_resolver_get_default ()">g_resolver_get_default</a> <span class="c_punctuation">()</span> </td> </tr> <tr> <td class="function_type"> <span class="returnvalue">void</span> </td> <td class="function_name"> <a class="link" href="GResolver.html#g-resolver-set-default" title="g_resolver_set_default ()">g_resolver_set_default</a> <span class="c_punctuation">()</span> </td> </tr> <tr> <td class="function_type"> <a href="../glib/glib-Doubly-Linked-Lists.html#GList"><span class="returnvalue">GList</span></a> * </td> <td class="function_name"> <a class="link" href="GResolver.html#g-resolver-lookup-by-name" title="g_resolver_lookup_by_name ()">g_resolver_lookup_by_name</a> <span class="c_punctuation">()</span> </td> </tr> <tr> <td class="function_type"> <span class="returnvalue">void</span> </td> <td class="function_name"> <a class="link" href="GResolver.html#g-resolver-lookup-by-name-async" title="g_resolver_lookup_by_name_async ()">g_resolver_lookup_by_name_async</a> <span class="c_punctuation">()</span> </td> </tr> <tr> <td class="function_type"> <a href="../glib/glib-Doubly-Linked-Lists.html#GList"><span class="returnvalue">GList</span></a> * </td> <td class="function_name"> <a class="link" href="GResolver.html#g-resolver-lookup-by-name-finish" title="g_resolver_lookup_by_name_finish ()">g_resolver_lookup_by_name_finish</a> <span class="c_punctuation">()</span> </td> </tr> <tr> <td class="function_type"> <span class="returnvalue">void</span> </td> <td class="function_name"> <a class="link" href="GResolver.html#g-resolver-free-addresses" title="g_resolver_free_addresses ()">g_resolver_free_addresses</a> <span class="c_punctuation">()</span> </td> </tr> <tr> <td class="function_type"> <a href="../glib/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> * </td> <td class="function_name"> <a class="link" href="GResolver.html#g-resolver-lookup-by-address" title="g_resolver_lookup_by_address ()">g_resolver_lookup_by_address</a> <span class="c_punctuation">()</span> </td> </tr> <tr> <td class="function_type"> <span class="returnvalue">void</span> </td> <td class="function_name"> <a class="link" href="GResolver.html#g-resolver-lookup-by-address-async" title="g_resolver_lookup_by_address_async ()">g_resolver_lookup_by_address_async</a> <span class="c_punctuation">()</span> </td> </tr> <tr> <td class="function_type"> <a href="../glib/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> * </td> <td class="function_name"> <a class="link" href="GResolver.html#g-resolver-lookup-by-address-finish" title="g_resolver_lookup_by_address_finish ()">g_resolver_lookup_by_address_finish</a> <span class="c_punctuation">()</span> </td> </tr> <tr> <td class="function_type"> <a href="../glib/glib-Doubly-Linked-Lists.html#GList"><span class="returnvalue">GList</span></a> * </td> <td class="function_name"> <a class="link" href="GResolver.html#g-resolver-lookup-service" title="g_resolver_lookup_service ()">g_resolver_lookup_service</a> <span class="c_punctuation">()</span> </td> </tr> <tr> <td class="function_type"> <span class="returnvalue">void</span> </td> <td class="function_name"> <a class="link" href="GResolver.html#g-resolver-lookup-service-async" title="g_resolver_lookup_service_async ()">g_resolver_lookup_service_async</a> <span class="c_punctuation">()</span> </td> </tr> <tr> <td class="function_type"> <a href="../glib/glib-Doubly-Linked-Lists.html#GList"><span class="returnvalue">GList</span></a> * </td> <td class="function_name"> <a class="link" href="GResolver.html#g-resolver-lookup-service-finish" title="g_resolver_lookup_service_finish ()">g_resolver_lookup_service_finish</a> <span class="c_punctuation">()</span> </td> </tr> <tr> <td class="function_type"> <span class="returnvalue">void</span> </td> <td class="function_name"> <a class="link" href="GResolver.html#g-resolver-free-targets" title="g_resolver_free_targets ()">g_resolver_free_targets</a> <span class="c_punctuation">()</span> </td> </tr> <tr> <td class="function_type"> <a href="../glib/glib-Doubly-Linked-Lists.html#GList"><span class="returnvalue">GList</span></a> * </td> <td class="function_name"> <a class="link" href="GResolver.html#g-resolver-lookup-records" title="g_resolver_lookup_records ()">g_resolver_lookup_records</a> <span class="c_punctuation">()</span> </td> </tr> <tr> <td class="function_type"> <span class="returnvalue">void</span> </td> <td class="function_name"> <a class="link" href="GResolver.html#g-resolver-lookup-records-async" title="g_resolver_lookup_records_async ()">g_resolver_lookup_records_async</a> <span class="c_punctuation">()</span> </td> </tr> <tr> <td class="function_type"> <a href="../glib/glib-Doubly-Linked-Lists.html#GList"><span class="returnvalue">GList</span></a> * </td> <td class="function_name"> <a class="link" href="GResolver.html#g-resolver-lookup-records-finish" title="g_resolver_lookup_records_finish ()">g_resolver_lookup_records_finish</a> <span class="c_punctuation">()</span> </td> </tr> <tr> <td class="define_keyword">#define</td> <td class="function_name"><a class="link" href="GResolver.html#G-RESOLVER-ERROR:CAPS" title="G_RESOLVER_ERROR">G_RESOLVER_ERROR</a></td> </tr> </tbody> </table></div> </div> <div class="refsect1"> <a name="GResolver.signals"></a><h2>Signals</h2> <div class="informaltable"><table border="0"> <colgroup> <col width="150px" class="signals_return"> <col width="300px" class="signals_name"> <col width="200px" class="signals_flags"> </colgroup> <tbody><tr> <td class="signal_type"><span class="returnvalue">void</span></td> <td class="signal_name"><a class="link" href="GResolver.html#GResolver-reload" title="The “reload” signal">reload</a></td> <td class="signal_flags"><a href="../gobject/gobject-Signals.html#G-SIGNAL-RUN-LAST:CAPS">Run Last</a></td> </tr></tbody> </table></div> </div> <div class="refsect1"> <a name="GResolver.other"></a><h2>Types and Values</h2> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="name"> <col class="description"> </colgroup> <tbody> <tr> <td class="datatype_keyword"> </td> <td class="function_name"><a class="link" href="GResolver.html#GResolver-struct" title="GResolver">GResolver</a></td> </tr> <tr> <td class="datatype_keyword">enum</td> <td class="function_name"><a class="link" href="GResolver.html#GResolverRecordType" title="enum GResolverRecordType">GResolverRecordType</a></td> </tr> <tr> <td class="datatype_keyword">enum</td> <td class="function_name"><a class="link" href="GResolver.html#GResolverError" title="enum GResolverError">GResolverError</a></td> </tr> </tbody> </table></div> </div> <div class="refsect1"> <a name="GResolver.object-hierarchy"></a><h2>Object Hierarchy</h2> <pre class="screen"> <a href="../gobject/gobject-The-Base-Object-Type.html#GObject">GObject</a> <span class="lineart">╰──</span> GResolver </pre> </div> <div class="refsect1"> <a name="GResolver.includes"></a><h2>Includes</h2> <pre class="synopsis">#include &lt;gio/gio.h&gt; </pre> </div> <div class="refsect1"> <a name="GResolver.description"></a><h2>Description</h2> <p><a class="link" href="GResolver.html" title="GResolver"><span class="type">GResolver</span></a> provides cancellable synchronous and asynchronous DNS resolution, for hostnames (<a class="link" href="GResolver.html#g-resolver-lookup-by-address" title="g_resolver_lookup_by_address ()"><code class="function">g_resolver_lookup_by_address()</code></a>, <a class="link" href="GResolver.html#g-resolver-lookup-by-name" title="g_resolver_lookup_by_name ()"><code class="function">g_resolver_lookup_by_name()</code></a> and their async variants) and SRV (service) records (<a class="link" href="GResolver.html#g-resolver-lookup-service" title="g_resolver_lookup_service ()"><code class="function">g_resolver_lookup_service()</code></a>).</p> <p><a class="link" href="GNetworkAddress.html" title="GNetworkAddress"><span class="type">GNetworkAddress</span></a> and <a class="link" href="GNetworkService.html" title="GNetworkService"><span class="type">GNetworkService</span></a> provide wrappers around <a class="link" href="GResolver.html" title="GResolver"><span class="type">GResolver</span></a> functionality that also implement <a class="link" href="GSocketConnectable.html" title="GSocketConnectable"><span class="type">GSocketConnectable</span></a>, making it easy to connect to a remote host/service.</p> </div> <div class="refsect1"> <a name="GResolver.functions_details"></a><h2>Functions</h2> <div class="refsect2"> <a name="g-resolver-get-default"></a><h3>g_resolver_get_default ()</h3> <pre class="programlisting"><a class="link" href="GResolver.html" title="GResolver"><span class="returnvalue">GResolver</span></a> * g_resolver_get_default (<em class="parameter"><code><span class="type">void</span></code></em>);</pre> <p>Gets the default <a class="link" href="GResolver.html" title="GResolver"><span class="type">GResolver</span></a>. You should unref it when you are done with it. <a class="link" href="GResolver.html" title="GResolver"><span class="type">GResolver</span></a> may use its reference count as a hint about how many threads it should allocate for concurrent DNS resolutions.</p> <div class="refsect3"> <a name="id-1.4.16.2.9.2.5"></a><h4>Returns</h4> <p> the default <a class="link" href="GResolver.html" title="GResolver"><span class="type">GResolver</span></a>. </p> <p><span class="annotation">[<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>]</span></p> </div> <p class="since">Since: <a class="link" href="api-index-2-22.html#api-index-2.22">2.22</a></p> </div> <hr> <div class="refsect2"> <a name="g-resolver-set-default"></a><h3>g_resolver_set_default ()</h3> <pre class="programlisting"><span class="returnvalue">void</span> g_resolver_set_default (<em class="parameter"><code><a class="link" href="GResolver.html" title="GResolver"><span class="type">GResolver</span></a> *resolver</code></em>);</pre> <p>Sets <em class="parameter"><code>resolver</code></em> to be the application's default resolver (reffing <em class="parameter"><code>resolver</code></em> , and unreffing the previous default resolver, if any). Future calls to <a class="link" href="GResolver.html#g-resolver-get-default" title="g_resolver_get_default ()"><code class="function">g_resolver_get_default()</code></a> will return this resolver.</p> <p>This can be used if an application wants to perform any sort of DNS caching or "pinning"; it can implement its own <a class="link" href="GResolver.html" title="GResolver"><span class="type">GResolver</span></a> that calls the original default resolver for DNS operations, and implements its own cache policies on top of that, and then set itself as the default resolver for all later code to use.</p> <div class="refsect3"> <a name="id-1.4.16.2.9.3.6"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> <col class="parameters_description"> <col width="200px" class="parameters_annotations"> </colgroup> <tbody><tr> <td class="parameter_name"><p>resolver</p></td> <td class="parameter_description"><p>the new default <a class="link" href="GResolver.html" title="GResolver"><span class="type">GResolver</span></a></p></td> <td class="parameter_annotations"> </td> </tr></tbody> </table></div> </div> <p class="since">Since: <a class="link" href="api-index-2-22.html#api-index-2.22">2.22</a></p> </div> <hr> <div class="refsect2"> <a name="g-resolver-lookup-by-name"></a><h3>g_resolver_lookup_by_name ()</h3> <pre class="programlisting"><a href="../glib/glib-Doubly-Linked-Lists.html#GList"><span class="returnvalue">GList</span></a> * g_resolver_lookup_by_name (<em class="parameter"><code><a class="link" href="GResolver.html" title="GResolver"><span class="type">GResolver</span></a> *resolver</code></em>, <em class="parameter"><code>const <a href="../glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *hostname</code></em>, <em class="parameter"><code><a class="link" href="GCancellable.html" title="GCancellable"><span class="type">GCancellable</span></a> *cancellable</code></em>, <em class="parameter"><code><a href="../glib/glib-Error-Reporting.html#GError"><span class="type">GError</span></a> **error</code></em>);</pre> <p>Synchronously resolves <em class="parameter"><code>hostname</code></em> to determine its associated IP address(es). <em class="parameter"><code>hostname</code></em> may be an ASCII-only or UTF-8 hostname, or the textual form of an IP address (in which case this just becomes a wrapper around <a class="link" href="GInetAddress.html#g-inet-address-new-from-string" title="g_inet_address_new_from_string ()"><code class="function">g_inet_address_new_from_string()</code></a>).</p> <p>On success, <a class="link" href="GResolver.html#g-resolver-lookup-by-name" title="g_resolver_lookup_by_name ()"><code class="function">g_resolver_lookup_by_name()</code></a> will return a non-empty <a href="../glib/glib-Doubly-Linked-Lists.html#GList"><span class="type">GList</span></a> of <a class="link" href="GInetAddress.html" title="GInetAddress"><span class="type">GInetAddress</span></a>, sorted in order of preference and guaranteed to not contain duplicates. That is, if using the result to connect to <em class="parameter"><code>hostname</code></em> , you should attempt to connect to the first address first, then the second if the first fails, etc. If you are using the result to listen on a socket, it is appropriate to add each result using e.g. <a class="link" href="GSocketListener.html#g-socket-listener-add-address" title="g_socket_listener_add_address ()"><code class="function">g_socket_listener_add_address()</code></a>.</p> <p>If the DNS resolution fails, <em class="parameter"><code>error</code></em> (if non-<a href="../glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>) will be set to a value from <a class="link" href="GResolver.html#GResolverError" title="enum GResolverError"><span class="type">GResolverError</span></a> and <a href="../glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> will be returned.</p> <p>If <em class="parameter"><code>cancellable</code></em> is non-<a href="../glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>, it can be used to cancel the operation, in which case <em class="parameter"><code>error</code></em> (if non-<a href="../glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>) will be set to <a class="link" href="gio-GIOError.html#G-IO-ERROR-CANCELLED:CAPS"><code class="literal">G_IO_ERROR_CANCELLED</code></a>.</p> <p>If you are planning to connect to a socket on the resolved IP address, it may be easier to create a <a class="link" href="GNetworkAddress.html" title="GNetworkAddress"><span class="type">GNetworkAddress</span></a> and use its <a class="link" href="GSocketConnectable.html" title="GSocketConnectable"><span class="type">GSocketConnectable</span></a> interface.</p> <div class="refsect3"> <a name="id-1.4.16.2.9.4.9"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> <col class="parameters_description"> <col width="200px" class="parameters_annotations"> </colgroup> <tbody> <tr> <td class="parameter_name"><p>resolver</p></td> <td class="parameter_description"><p>a <a class="link" href="GResolver.html" title="GResolver"><span class="type">GResolver</span></a></p></td> <td class="parameter_annotations"> </td> </tr> <tr> <td class="parameter_name"><p>hostname</p></td> <td class="parameter_description"><p>the hostname to look up</p></td> <td class="parameter_annotations"> </td> </tr> <tr> <td class="parameter_name"><p>cancellable</p></td> <td class="parameter_description"><p> a <a class="link" href="GCancellable.html" title="GCancellable"><span class="type">GCancellable</span></a>, or <a href="../glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. </p></td> <td class="parameter_annotations"><span class="annotation">[<acronym title="NULL is OK, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span></td> </tr> <tr> <td class="parameter_name"><p>error</p></td> <td class="parameter_description"><p>return location for a <a href="../glib/glib-Error-Reporting.html#GError"><span class="type">GError</span></a>, or <a href="../glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a></p></td> <td class="parameter_annotations"> </td> </tr> </tbody> </table></div> </div> <div class="refsect3"> <a name="id-1.4.16.2.9.4.10"></a><h4>Returns</h4> <p> a non-empty <a href="../glib/glib-Doubly-Linked-Lists.html#GList"><span class="type">GList</span></a> of <a class="link" href="GInetAddress.html" title="GInetAddress"><span class="type">GInetAddress</span></a>, or <a href="../glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> on error. You must unref each of the addresses and free the list when you are done with it. (You can use <a class="link" href="GResolver.html#g-resolver-free-addresses" title="g_resolver_free_addresses ()"><code class="function">g_resolver_free_addresses()</code></a> to do this.). </p> <p><span class="annotation">[<acronym title="Generics and defining elements of containers and arrays."><span class="acronym">element-type</span></acronym> GInetAddress][<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>]</span></p> </div> <p class="since">Since: <a class="link" href="api-index-2-22.html#api-index-2.22">2.22</a></p> </div> <hr> <div class="refsect2"> <a name="g-resolver-lookup-by-name-async"></a><h3>g_resolver_lookup_by_name_async ()</h3> <pre class="programlisting"><span class="returnvalue">void</span> g_resolver_lookup_by_name_async (<em class="parameter"><code><a class="link" href="GResolver.html" title="GResolver"><span class="type">GResolver</span></a> *resolver</code></em>, <em class="parameter"><code>const <a href="../glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *hostname</code></em>, <em class="parameter"><code><a class="link" href="GCancellable.html" title="GCancellable"><span class="type">GCancellable</span></a> *cancellable</code></em>, <em class="parameter"><code><a class="link" href="GAsyncResult.html#GAsyncReadyCallback" title="GAsyncReadyCallback ()"><span class="type">GAsyncReadyCallback</span></a> callback</code></em>, <em class="parameter"><code><a href="../glib/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data</code></em>);</pre> <p>Begins asynchronously resolving <em class="parameter"><code>hostname</code></em> to determine its associated IP address(es), and eventually calls <em class="parameter"><code>callback</code></em> , which must call <a class="link" href="GResolver.html#g-resolver-lookup-by-name-finish" title="g_resolver_lookup_by_name_finish ()"><code class="function">g_resolver_lookup_by_name_finish()</code></a> to get the result. See <a class="link" href="GResolver.html#g-resolver-lookup-by-name" title="g_resolver_lookup_by_name ()"><code class="function">g_resolver_lookup_by_name()</code></a> for more details.</p> <div class="refsect3"> <a name="id-1.4.16.2.9.5.5"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> <col class="parameters_description"> <col width="200px" class="parameters_annotations"> </colgroup> <tbody> <tr> <td class="parameter_name"><p>resolver</p></td> <td class="parameter_description"><p>a <a class="link" href="GResolver.html" title="GResolver"><span class="type">GResolver</span></a></p></td> <td class="parameter_annotations"> </td> </tr> <tr> <td class="parameter_name"><p>hostname</p></td> <td class="parameter_description"><p>the hostname to look up the address of</p></td> <td class="parameter_annotations"> </td> </tr> <tr> <td class="parameter_name"><p>cancellable</p></td> <td class="parameter_description"><p> a <a class="link" href="GCancellable.html" title="GCancellable"><span class="type">GCancellable</span></a>, or <a href="../glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. </p></td> <td class="parameter_annotations"><span class="annotation">[<acronym title="NULL is OK, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span></td> </tr> <tr> <td class="parameter_name"><p>callback</p></td> <td class="parameter_description"><p> callback to call after resolution completes. </p></td> <td class="parameter_annotations"><span class="annotation">[<acronym title="The callback is valid until first called."><span class="acronym">scope async</span></acronym>]</span></td> </tr> <tr> <td class="parameter_name"><p>user_data</p></td> <td class="parameter_description"><p> data for <em class="parameter"><code>callback</code></em> . </p></td> <td class="parameter_annotations"><span class="annotation">[<acronym title="This parameter is a 'user_data', for callbacks; many bindings can pass NULL here."><span class="acronym">closure</span></acronym>]</span></td> </tr> </tbody> </table></div> </div> <p class="since">Since: <a class="link" href="api-index-2-22.html#api-index-2.22">2.22</a></p> </div> <hr> <div class="refsect2"> <a name="g-resolver-lookup-by-name-finish"></a><h3>g_resolver_lookup_by_name_finish ()</h3> <pre class="programlisting"><a href="../glib/glib-Doubly-Linked-Lists.html#GList"><span class="returnvalue">GList</span></a> * g_resolver_lookup_by_name_finish (<em class="parameter"><code><a class="link" href="GResolver.html" title="GResolver"><span class="type">GResolver</span></a> *resolver</code></em>, <em class="parameter"><code><a class="link" href="GAsyncResult.html" title="GAsyncResult"><span class="type">GAsyncResult</span></a> *result</code></em>, <em class="parameter"><code><a href="../glib/glib-Error-Reporting.html#GError"><span class="type">GError</span></a> **error</code></em>);</pre> <p>Retrieves the result of a call to <a class="link" href="GResolver.html#g-resolver-lookup-by-name-async" title="g_resolver_lookup_by_name_async ()"><code class="function">g_resolver_lookup_by_name_async()</code></a>.</p> <p>If the DNS resolution failed, <em class="parameter"><code>error</code></em> (if non-<a href="../glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>) will be set to a value from <a class="link" href="GResolver.html#GResolverError" title="enum GResolverError"><span class="type">GResolverError</span></a>. If the operation was cancelled, <em class="parameter"><code>error</code></em> will be set to <a class="link" href="gio-GIOError.html#G-IO-ERROR-CANCELLED:CAPS"><code class="literal">G_IO_ERROR_CANCELLED</code></a>.</p> <div class="refsect3"> <a name="id-1.4.16.2.9.6.6"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> <col class="parameters_description"> <col width="200px" class="parameters_annotations"> </colgroup> <tbody> <tr> <td class="parameter_name"><p>resolver</p></td> <td class="parameter_description"><p>a <a class="link" href="GResolver.html" title="GResolver"><span class="type">GResolver</span></a></p></td> <td class="parameter_annotations"> </td> </tr> <tr> <td class="parameter_name"><p>result</p></td> <td class="parameter_description"><p>the result passed to your <a class="link" href="GAsyncResult.html#GAsyncReadyCallback" title="GAsyncReadyCallback ()"><span class="type">GAsyncReadyCallback</span></a></p></td> <td class="parameter_annotations"> </td> </tr> <tr> <td class="parameter_name"><p>error</p></td> <td class="parameter_description"><p>return location for a <a href="../glib/glib-Error-Reporting.html#GError"><span class="type">GError</span></a>, or <a href="../glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a></p></td> <td class="parameter_annotations"> </td> </tr> </tbody> </table></div> </div> <div class="refsect3"> <a name="id-1.4.16.2.9.6.7"></a><h4>Returns</h4> <p> a <a href="../glib/glib-Doubly-Linked-Lists.html#GList"><span class="type">GList</span></a> of <a class="link" href="GInetAddress.html" title="GInetAddress"><span class="type">GInetAddress</span></a>, or <a href="../glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> on error. See <a class="link" href="GResolver.html#g-resolver-lookup-by-name" title="g_resolver_lookup_by_name ()"><code class="function">g_resolver_lookup_by_name()</code></a> for more details. </p> <p><span class="annotation">[<acronym title="Generics and defining elements of containers and arrays."><span class="acronym">element-type</span></acronym> GInetAddress][<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>]</span></p> </div> <p class="since">Since: <a class="link" href="api-index-2-22.html#api-index-2.22">2.22</a></p> </div> <hr> <div class="refsect2"> <a name="g-resolver-free-addresses"></a><h3>g_resolver_free_addresses ()</h3> <pre class="programlisting"><span class="returnvalue">void</span> g_resolver_free_addresses (<em class="parameter"><code><a href="../glib/glib-Doubly-Linked-Lists.html#GList"><span class="type">GList</span></a> *addresses</code></em>);</pre> <p>Frees <em class="parameter"><code>addresses</code></em> (which should be the return value from <a class="link" href="GResolver.html#g-resolver-lookup-by-name" title="g_resolver_lookup_by_name ()"><code class="function">g_resolver_lookup_by_name()</code></a> or <a class="link" href="GResolver.html#g-resolver-lookup-by-name-finish" title="g_resolver_lookup_by_name_finish ()"><code class="function">g_resolver_lookup_by_name_finish()</code></a>). (This is a convenience method; you can also simply free the results by hand.)</p> <p><span class="annotation">[<acronym title="Exposed in C code, not necessarily available in other languages."><span class="acronym">skip</span></acronym>]</span></p> <div class="refsect3"> <a name="id-1.4.16.2.9.7.6"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> <col class="parameters_description"> <col width="200px" class="parameters_annotations"> </colgroup> <tbody><tr> <td class="parameter_name"><p>addresses</p></td> <td class="parameter_description"><p>a <a href="../glib/glib-Doubly-Linked-Lists.html#GList"><span class="type">GList</span></a> of <a class="link" href="GInetAddress.html" title="GInetAddress"><span class="type">GInetAddress</span></a></p></td> <td class="parameter_annotations"> </td> </tr></tbody> </table></div> </div> <p class="since">Since: <a class="link" href="api-index-2-22.html#api-index-2.22">2.22</a></p> </div> <hr> <div class="refsect2"> <a name="g-resolver-lookup-by-address"></a><h3>g_resolver_lookup_by_address ()</h3> <pre class="programlisting"><a href="../glib/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> * g_resolver_lookup_by_address (<em class="parameter"><code><a class="link" href="GResolver.html" title="GResolver"><span class="type">GResolver</span></a> *resolver</code></em>, <em class="parameter"><code><a class="link" href="GInetAddress.html" title="GInetAddress"><span class="type">GInetAddress</span></a> *address</code></em>, <em class="parameter"><code><a class="link" href="GCancellable.html" title="GCancellable"><span class="type">GCancellable</span></a> *cancellable</code></em>, <em class="parameter"><code><a href="../glib/glib-Error-Reporting.html#GError"><span class="type">GError</span></a> **error</code></em>);</pre> <p>Synchronously reverse-resolves <em class="parameter"><code>address</code></em> to determine its associated hostname.</p> <p>If the DNS resolution fails, <em class="parameter"><code>error</code></em> (if non-<a href="../glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>) will be set to a value from <a class="link" href="GResolver.html#GResolverError" title="enum GResolverError"><span class="type">GResolverError</span></a>.</p> <p>If <em class="parameter"><code>cancellable</code></em> is non-<a href="../glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>, it can be used to cancel the operation, in which case <em class="parameter"><code>error</code></em> (if non-<a href="../glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>) will be set to <a class="link" href="gio-GIOError.html#G-IO-ERROR-CANCELLED:CAPS"><code class="literal">G_IO_ERROR_CANCELLED</code></a>.</p> <div class="refsect3"> <a name="id-1.4.16.2.9.8.7"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> <col class="parameters_description"> <col width="200px" class="parameters_annotations"> </colgroup> <tbody> <tr> <td class="parameter_name"><p>resolver</p></td> <td class="parameter_description"><p>a <a class="link" href="GResolver.html" title="GResolver"><span class="type">GResolver</span></a></p></td> <td class="parameter_annotations"> </td> </tr> <tr> <td class="parameter_name"><p>address</p></td> <td class="parameter_description"><p>the address to reverse-resolve</p></td> <td class="parameter_annotations"> </td> </tr> <tr> <td class="parameter_name"><p>cancellable</p></td> <td class="parameter_description"><p> a <a class="link" href="GCancellable.html" title="GCancellable"><span class="type">GCancellable</span></a>, or <a href="../glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. </p></td> <td class="parameter_annotations"><span class="annotation">[<acronym title="NULL is OK, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span></td> </tr> <tr> <td class="parameter_name"><p>error</p></td> <td class="parameter_description"><p>return location for a <a href="../glib/glib-Error-Reporting.html#GError"><span class="type">GError</span></a>, or <a href="../glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a></p></td> <td class="parameter_annotations"> </td> </tr> </tbody> </table></div> </div> <div class="refsect3"> <a name="id-1.4.16.2.9.8.8"></a><h4>Returns</h4> <p> a hostname (either ASCII-only, or in ASCII-encoded form), or <a href="../glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> on error.</p> </div> <p class="since">Since: <a class="link" href="api-index-2-22.html#api-index-2.22">2.22</a></p> </div> <hr> <div class="refsect2"> <a name="g-resolver-lookup-by-address-async"></a><h3>g_resolver_lookup_by_address_async ()</h3> <pre class="programlisting"><span class="returnvalue">void</span> g_resolver_lookup_by_address_async (<em class="parameter"><code><a class="link" href="GResolver.html" title="GResolver"><span class="type">GResolver</span></a> *resolver</code></em>, <em class="parameter"><code><a class="link" href="GInetAddress.html" title="GInetAddress"><span class="type">GInetAddress</span></a> *address</code></em>, <em class="parameter"><code><a class="link" href="GCancellable.html" title="GCancellable"><span class="type">GCancellable</span></a> *cancellable</code></em>, <em class="parameter"><code><a class="link" href="GAsyncResult.html#GAsyncReadyCallback" title="GAsyncReadyCallback ()"><span class="type">GAsyncReadyCallback</span></a> callback</code></em>, <em class="parameter"><code><a href="../glib/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data</code></em>);</pre> <p>Begins asynchronously reverse-resolving <em class="parameter"><code>address</code></em> to determine its associated hostname, and eventually calls <em class="parameter"><code>callback</code></em> , which must call <a class="link" href="GResolver.html#g-resolver-lookup-by-address-finish" title="g_resolver_lookup_by_address_finish ()"><code class="function">g_resolver_lookup_by_address_finish()</code></a> to get the final result.</p> <div class="refsect3"> <a name="id-1.4.16.2.9.9.5"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> <col class="parameters_description"> <col width="200px" class="parameters_annotations"> </colgroup> <tbody> <tr> <td class="parameter_name"><p>resolver</p></td> <td class="parameter_description"><p>a <a class="link" href="GResolver.html" title="GResolver"><span class="type">GResolver</span></a></p></td> <td class="parameter_annotations"> </td> </tr> <tr> <td class="parameter_name"><p>address</p></td> <td class="parameter_description"><p>the address to reverse-resolve</p></td> <td class="parameter_annotations"> </td> </tr> <tr> <td class="parameter_name"><p>cancellable</p></td> <td class="parameter_description"><p> a <a class="link" href="GCancellable.html" title="GCancellable"><span class="type">GCancellable</span></a>, or <a href="../glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. </p></td> <td class="parameter_annotations"><span class="annotation">[<acronym title="NULL is OK, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span></td> </tr> <tr> <td class="parameter_name"><p>callback</p></td> <td class="parameter_description"><p> callback to call after resolution completes. </p></td> <td class="parameter_annotations"><span class="annotation">[<acronym title="The callback is valid until first called."><span class="acronym">scope async</span></acronym>]</span></td> </tr> <tr> <td class="parameter_name"><p>user_data</p></td> <td class="parameter_description"><p> data for <em class="parameter"><code>callback</code></em> . </p></td> <td class="parameter_annotations"><span class="annotation">[<acronym title="This parameter is a 'user_data', for callbacks; many bindings can pass NULL here."><span class="acronym">closure</span></acronym>]</span></td> </tr> </tbody> </table></div> </div> <p class="since">Since: <a class="link" href="api-index-2-22.html#api-index-2.22">2.22</a></p> </div> <hr> <div class="refsect2"> <a name="g-resolver-lookup-by-address-finish"></a><h3>g_resolver_lookup_by_address_finish ()</h3> <pre class="programlisting"><a href="../glib/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> * g_resolver_lookup_by_address_finish (<em class="parameter"><code><a class="link" href="GResolver.html" title="GResolver"><span class="type">GResolver</span></a> *resolver</code></em>, <em class="parameter"><code><a class="link" href="GAsyncResult.html" title="GAsyncResult"><span class="type">GAsyncResult</span></a> *result</code></em>, <em class="parameter"><code><a href="../glib/glib-Error-Reporting.html#GError"><span class="type">GError</span></a> **error</code></em>);</pre> <p>Retrieves the result of a previous call to <a class="link" href="GResolver.html#g-resolver-lookup-by-address-async" title="g_resolver_lookup_by_address_async ()"><code class="function">g_resolver_lookup_by_address_async()</code></a>.</p> <p>If the DNS resolution failed, <em class="parameter"><code>error</code></em> (if non-<a href="../glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>) will be set to a value from <a class="link" href="GResolver.html#GResolverError" title="enum GResolverError"><span class="type">GResolverError</span></a>. If the operation was cancelled, <em class="parameter"><code>error</code></em> will be set to <a class="link" href="gio-GIOError.html#G-IO-ERROR-CANCELLED:CAPS"><code class="literal">G_IO_ERROR_CANCELLED</code></a>.</p> <div class="refsect3"> <a name="id-1.4.16.2.9.10.6"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> <col class="parameters_description"> <col width="200px" class="parameters_annotations"> </colgroup> <tbody> <tr> <td class="parameter_name"><p>resolver</p></td> <td class="parameter_description"><p>a <a class="link" href="GResolver.html" title="GResolver"><span class="type">GResolver</span></a></p></td> <td class="parameter_annotations"> </td> </tr> <tr> <td class="parameter_name"><p>result</p></td> <td class="parameter_description"><p>the result passed to your <a class="link" href="GAsyncResult.html#GAsyncReadyCallback" title="GAsyncReadyCallback ()"><span class="type">GAsyncReadyCallback</span></a></p></td> <td class="parameter_annotations"> </td> </tr> <tr> <td class="parameter_name"><p>error</p></td> <td class="parameter_description"><p>return location for a <a href="../glib/glib-Error-Reporting.html#GError"><span class="type">GError</span></a>, or <a href="../glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a></p></td> <td class="parameter_annotations"> </td> </tr> </tbody> </table></div> </div> <div class="refsect3"> <a name="id-1.4.16.2.9.10.7"></a><h4>Returns</h4> <p> a hostname (either ASCII-only, or in ASCII-encoded form), or <a href="../glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> on error.</p> </div> <p class="since">Since: <a class="link" href="api-index-2-22.html#api-index-2.22">2.22</a></p> </div> <hr> <div class="refsect2"> <a name="g-resolver-lookup-service"></a><h3>g_resolver_lookup_service ()</h3> <pre class="programlisting"><a href="../glib/glib-Doubly-Linked-Lists.html#GList"><span class="returnvalue">GList</span></a> * g_resolver_lookup_service (<em class="parameter"><code><a class="link" href="GResolver.html" title="GResolver"><span class="type">GResolver</span></a> *resolver</code></em>, <em class="parameter"><code>const <a href="../glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *service</code></em>, <em class="parameter"><code>const <a href="../glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *protocol</code></em>, <em class="parameter"><code>const <a href="../glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *domain</code></em>, <em class="parameter"><code><a class="link" href="GCancellable.html" title="GCancellable"><span class="type">GCancellable</span></a> *cancellable</code></em>, <em class="parameter"><code><a href="../glib/glib-Error-Reporting.html#GError"><span class="type">GError</span></a> **error</code></em>);</pre> <p>Synchronously performs a DNS SRV lookup for the given <em class="parameter"><code>service</code></em> and <em class="parameter"><code>protocol</code></em> in the given <em class="parameter"><code>domain</code></em> and returns an array of <a class="link" href="GSrvTarget.html" title="GSrvTarget"><span class="type">GSrvTarget</span></a>. <em class="parameter"><code>domain</code></em> may be an ASCII-only or UTF-8 hostname. Note also that the <em class="parameter"><code>service</code></em> and <em class="parameter"><code>protocol</code></em> arguments do not include the leading underscore that appears in the actual DNS entry.</p> <p>On success, <a class="link" href="GResolver.html#g-resolver-lookup-service" title="g_resolver_lookup_service ()"><code class="function">g_resolver_lookup_service()</code></a> will return a non-empty <a href="../glib/glib-Doubly-Linked-Lists.html#GList"><span class="type">GList</span></a> of <a class="link" href="GSrvTarget.html" title="GSrvTarget"><span class="type">GSrvTarget</span></a>, sorted in order of preference. (That is, you should attempt to connect to the first target first, then the second if the first fails, etc.)</p> <p>If the DNS resolution fails, <em class="parameter"><code>error</code></em> (if non-<a href="../glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>) will be set to a value from <a class="link" href="GResolver.html#GResolverError" title="enum GResolverError"><span class="type">GResolverError</span></a> and <a href="../glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> will be returned.</p> <p>If <em class="parameter"><code>cancellable</code></em> is non-<a href="../glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>, it can be used to cancel the operation, in which case <em class="parameter"><code>error</code></em> (if non-<a href="../glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>) will be set to <a class="link" href="gio-GIOError.html#G-IO-ERROR-CANCELLED:CAPS"><code class="literal">G_IO_ERROR_CANCELLED</code></a>.</p> <p>If you are planning to connect to the service, it is usually easier to create a <a class="link" href="GNetworkService.html" title="GNetworkService"><span class="type">GNetworkService</span></a> and use its <a class="link" href="GSocketConnectable.html" title="GSocketConnectable"><span class="type">GSocketConnectable</span></a> interface.</p> <div class="refsect3"> <a name="id-1.4.16.2.9.11.9"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> <col class="parameters_description"> <col width="200px" class="parameters_annotations"> </colgroup> <tbody> <tr> <td class="parameter_name"><p>resolver</p></td> <td class="parameter_description"><p>a <a class="link" href="GResolver.html" title="GResolver"><span class="type">GResolver</span></a></p></td> <td class="parameter_annotations"> </td> </tr> <tr> <td class="parameter_name"><p>service</p></td> <td class="parameter_description"><p>the service type to look up (eg, "ldap")</p></td> <td class="parameter_annotations"> </td> </tr> <tr> <td class="parameter_name"><p>protocol</p></td> <td class="parameter_description"><p>the networking protocol to use for <em class="parameter"><code>service</code></em> (eg, "tcp")</p></td> <td class="parameter_annotations"> </td> </tr> <tr> <td class="parameter_name"><p>domain</p></td> <td class="parameter_description"><p>the DNS domain to look up the service in</p></td> <td class="parameter_annotations"> </td> </tr> <tr> <td class="parameter_name"><p>cancellable</p></td> <td class="parameter_description"><p> a <a class="link" href="GCancellable.html" title="GCancellable"><span class="type">GCancellable</span></a>, or <a href="../glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. </p></td> <td class="parameter_annotations"><span class="annotation">[<acronym title="NULL is OK, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span></td> </tr> <tr> <td class="parameter_name"><p>error</p></td> <td class="parameter_description"><p>return location for a <a href="../glib/glib-Error-Reporting.html#GError"><span class="type">GError</span></a>, or <a href="../glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a></p></td> <td class="parameter_annotations"> </td> </tr> </tbody> </table></div> </div> <div class="refsect3"> <a name="id-1.4.16.2.9.11.10"></a><h4>Returns</h4> <p> a non-empty <a href="../glib/glib-Doubly-Linked-Lists.html#GList"><span class="type">GList</span></a> of <a class="link" href="GSrvTarget.html" title="GSrvTarget"><span class="type">GSrvTarget</span></a>, or <a href="../glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> on error. You must free each of the targets and the list when you are done with it. (You can use <a class="link" href="GResolver.html#g-resolver-free-targets" title="g_resolver_free_targets ()"><code class="function">g_resolver_free_targets()</code></a> to do this.). </p> <p><span class="annotation">[<acronym title="Generics and defining elements of containers and arrays."><span class="acronym">element-type</span></acronym> GSrvTarget][<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>]</span></p> </div> <p class="since">Since: <a class="link" href="api-index-2-22.html#api-index-2.22">2.22</a></p> </div> <hr> <div class="refsect2"> <a name="g-resolver-lookup-service-async"></a><h3>g_resolver_lookup_service_async ()</h3> <pre class="programlisting"><span class="returnvalue">void</span> g_resolver_lookup_service_async (<em class="parameter"><code><a class="link" href="GResolver.html" title="GResolver"><span class="type">GResolver</span></a> *resolver</code></em>, <em class="parameter"><code>const <a href="../glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *service</code></em>, <em class="parameter"><code>const <a href="../glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *protocol</code></em>, <em class="parameter"><code>const <a href="../glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *domain</code></em>, <em class="parameter"><code><a class="link" href="GCancellable.html" title="GCancellable"><span class="type">GCancellable</span></a> *cancellable</code></em>, <em class="parameter"><code><a class="link" href="GAsyncResult.html#GAsyncReadyCallback" title="GAsyncReadyCallback ()"><span class="type">GAsyncReadyCallback</span></a> callback</code></em>, <em class="parameter"><code><a href="../glib/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data</code></em>);</pre> <p>Begins asynchronously performing a DNS SRV lookup for the given <em class="parameter"><code>service</code></em> and <em class="parameter"><code>protocol</code></em> in the given <em class="parameter"><code>domain</code></em> , and eventually calls <em class="parameter"><code>callback</code></em> , which must call <a class="link" href="GResolver.html#g-resolver-lookup-service-finish" title="g_resolver_lookup_service_finish ()"><code class="function">g_resolver_lookup_service_finish()</code></a> to get the final result. See <a class="link" href="GResolver.html#g-resolver-lookup-service" title="g_resolver_lookup_service ()"><code class="function">g_resolver_lookup_service()</code></a> for more details.</p> <div class="refsect3"> <a name="id-1.4.16.2.9.12.5"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> <col class="parameters_description"> <col width="200px" class="parameters_annotations"> </colgroup> <tbody> <tr> <td class="parameter_name"><p>resolver</p></td> <td class="parameter_description"><p>a <a class="link" href="GResolver.html" title="GResolver"><span class="type">GResolver</span></a></p></td> <td class="parameter_annotations"> </td> </tr> <tr> <td class="parameter_name"><p>service</p></td> <td class="parameter_description"><p>the service type to look up (eg, "ldap")</p></td> <td class="parameter_annotations"> </td> </tr> <tr> <td class="parameter_name"><p>protocol</p></td> <td class="parameter_description"><p>the networking protocol to use for <em class="parameter"><code>service</code></em> (eg, "tcp")</p></td> <td class="parameter_annotations"> </td> </tr> <tr> <td class="parameter_name"><p>domain</p></td> <td class="parameter_description"><p>the DNS domain to look up the service in</p></td> <td class="parameter_annotations"> </td> </tr> <tr> <td class="parameter_name"><p>cancellable</p></td> <td class="parameter_description"><p> a <a class="link" href="GCancellable.html" title="GCancellable"><span class="type">GCancellable</span></a>, or <a href="../glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. </p></td> <td class="parameter_annotations"><span class="annotation">[<acronym title="NULL is OK, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span></td> </tr> <tr> <td class="parameter_name"><p>callback</p></td> <td class="parameter_description"><p> callback to call after resolution completes. </p></td> <td class="parameter_annotations"><span class="annotation">[<acronym title="The callback is valid until first called."><span class="acronym">scope async</span></acronym>]</span></td> </tr> <tr> <td class="parameter_name"><p>user_data</p></td> <td class="parameter_description"><p> data for <em class="parameter"><code>callback</code></em> . </p></td> <td class="parameter_annotations"><span class="annotation">[<acronym title="This parameter is a 'user_data', for callbacks; many bindings can pass NULL here."><span class="acronym">closure</span></acronym>]</span></td> </tr> </tbody> </table></div> </div> <p class="since">Since: <a class="link" href="api-index-2-22.html#api-index-2.22">2.22</a></p> </div> <hr> <div class="refsect2"> <a name="g-resolver-lookup-service-finish"></a><h3>g_resolver_lookup_service_finish ()</h3> <pre class="programlisting"><a href="../glib/glib-Doubly-Linked-Lists.html#GList"><span class="returnvalue">GList</span></a> * g_resolver_lookup_service_finish (<em class="parameter"><code><a class="link" href="GResolver.html" title="GResolver"><span class="type">GResolver</span></a> *resolver</code></em>, <em class="parameter"><code><a class="link" href="GAsyncResult.html" title="GAsyncResult"><span class="type">GAsyncResult</span></a> *result</code></em>, <em class="parameter"><code><a href="../glib/glib-Error-Reporting.html#GError"><span class="type">GError</span></a> **error</code></em>);</pre> <p>Retrieves the result of a previous call to <a class="link" href="GResolver.html#g-resolver-lookup-service-async" title="g_resolver_lookup_service_async ()"><code class="function">g_resolver_lookup_service_async()</code></a>.</p> <p>If the DNS resolution failed, <em class="parameter"><code>error</code></em> (if non-<a href="../glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>) will be set to a value from <a class="link" href="GResolver.html#GResolverError" title="enum GResolverError"><span class="type">GResolverError</span></a>. If the operation was cancelled, <em class="parameter"><code>error</code></em> will be set to <a class="link" href="gio-GIOError.html#G-IO-ERROR-CANCELLED:CAPS"><code class="literal">G_IO_ERROR_CANCELLED</code></a>.</p> <div class="refsect3"> <a name="id-1.4.16.2.9.13.6"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> <col class="parameters_description"> <col width="200px" class="parameters_annotations"> </colgroup> <tbody> <tr> <td class="parameter_name"><p>resolver</p></td> <td class="parameter_description"><p>a <a class="link" href="GResolver.html" title="GResolver"><span class="type">GResolver</span></a></p></td> <td class="parameter_annotations"> </td> </tr> <tr> <td class="parameter_name"><p>result</p></td> <td class="parameter_description"><p>the result passed to your <a class="link" href="GAsyncResult.html#GAsyncReadyCallback" title="GAsyncReadyCallback ()"><span class="type">GAsyncReadyCallback</span></a></p></td> <td class="parameter_annotations"> </td> </tr> <tr> <td class="parameter_name"><p>error</p></td> <td class="parameter_description"><p>return location for a <a href="../glib/glib-Error-Reporting.html#GError"><span class="type">GError</span></a>, or <a href="../glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a></p></td> <td class="parameter_annotations"> </td> </tr> </tbody> </table></div> </div> <div class="refsect3"> <a name="id-1.4.16.2.9.13.7"></a><h4>Returns</h4> <p> a non-empty <a href="../glib/glib-Doubly-Linked-Lists.html#GList"><span class="type">GList</span></a> of <a class="link" href="GSrvTarget.html" title="GSrvTarget"><span class="type">GSrvTarget</span></a>, or <a href="../glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> on error. See <a class="link" href="GResolver.html#g-resolver-lookup-service" title="g_resolver_lookup_service ()"><code class="function">g_resolver_lookup_service()</code></a> for more details. </p> <p><span class="annotation">[<acronym title="Generics and defining elements of containers and arrays."><span class="acronym">element-type</span></acronym> GSrvTarget][<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>]</span></p> </div> <p class="since">Since: <a class="link" href="api-index-2-22.html#api-index-2.22">2.22</a></p> </div> <hr> <div class="refsect2"> <a name="g-resolver-free-targets"></a><h3>g_resolver_free_targets ()</h3> <pre class="programlisting"><span class="returnvalue">void</span> g_resolver_free_targets (<em class="parameter"><code><a href="../glib/glib-Doubly-Linked-Lists.html#GList"><span class="type">GList</span></a> *targets</code></em>);</pre> <p>Frees <em class="parameter"><code>targets</code></em> (which should be the return value from <a class="link" href="GResolver.html#g-resolver-lookup-service" title="g_resolver_lookup_service ()"><code class="function">g_resolver_lookup_service()</code></a> or <a class="link" href="GResolver.html#g-resolver-lookup-service-finish" title="g_resolver_lookup_service_finish ()"><code class="function">g_resolver_lookup_service_finish()</code></a>). (This is a convenience method; you can also simply free the results by hand.)</p> <p><span class="annotation">[<acronym title="Exposed in C code, not necessarily available in other languages."><span class="acronym">skip</span></acronym>]</span></p> <div class="refsect3"> <a name="id-1.4.16.2.9.14.6"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> <col class="parameters_description"> <col width="200px" class="parameters_annotations"> </colgroup> <tbody><tr> <td class="parameter_name"><p>targets</p></td> <td class="parameter_description"><p>a <a href="../glib/glib-Doubly-Linked-Lists.html#GList"><span class="type">GList</span></a> of <a class="link" href="GSrvTarget.html" title="GSrvTarget"><span class="type">GSrvTarget</span></a></p></td> <td class="parameter_annotations"> </td> </tr></tbody> </table></div> </div> <p class="since">Since: <a class="link" href="api-index-2-22.html#api-index-2.22">2.22</a></p> </div> <hr> <div class="refsect2"> <a name="g-resolver-lookup-records"></a><h3>g_resolver_lookup_records ()</h3> <pre class="programlisting"><a href="../glib/glib-Doubly-Linked-Lists.html#GList"><span class="returnvalue">GList</span></a> * g_resolver_lookup_records (<em class="parameter"><code><a class="link" href="GResolver.html" title="GResolver"><span class="type">GResolver</span></a> *resolver</code></em>, <em class="parameter"><code>const <a href="../glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *rrname</code></em>, <em class="parameter"><code><a class="link" href="GResolver.html#GResolverRecordType" title="enum GResolverRecordType"><span class="type">GResolverRecordType</span></a> record_type</code></em>, <em class="parameter"><code><a class="link" href="GCancellable.html" title="GCancellable"><span class="type">GCancellable</span></a> *cancellable</code></em>, <em class="parameter"><code><a href="../glib/glib-Error-Reporting.html#GError"><span class="type">GError</span></a> **error</code></em>);</pre> <p>Synchronously performs a DNS record lookup for the given <em class="parameter"><code>rrname</code></em> and returns a list of records as <a href="../glib/glib-GVariant.html#GVariant"><span class="type">GVariant</span></a> tuples. See <a class="link" href="GResolver.html#GResolverRecordType" title="enum GResolverRecordType"><span class="type">GResolverRecordType</span></a> for information on what the records contain for each <em class="parameter"><code>record_type</code></em> .</p> <p>If the DNS resolution fails, <em class="parameter"><code>error</code></em> (if non-<a href="../glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>) will be set to a value from <a class="link" href="GResolver.html#GResolverError" title="enum GResolverError"><span class="type">GResolverError</span></a> and <a href="../glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> will be returned.</p> <p>If <em class="parameter"><code>cancellable</code></em> is non-<a href="../glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>, it can be used to cancel the operation, in which case <em class="parameter"><code>error</code></em> (if non-<a href="../glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>) will be set to <a class="link" href="gio-GIOError.html#G-IO-ERROR-CANCELLED:CAPS"><code class="literal">G_IO_ERROR_CANCELLED</code></a>.</p> <div class="refsect3"> <a name="id-1.4.16.2.9.15.7"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> <col class="parameters_description"> <col width="200px" class="parameters_annotations"> </colgroup> <tbody> <tr> <td class="parameter_name"><p>resolver</p></td> <td class="parameter_description"><p>a <a class="link" href="GResolver.html" title="GResolver"><span class="type">GResolver</span></a></p></td> <td class="parameter_annotations"> </td> </tr> <tr> <td class="parameter_name"><p>rrname</p></td> <td class="parameter_description"><p>the DNS name to lookup the record for</p></td> <td class="parameter_annotations"> </td> </tr> <tr> <td class="parameter_name"><p>record_type</p></td> <td class="parameter_description"><p>the type of DNS record to lookup</p></td> <td class="parameter_annotations"> </td> </tr> <tr> <td class="parameter_name"><p>cancellable</p></td> <td class="parameter_description"><p> a <a class="link" href="GCancellable.html" title="GCancellable"><span class="type">GCancellable</span></a>, or <a href="../glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. </p></td> <td class="parameter_annotations"><span class="annotation">[<acronym title="NULL is OK, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span></td> </tr> <tr> <td class="parameter_name"><p>error</p></td> <td class="parameter_description"><p>return location for a <a href="../glib/glib-Error-Reporting.html#GError"><span class="type">GError</span></a>, or <a href="../glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a></p></td> <td class="parameter_annotations"> </td> </tr> </tbody> </table></div> </div> <div class="refsect3"> <a name="id-1.4.16.2.9.15.8"></a><h4>Returns</h4> <p> a non-empty <a href="../glib/glib-Doubly-Linked-Lists.html#GList"><span class="type">GList</span></a> of <a href="../glib/glib-GVariant.html#GVariant"><span class="type">GVariant</span></a>, or <a href="../glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> on error. You must free each of the records and the list when you are done with it. (You can use <a href="../glib/glib-Doubly-Linked-Lists.html#g-list-free-full"><code class="function">g_list_free_full()</code></a> with <a href="../glib/glib-GVariant.html#g-variant-unref"><code class="function">g_variant_unref()</code></a> to do this.). </p> <p><span class="annotation">[<acronym title="Generics and defining elements of containers and arrays."><span class="acronym">element-type</span></acronym> GVariant][<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>]</span></p> </div> <p class="since">Since: <a class="link" href="api-index-2-34.html#api-index-2.34">2.34</a></p> </div> <hr> <div class="refsect2"> <a name="g-resolver-lookup-records-async"></a><h3>g_resolver_lookup_records_async ()</h3> <pre class="programlisting"><span class="returnvalue">void</span> g_resolver_lookup_records_async (<em class="parameter"><code><a class="link" href="GResolver.html" title="GResolver"><span class="type">GResolver</span></a> *resolver</code></em>, <em class="parameter"><code>const <a href="../glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *rrname</code></em>, <em class="parameter"><code><a class="link" href="GResolver.html#GResolverRecordType" title="enum GResolverRecordType"><span class="type">GResolverRecordType</span></a> record_type</code></em>, <em class="parameter"><code><a class="link" href="GCancellable.html" title="GCancellable"><span class="type">GCancellable</span></a> *cancellable</code></em>, <em class="parameter"><code><a class="link" href="GAsyncResult.html#GAsyncReadyCallback" title="GAsyncReadyCallback ()"><span class="type">GAsyncReadyCallback</span></a> callback</code></em>, <em class="parameter"><code><a href="../glib/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data</code></em>);</pre> <p>Begins asynchronously performing a DNS lookup for the given <em class="parameter"><code>rrname</code></em> , and eventually calls <em class="parameter"><code>callback</code></em> , which must call <a class="link" href="GResolver.html#g-resolver-lookup-records-finish" title="g_resolver_lookup_records_finish ()"><code class="function">g_resolver_lookup_records_finish()</code></a> to get the final result. See <a class="link" href="GResolver.html#g-resolver-lookup-records" title="g_resolver_lookup_records ()"><code class="function">g_resolver_lookup_records()</code></a> for more details.</p> <div class="refsect3"> <a name="id-1.4.16.2.9.16.5"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> <col class="parameters_description"> <col width="200px" class="parameters_annotations"> </colgroup> <tbody> <tr> <td class="parameter_name"><p>resolver</p></td> <td class="parameter_description"><p>a <a class="link" href="GResolver.html" title="GResolver"><span class="type">GResolver</span></a></p></td> <td class="parameter_annotations"> </td> </tr> <tr> <td class="parameter_name"><p>rrname</p></td> <td class="parameter_description"><p>the DNS name to lookup the record for</p></td> <td class="parameter_annotations"> </td> </tr> <tr> <td class="parameter_name"><p>record_type</p></td> <td class="parameter_description"><p>the type of DNS record to lookup</p></td> <td class="parameter_annotations"> </td> </tr> <tr> <td class="parameter_name"><p>cancellable</p></td> <td class="parameter_description"><p> a <a class="link" href="GCancellable.html" title="GCancellable"><span class="type">GCancellable</span></a>, or <a href="../glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. </p></td> <td class="parameter_annotations"><span class="annotation">[<acronym title="NULL is OK, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span></td> </tr> <tr> <td class="parameter_name"><p>callback</p></td> <td class="parameter_description"><p> callback to call after resolution completes. </p></td> <td class="parameter_annotations"><span class="annotation">[<acronym title="The callback is valid until first called."><span class="acronym">scope async</span></acronym>]</span></td> </tr> <tr> <td class="parameter_name"><p>user_data</p></td> <td class="parameter_description"><p> data for <em class="parameter"><code>callback</code></em> . </p></td> <td class="parameter_annotations"><span class="annotation">[<acronym title="This parameter is a 'user_data', for callbacks; many bindings can pass NULL here."><span class="acronym">closure</span></acronym>]</span></td> </tr> </tbody> </table></div> </div> <p class="since">Since: <a class="link" href="api-index-2-34.html#api-index-2.34">2.34</a></p> </div> <hr> <div class="refsect2"> <a name="g-resolver-lookup-records-finish"></a><h3>g_resolver_lookup_records_finish ()</h3> <pre class="programlisting"><a href="../glib/glib-Doubly-Linked-Lists.html#GList"><span class="returnvalue">GList</span></a> * g_resolver_lookup_records_finish (<em class="parameter"><code><a class="link" href="GResolver.html" title="GResolver"><span class="type">GResolver</span></a> *resolver</code></em>, <em class="parameter"><code><a class="link" href="GAsyncResult.html" title="GAsyncResult"><span class="type">GAsyncResult</span></a> *result</code></em>, <em class="parameter"><code><a href="../glib/glib-Error-Reporting.html#GError"><span class="type">GError</span></a> **error</code></em>);</pre> <p>Retrieves the result of a previous call to <a class="link" href="GResolver.html#g-resolver-lookup-records-async" title="g_resolver_lookup_records_async ()"><code class="function">g_resolver_lookup_records_async()</code></a>. Returns a non-empty list of records as <a href="../glib/glib-GVariant.html#GVariant"><span class="type">GVariant</span></a> tuples. See <a class="link" href="GResolver.html#GResolverRecordType" title="enum GResolverRecordType"><span class="type">GResolverRecordType</span></a> for information on what the records contain.</p> <p>If the DNS resolution failed, <em class="parameter"><code>error</code></em> (if non-<a href="../glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>) will be set to a value from <a class="link" href="GResolver.html#GResolverError" title="enum GResolverError"><span class="type">GResolverError</span></a>. If the operation was cancelled, <em class="parameter"><code>error</code></em> will be set to <a class="link" href="gio-GIOError.html#G-IO-ERROR-CANCELLED:CAPS"><code class="literal">G_IO_ERROR_CANCELLED</code></a>.</p> <div class="refsect3"> <a name="id-1.4.16.2.9.17.6"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> <col class="parameters_description"> <col width="200px" class="parameters_annotations"> </colgroup> <tbody> <tr> <td class="parameter_name"><p>resolver</p></td> <td class="parameter_description"><p>a <a class="link" href="GResolver.html" title="GResolver"><span class="type">GResolver</span></a></p></td> <td class="parameter_annotations"> </td> </tr> <tr> <td class="parameter_name"><p>result</p></td> <td class="parameter_description"><p>the result passed to your <a class="link" href="GAsyncResult.html#GAsyncReadyCallback" title="GAsyncReadyCallback ()"><span class="type">GAsyncReadyCallback</span></a></p></td> <td class="parameter_annotations"> </td> </tr> <tr> <td class="parameter_name"><p>error</p></td> <td class="parameter_description"><p>return location for a <a href="../glib/glib-Error-Reporting.html#GError"><span class="type">GError</span></a>, or <a href="../glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a></p></td> <td class="parameter_annotations"> </td> </tr> </tbody> </table></div> </div> <div class="refsect3"> <a name="id-1.4.16.2.9.17.7"></a><h4>Returns</h4> <p> a non-empty <a href="../glib/glib-Doubly-Linked-Lists.html#GList"><span class="type">GList</span></a> of <a href="../glib/glib-GVariant.html#GVariant"><span class="type">GVariant</span></a>, or <a href="../glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> on error. You must free each of the records and the list when you are done with it. (You can use <a href="../glib/glib-Doubly-Linked-Lists.html#g-list-free-full"><code class="function">g_list_free_full()</code></a> with <a href="../glib/glib-GVariant.html#g-variant-unref"><code class="function">g_variant_unref()</code></a> to do this.). </p> <p><span class="annotation">[<acronym title="Generics and defining elements of containers and arrays."><span class="acronym">element-type</span></acronym> GVariant][<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>]</span></p> </div> <p class="since">Since: <a class="link" href="api-index-2-34.html#api-index-2.34">2.34</a></p> </div> <hr> <div class="refsect2"> <a name="G-RESOLVER-ERROR:CAPS"></a><h3>G_RESOLVER_ERROR</h3> <pre class="programlisting">#define G_RESOLVER_ERROR (g_resolver_error_quark ()) </pre> <p>Error domain for <a class="link" href="GResolver.html" title="GResolver"><span class="type">GResolver</span></a>. Errors in this domain will be from the <a class="link" href="GResolver.html#GResolverError" title="enum GResolverError"><span class="type">GResolverError</span></a> enumeration. See <a href="../glib/glib-Error-Reporting.html#GError"><span class="type">GError</span></a> for more information on error domains.</p> </div> </div> <div class="refsect1"> <a name="GResolver.other_details"></a><h2>Types and Values</h2> <div class="refsect2"> <a name="GResolver-struct"></a><h3>GResolver</h3> <pre class="programlisting">typedef struct _GResolver GResolver;</pre> <p>The object that handles DNS resolution. Use <a class="link" href="GResolver.html#g-resolver-get-default" title="g_resolver_get_default ()"><code class="function">g_resolver_get_default()</code></a> to get the default resolver.</p> </div> <hr> <div class="refsect2"> <a name="GResolverRecordType"></a><h3>enum GResolverRecordType</h3> <p>The type of record that <a class="link" href="GResolver.html#g-resolver-lookup-records" title="g_resolver_lookup_records ()"><code class="function">g_resolver_lookup_records()</code></a> or <a class="link" href="GResolver.html#g-resolver-lookup-records-async" title="g_resolver_lookup_records_async ()"><code class="function">g_resolver_lookup_records_async()</code></a> should retrieve. The records are returned as lists of <a href="../glib/glib-GVariant.html#GVariant"><span class="type">GVariant</span></a> tuples. Each record type has different values in the variant tuples returned.</p> <p><a class="link" href="GResolver.html#G-RESOLVER-RECORD-SRV:CAPS"><code class="literal">G_RESOLVER_RECORD_SRV</code></a> records are returned as variants with the signature '(qqqs)', containing a guint16 with the priority, a guint16 with the weight, a guint16 with the port, and a string of the hostname.</p> <p><a class="link" href="GResolver.html#G-RESOLVER-RECORD-MX:CAPS"><code class="literal">G_RESOLVER_RECORD_MX</code></a> records are returned as variants with the signature '(qs)', representing a guint16 with the preference, and a string containing the mail exchanger hostname.</p> <p><a class="link" href="GResolver.html#G-RESOLVER-RECORD-TXT:CAPS"><code class="literal">G_RESOLVER_RECORD_TXT</code></a> records are returned as variants with the signature '(as)', representing an array of the strings in the text record.</p> <p><a class="link" href="GResolver.html#G-RESOLVER-RECORD-SOA:CAPS"><code class="literal">G_RESOLVER_RECORD_SOA</code></a> records are returned as variants with the signature '(ssuuuuu)', representing a string containing the primary name server, a string containing the administrator, the serial as a guint32, the refresh interval as guint32, the retry interval as a guint32, the expire timeout as a guint32, and the ttl as a guint32.</p> <p><a class="link" href="GResolver.html#G-RESOLVER-RECORD-NS:CAPS"><code class="literal">G_RESOLVER_RECORD_NS</code></a> records are returned as variants with the signature '(s)', representing a string of the hostname of the name server.</p> <div class="refsect3"> <a name="id-1.4.16.2.10.3.9"></a><h4>Members</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="300px" class="enum_members_name"> <col class="enum_members_description"> <col width="200px" class="enum_members_annotations"> </colgroup> <tbody> <tr> <td class="enum_member_name"><p><a name="G-RESOLVER-RECORD-SRV:CAPS"></a>G_RESOLVER_RECORD_SRV</p></td> <td class="enum_member_description"> <p>lookup DNS SRV records for a domain</p> </td> <td class="enum_member_annotations"> </td> </tr> <tr> <td class="enum_member_name"><p><a name="G-RESOLVER-RECORD-MX:CAPS"></a>G_RESOLVER_RECORD_MX</p></td> <td class="enum_member_description"> <p>lookup DNS MX records for a domain</p> </td> <td class="enum_member_annotations"> </td> </tr> <tr> <td class="enum_member_name"><p><a name="G-RESOLVER-RECORD-TXT:CAPS"></a>G_RESOLVER_RECORD_TXT</p></td> <td class="enum_member_description"> <p>lookup DNS TXT records for a name</p> </td> <td class="enum_member_annotations"> </td> </tr> <tr> <td class="enum_member_name"><p><a name="G-RESOLVER-RECORD-SOA:CAPS"></a>G_RESOLVER_RECORD_SOA</p></td> <td class="enum_member_description"> <p>lookup DNS SOA records for a zone</p> </td> <td class="enum_member_annotations"> </td> </tr> <tr> <td class="enum_member_name"><p><a name="G-RESOLVER-RECORD-NS:CAPS"></a>G_RESOLVER_RECORD_NS</p></td> <td class="enum_member_description"> <p>lookup DNS NS records for a domain</p> </td> <td class="enum_member_annotations"> </td> </tr> </tbody> </table></div> </div> <p class="since">Since: <a class="link" href="api-index-2-34.html#api-index-2.34">2.34</a></p> </div> <hr> <div class="refsect2"> <a name="GResolverError"></a><h3>enum GResolverError</h3> <p>An error code used with <a class="link" href="GResolver.html#G-RESOLVER-ERROR:CAPS" title="G_RESOLVER_ERROR"><code class="literal">G_RESOLVER_ERROR</code></a> in a <a href="../glib/glib-Error-Reporting.html#GError"><span class="type">GError</span></a> returned from a <a class="link" href="GResolver.html" title="GResolver"><span class="type">GResolver</span></a> routine.</p> <div class="refsect3"> <a name="id-1.4.16.2.10.4.4"></a><h4>Members</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="300px" class="enum_members_name"> <col class="enum_members_description"> <col width="200px" class="enum_members_annotations"> </colgroup> <tbody> <tr> <td class="enum_member_name"><p><a name="G-RESOLVER-ERROR-NOT-FOUND:CAPS"></a>G_RESOLVER_ERROR_NOT_FOUND</p></td> <td class="enum_member_description"> <p>the requested name/address/service was not found</p> </td> <td class="enum_member_annotations"> </td> </tr> <tr> <td class="enum_member_name"><p><a name="G-RESOLVER-ERROR-TEMPORARY-FAILURE:CAPS"></a>G_RESOLVER_ERROR_TEMPORARY_FAILURE</p></td> <td class="enum_member_description"> <p>the requested information could not be looked up due to a network error or similar problem</p> </td> <td class="enum_member_annotations"> </td> </tr> <tr> <td class="enum_member_name"><p><a name="G-RESOLVER-ERROR-INTERNAL:CAPS"></a>G_RESOLVER_ERROR_INTERNAL</p></td> <td class="enum_member_description"> <p>unknown error</p> </td> <td class="enum_member_annotations"> </td> </tr> </tbody> </table></div> </div> <p class="since">Since: <a class="link" href="api-index-2-22.html#api-index-2.22">2.22</a></p> </div> </div> <div class="refsect1"> <a name="GResolver.signal-details"></a><h2>Signal Details</h2> <div class="refsect2"> <a name="GResolver-reload"></a><h3>The <code class="literal">“reload”</code> signal</h3> <pre class="programlisting"><span class="returnvalue">void</span> user_function (<a class="link" href="GResolver.html" title="GResolver"><span class="type">GResolver</span></a> *resolver, <a href="../glib/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data)</pre> <p>Emitted when the resolver notices that the system resolver configuration has changed.</p> <div class="refsect3"> <a name="id-1.4.16.2.11.2.5"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> <col class="parameters_description"> <col width="200px" class="parameters_annotations"> </colgroup> <tbody> <tr> <td class="parameter_name"><p>resolver</p></td> <td class="parameter_description"><p>a <a class="link" href="GResolver.html" title="GResolver"><span class="type">GResolver</span></a></p></td> <td class="parameter_annotations"> </td> </tr> <tr> <td class="parameter_name"><p>user_data</p></td> <td class="parameter_description"><p>user data set when the signal handler was connected.</p></td> <td class="parameter_annotations"> </td> </tr> </tbody> </table></div> </div> <p>Flags: <a href="../gobject/gobject-Signals.html#G-SIGNAL-RUN-LAST:CAPS">Run Last</a></p> </div> </div> </div> <div class="footer"> <hr>Generated by GTK-Doc V1.24</div> </body> </html>
imx6uldev/depedency_tools
glib/glib-2.46.2/docs/reference/gio/html/GResolver.html
HTML
mit
80,195
<div modal-page> <form role="form"> <modal-close></modal-close> <div class="modal-header"> <h3>End Canary</h3> </div> <div class="modal-body container-fluid"> <div class="form-group"> <label>Set result to</label> <select class="form-control input-sm" ng-model="command.result"> <option value="SUCCESS">SUCCESS</option> <option value="FAILURE">FAILURE</option> </select> </div> <div class="form-group"> <label>Reason for ending canary</label> <textarea class="form-control" rows="4" ng-model="command.reason"></textarea> </div> <div class="form-group" ng-if="state === 'success'" style="margin-top: 30px"> <alert type="success"> <p> <span class="glyphicon glyphicon-ok-circle"></span> Successfully requested canary completion </p> </alert> </div> <div class="form-group" ng-if="state === 'error'" style="margin-top: 30px"> <alert type="danger"> <p>There was an error with this request. Please try again later.</p> </alert> </div> </div> <div class="modal-footer"> <button type="button" class="btn btn-default" ng-click="ctrl.cancel()"> <span ng-if="state !== 'success'">Cancel</span> <span ng-if="state === 'success'">Close</span> </button> <button type="submit" class="btn btn-primary" ng-if="state !== 'success'" ng-click="ctrl.endCanary()" ng-disabled="state === 'submitting' || !command.reason"> <span ng-if="state === 'submitting'" style="display: inline-block; position: relative; width: 16px; height: 15px"> <span us-spinner="{color: '#ffffff', left: '3px', top: '10px', radius:3, width: 2, length: 3}"></span> </span> Submit </button> </div> </form> </div>
zanthrash/deck-1
app/scripts/modules/netflix/pipeline/stage/canary/actions/endCanary.modal.html
HTML
apache-2.0
1,960
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html><head><title></title> <meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/> <meta name="generator" content="Doxygen 1.8.13"/> <link rel="stylesheet" type="text/css" href="search.css"/> <script type="text/javascript" src="functions_4.js"></script> <script type="text/javascript" src="search.js"></script> </head> <body class="SRPage"> <div id="SRIndex"> <div class="SRStatus" id="Loading">読み取り中…</div> <div id="SRResults"></div> <script type="text/javascript"><!-- createResults(); --></script> <div class="SRStatus" id="Searching">検索中…</div> <div class="SRStatus" id="NoMatches">一致する文字列を見つけられません</div> <script type="text/javascript"><!-- document.getElementById("Loading").style.display="none"; document.getElementById("NoMatches").style.display="none"; var searchResults = new SearchResults("searchResults"); searchResults.Search(); --></script> </div> </body> </html>
nana2017july/html_parser
docs/search/functions_4.html
HTML
apache-2.0
1,065
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!-- NewPage --> <html lang="en"> <head> <!-- Generated by javadoc (version 1.6.0_36) on Mon Jan 04 20:30:30 CST 2016 --> <title>TaskLocator.Locality</title> <meta name="date" content="2016-01-04"> <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style"> </head> <body> <script type="text/javascript"><!-- if (location.href.indexOf('is-external=true') == -1) { parent.document.title="TaskLocator.Locality"; } //--> </script> <noscript> <div>JavaScript is disabled on your browser.</div> </noscript> <!-- ========= START OF TOP NAVBAR ======= --> <div class="topNav"><a name="navbar_top"> <!-- --> </a><a href="#skip-navbar_top" title="Skip navigation links"></a><a name="navbar_top_firstrow"> <!-- --> </a> <ul class="navList" title="Navigation"> <li><a href="../../../../overview-summary.html">Overview</a></li> <li><a href="package-summary.html">Package</a></li> <li class="navBarCell1Rev">Class</li> <li><a href="package-tree.html">Tree</a></li> <li><a href="../../../../deprecated-list.html">Deprecated</a></li> <li><a href="../../../../index-all.html">Index</a></li> <li><a href="../../../../help-doc.html">Help</a></li> </ul> </div> <div class="subNav"> <ul class="navList"> <li><a href="../../../../io/gearpump/streaming/appmaster/TaskLocator.Localities$.html" title="class in io.gearpump.streaming.appmaster"><span class="strong">PREV CLASS</span></a></li> <li><a href="../../../../io/gearpump/streaming/appmaster/TaskLocator.NonLocality$.html" title="class in io.gearpump.streaming.appmaster"><span class="strong">NEXT CLASS</span></a></li> </ul> <ul class="navList"> <li><a href="../../../../index.html?io/gearpump/streaming/appmaster/TaskLocator.Locality.html" target="_top">FRAMES</a></li> <li><a href="TaskLocator.Locality.html" target="_top">NO FRAMES</a></li> </ul> <ul class="navList" id="allclasses_navbar_top"> <li><a href="../../../../allclasses-noframe.html">All Classes</a></li> </ul> <div> <script type="text/javascript"><!-- allClassesLink = document.getElementById("allclasses_navbar_top"); if(window==top) { allClassesLink.style.display = "block"; } else { allClassesLink.style.display = "none"; } //--> </script> </div> <div> <ul class="subNavList"> <li>SUMMARY:&nbsp;</li> <li>NESTED&nbsp;|&nbsp;</li> <li>FIELD&nbsp;|&nbsp;</li> <li>CONSTR&nbsp;|&nbsp;</li> <li>METHOD</li> </ul> <ul class="subNavList"> <li>DETAIL:&nbsp;</li> <li>FIELD&nbsp;|&nbsp;</li> <li>CONSTR&nbsp;|&nbsp;</li> <li>METHOD</li> </ul> </div> <a name="skip-navbar_top"> <!-- --> </a></div> <!-- ========= END OF TOP NAVBAR ========= --> <!-- ======== START OF CLASS DATA ======== --> <div class="header"> <p class="subTitle">io.gearpump.streaming.appmaster</p> <h2 title="Interface TaskLocator.Locality" class="title">Interface TaskLocator.Locality</h2> </div> <div class="contentContainer"> <div class="description"> <ul class="blockList"> <li class="blockList"> <dl> <dt>All Known Implementing Classes:</dt> <dd><a href="../../../../io/gearpump/streaming/appmaster/TaskLocator.NonLocality$.html" title="class in io.gearpump.streaming.appmaster">TaskLocator.NonLocality$</a>, <a href="../../../../io/gearpump/streaming/appmaster/TaskLocator.WorkerLocality.html" title="class in io.gearpump.streaming.appmaster">TaskLocator.WorkerLocality</a></dd> </dl> <dl> <dt>Enclosing class:</dt> <dd><a href="../../../../io/gearpump/streaming/appmaster/TaskLocator.html" title="class in io.gearpump.streaming.appmaster">TaskLocator</a></dd> </dl> <hr> <br> <pre>public static interface <strong>TaskLocator.Locality</strong></pre> </li> </ul> </div> </div> <!-- ========= END OF CLASS DATA ========= --> <!-- ======= START OF BOTTOM NAVBAR ====== --> <div class="bottomNav"><a name="navbar_bottom"> <!-- --> </a><a href="#skip-navbar_bottom" title="Skip navigation links"></a><a name="navbar_bottom_firstrow"> <!-- --> </a> <ul class="navList" title="Navigation"> <li><a href="../../../../overview-summary.html">Overview</a></li> <li><a href="package-summary.html">Package</a></li> <li class="navBarCell1Rev">Class</li> <li><a href="package-tree.html">Tree</a></li> <li><a href="../../../../deprecated-list.html">Deprecated</a></li> <li><a href="../../../../index-all.html">Index</a></li> <li><a href="../../../../help-doc.html">Help</a></li> </ul> </div> <div class="subNav"> <ul class="navList"> <li><a href="../../../../io/gearpump/streaming/appmaster/TaskLocator.Localities$.html" title="class in io.gearpump.streaming.appmaster"><span class="strong">PREV CLASS</span></a></li> <li><a href="../../../../io/gearpump/streaming/appmaster/TaskLocator.NonLocality$.html" title="class in io.gearpump.streaming.appmaster"><span class="strong">NEXT CLASS</span></a></li> </ul> <ul class="navList"> <li><a href="../../../../index.html?io/gearpump/streaming/appmaster/TaskLocator.Locality.html" target="_top">FRAMES</a></li> <li><a href="TaskLocator.Locality.html" target="_top">NO FRAMES</a></li> </ul> <ul class="navList" id="allclasses_navbar_bottom"> <li><a href="../../../../allclasses-noframe.html">All Classes</a></li> </ul> <div> <script type="text/javascript"><!-- allClassesLink = document.getElementById("allclasses_navbar_bottom"); if(window==top) { allClassesLink.style.display = "block"; } else { allClassesLink.style.display = "none"; } //--> </script> </div> <div> <ul class="subNavList"> <li>SUMMARY:&nbsp;</li> <li>NESTED&nbsp;|&nbsp;</li> <li>FIELD&nbsp;|&nbsp;</li> <li>CONSTR&nbsp;|&nbsp;</li> <li>METHOD</li> </ul> <ul class="subNavList"> <li>DETAIL:&nbsp;</li> <li>FIELD&nbsp;|&nbsp;</li> <li>CONSTR&nbsp;|&nbsp;</li> <li>METHOD</li> </ul> </div> <a name="skip-navbar_bottom"> <!-- --> </a></div> <!-- ======== END OF BOTTOM NAVBAR ======= --> </body> </html>
stanleyxu2005/gearpump.github.io
releases/0.7.3/api/java/io/gearpump/streaming/appmaster/TaskLocator.Locality.html
HTML
apache-2.0
5,865
<!DOCTYPE html> <html> <head> <meta charset="utf-8" /> <meta name="format-detection" content="telephone=no" /> <meta name="viewport" content="user-scalable=no, initial-scale=1, maximum-scale=1, minimum-scale=1, width=device-width, height=device-height" /> <title>Google Maps Plugin for Cordova</title> <script type="text/javascript" src="cordova.js"></script> <script type="text/javascript" src="googlemaps-cdv-plugin.js"></script> <script type="text/javascript" src="simple.js"></script> <link rel="stylesheet" type="text/css" href="./style.css" /> </head> <body> <h1>Google Maps Plug-in for Cordova</h1> <h2>Initialize a map</h2> <p>To initialize the map plugin, you need to call the <span class='highlight'>getMap()</span> method of the Map class. The map class raises <span class='highlight'>MAP_READY</span> event when the map is initialized. You can receive the event with either <span class='highlight'>addEventListener()</span> or <span class='highlight'>on()</span> method.</p> <code>var map = plugin.google.maps.Map.getMap(); var evt = plugin.google.maps.event.MAP_READY; map.addEventListener(evt, function() { //Something you want to do }); </code> <button name="initMap" onclick="getMap1()">Play it</button> <h2>Initialize a map with options</h2> <p>If you want to initialize a map with parameters, you can do like this.</p> <code>var map = plugin.google.maps.Map.getMap({ 'mapType': plugin.google.maps.MapTypeId.HYBRID, 'controls': { 'compass': true, 'myLocationButton': true, 'indoorPicker': true, 'zoom': true }, 'gestures': { 'scroll': true, 'tilt': true, 'rotate': true }, 'camera': { 'latLng': GORYOKAKU_JAPAN, 'tilt': 30, 'zoom': 15, 'bearing': 50 } }); </code> <button name="initMap" onclick="getMap2()">Play it</button> <h2>Listen events</h2> <p>You can listen several events, such as map clicked. Available events for Map class are the below: <span class='highlight'>MAP_CLICK</span> / <span class='highlight'>MAP_LONG_CLICK</span> / <span class='highlight'>MY_LOCATION_CHANGE</span>(Android) / <span class='highlight'>MY_LOCATION_BUTTON_CLICK</span> / <span class='highlight'>CAMERA_CHANGE</span> / <span class='highlight'>MAP_READY</span> / <span class='highlight'>MAP_LOADED</span>(Android) / <span class='highlight'>MAP_WILL_MOVE</span>(iOS). <br> <br> Available events for Marker class are the below: <span class='highlight'>MARKER_CLICK</span> / <span class='highlight'>INFO_CLICK</span> / <span class='highlight'>MARKER_DRAG</span> / <span class='highlight'>MARKER_DRAG_START</span> / <span class='highlight'>MARKER_DRAG_END</span>. </p> <code>var evtName = plugin.google.maps.event.MAP_LONG_CLICK; map.on(evtName, function(latLng) { alert("Map was long clicked.\n" + latLng.toUrlValue()); }); </code> <h2>Show the map dialog</h2> <p>This plugin show the map on a dialog window. To open it, call <span class='highlight'>showDialog()</span> method.</p> <code>map.showDialog();</code> <button onclick="showMap()">Play it</button> <h2>Close the map dialog</h2> <p>If you want to close the dialog, call <span class='highlight'>closeDialog()</span> method.</p> <code>map.closeDialog();</code> <h2>Change the map type</h2> <p>You can choose the map type using <span class='highlight'>setMapTypeId()</span> method. Available map types are <span class='highlight'>ROADMAP</span> / <span class='highlight'>SATELLITE</span> / <span class='highlight'>HYBRID</span> / <span class='highlight'>TERRAIN</span> / <span class='highlight'>NONE</span> </p> <code>var mapType = plugin.google.maps.HYBRID; map.setMapTypeId(mapType);</code> <select id='mapTypeSelect'> <option value="ROADMAP">ROADMAP</option> <option value="SATELLITE">SATELLITE</option> <option value="HYBRID">HYBRID</option> <option value="TERRAIN" selected>TERRAIN</option> </select> <button onclick="setMapTypeId()">Play it</button> <h2>Move the camera</h2> <p>Google Maps for mobile has a view camera. You see the map via the camera, thus if you want to show a specific location, you need to move the camera. To do that, this plugin provides <span class='highlight'>animateCamera()</span> and <span class='highlight'>moveCamera()</span> methods. The <span class='highlight'>animateCamera()</span> moves the camera with animation, while the other hand without animation. </p> <code>map.animateCamera({ 'target': GOOGLE, 'tilt': 60, 'zoom': 18, 'bearing': 140 }); </code> <button onclick="animateCamera()">Play it</button> <h2>Camera callback</h2> <p>Both methods take a callback function as the second argument. This callback is involved when the movement is finished.</p> <code>map.moveCamera({ 'target': STATUE_OF_LIBERTY, 'zoom': 17, 'tilt': 30 }, function() { var mapType = plugin.google.maps.MapTypeId.HYBRID; map.setMapTypeId(mapType); map.showDialog(); });</code> <button onclick="moveCamera()">Play it</button> <h2>Move the camera within the specified duration time</h2> <p>The <span class='highlight'>animateCamera()</span> acepts the duration time for animating with <b>duration</b> option. If you want to animate slowly, you can specify the duration in millisecond.</p> <code>map.animateCamera({ 'target': GOOGLE, 'tilt': 60, 'zoom': 18, 'bearing': 140, 'duration': 10000 }); </code> <button onclick="animateCamera_delay()">Play it</button> <h2>Get the camera position</h2> <p>If you want to know the camera position, just call <span class='highlight'>getCameraPosition()</span> method. </p> <code>map.getCameraPosition(function(camera) { var buff = ["Current camera position:\n" "latitude:" + camera.target.lat, "longitude:" + camera.target.lng, "zoom:" + camera.zoom, "tilt:" + camera.tilt, "bearing:" + camera.bearing].join("\n"); alert(buff); }); </code> <button onclick="getCameraPosition()">Play it</button> <h2>Get my location</h2> <p>If you want to know where you are, just call <span class='highlight'>getMyLocation()</span> method.</p> <code> map.getMyLocation(function(location) { var msg = ["Current your location:\n", "latitude:" + location.latLng.lat, "longitude:" + location.latLng.lng, "speed:" + location.speed, "time:" + location.time, "bearing:" + location.bearing].join("\n"); map.addMarker({ 'position': location.latLng, 'title': msg }, function(marker) { marker.showInfoWindow(); }); }); </code> <button onclick="getMyLocation()">Play it</button> <h2>Add a marker</h2> <p>You can make a marker using <span class='highlight'>addMarker()</span> method.</p> <code>map.addMarker({ 'position': GOOGLE, 'title': "Hello GoogleMap for Cordova!" }); </code> <button onclick="addMarker1a()">Play it</button> <h2>Add a marker with multiple line</h2> <p>You are also able to pass multiple line to the <b>title</b> option.</p> <code>map.addMarker({ 'position': GOOGLE_NY, 'title': ["Hello Google Map", "for", "Cordova!"].join("\n"), 'snippet': "This plugin is awesome!" }, function(marker) { marker.showInfoWindow(); }); </code> <button onclick="addMarker1b()">Play it</button> <h2>addMarker() callback</h2> <p>The <span class='highlight'>addMarker()</span> method taken a function as callback on the second argument. The callback is involved when the marker is created. The plugin passes the marker instance as a parameter.</p> <code>map.addMarker({ 'position': STATUE_OF_LIBERTY, 'title': "Statue of Liberty" }, function(marker) { marker.showInfoWindow(); }); </code> <button onclick="addMarker2()">Play it</button> <h2>Add a marker with icon</h2> <p>If you want to make a marker with icon, just pass the icon path or URL to the <span class='highlight'>addMarker()</span> method.</p> <code>map.addMarker({ 'position': GOOGLE_TOKYO, 'title': 'Google Tokyo!', 'icon': 'www/images/google_tokyo_icon.png' }); </code> <button onclick="addMarker3a()">Play it</button> <p>Or you can scale the icon image with options.</p> <code>map.addMarker({ 'position': GOOGLE_TOKYO, 'title': 'Google Tokyo!', 'icon': { 'url': 'www/images/google_tokyo_icon.png', 'size': { 'width': 74, 'height': 126 } } }); </code> <button onclick="addMarker3b()">Play it</button> <h2>Add a marker with base64 encoded image</h2> <p>This is really useful feature! You can set base64 encoded image strings to the icon and the title options. That means you are able to create marker image programmatically.</p> <canvas id="canvas" width="114" height="131" ></canvas> <script type="text/javascript"> /** * http://mahdipedram.com/Demos/html5/ */ function html5Logo(canvasEle) { var ctx = canvasEle.getContext('2d'); ctx.fillStyle = "#E34C26"; var endX = 114; var beginX = 0; var beginY = 0; var IncreaseY =.97; var maxIncreaseY = .11; var reduceX =.9; var bottomRightX = endX * reduceX; var bottomLeftX = endX - bottomRightX; var IncreasedY = endX + (1-IncreaseY)* endX; var maxIncleasedY = IncreasedY * maxIncreaseY + IncreasedY; ctx.beginPath(); ctx.moveTo( beginX, beginY); ctx.lineTo( endX, beginY ); ctx.lineTo( bottomRightX ,IncreasedY ); ctx.lineTo( endX / 2, maxIncleasedY ); ctx.lineTo( bottomLeftX, IncreasedY ); ctx.lineTo( beginX, beginY ); ctx.fill(); var secondBoxMargin = 10; var secondEndX = (endX - secondBoxMargin); var secondBottomRightX = secondEndX * reduceX; var secondIncreasedY = secondEndX + (1-IncreaseY)* secondEndX; ctx.fillStyle = "#F16529"; ctx.beginPath(); ctx.moveTo( endX / 2 ,secondBoxMargin); ctx.lineTo( secondEndX, secondBoxMargin ); ctx.lineTo( secondBottomRightX, secondIncreasedY); ctx.lineTo( endX / 2, maxIncleasedY - secondBoxMargin ); ctx.lineTo( endX / 2, secondBoxMargin ); ctx.fill(); var thirdBoxMargin = 25; ctx.fillStyle = "white"; ctx.beginPath(); ctx.moveTo( endX / 2, thirdBoxMargin ); ctx.lineTo( 94, thirdBoxMargin); ctx.lineTo( 93, 39 ); ctx.lineTo( endX /2, 39 ); ctx.lineTo( endX / 2, thirdBoxMargin ); ctx.closePath(); ctx.fill(); ctx.beginPath(); ctx.moveTo( endX/2, 53 ); ctx.lineTo( 90, 53 ); ctx.lineTo( 86, IncreasedY - 20 ); ctx.lineTo( endX/2, maxIncleasedY - 24 ); ctx.lineTo( endX/2, maxIncleasedY - 38 ); ctx.lineTo( endX/2 + 16, maxIncleasedY - 43 ); ctx.lineTo( endX/2 + 16 + 2, 68 ); ctx.lineTo( endX/2, 68 ); ctx.fill(); ctx.beginPath(); ctx.moveTo( endX / 2, thirdBoxMargin ); ctx.lineTo( 24, thirdBoxMargin ); ctx.lineTo( 28, 68 ); ctx.lineTo( endX/2, 68 ); ctx.lineTo( endX/2, 53 ); ctx.lineTo( 42, 53 ); ctx.lineTo( 41, 39 ); ctx.lineTo( endX/2, 39 ); ctx.fill(); ctx.beginPath(); ctx.moveTo( endX / 2, 106 ); ctx.lineTo( 31, 100 ); ctx.lineTo( 28, 78 ); ctx.lineTo( 42, 78 ); ctx.lineTo( 43, 88 ); ctx.lineTo( endX / 2, 92 ); ctx.fill(); } html5Logo(document.getElementById("canvas")); </script> <code>var canvas = document.getElementById("canvas"); map.addMarker({ 'position': GOOGLE_TOKYO, 'title': canvas.toDataURL(), 'icon': "data:image/png;base64,iVBORw0KGgoA...", }, function(marker) { marker.showInfoWindow(); }); </code> <button onclick="addMarker5()">Play it</button> <h2>Remove the marker</h2> <p>To remove the marker, call the <span class='highlight'>remove()</span> method.</p> <code>marker.remove();</code> <h2>Click events</h2> <p>This plugin also supports the click events for both marker and infoWindow.</p> <code>map.addMarker({ 'position': GOOGLE_SYDNEY, 'title': "Google Sydney", 'snippet': "click, then remove", 'draggable': true, 'markerClick': function(marker) { marker.showInfoWindow(); }, 'infoClick': function(marker) { marker.remove(); } }); </code> <button onclick="addMarker4()">Play it</button> <h2>Add a polyline/polygon/circle</h2> <p>Adding a polyline uses <span class='highlight'>addPolyline()</span> method.</p> <code>map.addPolyline({ points: [ HND_AIR_PORT, SFO_AIR_PORT ], 'color' : '#AA00FF', 'width': 10, 'geodesic': true }); </code> <button onclick="addPolyline()">Play it</button> <p>For adding a polygon, use <span class='highlight'>addPolygon()</span> method.</p> <code>map.addPolygon({ points: GORYOKAKU_POINTS, 'strokeColor' : '#AA00FF', 'strokeWidth': 5, 'fillColor' : '#880000' }, function(polygon) { map.animateCamera({ 'target': polygon.getPoints() }); }); </code> <button onclick="addPolygon()">Play it</button> <p>For a circle, use <span class='highlight'>addCircle()</span> method.</p> <code>map.addCircle({ 'center': GOOGLE, 'radius': 300, 'strokeColor' : '#AA00FF', 'strokeWidth': 5, 'fillColor' : '#880000' }); </code> <button onclick="addCircle()">Play it</button> <h2>Add a ground overlay</h2> <p>A ground overlay is an image that is fixed to a map. To add an image, call <span class='highlight'>addGroundOverlay()</span> method.</p> <code>var bounds = [ new plugin.google.maps.LatLng(40.712216,-74.22655), new plugin.google.maps.LatLng(40.773941,-74.12544) ]; map.addGroundOverlay({ 'url': "http://www.lib.utexas.edu/maps/historical/newark_nj_1922.jpg", 'bounds': bounds, 'opacity': 0 }, function(groundOverlay) { map.showDialog(); map.animateCamera({ 'target': bounds }); }); </code> <button onclick="addGroundOverlay()">Play it</button> <h2>Remove the ground overlay</h2> <p>To remove the ground overlay, call the <span class='highlight'>remove()</span> method.</p> <code>groundOverlay.remove();</code> <h2>Add a tile overlay</h2> <p>A Tile Overlay is a set of images which are displayed on top of the base map tiles. To your tile layer, call <span class='highlight'>addTileOverlay()</span> method.<br> You need to include &lt;x&gt;,&lt;y&gt; and &lt;zoom&gt; strings into your URL. These are replaced with values.</p> <code>map.addTileOverlay({ // &lt;x&gt;,&lt;y&gt; and &lt;zoom&gt; are replaced with values tileUrlFormat: "http://tile.stamen.com/watercolor/&lt;zoom&gt;/&lt;x&gt;/&lt;y&gt;.jpg" }, function(tileOverlay) { mTileOverlay = tileOverlay; map.showDialog(); });</code> <button onclick="addTileOverlay()">Play it</button> <h2>Remove the tile overlay</h2> <p>To remove the tile overlay, call the <span class='highlight'>remove()</span> method.</p> <code>tileOverlay.remove();</code> <h2>Geocoding</h2> <p>This plugin supports geocoding. You can convert address or landscape names to latitude and longitude. In Android, this plugin uses Google Play Services feature, while in iOS this plugin uses iOS feature (not Google).</p> <code>var request = { 'address': "Kyoto, Japan" }; map.geocode(request, function(results) { if (results.length) { map.showDialog(); var result = results[0]; var position = result.position; map.addMarker({ 'position': position }); } else { alert("Not found"); } }); </code> <input type="text" id="geocoder_input" value="Kyoto, Japan"> <button onclick="geocoding()">Play it</button> <h2>Reverse geocoding</h2> <p>This plugin also supports reverse geocoding. In Android, this plugin uses Google Play Services feature, while in iOS this plugin uses iOS feature (not Google).</p> <code>var request = { 'position': GOOGLE }; map.geocode(request, function(results) { if (results.length) { var result = results[0]; var position = result.position; map.addMarker({ 'position': position, 'title': result.thoroughfare }); } else { alert("Not found"); } }); </code> <button onclick="reverseGeocoding()">Play it</button> </body> </html>
gdi2290/phonegap-googlemaps-plugin
example/Simple/index.html
HTML
apache-2.0
15,547
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta name="generator" content="rustdoc"> <meta name="description" content="API documentation for the Rust `def_matches_plain_symbol` macro in crate `mentat_parser_utils`."> <meta name="keywords" content="rust, rustlang, rust-lang, def_matches_plain_symbol"> <title>mentat_parser_utils::def_matches_plain_symbol - Rust</title> <link rel="stylesheet" type="text/css" href="../normalize.css"> <link rel="stylesheet" type="text/css" href="../rustdoc.css" id="mainThemeStyle"> <link rel="stylesheet" type="text/css" href="../dark.css"> <link rel="stylesheet" type="text/css" href="../light.css" id="themeStyle"> <script src="../storage.js"></script> </head> <body class="rustdoc macro"> <!--[if lte IE 8]> <div class="warning"> This old browser is unsupported and will most likely display funky things. </div> <![endif]--> <nav class="sidebar"> <div class="sidebar-menu">&#9776;</div> <div class="sidebar-elems"><p class='location'><a href='index.html'>mentat_parser_utils</a></p><script>window.sidebarCurrent = {name: 'def_matches_plain_symbol', ty: 'macro', relpath: ''};</script><script defer src="sidebar-items.js"></script></div> </nav> <div class="theme-picker"> <button id="theme-picker" aria-label="Pick another theme!"> <img src="../brush.svg" width="18" alt="Pick another theme!"> </button> <div id="theme-choices"></div> </div> <script src="../theme.js"></script> <nav class="sub"> <form class="search-form js-only"> <div class="search-container"> <input class="search-input" name="search" autocomplete="off" placeholder="Click or press ‘S’ to search, ‘?’ for more options…" type="search"> </div> </form> </nav> <section id='main' class="content"><h1 class='fqn'><span class='in-band'>Macro <a href='index.html'>mentat_parser_utils</a>::<wbr><a class="macro" href=''>def_matches_plain_symbol</a></span><span class='out-of-band'><span id='render-detail'> <a id="toggle-all-docs" href="javascript:void(0)" title="collapse all docs"> [<span class='inner'>&#x2212;</span>] </a> </span><a class='srclink' href='../src/mentat_parser_utils/value_and_span.rs.html#500-511' title='goto source code'>[src]</a></span></h1><div class="docblock type-decl"><pre class="rust macro"> <span class="macro">macro_rules</span><span class="macro">!</span> <span class="ident">def_matches_plain_symbol</span> { ( <span class="macro-nonterminal">$</span><span class="macro-nonterminal">parser</span>: <span class="ident">ident</span>, <span class="macro-nonterminal">$</span><span class="macro-nonterminal">name</span>: <span class="ident">ident</span>, <span class="macro-nonterminal">$</span><span class="macro-nonterminal">input</span>: <span class="ident">expr</span> ) <span class="op">=&gt;</span> { ... }; }</pre> </div><div class='docblock'><p>Generate a <code>satisfy</code> expression that matches a <code>PlainSymbol</code> value with the given name.</p> <p>We do this rather than using <code>combine::token</code> so that we don't need to allocate a new <code>String</code> inside a <code>PlainSymbol</code> inside a <code>SpannedValue</code> inside a <code>ValueAndSpan</code> just to match input.</p> </div></section> <section id='search' class="content hidden"></section> <section class="footer"></section> <aside id="help" class="hidden"> <div> <h1 class="hidden">Help</h1> <div class="shortcuts"> <h2>Keyboard Shortcuts</h2> <dl> <dt><kbd>?</kbd></dt> <dd>Show this help dialog</dd> <dt><kbd>S</kbd></dt> <dd>Focus the search field</dd> <dt><kbd>↑</kbd></dt> <dd>Move up in search results</dd> <dt><kbd>↓</kbd></dt> <dd>Move down in search results</dd> <dt><kbd>↹</kbd></dt> <dd>Switch tab</dd> <dt><kbd>&#9166;</kbd></dt> <dd>Go to active search result</dd> <dt><kbd>+</kbd></dt> <dd>Expand all sections</dd> <dt><kbd>-</kbd></dt> <dd>Collapse all sections</dd> </dl> </div> <div class="infos"> <h2>Search Tricks</h2> <p> Prefix searches with a type followed by a colon (e.g. <code>fn:</code>) to restrict the search to a given type. </p> <p> Accepted types are: <code>fn</code>, <code>mod</code>, <code>struct</code>, <code>enum</code>, <code>trait</code>, <code>type</code>, <code>macro</code>, and <code>const</code>. </p> <p> Search functions by type signature (e.g. <code>vec -> usize</code> or <code>* -> vec</code>) </p> </div> </div> </aside> <script> window.rootPath = "../"; window.currentCrate = "mentat_parser_utils"; </script> <script src="../main.js"></script> <script defer src="../search-index.js"></script> </body> </html>
mozilla/mentat
docs/apis/0.7/rust/mentat_parser_utils/macro.def_matches_plain_symbol.html
HTML
apache-2.0
5,786
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!-- NewPage --> <html lang="en"> <head> <!-- Generated by javadoc (version 1.6.0_36) on Sat Nov 28 01:44:49 CST 2015 --> <title>AppMaster.TaskActorRef</title> <meta name="date" content="2015-11-28"> <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style"> </head> <body> <script type="text/javascript"><!-- if (location.href.indexOf('is-external=true') == -1) { parent.document.title="AppMaster.TaskActorRef"; } //--> </script> <noscript> <div>JavaScript is disabled on your browser.</div> </noscript> <!-- ========= START OF TOP NAVBAR ======= --> <div class="topNav"><a name="navbar_top"> <!-- --> </a><a href="#skip-navbar_top" title="Skip navigation links"></a><a name="navbar_top_firstrow"> <!-- --> </a> <ul class="navList" title="Navigation"> <li><a href="../../../../overview-summary.html">Overview</a></li> <li><a href="package-summary.html">Package</a></li> <li class="navBarCell1Rev">Class</li> <li><a href="package-tree.html">Tree</a></li> <li><a href="../../../../deprecated-list.html">Deprecated</a></li> <li><a href="../../../../index-all.html">Index</a></li> <li><a href="../../../../help-doc.html">Help</a></li> </ul> </div> <div class="subNav"> <ul class="navList"> <li><a href="../../../../io/gearpump/streaming/appmaster/AppMaster.ServiceNotAvailableException.html" title="class in io.gearpump.streaming.appmaster"><span class="strong">PREV CLASS</span></a></li> <li><a href="../../../../io/gearpump/streaming/appmaster/AppMaster.TaskActorRef$.html" title="class in io.gearpump.streaming.appmaster"><span class="strong">NEXT CLASS</span></a></li> </ul> <ul class="navList"> <li><a href="../../../../index.html?io/gearpump/streaming/appmaster/AppMaster.TaskActorRef.html" target="_top">FRAMES</a></li> <li><a href="AppMaster.TaskActorRef.html" target="_top">NO FRAMES</a></li> </ul> <ul class="navList" id="allclasses_navbar_top"> <li><a href="../../../../allclasses-noframe.html">All Classes</a></li> </ul> <div> <script type="text/javascript"><!-- allClassesLink = document.getElementById("allclasses_navbar_top"); if(window==top) { allClassesLink.style.display = "block"; } else { allClassesLink.style.display = "none"; } //--> </script> </div> <div> <ul class="subNavList"> <li>SUMMARY:&nbsp;</li> <li>NESTED&nbsp;|&nbsp;</li> <li>FIELD&nbsp;|&nbsp;</li> <li><a href="#constructor_summary">CONSTR</a>&nbsp;|&nbsp;</li> <li><a href="#method_summary">METHOD</a></li> </ul> <ul class="subNavList"> <li>DETAIL:&nbsp;</li> <li>FIELD&nbsp;|&nbsp;</li> <li><a href="#constructor_detail">CONSTR</a>&nbsp;|&nbsp;</li> <li><a href="#method_detail">METHOD</a></li> </ul> </div> <a name="skip-navbar_top"> <!-- --> </a></div> <!-- ========= END OF TOP NAVBAR ========= --> <!-- ======== START OF CLASS DATA ======== --> <div class="header"> <p class="subTitle">io.gearpump.streaming.appmaster</p> <h2 title="Class AppMaster.TaskActorRef" class="title">Class AppMaster.TaskActorRef</h2> </div> <div class="contentContainer"> <ul class="inheritance"> <li>java.lang.Object</li> <li> <ul class="inheritance"> <li>io.gearpump.streaming.appmaster.AppMaster.TaskActorRef</li> </ul> </li> </ul> <div class="description"> <ul class="blockList"> <li class="blockList"> <dl> <dt>All Implemented Interfaces:</dt> <dd>java.io.Serializable, scala.Equals, scala.Product</dd> </dl> <dl> <dt>Enclosing class:</dt> <dd><a href="../../../../io/gearpump/streaming/appmaster/AppMaster.html" title="class in io.gearpump.streaming.appmaster">AppMaster</a></dd> </dl> <hr> <br> <pre>public static class <strong>AppMaster.TaskActorRef</strong> extends java.lang.Object implements scala.Product, scala.Serializable</pre> <dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../serialized-form.html#io.gearpump.streaming.appmaster.AppMaster.TaskActorRef">Serialized Form</a></dd></dl> </li> </ul> </div> <div class="summary"> <ul class="blockList"> <li class="blockList"> <!-- ======== CONSTRUCTOR SUMMARY ======== --> <ul class="blockList"> <li class="blockList"><a name="constructor_summary"> <!-- --> </a> <h3>Constructor Summary</h3> <table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Constructor Summary table, listing constructors, and an explanation"> <caption><span>Constructors</span><span class="tabEnd">&nbsp;</span></caption> <tr> <th class="colOne" scope="col">Constructor and Description</th> </tr> <tr class="altColor"> <td class="colOne"><code><strong><a href="../../../../io/gearpump/streaming/appmaster/AppMaster.TaskActorRef.html#AppMaster.TaskActorRef(akka.actor.ActorRef)">AppMaster.TaskActorRef</a></strong>(akka.actor.ActorRef&nbsp;task)</code>&nbsp;</td> </tr> </table> </li> </ul> <!-- ========== METHOD SUMMARY =========== --> <ul class="blockList"> <li class="blockList"><a name="method_summary"> <!-- --> </a> <h3>Method Summary</h3> <table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Method Summary table, listing methods, and an explanation"> <caption><span>Methods</span><span class="tabEnd">&nbsp;</span></caption> <tr> <th class="colFirst" scope="col">Modifier and Type</th> <th class="colLast" scope="col">Method and Description</th> </tr> <tr class="altColor"> <td class="colFirst"><code>akka.actor.ActorRef</code></td> <td class="colLast"><code><strong><a href="../../../../io/gearpump/streaming/appmaster/AppMaster.TaskActorRef.html#task()">task</a></strong>()</code>&nbsp;</td> </tr> </table> <ul class="blockList"> <li class="blockList"><a name="methods_inherited_from_class_java.lang.Object"> <!-- --> </a> <h3>Methods inherited from class&nbsp;java.lang.Object</h3> <code>clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait</code></li> </ul> <ul class="blockList"> <li class="blockList"><a name="methods_inherited_from_class_scala.Product"> <!-- --> </a> <h3>Methods inherited from interface&nbsp;scala.Product</h3> <code>productArity, productElement, productIterator, productPrefix</code></li> </ul> <ul class="blockList"> <li class="blockList"><a name="methods_inherited_from_class_scala.Equals"> <!-- --> </a> <h3>Methods inherited from interface&nbsp;scala.Equals</h3> <code>canEqual, equals</code></li> </ul> </li> </ul> </li> </ul> </div> <div class="details"> <ul class="blockList"> <li class="blockList"> <!-- ========= CONSTRUCTOR DETAIL ======== --> <ul class="blockList"> <li class="blockList"><a name="constructor_detail"> <!-- --> </a> <h3>Constructor Detail</h3> <a name="AppMaster.TaskActorRef(akka.actor.ActorRef)"> <!-- --> </a> <ul class="blockListLast"> <li class="blockList"> <h4>AppMaster.TaskActorRef</h4> <pre>public&nbsp;AppMaster.TaskActorRef(akka.actor.ActorRef&nbsp;task)</pre> </li> </ul> </li> </ul> <!-- ============ METHOD DETAIL ========== --> <ul class="blockList"> <li class="blockList"><a name="method_detail"> <!-- --> </a> <h3>Method Detail</h3> <a name="task()"> <!-- --> </a> <ul class="blockListLast"> <li class="blockList"> <h4>task</h4> <pre>public&nbsp;akka.actor.ActorRef&nbsp;task()</pre> </li> </ul> </li> </ul> </li> </ul> </div> </div> <!-- ========= END OF CLASS DATA ========= --> <!-- ======= START OF BOTTOM NAVBAR ====== --> <div class="bottomNav"><a name="navbar_bottom"> <!-- --> </a><a href="#skip-navbar_bottom" title="Skip navigation links"></a><a name="navbar_bottom_firstrow"> <!-- --> </a> <ul class="navList" title="Navigation"> <li><a href="../../../../overview-summary.html">Overview</a></li> <li><a href="package-summary.html">Package</a></li> <li class="navBarCell1Rev">Class</li> <li><a href="package-tree.html">Tree</a></li> <li><a href="../../../../deprecated-list.html">Deprecated</a></li> <li><a href="../../../../index-all.html">Index</a></li> <li><a href="../../../../help-doc.html">Help</a></li> </ul> </div> <div class="subNav"> <ul class="navList"> <li><a href="../../../../io/gearpump/streaming/appmaster/AppMaster.ServiceNotAvailableException.html" title="class in io.gearpump.streaming.appmaster"><span class="strong">PREV CLASS</span></a></li> <li><a href="../../../../io/gearpump/streaming/appmaster/AppMaster.TaskActorRef$.html" title="class in io.gearpump.streaming.appmaster"><span class="strong">NEXT CLASS</span></a></li> </ul> <ul class="navList"> <li><a href="../../../../index.html?io/gearpump/streaming/appmaster/AppMaster.TaskActorRef.html" target="_top">FRAMES</a></li> <li><a href="AppMaster.TaskActorRef.html" target="_top">NO FRAMES</a></li> </ul> <ul class="navList" id="allclasses_navbar_bottom"> <li><a href="../../../../allclasses-noframe.html">All Classes</a></li> </ul> <div> <script type="text/javascript"><!-- allClassesLink = document.getElementById("allclasses_navbar_bottom"); if(window==top) { allClassesLink.style.display = "block"; } else { allClassesLink.style.display = "none"; } //--> </script> </div> <div> <ul class="subNavList"> <li>SUMMARY:&nbsp;</li> <li>NESTED&nbsp;|&nbsp;</li> <li>FIELD&nbsp;|&nbsp;</li> <li><a href="#constructor_summary">CONSTR</a>&nbsp;|&nbsp;</li> <li><a href="#method_summary">METHOD</a></li> </ul> <ul class="subNavList"> <li>DETAIL:&nbsp;</li> <li>FIELD&nbsp;|&nbsp;</li> <li><a href="#constructor_detail">CONSTR</a>&nbsp;|&nbsp;</li> <li><a href="#method_detail">METHOD</a></li> </ul> </div> <a name="skip-navbar_bottom"> <!-- --> </a></div> <!-- ======== END OF BOTTOM NAVBAR ======= --> </body> </html>
stanleyxu2005/gearpump.github.io
releases/0.7.0/api/java/io/gearpump/streaming/appmaster/AppMaster.TaskActorRef.html
HTML
apache-2.0
9,518
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!--NewPage--> <HTML> <HEAD> <!-- Generated by javadoc (build 1.5.0_22) on Wed Apr 03 10:03:18 GMT-03:00 2013 --> <META http-equiv="Content-Type" content="text/html; charset=UTF-8"> <TITLE> Uses of Class opennlp.tools.cmdline.chunker.ChunkerConverterTool (Apache OpenNLP Tools 1.5.3 API) </TITLE> <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../stylesheet.css" TITLE="Style"> <SCRIPT type="text/javascript"> function windowTitle() { parent.document.title="Uses of Class opennlp.tools.cmdline.chunker.ChunkerConverterTool (Apache OpenNLP Tools 1.5.3 API)"; } </SCRIPT> <NOSCRIPT> </NOSCRIPT> </HEAD> <BODY BGCOLOR="white" onload="windowTitle();"> <!-- ========= START OF TOP NAVBAR ======= --> <A NAME="navbar_top"><!-- --></A> <A HREF="#skip-navbar_top" title="Skip navigation links"></A> <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY=""> <TR> <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A NAME="navbar_top_firstrow"><!-- --></A> <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY=""> <TR ALIGN="center" VALIGN="top"> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../opennlp/tools/cmdline/chunker/ChunkerConverterTool.html" title="class in opennlp.tools.cmdline.chunker"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD> </TR> </TABLE> </TD> <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM> </EM> </TD> </TR> <TR> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> &nbsp;PREV&nbsp; &nbsp;NEXT</FONT></TD> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> <A HREF="../../../../../index.html?opennlp/tools/cmdline/chunker/class-use/ChunkerConverterTool.html" target="_top"><B>FRAMES</B></A> &nbsp; &nbsp;<A HREF="ChunkerConverterTool.html" target="_top"><B>NO FRAMES</B></A> &nbsp; &nbsp;<SCRIPT type="text/javascript"> <!-- if(window==top) { document.writeln('<A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>'); } //--> </SCRIPT> <NOSCRIPT> <A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A> </NOSCRIPT> </FONT></TD> </TR> </TABLE> <A NAME="skip-navbar_top"></A> <!-- ========= END OF TOP NAVBAR ========= --> <HR> <CENTER> <H2> <B>Uses of Class<br>opennlp.tools.cmdline.chunker.ChunkerConverterTool</B></H2> </CENTER> No usage of opennlp.tools.cmdline.chunker.ChunkerConverterTool <P> <HR> <!-- ======= START OF BOTTOM NAVBAR ====== --> <A NAME="navbar_bottom"><!-- --></A> <A HREF="#skip-navbar_bottom" title="Skip navigation links"></A> <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY=""> <TR> <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A NAME="navbar_bottom_firstrow"><!-- --></A> <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY=""> <TR ALIGN="center" VALIGN="top"> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../opennlp/tools/cmdline/chunker/ChunkerConverterTool.html" title="class in opennlp.tools.cmdline.chunker"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD> </TR> </TABLE> </TD> <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM> </EM> </TD> </TR> <TR> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> &nbsp;PREV&nbsp; &nbsp;NEXT</FONT></TD> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> <A HREF="../../../../../index.html?opennlp/tools/cmdline/chunker/class-use/ChunkerConverterTool.html" target="_top"><B>FRAMES</B></A> &nbsp; &nbsp;<A HREF="ChunkerConverterTool.html" target="_top"><B>NO FRAMES</B></A> &nbsp; &nbsp;<SCRIPT type="text/javascript"> <!-- if(window==top) { document.writeln('<A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>'); } //--> </SCRIPT> <NOSCRIPT> <A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A> </NOSCRIPT> </FONT></TD> </TR> </TABLE> <A NAME="skip-navbar_bottom"></A> <!-- ======== END OF BOTTOM NAVBAR ======= --> <HR> Copyright &#169; 2013 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All Rights Reserved. </BODY> </HTML>
opener-project/nerc-fr
opennlp/docs/apidocs/opennlp-tools/opennlp/tools/cmdline/chunker/class-use/ChunkerConverterTool.html
HTML
apache-2.0
6,161
<!-- #%L U-QASAR %% Copyright (C) 2012 - 2015 U-QASAR Consortium %% Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. #L% --> <wicket:panel xmlns:wicket> <div class="row-fluid"> <div class="span12"> <label class="btn btn-primary no-cursor" for="title" style="cursor: default;"><wicket:message key="step4.title" /></label> </div> </div> <br/> <div class="row-fluid"> <div class="span12"> <fieldset> <form wicket:id="form"> <div wicket:id="teamContainer"> <table class="table table-striped"> <thead> <tr> <th><wicket:message key="step4.header.company" /></th> <th><wicket:message key="step4.header.user" /></th> <th></th> <th><wicket:message key="step4.header.role" /></th> <th style="width:22%"><wicket:message key="step4.header.skills" /></th> <th><wicket:message key="step4.header.options" /></th> </tr> </thead> <tbody> <tr wicket:id="users" class="users"> <td> <span wicket:id="company"></span></td> <td class="avatar"> <a wicket:id="link.picture.edit.user"> <span class="user profile compact"> <span class="picture-border"> <div wicket:id="picture" class="avatar picture"></div> </span> </span> </a> </td> <td class="name"><a wicket:id="link.name.edit.user"><span wicket:id="td.username"></span></a></td> <td class="role"> <select class="input-large" id="role" wicket:id="role"></select> </td> <td> <span wicket:id="skills"></span></td> <td> <div class="btn-toolbar"> <div class="btn-group" wicket:id="btnContainer"> <a wicket:id="confirm" class="btn" wicket:message="title:step4.confirm.user"><i class="icon-ok"></i></a> <a wicket:id="reject" class="btn btn-danger" wicket:message="title:step4.reject.user"><i class="icon-remove"></i></a> </div> </div> </td> </tr> </tbody> </table> </div> <div class="span4" > <label class="control-label" for="userName"> <wicket:message key="step4.label.add.username" />: </label> <input type="text" id="userName" wicket:id="add.userName" wicket:message="placeholder:step4.placeholder.add.userName" /> </div> <div class="span4" style="margin-top: 1.6em"> <a wicket:id="add.member" class="btn btn-primary"><span wicket:id="button.add.save"></span></a> </div> </form> </fieldset> <div wicket:id="deleteConfirmationModal"></div> <p class="help-block offset-top"><wicket:message key="step4.hint" /></p> </div> </div> </wicket:panel>
schlotze/u-qasar.platform
src/main/java/eu/uqasar/web/pages/tree/projects/panels/ProjectWizardPanel$WizardStep4.html
HTML
apache-2.0
3,415
<div class="main-content"> <h2>APIInfo</h2> <table class="table table-hover"> <colgroup> <col style="width: 10%;"/> <col style="width: 30%;"/> <col style="width: 10%;"/> <col style="width: 20%;"/> <col style="width: 30%;"/> </colgroup> <thead> <tr> <th>Name</th> <th>Description</th> <th>Schema</th> <th>Default</th> <th>Example</th> </tr> </thead> <tbody> <tr> <td class="parameter"> <p>id</p> <p class="param-required"> optional </p> </td> <td class="parameter"><p class="marked"></p></td> <td class="parameter"> <a href="#!/models#string">string</a> </td> <td class="parameter"> <p class="marked">null</p></td> <td class="parameter"> <p class="marked">01234567-0123-0123-0123-012345678901</p></td> </tr> <tr> <td class="parameter"> <p>name</p> <p class="param-required"> optional </p> </td> <td class="parameter"><p class="marked"></p></td> <td class="parameter"> <a href="#!/models#string">string</a> </td> <td class="parameter"> <p class="marked">null</p></td> <td class="parameter"> <p class="marked">CalculatorAPI</p></td> </tr> <tr> <td class="parameter"> <p>description</p> <p class="param-required"> optional </p> </td> <td class="parameter"><p class="marked"></p></td> <td class="parameter"> <a href="#!/models#string">string</a> </td> <td class="parameter"> <p class="marked">null</p></td> <td class="parameter"> <p class="marked">A calculator API that supports basic operations</p></td> </tr> <tr> <td class="parameter"> <p>context</p> <p class="param-required"> optional </p> </td> <td class="parameter"><p class="marked"></p></td> <td class="parameter"> <a href="#!/models#string">string</a> </td> <td class="parameter"> <p class="marked">null</p></td> <td class="parameter"> <p class="marked">CalculatorAPI</p></td> </tr> <tr> <td class="parameter"> <p>version</p> <p class="param-required"> optional </p> </td> <td class="parameter"><p class="marked"></p></td> <td class="parameter"> <a href="#!/models#string">string</a> </td> <td class="parameter"> <p class="marked">null</p></td> <td class="parameter"> <p class="marked">1.0.0</p></td> </tr> <tr> <td class="parameter"> <p>provider</p> <p class="param-required"> optional </p> </td> <td class="parameter"><p class="marked">If the provider value is not given, the user invoking the API will be used as the provider. </p></td> <td class="parameter"> <a href="#!/models#string">string</a> </td> <td class="parameter"> <p class="marked">null</p></td> <td class="parameter"> <p class="marked">admin</p></td> </tr> <tr> <td class="parameter"> <p>type</p> <p class="param-required"> optional </p> </td> <td class="parameter"><p class="marked"></p></td> <td class="parameter"> <a href="#!/models#string">string</a> </td> <td class="parameter"> <p class="marked">null</p></td> <td class="parameter"> <p class="marked">HTTP</p></td> </tr> <tr> <td class="parameter"> <p>lifeCycleStatus</p> <p class="param-required"> optional </p> </td> <td class="parameter"><p class="marked"></p></td> <td class="parameter"> <a href="#!/models#string">string</a> </td> <td class="parameter"> <p class="marked">null</p></td> <td class="parameter"> <p class="marked">CREATED</p></td> </tr> <tr> <td class="parameter"> <p>workflowStatus</p> <p class="param-required"> optional </p> </td> <td class="parameter"><p class="marked"></p></td> <td class="parameter"> <a href="#!/models#string">string</a> </td> <td class="parameter"> <p class="marked">null</p></td> <td class="parameter"> <p class="marked">APPROVED</p></td> </tr> <tr> <td class="parameter"> <p>hasThumbnail</p> <p class="param-required"> optional </p> </td> <td class="parameter"><p class="marked"></p></td> <td class="parameter"> <a href="#!/models#boolean">boolean</a> </td> <td class="parameter"> <p class="marked">null</p></td> <td class="parameter"> <p class="marked">true</p></td> </tr> <tr> <td class="parameter"> <p>securityScheme</p> <p class="param-required"> optional </p> </td> <td class="parameter"><p class="marked"></p></td> <td class="parameter"> <a href="#!/models#array">array</a> </td> <td class="parameter"> <p class="marked">null</p></td> <td class="parameter"> <p class="marked"></p></td> </tr> </tbody> </table> </div>
nuwand/carbon-apimgt
docs/apidocs/publisher/v1/models/APIInfo.html
HTML
apache-2.0
8,786
<!-- Copyright 2019 Google LLC Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at https://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. --> <!-- [START drive_activity_v2_quickstart] --> <!DOCTYPE html> <html> <head> <title>Google Drive Activity API v2 Quickstart</title> <meta charset="utf-8" /> </head> <body> <p>Google Drive Activity API v2 Quickstart</p> <!--Add buttons to initiate auth sequence and sign out--> <button id="authorize_button" style="display: none;">Authorize</button> <button id="signout_button" style="display: none;">Sign Out</button> <pre id="content" style="white-space: pre-wrap;"></pre> <script type="text/javascript"> // Client ID and API key from the Developer Console var CLIENT_ID = '<YOUR_CLIENT_ID>'; var API_KEY = '<YOUR_API_KEY>'; // Array of API discovery doc URLs for APIs used by the quickstart var DISCOVERY_DOCS = ["https://www.googleapis.com/discovery/v1/apis/driveactivity/v2/rest"]; // Authorization scopes required by the API; multiple scopes can be // included, separated by spaces. var SCOPES = 'https://www.googleapis.com/auth/drive.activity.readonly'; var authorizeButton = document.getElementById('authorize_button'); var signoutButton = document.getElementById('signout_button'); /** * On load, called to load the auth2 library and API client library. */ function handleClientLoad() { gapi.load('client:auth2', initClient); } /** * Initializes the API client library and sets up sign-in state * listeners. */ function initClient() { gapi.client.init({ apiKey: API_KEY, clientId: CLIENT_ID, discoveryDocs: DISCOVERY_DOCS, scope: SCOPES }).then(function () { // Listen for sign-in state changes. gapi.auth2.getAuthInstance().isSignedIn.listen(updateSigninStatus); // Handle the initial sign-in state. updateSigninStatus(gapi.auth2.getAuthInstance().isSignedIn.get()); authorizeButton.onclick = handleAuthClick; signoutButton.onclick = handleSignoutClick; }, function(error) { appendPre(JSON.stringify(error, null, 2)); }); } /** * Called when the signed in status changes, to update the UI * appropriately. After a sign-in, the API is called. */ function updateSigninStatus(isSignedIn) { if (isSignedIn) { authorizeButton.style.display = 'none'; signoutButton.style.display = 'block'; listDriveActivity(); } else { authorizeButton.style.display = 'block'; signoutButton.style.display = 'none'; } } /** * Sign in the user upon button click. */ function handleAuthClick(event) { gapi.auth2.getAuthInstance().signIn(); } /** * Sign out the user upon button click. */ function handleSignoutClick(event) { gapi.auth2.getAuthInstance().signOut(); } /** * Append a pre element to the body containing the given message * as its text node. Used to display the results of the API call. * * @param {string} message Text to be placed in pre element. */ function appendPre(message) { var pre = document.getElementById('content'); var textContent = document.createTextNode(message + '\n'); pre.appendChild(textContent); } /** * Print recent activity. */ function listDriveActivity() { gapi.client.driveactivity.activity .query({ 'pageSize': 10 }) .then(function(response) { appendPre('Recent activity:'); var activities = response.result.activities; if (activities && activities.length > 0) { for (var i = 0; i < activities.length; i++) { var activity = activities[i]; var time = getTimeInfo(activity); var action = getActionInfo(activity['primaryActionDetail']); var actors = activity.actors.map(getActorInfo); var targets = activity.targets.map(getTargetInfo); appendPre(`${time}: ${truncated(actors)}, ${action}, ` + `${truncated(targets)}`); } } else { appendPre('No activity.'); } }); } /** Returns a string representation of the first elements in a list. */ function truncated(array, limit = 2) { var contents = array.slice(0, limit).join(', '); var more = array.length > limit ? ', ...' : ''; return `[${contents}${more}]`; } /** Returns the name of a set property in an object, or else "unknown". */ function getOneOf(object) { for (var key in object) { return key; } return 'unknown'; } /** Returns a time associated with an activity. */ function getTimeInfo(activity) { if ('timestamp' in activity) { return activity.timestamp; } if ('timeRange' in activity) { return activity.timeRange.endTime; } return 'unknown'; } /** Returns the type of action. */ function getActionInfo(actionDetail) { return getOneOf(actionDetail); } /** Returns user information, or the type of user if not a known user. */ function getUserInfo(user) { if ('knownUser' in user) { var knownUser = user['knownUser']; var isMe = knownUser['isCurrentUser'] || false; return isMe ? 'people/me' : knownUser['personName']; } return getOneOf(user); } /** Returns actor information, or the type of actor if not a user. */ function getActorInfo(actor) { if ('user' in actor) { return getUserInfo(actor['user']) } return getOneOf(actor); } /** Returns the type of a target and an associated title. */ function getTargetInfo(target) { if ('driveItem' in target) { var title = target.driveItem.title || 'unknown'; return `driveItem:"${title}"`; } if ('drive' in target) { var title = target.drive.title || 'unknown'; return `drive:"${title}"`; } if ('fileComment' in target) { var parent = target.fileComment.parent || {}; var title = parent.title || 'unknown'; return `fileComment:"${title}"`; } return `${getOneOf(target)}:unknown`; } </script> <script async defer src="https://apis.google.com/js/api.js" onload="this.onload=function(){};handleClientLoad()" onreadystatechange="if (this.readyState === 'complete') this.onload()"> </script> </body> </html> <!-- [END drive_activity_v2_quickstart] -->
googleworkspace/browser-samples
drive/activity-v2/index.html
HTML
apache-2.0
7,493
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!--NewPage--> <HTML> <HEAD> <!-- Generated by javadoc (build 1.6.0_31) on Fri Oct 05 17:19:52 PDT 2012 --> <TITLE> Uses of Class org.apache.hadoop.io.SequenceFile.CompressionType (Hadoop 0.20.2-cdh3u5 API) </TITLE> <META NAME="date" CONTENT="2012-10-05"> <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../stylesheet.css" TITLE="Style"> <SCRIPT type="text/javascript"> function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { parent.document.title="Uses of Class org.apache.hadoop.io.SequenceFile.CompressionType (Hadoop 0.20.2-cdh3u5 API)"; } } </SCRIPT> <NOSCRIPT> </NOSCRIPT> </HEAD> <BODY BGCOLOR="white" onload="windowTitle();"> <HR> <!-- ========= START OF TOP NAVBAR ======= --> <A NAME="navbar_top"><!-- --></A> <A HREF="#skip-navbar_top" title="Skip navigation links"></A> <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY=""> <TR> <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A NAME="navbar_top_firstrow"><!-- --></A> <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY=""> <TR ALIGN="center" VALIGN="top"> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../org/apache/hadoop/io/SequenceFile.CompressionType.html" title="enum in org.apache.hadoop.io"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD> </TR> </TABLE> </TD> <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM> </EM> </TD> </TR> <TR> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> &nbsp;PREV&nbsp; &nbsp;NEXT</FONT></TD> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> <A HREF="../../../../../index.html?org/apache/hadoop/io//class-useSequenceFile.CompressionType.html" target="_top"><B>FRAMES</B></A> &nbsp; &nbsp;<A HREF="SequenceFile.CompressionType.html" target="_top"><B>NO FRAMES</B></A> &nbsp; &nbsp;<SCRIPT type="text/javascript"> <!-- if(window==top) { document.writeln('<A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>'); } //--> </SCRIPT> <NOSCRIPT> <A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A> </NOSCRIPT> </FONT></TD> </TR> </TABLE> <A NAME="skip-navbar_top"></A> <!-- ========= END OF TOP NAVBAR ========= --> <HR> <CENTER> <H2> <B>Uses of Class<br>org.apache.hadoop.io.SequenceFile.CompressionType</B></H2> </CENTER> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> <TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2"> Packages that use <A HREF="../../../../../org/apache/hadoop/io/SequenceFile.CompressionType.html" title="enum in org.apache.hadoop.io">SequenceFile.CompressionType</A></FONT></TH> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD><A HREF="#org.apache.hadoop.io"><B>org.apache.hadoop.io</B></A></TD> <TD>Generic i/o code for use when reading and writing data to the network, to databases, and to files.&nbsp;</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD><A HREF="#org.apache.hadoop.mapred"><B>org.apache.hadoop.mapred</B></A></TD> <TD>A software framework for easily writing applications which process vast amounts of data (multi-terabyte data-sets) parallelly on large clusters (thousands of nodes) built of commodity hardware in a reliable, fault-tolerant manner.&nbsp;</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD><A HREF="#org.apache.hadoop.mapreduce.lib.output"><B>org.apache.hadoop.mapreduce.lib.output</B></A></TD> <TD>&nbsp;&nbsp;</TD> </TR> </TABLE> &nbsp; <P> <A NAME="org.apache.hadoop.io"><!-- --></A> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> <TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2"> Uses of <A HREF="../../../../../org/apache/hadoop/io/SequenceFile.CompressionType.html" title="enum in org.apache.hadoop.io">SequenceFile.CompressionType</A> in <A HREF="../../../../../org/apache/hadoop/io/package-summary.html">org.apache.hadoop.io</A></FONT></TH> </TR> </TABLE> &nbsp; <P> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor"> <TH ALIGN="left" COLSPAN="2">Methods in <A HREF="../../../../../org/apache/hadoop/io/package-summary.html">org.apache.hadoop.io</A> that return <A HREF="../../../../../org/apache/hadoop/io/SequenceFile.CompressionType.html" title="enum in org.apache.hadoop.io">SequenceFile.CompressionType</A></FONT></TH> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>static&nbsp;<A HREF="../../../../../org/apache/hadoop/io/SequenceFile.CompressionType.html" title="enum in org.apache.hadoop.io">SequenceFile.CompressionType</A></CODE></FONT></TD> <TD><CODE><B>SequenceFile.</B><B><A HREF="../../../../../org/apache/hadoop/io/SequenceFile.html#getCompressionType(org.apache.hadoop.conf.Configuration)">getCompressionType</A></B>(<A HREF="../../../../../org/apache/hadoop/conf/Configuration.html" title="class in org.apache.hadoop.conf">Configuration</A>&nbsp;job)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<B>Deprecated.</B>&nbsp;<I>Use <A HREF="../../../../../org/apache/hadoop/mapred/SequenceFileOutputFormat.html#getOutputCompressionType(org.apache.hadoop.mapred.JobConf)"><CODE>SequenceFileOutputFormat.getOutputCompressionType(org.apache.hadoop.mapred.JobConf)</CODE></A> to get <A HREF="../../../../../org/apache/hadoop/io/SequenceFile.CompressionType.html" title="enum in org.apache.hadoop.io"><CODE>SequenceFile.CompressionType</CODE></A> for job-outputs.</I></TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>static&nbsp;<A HREF="../../../../../org/apache/hadoop/io/SequenceFile.CompressionType.html" title="enum in org.apache.hadoop.io">SequenceFile.CompressionType</A></CODE></FONT></TD> <TD><CODE><B>SequenceFile.CompressionType.</B><B><A HREF="../../../../../org/apache/hadoop/io/SequenceFile.CompressionType.html#valueOf(java.lang.String)">valueOf</A></B>(<A HREF="http://java.sun.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A>&nbsp;name)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns the enum constant of this type with the specified name.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>static&nbsp;<A HREF="../../../../../org/apache/hadoop/io/SequenceFile.CompressionType.html" title="enum in org.apache.hadoop.io">SequenceFile.CompressionType</A>[]</CODE></FONT></TD> <TD><CODE><B>SequenceFile.CompressionType.</B><B><A HREF="../../../../../org/apache/hadoop/io/SequenceFile.CompressionType.html#values()">values</A></B>()</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns an array containing the constants of this enum type, in the order they are declared.</TD> </TR> </TABLE> &nbsp; <P> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor"> <TH ALIGN="left" COLSPAN="2">Methods in <A HREF="../../../../../org/apache/hadoop/io/package-summary.html">org.apache.hadoop.io</A> with parameters of type <A HREF="../../../../../org/apache/hadoop/io/SequenceFile.CompressionType.html" title="enum in org.apache.hadoop.io">SequenceFile.CompressionType</A></FONT></TH> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>static&nbsp;<A HREF="../../../../../org/apache/hadoop/io/SequenceFile.Writer.html" title="class in org.apache.hadoop.io">SequenceFile.Writer</A></CODE></FONT></TD> <TD><CODE><B>SequenceFile.</B><B><A HREF="../../../../../org/apache/hadoop/io/SequenceFile.html#createWriter(org.apache.hadoop.conf.Configuration, org.apache.hadoop.fs.FSDataOutputStream, java.lang.Class, java.lang.Class, org.apache.hadoop.io.SequenceFile.CompressionType, org.apache.hadoop.io.compress.CompressionCodec)">createWriter</A></B>(<A HREF="../../../../../org/apache/hadoop/conf/Configuration.html" title="class in org.apache.hadoop.conf">Configuration</A>&nbsp;conf, <A HREF="../../../../../org/apache/hadoop/fs/FSDataOutputStream.html" title="class in org.apache.hadoop.fs">FSDataOutputStream</A>&nbsp;out, <A HREF="http://java.sun.com/javase/6/docs/api/java/lang/Class.html?is-external=true" title="class or interface in java.lang">Class</A>&nbsp;keyClass, <A HREF="http://java.sun.com/javase/6/docs/api/java/lang/Class.html?is-external=true" title="class or interface in java.lang">Class</A>&nbsp;valClass, <A HREF="../../../../../org/apache/hadoop/io/SequenceFile.CompressionType.html" title="enum in org.apache.hadoop.io">SequenceFile.CompressionType</A>&nbsp;compressionType, <A HREF="../../../../../org/apache/hadoop/io/compress/CompressionCodec.html" title="interface in org.apache.hadoop.io.compress">CompressionCodec</A>&nbsp;codec)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Construct the preferred type of 'raw' SequenceFile Writer.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>static&nbsp;<A HREF="../../../../../org/apache/hadoop/io/SequenceFile.Writer.html" title="class in org.apache.hadoop.io">SequenceFile.Writer</A></CODE></FONT></TD> <TD><CODE><B>SequenceFile.</B><B><A HREF="../../../../../org/apache/hadoop/io/SequenceFile.html#createWriter(org.apache.hadoop.conf.Configuration, org.apache.hadoop.fs.FSDataOutputStream, java.lang.Class, java.lang.Class, org.apache.hadoop.io.SequenceFile.CompressionType, org.apache.hadoop.io.compress.CompressionCodec, org.apache.hadoop.io.SequenceFile.Metadata)">createWriter</A></B>(<A HREF="../../../../../org/apache/hadoop/conf/Configuration.html" title="class in org.apache.hadoop.conf">Configuration</A>&nbsp;conf, <A HREF="../../../../../org/apache/hadoop/fs/FSDataOutputStream.html" title="class in org.apache.hadoop.fs">FSDataOutputStream</A>&nbsp;out, <A HREF="http://java.sun.com/javase/6/docs/api/java/lang/Class.html?is-external=true" title="class or interface in java.lang">Class</A>&nbsp;keyClass, <A HREF="http://java.sun.com/javase/6/docs/api/java/lang/Class.html?is-external=true" title="class or interface in java.lang">Class</A>&nbsp;valClass, <A HREF="../../../../../org/apache/hadoop/io/SequenceFile.CompressionType.html" title="enum in org.apache.hadoop.io">SequenceFile.CompressionType</A>&nbsp;compressionType, <A HREF="../../../../../org/apache/hadoop/io/compress/CompressionCodec.html" title="interface in org.apache.hadoop.io.compress">CompressionCodec</A>&nbsp;codec, <A HREF="../../../../../org/apache/hadoop/io/SequenceFile.Metadata.html" title="class in org.apache.hadoop.io">SequenceFile.Metadata</A>&nbsp;metadata)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Construct the preferred type of 'raw' SequenceFile Writer.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>static&nbsp;<A HREF="../../../../../org/apache/hadoop/io/SequenceFile.Writer.html" title="class in org.apache.hadoop.io">SequenceFile.Writer</A></CODE></FONT></TD> <TD><CODE><B>SequenceFile.</B><B><A HREF="../../../../../org/apache/hadoop/io/SequenceFile.html#createWriter(org.apache.hadoop.fs.FileSystem, org.apache.hadoop.conf.Configuration, org.apache.hadoop.fs.Path, java.lang.Class, java.lang.Class, int, short, long, boolean, org.apache.hadoop.io.SequenceFile.CompressionType, org.apache.hadoop.io.compress.CompressionCodec, org.apache.hadoop.io.SequenceFile.Metadata)">createWriter</A></B>(<A HREF="../../../../../org/apache/hadoop/fs/FileSystem.html" title="class in org.apache.hadoop.fs">FileSystem</A>&nbsp;fs, <A HREF="../../../../../org/apache/hadoop/conf/Configuration.html" title="class in org.apache.hadoop.conf">Configuration</A>&nbsp;conf, <A HREF="../../../../../org/apache/hadoop/fs/Path.html" title="class in org.apache.hadoop.fs">Path</A>&nbsp;name, <A HREF="http://java.sun.com/javase/6/docs/api/java/lang/Class.html?is-external=true" title="class or interface in java.lang">Class</A>&nbsp;keyClass, <A HREF="http://java.sun.com/javase/6/docs/api/java/lang/Class.html?is-external=true" title="class or interface in java.lang">Class</A>&nbsp;valClass, int&nbsp;bufferSize, short&nbsp;replication, long&nbsp;blockSize, boolean&nbsp;createParent, <A HREF="../../../../../org/apache/hadoop/io/SequenceFile.CompressionType.html" title="enum in org.apache.hadoop.io">SequenceFile.CompressionType</A>&nbsp;compressionType, <A HREF="../../../../../org/apache/hadoop/io/compress/CompressionCodec.html" title="interface in org.apache.hadoop.io.compress">CompressionCodec</A>&nbsp;codec, <A HREF="../../../../../org/apache/hadoop/io/SequenceFile.Metadata.html" title="class in org.apache.hadoop.io">SequenceFile.Metadata</A>&nbsp;metadata)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Construct the preferred type of SequenceFile Writer.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>static&nbsp;<A HREF="../../../../../org/apache/hadoop/io/SequenceFile.Writer.html" title="class in org.apache.hadoop.io">SequenceFile.Writer</A></CODE></FONT></TD> <TD><CODE><B>SequenceFile.</B><B><A HREF="../../../../../org/apache/hadoop/io/SequenceFile.html#createWriter(org.apache.hadoop.fs.FileSystem, org.apache.hadoop.conf.Configuration, org.apache.hadoop.fs.Path, java.lang.Class, java.lang.Class, int, short, long, org.apache.hadoop.io.SequenceFile.CompressionType, org.apache.hadoop.io.compress.CompressionCodec, org.apache.hadoop.util.Progressable, org.apache.hadoop.io.SequenceFile.Metadata)">createWriter</A></B>(<A HREF="../../../../../org/apache/hadoop/fs/FileSystem.html" title="class in org.apache.hadoop.fs">FileSystem</A>&nbsp;fs, <A HREF="../../../../../org/apache/hadoop/conf/Configuration.html" title="class in org.apache.hadoop.conf">Configuration</A>&nbsp;conf, <A HREF="../../../../../org/apache/hadoop/fs/Path.html" title="class in org.apache.hadoop.fs">Path</A>&nbsp;name, <A HREF="http://java.sun.com/javase/6/docs/api/java/lang/Class.html?is-external=true" title="class or interface in java.lang">Class</A>&nbsp;keyClass, <A HREF="http://java.sun.com/javase/6/docs/api/java/lang/Class.html?is-external=true" title="class or interface in java.lang">Class</A>&nbsp;valClass, int&nbsp;bufferSize, short&nbsp;replication, long&nbsp;blockSize, <A HREF="../../../../../org/apache/hadoop/io/SequenceFile.CompressionType.html" title="enum in org.apache.hadoop.io">SequenceFile.CompressionType</A>&nbsp;compressionType, <A HREF="../../../../../org/apache/hadoop/io/compress/CompressionCodec.html" title="interface in org.apache.hadoop.io.compress">CompressionCodec</A>&nbsp;codec, <A HREF="../../../../../org/apache/hadoop/util/Progressable.html" title="interface in org.apache.hadoop.util">Progressable</A>&nbsp;progress, <A HREF="../../../../../org/apache/hadoop/io/SequenceFile.Metadata.html" title="class in org.apache.hadoop.io">SequenceFile.Metadata</A>&nbsp;metadata)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Construct the preferred type of SequenceFile Writer.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>static&nbsp;<A HREF="../../../../../org/apache/hadoop/io/SequenceFile.Writer.html" title="class in org.apache.hadoop.io">SequenceFile.Writer</A></CODE></FONT></TD> <TD><CODE><B>SequenceFile.</B><B><A HREF="../../../../../org/apache/hadoop/io/SequenceFile.html#createWriter(org.apache.hadoop.fs.FileSystem, org.apache.hadoop.conf.Configuration, org.apache.hadoop.fs.Path, java.lang.Class, java.lang.Class, org.apache.hadoop.io.SequenceFile.CompressionType)">createWriter</A></B>(<A HREF="../../../../../org/apache/hadoop/fs/FileSystem.html" title="class in org.apache.hadoop.fs">FileSystem</A>&nbsp;fs, <A HREF="../../../../../org/apache/hadoop/conf/Configuration.html" title="class in org.apache.hadoop.conf">Configuration</A>&nbsp;conf, <A HREF="../../../../../org/apache/hadoop/fs/Path.html" title="class in org.apache.hadoop.fs">Path</A>&nbsp;name, <A HREF="http://java.sun.com/javase/6/docs/api/java/lang/Class.html?is-external=true" title="class or interface in java.lang">Class</A>&nbsp;keyClass, <A HREF="http://java.sun.com/javase/6/docs/api/java/lang/Class.html?is-external=true" title="class or interface in java.lang">Class</A>&nbsp;valClass, <A HREF="../../../../../org/apache/hadoop/io/SequenceFile.CompressionType.html" title="enum in org.apache.hadoop.io">SequenceFile.CompressionType</A>&nbsp;compressionType)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Construct the preferred type of SequenceFile Writer.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>static&nbsp;<A HREF="../../../../../org/apache/hadoop/io/SequenceFile.Writer.html" title="class in org.apache.hadoop.io">SequenceFile.Writer</A></CODE></FONT></TD> <TD><CODE><B>SequenceFile.</B><B><A HREF="../../../../../org/apache/hadoop/io/SequenceFile.html#createWriter(org.apache.hadoop.fs.FileSystem, org.apache.hadoop.conf.Configuration, org.apache.hadoop.fs.Path, java.lang.Class, java.lang.Class, org.apache.hadoop.io.SequenceFile.CompressionType, org.apache.hadoop.io.compress.CompressionCodec)">createWriter</A></B>(<A HREF="../../../../../org/apache/hadoop/fs/FileSystem.html" title="class in org.apache.hadoop.fs">FileSystem</A>&nbsp;fs, <A HREF="../../../../../org/apache/hadoop/conf/Configuration.html" title="class in org.apache.hadoop.conf">Configuration</A>&nbsp;conf, <A HREF="../../../../../org/apache/hadoop/fs/Path.html" title="class in org.apache.hadoop.fs">Path</A>&nbsp;name, <A HREF="http://java.sun.com/javase/6/docs/api/java/lang/Class.html?is-external=true" title="class or interface in java.lang">Class</A>&nbsp;keyClass, <A HREF="http://java.sun.com/javase/6/docs/api/java/lang/Class.html?is-external=true" title="class or interface in java.lang">Class</A>&nbsp;valClass, <A HREF="../../../../../org/apache/hadoop/io/SequenceFile.CompressionType.html" title="enum in org.apache.hadoop.io">SequenceFile.CompressionType</A>&nbsp;compressionType, <A HREF="../../../../../org/apache/hadoop/io/compress/CompressionCodec.html" title="interface in org.apache.hadoop.io.compress">CompressionCodec</A>&nbsp;codec)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Construct the preferred type of SequenceFile Writer.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>static&nbsp;<A HREF="../../../../../org/apache/hadoop/io/SequenceFile.Writer.html" title="class in org.apache.hadoop.io">SequenceFile.Writer</A></CODE></FONT></TD> <TD><CODE><B>SequenceFile.</B><B><A HREF="../../../../../org/apache/hadoop/io/SequenceFile.html#createWriter(org.apache.hadoop.fs.FileSystem, org.apache.hadoop.conf.Configuration, org.apache.hadoop.fs.Path, java.lang.Class, java.lang.Class, org.apache.hadoop.io.SequenceFile.CompressionType, org.apache.hadoop.io.compress.CompressionCodec, org.apache.hadoop.util.Progressable)">createWriter</A></B>(<A HREF="../../../../../org/apache/hadoop/fs/FileSystem.html" title="class in org.apache.hadoop.fs">FileSystem</A>&nbsp;fs, <A HREF="../../../../../org/apache/hadoop/conf/Configuration.html" title="class in org.apache.hadoop.conf">Configuration</A>&nbsp;conf, <A HREF="../../../../../org/apache/hadoop/fs/Path.html" title="class in org.apache.hadoop.fs">Path</A>&nbsp;name, <A HREF="http://java.sun.com/javase/6/docs/api/java/lang/Class.html?is-external=true" title="class or interface in java.lang">Class</A>&nbsp;keyClass, <A HREF="http://java.sun.com/javase/6/docs/api/java/lang/Class.html?is-external=true" title="class or interface in java.lang">Class</A>&nbsp;valClass, <A HREF="../../../../../org/apache/hadoop/io/SequenceFile.CompressionType.html" title="enum in org.apache.hadoop.io">SequenceFile.CompressionType</A>&nbsp;compressionType, <A HREF="../../../../../org/apache/hadoop/io/compress/CompressionCodec.html" title="interface in org.apache.hadoop.io.compress">CompressionCodec</A>&nbsp;codec, <A HREF="../../../../../org/apache/hadoop/util/Progressable.html" title="interface in org.apache.hadoop.util">Progressable</A>&nbsp;progress)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Construct the preferred type of SequenceFile Writer.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>static&nbsp;<A HREF="../../../../../org/apache/hadoop/io/SequenceFile.Writer.html" title="class in org.apache.hadoop.io">SequenceFile.Writer</A></CODE></FONT></TD> <TD><CODE><B>SequenceFile.</B><B><A HREF="../../../../../org/apache/hadoop/io/SequenceFile.html#createWriter(org.apache.hadoop.fs.FileSystem, org.apache.hadoop.conf.Configuration, org.apache.hadoop.fs.Path, java.lang.Class, java.lang.Class, org.apache.hadoop.io.SequenceFile.CompressionType, org.apache.hadoop.io.compress.CompressionCodec, org.apache.hadoop.util.Progressable, org.apache.hadoop.io.SequenceFile.Metadata)">createWriter</A></B>(<A HREF="../../../../../org/apache/hadoop/fs/FileSystem.html" title="class in org.apache.hadoop.fs">FileSystem</A>&nbsp;fs, <A HREF="../../../../../org/apache/hadoop/conf/Configuration.html" title="class in org.apache.hadoop.conf">Configuration</A>&nbsp;conf, <A HREF="../../../../../org/apache/hadoop/fs/Path.html" title="class in org.apache.hadoop.fs">Path</A>&nbsp;name, <A HREF="http://java.sun.com/javase/6/docs/api/java/lang/Class.html?is-external=true" title="class or interface in java.lang">Class</A>&nbsp;keyClass, <A HREF="http://java.sun.com/javase/6/docs/api/java/lang/Class.html?is-external=true" title="class or interface in java.lang">Class</A>&nbsp;valClass, <A HREF="../../../../../org/apache/hadoop/io/SequenceFile.CompressionType.html" title="enum in org.apache.hadoop.io">SequenceFile.CompressionType</A>&nbsp;compressionType, <A HREF="../../../../../org/apache/hadoop/io/compress/CompressionCodec.html" title="interface in org.apache.hadoop.io.compress">CompressionCodec</A>&nbsp;codec, <A HREF="../../../../../org/apache/hadoop/util/Progressable.html" title="interface in org.apache.hadoop.util">Progressable</A>&nbsp;progress, <A HREF="../../../../../org/apache/hadoop/io/SequenceFile.Metadata.html" title="class in org.apache.hadoop.io">SequenceFile.Metadata</A>&nbsp;metadata)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Construct the preferred type of SequenceFile Writer.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>static&nbsp;<A HREF="../../../../../org/apache/hadoop/io/SequenceFile.Writer.html" title="class in org.apache.hadoop.io">SequenceFile.Writer</A></CODE></FONT></TD> <TD><CODE><B>SequenceFile.</B><B><A HREF="../../../../../org/apache/hadoop/io/SequenceFile.html#createWriter(org.apache.hadoop.fs.FileSystem, org.apache.hadoop.conf.Configuration, org.apache.hadoop.fs.Path, java.lang.Class, java.lang.Class, org.apache.hadoop.io.SequenceFile.CompressionType, org.apache.hadoop.util.Progressable)">createWriter</A></B>(<A HREF="../../../../../org/apache/hadoop/fs/FileSystem.html" title="class in org.apache.hadoop.fs">FileSystem</A>&nbsp;fs, <A HREF="../../../../../org/apache/hadoop/conf/Configuration.html" title="class in org.apache.hadoop.conf">Configuration</A>&nbsp;conf, <A HREF="../../../../../org/apache/hadoop/fs/Path.html" title="class in org.apache.hadoop.fs">Path</A>&nbsp;name, <A HREF="http://java.sun.com/javase/6/docs/api/java/lang/Class.html?is-external=true" title="class or interface in java.lang">Class</A>&nbsp;keyClass, <A HREF="http://java.sun.com/javase/6/docs/api/java/lang/Class.html?is-external=true" title="class or interface in java.lang">Class</A>&nbsp;valClass, <A HREF="../../../../../org/apache/hadoop/io/SequenceFile.CompressionType.html" title="enum in org.apache.hadoop.io">SequenceFile.CompressionType</A>&nbsp;compressionType, <A HREF="../../../../../org/apache/hadoop/util/Progressable.html" title="interface in org.apache.hadoop.util">Progressable</A>&nbsp;progress)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Construct the preferred type of SequenceFile Writer.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>static&nbsp;void</CODE></FONT></TD> <TD><CODE><B>SequenceFile.</B><B><A HREF="../../../../../org/apache/hadoop/io/SequenceFile.html#setCompressionType(org.apache.hadoop.conf.Configuration, org.apache.hadoop.io.SequenceFile.CompressionType)">setCompressionType</A></B>(<A HREF="../../../../../org/apache/hadoop/conf/Configuration.html" title="class in org.apache.hadoop.conf">Configuration</A>&nbsp;job, <A HREF="../../../../../org/apache/hadoop/io/SequenceFile.CompressionType.html" title="enum in org.apache.hadoop.io">SequenceFile.CompressionType</A>&nbsp;val)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<B>Deprecated.</B>&nbsp;<I>Use the one of the many SequenceFile.createWriter methods to specify the <A HREF="../../../../../org/apache/hadoop/io/SequenceFile.CompressionType.html" title="enum in org.apache.hadoop.io"><CODE>SequenceFile.CompressionType</CODE></A> while creating the <A HREF="../../../../../org/apache/hadoop/io/SequenceFile.html" title="class in org.apache.hadoop.io"><CODE>SequenceFile</CODE></A> or <A HREF="../../../../../org/apache/hadoop/mapred/SequenceFileOutputFormat.html#setOutputCompressionType(org.apache.hadoop.mapred.JobConf, org.apache.hadoop.io.SequenceFile.CompressionType)"><CODE>SequenceFileOutputFormat.setOutputCompressionType(org.apache.hadoop.mapred.JobConf, org.apache.hadoop.io.SequenceFile.CompressionType)</CODE></A> to specify the <A HREF="../../../../../org/apache/hadoop/io/SequenceFile.CompressionType.html" title="enum in org.apache.hadoop.io"><CODE>SequenceFile.CompressionType</CODE></A> for job-outputs. or</I></TD> </TR> </TABLE> &nbsp; <P> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor"> <TH ALIGN="left" COLSPAN="2">Constructors in <A HREF="../../../../../org/apache/hadoop/io/package-summary.html">org.apache.hadoop.io</A> with parameters of type <A HREF="../../../../../org/apache/hadoop/io/SequenceFile.CompressionType.html" title="enum in org.apache.hadoop.io">SequenceFile.CompressionType</A></FONT></TH> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD><CODE><B><A HREF="../../../../../org/apache/hadoop/io/ArrayFile.Writer.html#ArrayFile.Writer(org.apache.hadoop.conf.Configuration, org.apache.hadoop.fs.FileSystem, java.lang.String, java.lang.Class, org.apache.hadoop.io.SequenceFile.CompressionType, org.apache.hadoop.util.Progressable)">ArrayFile.Writer</A></B>(<A HREF="../../../../../org/apache/hadoop/conf/Configuration.html" title="class in org.apache.hadoop.conf">Configuration</A>&nbsp;conf, <A HREF="../../../../../org/apache/hadoop/fs/FileSystem.html" title="class in org.apache.hadoop.fs">FileSystem</A>&nbsp;fs, <A HREF="http://java.sun.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A>&nbsp;file, <A HREF="http://java.sun.com/javase/6/docs/api/java/lang/Class.html?is-external=true" title="class or interface in java.lang">Class</A>&lt;? extends <A HREF="../../../../../org/apache/hadoop/io/Writable.html" title="interface in org.apache.hadoop.io">Writable</A>&gt;&nbsp;valClass, <A HREF="../../../../../org/apache/hadoop/io/SequenceFile.CompressionType.html" title="enum in org.apache.hadoop.io">SequenceFile.CompressionType</A>&nbsp;compress, <A HREF="../../../../../org/apache/hadoop/util/Progressable.html" title="interface in org.apache.hadoop.util">Progressable</A>&nbsp;progress)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Create the named file for values of the named class.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD><CODE><B><A HREF="../../../../../org/apache/hadoop/io/BloomMapFile.Writer.html#BloomMapFile.Writer(org.apache.hadoop.conf.Configuration, org.apache.hadoop.fs.FileSystem, java.lang.String, java.lang.Class, java.lang.Class, org.apache.hadoop.io.SequenceFile.CompressionType, org.apache.hadoop.io.compress.CompressionCodec, org.apache.hadoop.util.Progressable)">BloomMapFile.Writer</A></B>(<A HREF="../../../../../org/apache/hadoop/conf/Configuration.html" title="class in org.apache.hadoop.conf">Configuration</A>&nbsp;conf, <A HREF="../../../../../org/apache/hadoop/fs/FileSystem.html" title="class in org.apache.hadoop.fs">FileSystem</A>&nbsp;fs, <A HREF="http://java.sun.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A>&nbsp;dirName, <A HREF="http://java.sun.com/javase/6/docs/api/java/lang/Class.html?is-external=true" title="class or interface in java.lang">Class</A>&lt;? extends <A HREF="../../../../../org/apache/hadoop/io/WritableComparable.html" title="interface in org.apache.hadoop.io">WritableComparable</A>&gt;&nbsp;keyClass, <A HREF="http://java.sun.com/javase/6/docs/api/java/lang/Class.html?is-external=true" title="class or interface in java.lang">Class</A>&lt;? extends <A HREF="../../../../../org/apache/hadoop/io/Writable.html" title="interface in org.apache.hadoop.io">Writable</A>&gt;&nbsp;valClass, <A HREF="../../../../../org/apache/hadoop/io/SequenceFile.CompressionType.html" title="enum in org.apache.hadoop.io">SequenceFile.CompressionType</A>&nbsp;compress, <A HREF="../../../../../org/apache/hadoop/io/compress/CompressionCodec.html" title="interface in org.apache.hadoop.io.compress">CompressionCodec</A>&nbsp;codec, <A HREF="../../../../../org/apache/hadoop/util/Progressable.html" title="interface in org.apache.hadoop.util">Progressable</A>&nbsp;progress)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD><CODE><B><A HREF="../../../../../org/apache/hadoop/io/BloomMapFile.Writer.html#BloomMapFile.Writer(org.apache.hadoop.conf.Configuration, org.apache.hadoop.fs.FileSystem, java.lang.String, java.lang.Class, java.lang.Class, org.apache.hadoop.io.SequenceFile.CompressionType)">BloomMapFile.Writer</A></B>(<A HREF="../../../../../org/apache/hadoop/conf/Configuration.html" title="class in org.apache.hadoop.conf">Configuration</A>&nbsp;conf, <A HREF="../../../../../org/apache/hadoop/fs/FileSystem.html" title="class in org.apache.hadoop.fs">FileSystem</A>&nbsp;fs, <A HREF="http://java.sun.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A>&nbsp;dirName, <A HREF="http://java.sun.com/javase/6/docs/api/java/lang/Class.html?is-external=true" title="class or interface in java.lang">Class</A>&lt;? extends <A HREF="../../../../../org/apache/hadoop/io/WritableComparable.html" title="interface in org.apache.hadoop.io">WritableComparable</A>&gt;&nbsp;keyClass, <A HREF="http://java.sun.com/javase/6/docs/api/java/lang/Class.html?is-external=true" title="class or interface in java.lang">Class</A>&nbsp;valClass, <A HREF="../../../../../org/apache/hadoop/io/SequenceFile.CompressionType.html" title="enum in org.apache.hadoop.io">SequenceFile.CompressionType</A>&nbsp;compress)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD><CODE><B><A HREF="../../../../../org/apache/hadoop/io/BloomMapFile.Writer.html#BloomMapFile.Writer(org.apache.hadoop.conf.Configuration, org.apache.hadoop.fs.FileSystem, java.lang.String, java.lang.Class, java.lang.Class, org.apache.hadoop.io.SequenceFile.CompressionType, org.apache.hadoop.util.Progressable)">BloomMapFile.Writer</A></B>(<A HREF="../../../../../org/apache/hadoop/conf/Configuration.html" title="class in org.apache.hadoop.conf">Configuration</A>&nbsp;conf, <A HREF="../../../../../org/apache/hadoop/fs/FileSystem.html" title="class in org.apache.hadoop.fs">FileSystem</A>&nbsp;fs, <A HREF="http://java.sun.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A>&nbsp;dirName, <A HREF="http://java.sun.com/javase/6/docs/api/java/lang/Class.html?is-external=true" title="class or interface in java.lang">Class</A>&lt;? extends <A HREF="../../../../../org/apache/hadoop/io/WritableComparable.html" title="interface in org.apache.hadoop.io">WritableComparable</A>&gt;&nbsp;keyClass, <A HREF="http://java.sun.com/javase/6/docs/api/java/lang/Class.html?is-external=true" title="class or interface in java.lang">Class</A>&nbsp;valClass, <A HREF="../../../../../org/apache/hadoop/io/SequenceFile.CompressionType.html" title="enum in org.apache.hadoop.io">SequenceFile.CompressionType</A>&nbsp;compress, <A HREF="../../../../../org/apache/hadoop/util/Progressable.html" title="interface in org.apache.hadoop.util">Progressable</A>&nbsp;progress)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD><CODE><B><A HREF="../../../../../org/apache/hadoop/io/BloomMapFile.Writer.html#BloomMapFile.Writer(org.apache.hadoop.conf.Configuration, org.apache.hadoop.fs.FileSystem, java.lang.String, org.apache.hadoop.io.WritableComparator, java.lang.Class, org.apache.hadoop.io.SequenceFile.CompressionType)">BloomMapFile.Writer</A></B>(<A HREF="../../../../../org/apache/hadoop/conf/Configuration.html" title="class in org.apache.hadoop.conf">Configuration</A>&nbsp;conf, <A HREF="../../../../../org/apache/hadoop/fs/FileSystem.html" title="class in org.apache.hadoop.fs">FileSystem</A>&nbsp;fs, <A HREF="http://java.sun.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A>&nbsp;dirName, <A HREF="../../../../../org/apache/hadoop/io/WritableComparator.html" title="class in org.apache.hadoop.io">WritableComparator</A>&nbsp;comparator, <A HREF="http://java.sun.com/javase/6/docs/api/java/lang/Class.html?is-external=true" title="class or interface in java.lang">Class</A>&nbsp;valClass, <A HREF="../../../../../org/apache/hadoop/io/SequenceFile.CompressionType.html" title="enum in org.apache.hadoop.io">SequenceFile.CompressionType</A>&nbsp;compress)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD><CODE><B><A HREF="../../../../../org/apache/hadoop/io/BloomMapFile.Writer.html#BloomMapFile.Writer(org.apache.hadoop.conf.Configuration, org.apache.hadoop.fs.FileSystem, java.lang.String, org.apache.hadoop.io.WritableComparator, java.lang.Class, org.apache.hadoop.io.SequenceFile.CompressionType, org.apache.hadoop.io.compress.CompressionCodec, org.apache.hadoop.util.Progressable)">BloomMapFile.Writer</A></B>(<A HREF="../../../../../org/apache/hadoop/conf/Configuration.html" title="class in org.apache.hadoop.conf">Configuration</A>&nbsp;conf, <A HREF="../../../../../org/apache/hadoop/fs/FileSystem.html" title="class in org.apache.hadoop.fs">FileSystem</A>&nbsp;fs, <A HREF="http://java.sun.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A>&nbsp;dirName, <A HREF="../../../../../org/apache/hadoop/io/WritableComparator.html" title="class in org.apache.hadoop.io">WritableComparator</A>&nbsp;comparator, <A HREF="http://java.sun.com/javase/6/docs/api/java/lang/Class.html?is-external=true" title="class or interface in java.lang">Class</A>&nbsp;valClass, <A HREF="../../../../../org/apache/hadoop/io/SequenceFile.CompressionType.html" title="enum in org.apache.hadoop.io">SequenceFile.CompressionType</A>&nbsp;compress, <A HREF="../../../../../org/apache/hadoop/io/compress/CompressionCodec.html" title="interface in org.apache.hadoop.io.compress">CompressionCodec</A>&nbsp;codec, <A HREF="../../../../../org/apache/hadoop/util/Progressable.html" title="interface in org.apache.hadoop.util">Progressable</A>&nbsp;progress)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD><CODE><B><A HREF="../../../../../org/apache/hadoop/io/BloomMapFile.Writer.html#BloomMapFile.Writer(org.apache.hadoop.conf.Configuration, org.apache.hadoop.fs.FileSystem, java.lang.String, org.apache.hadoop.io.WritableComparator, java.lang.Class, org.apache.hadoop.io.SequenceFile.CompressionType, org.apache.hadoop.util.Progressable)">BloomMapFile.Writer</A></B>(<A HREF="../../../../../org/apache/hadoop/conf/Configuration.html" title="class in org.apache.hadoop.conf">Configuration</A>&nbsp;conf, <A HREF="../../../../../org/apache/hadoop/fs/FileSystem.html" title="class in org.apache.hadoop.fs">FileSystem</A>&nbsp;fs, <A HREF="http://java.sun.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A>&nbsp;dirName, <A HREF="../../../../../org/apache/hadoop/io/WritableComparator.html" title="class in org.apache.hadoop.io">WritableComparator</A>&nbsp;comparator, <A HREF="http://java.sun.com/javase/6/docs/api/java/lang/Class.html?is-external=true" title="class or interface in java.lang">Class</A>&nbsp;valClass, <A HREF="../../../../../org/apache/hadoop/io/SequenceFile.CompressionType.html" title="enum in org.apache.hadoop.io">SequenceFile.CompressionType</A>&nbsp;compress, <A HREF="../../../../../org/apache/hadoop/util/Progressable.html" title="interface in org.apache.hadoop.util">Progressable</A>&nbsp;progress)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD><CODE><B><A HREF="../../../../../org/apache/hadoop/io/MapFile.Writer.html#MapFile.Writer(org.apache.hadoop.conf.Configuration, org.apache.hadoop.fs.FileSystem, java.lang.String, java.lang.Class, java.lang.Class, org.apache.hadoop.io.SequenceFile.CompressionType)">MapFile.Writer</A></B>(<A HREF="../../../../../org/apache/hadoop/conf/Configuration.html" title="class in org.apache.hadoop.conf">Configuration</A>&nbsp;conf, <A HREF="../../../../../org/apache/hadoop/fs/FileSystem.html" title="class in org.apache.hadoop.fs">FileSystem</A>&nbsp;fs, <A HREF="http://java.sun.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A>&nbsp;dirName, <A HREF="http://java.sun.com/javase/6/docs/api/java/lang/Class.html?is-external=true" title="class or interface in java.lang">Class</A>&lt;? extends <A HREF="../../../../../org/apache/hadoop/io/WritableComparable.html" title="interface in org.apache.hadoop.io">WritableComparable</A>&gt;&nbsp;keyClass, <A HREF="http://java.sun.com/javase/6/docs/api/java/lang/Class.html?is-external=true" title="class or interface in java.lang">Class</A>&nbsp;valClass, <A HREF="../../../../../org/apache/hadoop/io/SequenceFile.CompressionType.html" title="enum in org.apache.hadoop.io">SequenceFile.CompressionType</A>&nbsp;compress)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Create the named map for keys of the named class.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD><CODE><B><A HREF="../../../../../org/apache/hadoop/io/MapFile.Writer.html#MapFile.Writer(org.apache.hadoop.conf.Configuration, org.apache.hadoop.fs.FileSystem, java.lang.String, java.lang.Class, java.lang.Class, org.apache.hadoop.io.SequenceFile.CompressionType, org.apache.hadoop.io.compress.CompressionCodec, org.apache.hadoop.util.Progressable)">MapFile.Writer</A></B>(<A HREF="../../../../../org/apache/hadoop/conf/Configuration.html" title="class in org.apache.hadoop.conf">Configuration</A>&nbsp;conf, <A HREF="../../../../../org/apache/hadoop/fs/FileSystem.html" title="class in org.apache.hadoop.fs">FileSystem</A>&nbsp;fs, <A HREF="http://java.sun.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A>&nbsp;dirName, <A HREF="http://java.sun.com/javase/6/docs/api/java/lang/Class.html?is-external=true" title="class or interface in java.lang">Class</A>&lt;? extends <A HREF="../../../../../org/apache/hadoop/io/WritableComparable.html" title="interface in org.apache.hadoop.io">WritableComparable</A>&gt;&nbsp;keyClass, <A HREF="http://java.sun.com/javase/6/docs/api/java/lang/Class.html?is-external=true" title="class or interface in java.lang">Class</A>&nbsp;valClass, <A HREF="../../../../../org/apache/hadoop/io/SequenceFile.CompressionType.html" title="enum in org.apache.hadoop.io">SequenceFile.CompressionType</A>&nbsp;compress, <A HREF="../../../../../org/apache/hadoop/io/compress/CompressionCodec.html" title="interface in org.apache.hadoop.io.compress">CompressionCodec</A>&nbsp;codec, <A HREF="../../../../../org/apache/hadoop/util/Progressable.html" title="interface in org.apache.hadoop.util">Progressable</A>&nbsp;progress)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Create the named map for keys of the named class.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD><CODE><B><A HREF="../../../../../org/apache/hadoop/io/MapFile.Writer.html#MapFile.Writer(org.apache.hadoop.conf.Configuration, org.apache.hadoop.fs.FileSystem, java.lang.String, java.lang.Class, java.lang.Class, org.apache.hadoop.io.SequenceFile.CompressionType, org.apache.hadoop.util.Progressable)">MapFile.Writer</A></B>(<A HREF="../../../../../org/apache/hadoop/conf/Configuration.html" title="class in org.apache.hadoop.conf">Configuration</A>&nbsp;conf, <A HREF="../../../../../org/apache/hadoop/fs/FileSystem.html" title="class in org.apache.hadoop.fs">FileSystem</A>&nbsp;fs, <A HREF="http://java.sun.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A>&nbsp;dirName, <A HREF="http://java.sun.com/javase/6/docs/api/java/lang/Class.html?is-external=true" title="class or interface in java.lang">Class</A>&lt;? extends <A HREF="../../../../../org/apache/hadoop/io/WritableComparable.html" title="interface in org.apache.hadoop.io">WritableComparable</A>&gt;&nbsp;keyClass, <A HREF="http://java.sun.com/javase/6/docs/api/java/lang/Class.html?is-external=true" title="class or interface in java.lang">Class</A>&nbsp;valClass, <A HREF="../../../../../org/apache/hadoop/io/SequenceFile.CompressionType.html" title="enum in org.apache.hadoop.io">SequenceFile.CompressionType</A>&nbsp;compress, <A HREF="../../../../../org/apache/hadoop/util/Progressable.html" title="interface in org.apache.hadoop.util">Progressable</A>&nbsp;progress)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Create the named map for keys of the named class.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD><CODE><B><A HREF="../../../../../org/apache/hadoop/io/MapFile.Writer.html#MapFile.Writer(org.apache.hadoop.conf.Configuration, org.apache.hadoop.fs.FileSystem, java.lang.String, org.apache.hadoop.io.WritableComparator, java.lang.Class, org.apache.hadoop.io.SequenceFile.CompressionType)">MapFile.Writer</A></B>(<A HREF="../../../../../org/apache/hadoop/conf/Configuration.html" title="class in org.apache.hadoop.conf">Configuration</A>&nbsp;conf, <A HREF="../../../../../org/apache/hadoop/fs/FileSystem.html" title="class in org.apache.hadoop.fs">FileSystem</A>&nbsp;fs, <A HREF="http://java.sun.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A>&nbsp;dirName, <A HREF="../../../../../org/apache/hadoop/io/WritableComparator.html" title="class in org.apache.hadoop.io">WritableComparator</A>&nbsp;comparator, <A HREF="http://java.sun.com/javase/6/docs/api/java/lang/Class.html?is-external=true" title="class or interface in java.lang">Class</A>&nbsp;valClass, <A HREF="../../../../../org/apache/hadoop/io/SequenceFile.CompressionType.html" title="enum in org.apache.hadoop.io">SequenceFile.CompressionType</A>&nbsp;compress)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Create the named map using the named key comparator.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD><CODE><B><A HREF="../../../../../org/apache/hadoop/io/MapFile.Writer.html#MapFile.Writer(org.apache.hadoop.conf.Configuration, org.apache.hadoop.fs.FileSystem, java.lang.String, org.apache.hadoop.io.WritableComparator, java.lang.Class, org.apache.hadoop.io.SequenceFile.CompressionType, org.apache.hadoop.io.compress.CompressionCodec, org.apache.hadoop.util.Progressable)">MapFile.Writer</A></B>(<A HREF="../../../../../org/apache/hadoop/conf/Configuration.html" title="class in org.apache.hadoop.conf">Configuration</A>&nbsp;conf, <A HREF="../../../../../org/apache/hadoop/fs/FileSystem.html" title="class in org.apache.hadoop.fs">FileSystem</A>&nbsp;fs, <A HREF="http://java.sun.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A>&nbsp;dirName, <A HREF="../../../../../org/apache/hadoop/io/WritableComparator.html" title="class in org.apache.hadoop.io">WritableComparator</A>&nbsp;comparator, <A HREF="http://java.sun.com/javase/6/docs/api/java/lang/Class.html?is-external=true" title="class or interface in java.lang">Class</A>&nbsp;valClass, <A HREF="../../../../../org/apache/hadoop/io/SequenceFile.CompressionType.html" title="enum in org.apache.hadoop.io">SequenceFile.CompressionType</A>&nbsp;compress, <A HREF="../../../../../org/apache/hadoop/io/compress/CompressionCodec.html" title="interface in org.apache.hadoop.io.compress">CompressionCodec</A>&nbsp;codec, <A HREF="../../../../../org/apache/hadoop/util/Progressable.html" title="interface in org.apache.hadoop.util">Progressable</A>&nbsp;progress)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Create the named map using the named key comparator.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD><CODE><B><A HREF="../../../../../org/apache/hadoop/io/MapFile.Writer.html#MapFile.Writer(org.apache.hadoop.conf.Configuration, org.apache.hadoop.fs.FileSystem, java.lang.String, org.apache.hadoop.io.WritableComparator, java.lang.Class, org.apache.hadoop.io.SequenceFile.CompressionType, org.apache.hadoop.util.Progressable)">MapFile.Writer</A></B>(<A HREF="../../../../../org/apache/hadoop/conf/Configuration.html" title="class in org.apache.hadoop.conf">Configuration</A>&nbsp;conf, <A HREF="../../../../../org/apache/hadoop/fs/FileSystem.html" title="class in org.apache.hadoop.fs">FileSystem</A>&nbsp;fs, <A HREF="http://java.sun.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A>&nbsp;dirName, <A HREF="../../../../../org/apache/hadoop/io/WritableComparator.html" title="class in org.apache.hadoop.io">WritableComparator</A>&nbsp;comparator, <A HREF="http://java.sun.com/javase/6/docs/api/java/lang/Class.html?is-external=true" title="class or interface in java.lang">Class</A>&nbsp;valClass, <A HREF="../../../../../org/apache/hadoop/io/SequenceFile.CompressionType.html" title="enum in org.apache.hadoop.io">SequenceFile.CompressionType</A>&nbsp;compress, <A HREF="../../../../../org/apache/hadoop/util/Progressable.html" title="interface in org.apache.hadoop.util">Progressable</A>&nbsp;progress)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Create the named map using the named key comparator.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD><CODE><B><A HREF="../../../../../org/apache/hadoop/io/SetFile.Writer.html#SetFile.Writer(org.apache.hadoop.conf.Configuration, org.apache.hadoop.fs.FileSystem, java.lang.String, java.lang.Class, org.apache.hadoop.io.SequenceFile.CompressionType)">SetFile.Writer</A></B>(<A HREF="../../../../../org/apache/hadoop/conf/Configuration.html" title="class in org.apache.hadoop.conf">Configuration</A>&nbsp;conf, <A HREF="../../../../../org/apache/hadoop/fs/FileSystem.html" title="class in org.apache.hadoop.fs">FileSystem</A>&nbsp;fs, <A HREF="http://java.sun.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A>&nbsp;dirName, <A HREF="http://java.sun.com/javase/6/docs/api/java/lang/Class.html?is-external=true" title="class or interface in java.lang">Class</A>&lt;? extends <A HREF="../../../../../org/apache/hadoop/io/WritableComparable.html" title="interface in org.apache.hadoop.io">WritableComparable</A>&gt;&nbsp;keyClass, <A HREF="../../../../../org/apache/hadoop/io/SequenceFile.CompressionType.html" title="enum in org.apache.hadoop.io">SequenceFile.CompressionType</A>&nbsp;compress)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Create a set naming the element class and compression type.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD><CODE><B><A HREF="../../../../../org/apache/hadoop/io/SetFile.Writer.html#SetFile.Writer(org.apache.hadoop.conf.Configuration, org.apache.hadoop.fs.FileSystem, java.lang.String, org.apache.hadoop.io.WritableComparator, org.apache.hadoop.io.SequenceFile.CompressionType)">SetFile.Writer</A></B>(<A HREF="../../../../../org/apache/hadoop/conf/Configuration.html" title="class in org.apache.hadoop.conf">Configuration</A>&nbsp;conf, <A HREF="../../../../../org/apache/hadoop/fs/FileSystem.html" title="class in org.apache.hadoop.fs">FileSystem</A>&nbsp;fs, <A HREF="http://java.sun.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A>&nbsp;dirName, <A HREF="../../../../../org/apache/hadoop/io/WritableComparator.html" title="class in org.apache.hadoop.io">WritableComparator</A>&nbsp;comparator, <A HREF="../../../../../org/apache/hadoop/io/SequenceFile.CompressionType.html" title="enum in org.apache.hadoop.io">SequenceFile.CompressionType</A>&nbsp;compress)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Create a set naming the element comparator and compression type.</TD> </TR> </TABLE> &nbsp; <P> <A NAME="org.apache.hadoop.mapred"><!-- --></A> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> <TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2"> Uses of <A HREF="../../../../../org/apache/hadoop/io/SequenceFile.CompressionType.html" title="enum in org.apache.hadoop.io">SequenceFile.CompressionType</A> in <A HREF="../../../../../org/apache/hadoop/mapred/package-summary.html">org.apache.hadoop.mapred</A></FONT></TH> </TR> </TABLE> &nbsp; <P> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor"> <TH ALIGN="left" COLSPAN="2">Methods in <A HREF="../../../../../org/apache/hadoop/mapred/package-summary.html">org.apache.hadoop.mapred</A> that return <A HREF="../../../../../org/apache/hadoop/io/SequenceFile.CompressionType.html" title="enum in org.apache.hadoop.io">SequenceFile.CompressionType</A></FONT></TH> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>static&nbsp;<A HREF="../../../../../org/apache/hadoop/io/SequenceFile.CompressionType.html" title="enum in org.apache.hadoop.io">SequenceFile.CompressionType</A></CODE></FONT></TD> <TD><CODE><B>SequenceFileOutputFormat.</B><B><A HREF="../../../../../org/apache/hadoop/mapred/SequenceFileOutputFormat.html#getOutputCompressionType(org.apache.hadoop.mapred.JobConf)">getOutputCompressionType</A></B>(<A HREF="../../../../../org/apache/hadoop/mapred/JobConf.html" title="class in org.apache.hadoop.mapred">JobConf</A>&nbsp;conf)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Get the <A HREF="../../../../../org/apache/hadoop/io/SequenceFile.CompressionType.html" title="enum in org.apache.hadoop.io"><CODE>SequenceFile.CompressionType</CODE></A> for the output <A HREF="../../../../../org/apache/hadoop/io/SequenceFile.html" title="class in org.apache.hadoop.io"><CODE>SequenceFile</CODE></A>.</TD> </TR> </TABLE> &nbsp; <P> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor"> <TH ALIGN="left" COLSPAN="2">Methods in <A HREF="../../../../../org/apache/hadoop/mapred/package-summary.html">org.apache.hadoop.mapred</A> with parameters of type <A HREF="../../../../../org/apache/hadoop/io/SequenceFile.CompressionType.html" title="enum in org.apache.hadoop.io">SequenceFile.CompressionType</A></FONT></TH> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>static&nbsp;void</CODE></FONT></TD> <TD><CODE><B>SequenceFileOutputFormat.</B><B><A HREF="../../../../../org/apache/hadoop/mapred/SequenceFileOutputFormat.html#setOutputCompressionType(org.apache.hadoop.mapred.JobConf, org.apache.hadoop.io.SequenceFile.CompressionType)">setOutputCompressionType</A></B>(<A HREF="../../../../../org/apache/hadoop/mapred/JobConf.html" title="class in org.apache.hadoop.mapred">JobConf</A>&nbsp;conf, <A HREF="../../../../../org/apache/hadoop/io/SequenceFile.CompressionType.html" title="enum in org.apache.hadoop.io">SequenceFile.CompressionType</A>&nbsp;style)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Set the <A HREF="../../../../../org/apache/hadoop/io/SequenceFile.CompressionType.html" title="enum in org.apache.hadoop.io"><CODE>SequenceFile.CompressionType</CODE></A> for the output <A HREF="../../../../../org/apache/hadoop/io/SequenceFile.html" title="class in org.apache.hadoop.io"><CODE>SequenceFile</CODE></A>.</TD> </TR> </TABLE> &nbsp; <P> <A NAME="org.apache.hadoop.mapreduce.lib.output"><!-- --></A> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> <TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2"> Uses of <A HREF="../../../../../org/apache/hadoop/io/SequenceFile.CompressionType.html" title="enum in org.apache.hadoop.io">SequenceFile.CompressionType</A> in <A HREF="../../../../../org/apache/hadoop/mapreduce/lib/output/package-summary.html">org.apache.hadoop.mapreduce.lib.output</A></FONT></TH> </TR> </TABLE> &nbsp; <P> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor"> <TH ALIGN="left" COLSPAN="2">Methods in <A HREF="../../../../../org/apache/hadoop/mapreduce/lib/output/package-summary.html">org.apache.hadoop.mapreduce.lib.output</A> that return <A HREF="../../../../../org/apache/hadoop/io/SequenceFile.CompressionType.html" title="enum in org.apache.hadoop.io">SequenceFile.CompressionType</A></FONT></TH> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>static&nbsp;<A HREF="../../../../../org/apache/hadoop/io/SequenceFile.CompressionType.html" title="enum in org.apache.hadoop.io">SequenceFile.CompressionType</A></CODE></FONT></TD> <TD><CODE><B>SequenceFileOutputFormat.</B><B><A HREF="../../../../../org/apache/hadoop/mapreduce/lib/output/SequenceFileOutputFormat.html#getOutputCompressionType(org.apache.hadoop.mapreduce.JobContext)">getOutputCompressionType</A></B>(<A HREF="../../../../../org/apache/hadoop/mapreduce/JobContext.html" title="class in org.apache.hadoop.mapreduce">JobContext</A>&nbsp;job)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Get the <A HREF="../../../../../org/apache/hadoop/io/SequenceFile.CompressionType.html" title="enum in org.apache.hadoop.io"><CODE>SequenceFile.CompressionType</CODE></A> for the output <A HREF="../../../../../org/apache/hadoop/io/SequenceFile.html" title="class in org.apache.hadoop.io"><CODE>SequenceFile</CODE></A>.</TD> </TR> </TABLE> &nbsp; <P> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor"> <TH ALIGN="left" COLSPAN="2">Methods in <A HREF="../../../../../org/apache/hadoop/mapreduce/lib/output/package-summary.html">org.apache.hadoop.mapreduce.lib.output</A> with parameters of type <A HREF="../../../../../org/apache/hadoop/io/SequenceFile.CompressionType.html" title="enum in org.apache.hadoop.io">SequenceFile.CompressionType</A></FONT></TH> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>static&nbsp;void</CODE></FONT></TD> <TD><CODE><B>SequenceFileOutputFormat.</B><B><A HREF="../../../../../org/apache/hadoop/mapreduce/lib/output/SequenceFileOutputFormat.html#setOutputCompressionType(org.apache.hadoop.mapreduce.Job, org.apache.hadoop.io.SequenceFile.CompressionType)">setOutputCompressionType</A></B>(<A HREF="../../../../../org/apache/hadoop/mapreduce/Job.html" title="class in org.apache.hadoop.mapreduce">Job</A>&nbsp;job, <A HREF="../../../../../org/apache/hadoop/io/SequenceFile.CompressionType.html" title="enum in org.apache.hadoop.io">SequenceFile.CompressionType</A>&nbsp;style)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Set the <A HREF="../../../../../org/apache/hadoop/io/SequenceFile.CompressionType.html" title="enum in org.apache.hadoop.io"><CODE>SequenceFile.CompressionType</CODE></A> for the output <A HREF="../../../../../org/apache/hadoop/io/SequenceFile.html" title="class in org.apache.hadoop.io"><CODE>SequenceFile</CODE></A>.</TD> </TR> </TABLE> &nbsp; <P> <HR> <!-- ======= START OF BOTTOM NAVBAR ====== --> <A NAME="navbar_bottom"><!-- --></A> <A HREF="#skip-navbar_bottom" title="Skip navigation links"></A> <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY=""> <TR> <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A NAME="navbar_bottom_firstrow"><!-- --></A> <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY=""> <TR ALIGN="center" VALIGN="top"> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../org/apache/hadoop/io/SequenceFile.CompressionType.html" title="enum in org.apache.hadoop.io"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD> </TR> </TABLE> </TD> <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM> </EM> </TD> </TR> <TR> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> &nbsp;PREV&nbsp; &nbsp;NEXT</FONT></TD> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> <A HREF="../../../../../index.html?org/apache/hadoop/io//class-useSequenceFile.CompressionType.html" target="_top"><B>FRAMES</B></A> &nbsp; &nbsp;<A HREF="SequenceFile.CompressionType.html" target="_top"><B>NO FRAMES</B></A> &nbsp; &nbsp;<SCRIPT type="text/javascript"> <!-- if(window==top) { document.writeln('<A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>'); } //--> </SCRIPT> <NOSCRIPT> <A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A> </NOSCRIPT> </FONT></TD> </TR> </TABLE> <A NAME="skip-navbar_bottom"></A> <!-- ======== END OF BOTTOM NAVBAR ======= --> <HR> Copyright &copy; 2009 The Apache Software Foundation </BODY> </HTML>
YuMatsuzawa/HadoopEclipseProject
hadoop-0.20.2-cdh3u5/docs/api/org/apache/hadoop/io/class-use/SequenceFile.CompressionType.html
HTML
apache-2.0
63,767
<div class="monitor" id="CIRCUIT_<%= name %>" style="position:relative;"> <% var displayName = name; var toolTip = ""; if(displayName.length > 32) { displayName = displayName.substring(0,4) + "..." + displayName.substring(displayName.length-20, displayName.length); toolTip = "title=\"" + name + "\""; } %> <div id="chart_CIRCUIT_<%= name %>" class="chart" style="position:absolute;top:0px;left:0; float:left; width:100%; height:100%;"></div> <div style="position:absolute;top:0x;width:100%;height:15px;opacity:0.8; background:white;"> <% if(includeDetailIcon) { %> <p class="name" <%= toolTip %> style="padding-right:16px"> <%= displayName %> <a href="../dependencies/command.jsp?name=<%= name %>"><img src="../components/hystrixCommand/magnifying-glass-icon-20.png" height="14px" width="14px" border="0" style="position: absolute; right:0px;"></a> </p> <% } else { %> <p class="name" <%= toolTip %>><%= displayName %></p> <% } %> </div> <div style="position:absolute;top:15px;; opacity:0.8; background:white; width:100%; height:95%;"> <div class="monitor_data"></div> </div> <div id="graph_CIRCUIT_<%= name %>" class="graph" style="position:absolute;top:25px;left:0; float:left; width:140px; height:62px;"></div> <script> var y = 200; var vis = d3.select("#chart_CIRCUIT_<%= name %>").append("svg:svg").attr("width", "100%").attr("height", "100%"); /* add a circle -- we don't use the data point, we set it manually, so just passing in [1] */ var circle = vis.selectAll("circle").data([1]).enter().append("svg:circle"); /* setup the initial styling and sizing of the circle */ circle.style("fill", "green").attr("cx", "30%").attr("cy", "30%").attr("r", 5); /* add the line graph - it will be populated by javascript, no default to show here */ var graph = d3.select("#graph_CIRCUIT_<%= name %>").append("svg:svg").attr("width", "100%").attr("height", "100%"); </script> </div>
flipkart-incubator/flux
runtime/src/main/resources/packaged/webapps/dashboard/WEB-INF/pages/resources/components/hystrixCommand/templates/hystrixCircuitContainer.html
HTML
apache-2.0
1,976
<v2-modal-wizard heading="Create New Load Balancer" task-monitor="taskMonitor" dismiss="$dismiss()"> <v2-wizard-page key="basic-settings" label="Basic Settings"> <ng-include src="pages.basicSettings"></ng-include> </v2-wizard-page> <v2-wizard-page key="ports" label="Ports" done="true"> <ng-include src="pages.ports"></ng-include> </v2-wizard-page> <v2-wizard-page key="advanced-settings" label="Advanced Settings" done="true"> <ng-include src="pages.advancedSettings"></ng-include> </v2-wizard-page> </v2-modal-wizard> <div class="modal-footer"> <button ng-disabled="taskMonitor.submitting" class="btn btn-default" ng-click="ctrl.cancel()">Cancel</button> <submit-button is-disabled="form.$invalid || taskMonitor.submitting" submitting="taskMonitor.submitting" on-click="ctrl.submit()" is-new="isNew" ></submit-button> </div>
sgarlick987/deck
app/scripts/modules/kubernetes/src/v1/loadBalancer/configure/wizard/createWizard.html
HTML
apache-2.0
873
<!DOCTYPE html> <!-- * STEP 2 * Add some basic HTML structure to our gadget --> <div id="app"> <div id="header"><h2>OpenSocial Tutorial Tool</h2></div> <div id="body"></div> <div id="footer"></div> </div> <!-- *STEP 3 * Add CSS styling to set properties for app, header, body and footer elements. --> <link rel="stylesheet" type="text/css" href="ui_setup.css">
SAP/SAPJamSampleCode
OpenSocial/Gadget/Tutorial/Tutorial_02_UI_Setup/ui_setup.html
HTML
apache-2.0
367
@(formTrack: Form[at.droelf.gui.entities.AdminTrack], formTrackMetadata: Form[at.droelf.gui.entities.AdminTrackMetaData], formTrackPoint: Form[at.droelf.gui.entities.AdminTrackPoint])(track: models.Track, metadata: models.TrackMetaData, numberOfTrackPoints: Int, date: Seq[org.joda.time.LocalDate])(implicit session: play.api.mvc.Session) @import helper.twitterBootstrap._ @trackHtml = { <div class="panel panel-default"> <div class="panel-heading"> <span class="panel-title">Track: @track.name</span> <button class="btn pull-right" data-toggle="modal" data-target="#editTrack">Edit</button> <form class="pull-right" action="@routes.AdminController.deleteTrack(track.trackId.toString)" method="POST"> <button class="btn" type="submit">Delete</button> </form> </div> <div class="panel-body"> <dl> <dt>Name</dt> <dd>@track.name</dd> <dt>TrackId</dt> <dd>@track.trackId</dd> <dt>Activity</dt> <dd>@track.activity</dd> <dt>No. of Track Points</dt> <dd>@numberOfTrackPoints</dd> <dt>Dates</dt> <dd>@date.toString</dd> </dl> </div> </div> <div class="modal fade" id="editTrack" tabindex="-1" role="dialog" aria-labelledby="myModalLabel" aria-hidden="true"> <div class="modal-dialog"> <div class="modal-content"> <div class="modal-header"> <button type="button" class="close" data-dismiss="modal"><span aria-hidden="true">&times;</span><span class="sr-only">Close</span></button> <h4 class="modal-title" id="myModalLabel">Add Tour</h4> </div> <div class="modal-body"> @helper.form(action = routes.AdminController.updateTrack(track.trackId.toString)) { @helper.inputText(formTrack("name")) @helper.inputText(formTrack("activity")) </div> <div class="modal-footer"> <button type="button" class="btn btn-default" data-dismiss="modal">Close</button> <button class="btn btn-default" type="submit">Submit</button> </div> } </div> </div> </div> } @trackMetadataHtml = { <div class="panel panel-default"> <div class="panel-heading"> <span class="panel-title">Metadata <button class="btn pull-right" data-toggle="modal" data-target="#editTrackMetadata">Edit</button> </span> </div> <div class="panel-body"> <dl> <dt>Ascent</dt> <dd>@metadata.ascent.getOrElse("null")</dd> <dt>Avg Ascent Rate</dt> <dd>@metadata.avgAscentRate.getOrElse("null")</dd> <dt>Avg Descent Rate</dt> <dd>@metadata.avgDescentRate.getOrElse("null")</dd> <dt>Avg Heart Rate</dt> <dd>@metadata.avgHeartRate.getOrElse("null")</dd> <dt>Calories</dt> <dd>@metadata.calories.getOrElse("null")</dd> <dt>Descent</dt> <dd>@metadata.descent.getOrElse("null")</dd> <dt>Description</dt> <dd>@metadata.description.getOrElse("null")</dd> <dt>Distance</dt> <dd>@metadata.distance.getOrElse("null")</dd> <dt>Max Ascent Rate</dt> <dd>@metadata.maxAscentRate.getOrElse("null")</dd> <dt>Max Descent Rate</dt> <dd>@metadata.maxDescentRate.getOrElse("null")</dd> <dt>Max Elevation</dt> <dd>@metadata.maxElevation.getOrElse("null")</dd> <dt>Max Speed</dt> <dd>@metadata.maxSpeed.getOrElse("null")</dd> <dt>Min Elevation</dt> <dd>@metadata.minElevation.getOrElse("null")</dd> <dt>Moving Speed</dt> <dd>@metadata.movingSpeed.getOrElse("null")</dd> <dt>Moving Time</dt> <dd>@metadata.movingTime.getOrElse("null")</dd> <dt>Stopped Time</dt> <dd>@metadata.stoppedTime.getOrElse("null")</dd> <dt>Timer Time</dt> <dd>@metadata.timerTime.getOrElse("null")</dd> <dt>Total Elapsed Time</dt> <dd>@metadata.totalElapsedTime.getOrElse("null")</dd> <dt>Track Id</dt> <dd>@metadata.trackId</dd> </dl> </div> </div> <div class="modal fade" id="editTrackMetadata" tabindex="-1" role="dialog" aria-labelledby="myModalLabel" aria-hidden="true"> <div class="modal-dialog"> <div class="modal-content"> <div class="modal-header"> <button type="button" class="close" data-dismiss="modal"><span aria-hidden="true">&times;</span><span class="sr-only">Close</span></button> <h4 class="modal-title" id="myModalLabel">Add Tour</h4> </div> <div class="modal-body"> @helper.form(action = routes.AdminController.updateTrackMetadata(track.trackId.toString)) { @helper.inputText(formTrackMetadata("description")) @helper.inputText(formTrackMetadata("distance")) @helper.inputText(formTrackMetadata("timerTime")) @helper.inputText(formTrackMetadata("totalElapsedTime")) @helper.inputText(formTrackMetadata("movingTime")) @helper.inputText(formTrackMetadata("stoppedTime")) @helper.inputText(formTrackMetadata("movingSpeed")) @helper.inputText(formTrackMetadata("maxSpeed")) @helper.inputText(formTrackMetadata("maxElevation")) @helper.inputText(formTrackMetadata("minElevation")) @helper.inputText(formTrackMetadata("ascent")) @helper.inputText(formTrackMetadata("descent")) @helper.inputText(formTrackMetadata("avgAscentRate")) @helper.inputText(formTrackMetadata("maxAscentRate")) @helper.inputText(formTrackMetadata("avgDescentRate")) @helper.inputText(formTrackMetadata("maxDescentRate")) @helper.inputText(formTrackMetadata("calories")) @helper.inputText(formTrackMetadata("avgHeartRate")) </div> <div class="modal-footer"> <button type="button" class="btn btn-default" data-dismiss="modal">Close</button> <button class="btn btn-default" type="submit">Submit</button> </div> } </div> </div> </div> } @trackPointHtml = { <div class="modal fade" id="addTrackPoint" tabindex="-1" role="dialog" aria-labelledby="myModalLabel" aria-hidden="true"> <div class="modal-dialog"> <div class="modal-content"> <div class="modal-header"> <button type="button" class="close" data-dismiss="modal"><span aria-hidden="true">&times;</span><span class="sr-only">Close</span></button> <h4 class="modal-title" id="myModalLabel">Add Tour</h4> </div> <div class="modal-body"> @helper.form(action = routes.AdminController.addTrackPoint(track.trackId.toString)) { @helper.inputText(formTrackPoint("latitude")) @helper.inputText(formTrackPoint("longitude")) @helper.inputText(formTrackPoint("elevation")) @helper.inputText(formTrackPoint("datetime")) @helper.inputText(formTrackPoint("dateTimeZone")) @helper.checkbox(formTrackPoint("showInOverView")) </div> <div class="modal-footer"> <button type="button" class="btn btn-default" data-dismiss="modal">Close</button> <button class="btn btn-default" type="submit">Submit</button> </div> } </div> </div> </div> <button class="btn pull-right" data-toggle="modal" data-target="#addTrackPoint">Add TrackPoint</button> } @admin.admin("Adminarea") { @trackHtml @trackMetadataHtml @trackPointHtml }
MrGradient/travel-log
app/views/admin/details/admintrackdetails.scala.html
HTML
apache-2.0
8,659
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/> <meta http-equiv="X-UA-Compatible" content="IE=9"/> <meta name="generator" content="Doxygen 1.8.14"/> <meta name="viewport" content="width=device-width, initial-scale=1"/> <title>Cutlass: nv_std::is_integral&lt; unsigned long long &gt; Struct Template Reference</title> <link href="tabs.css" rel="stylesheet" type="text/css"/> <script type="text/javascript" src="jquery.js"></script> <script type="text/javascript" src="dynsections.js"></script> <link href="search/search.css" rel="stylesheet" type="text/css"/> <script type="text/javascript" src="search/searchdata.js"></script> <script type="text/javascript" src="search/search.js"></script> <script type="text/x-mathjax-config"> MathJax.Hub.Config({ extensions: ["tex2jax.js"], jax: ["input/TeX","output/HTML-CSS"], }); </script><script type="text/javascript" async src="http://cdn.mathjax.org/mathjax/latest/MathJax.js"></script> <link href="doxygen.css" rel="stylesheet" type="text/css" /> </head> <body> <div id="top"><!-- do not remove this div, it is closed by doxygen! --> <div id="titlearea"> <table cellspacing="0" cellpadding="0"> <tbody> <tr style="height: 56px;"> <td id="projectalign" style="padding-left: 0.5em;"> <div id="projectname">Cutlass </div> <div id="projectbrief">CUDA Templates for Linear Algebra Subroutines and Solvers</div> </td> </tr> </tbody> </table> </div> <!-- end header part --> <!-- Generated by Doxygen 1.8.14 --> <script type="text/javascript"> /* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&amp;dn=gpl-2.0.txt GPL-v2 */ var searchBox = new SearchBox("searchBox", "search",false,'Search'); /* @license-end */ </script> <script type="text/javascript" src="menudata.js"></script> <script type="text/javascript" src="menu.js"></script> <script type="text/javascript"> /* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&amp;dn=gpl-2.0.txt GPL-v2 */ $(function() { initMenu('',true,false,'search.php','Search'); $(document).ready(function() { init_search(); }); }); /* @license-end */</script> <div id="main-nav"></div> <!-- window showing the filter options --> <div id="MSearchSelectWindow" onmouseover="return searchBox.OnSearchSelectShow()" onmouseout="return searchBox.OnSearchSelectHide()" onkeydown="return searchBox.OnSearchSelectKey(event)"> </div> <!-- iframe showing the search results (closed by default) --> <div id="MSearchResultsWindow"> <iframe src="javascript:void(0)" frameborder="0" name="MSearchResults" id="MSearchResults"> </iframe> </div> <div id="nav-path" class="navpath"> <ul> <li class="navelem"><a class="el" href="namespacenv__std.html">nv_std</a></li><li class="navelem"><a class="el" href="structnv__std_1_1is__integral_3_01unsigned_01long_01long_01_4.html">is_integral&lt; unsigned long long &gt;</a></li> </ul> </div> </div><!-- top --> <div class="header"> <div class="summary"> <a href="structnv__std_1_1is__integral_3_01unsigned_01long_01long_01_4-members.html">List of all members</a> </div> <div class="headertitle"> <div class="title">nv_std::is_integral&lt; unsigned long long &gt; Struct Template Reference</div> </div> </div><!--header--> <div class="contents"> <p><code>#include &lt;<a class="el" href="nv__std_8h_source.html">nv_std.h</a>&gt;</code></p> <div class="dynheader"> Inheritance diagram for nv_std::is_integral&lt; unsigned long long &gt;:</div> <div class="dyncontent"> <div class="center"> <img src="structnv__std_1_1is__integral_3_01unsigned_01long_01long_01_4.png" usemap="#nv_5Fstd::is_5Fintegral_3C_20unsigned_20long_20long_20_3E_map" alt=""/> <map id="nv_5Fstd::is_5Fintegral_3C_20unsigned_20long_20long_20_3E_map" name="nv_5Fstd::is_5Fintegral_3C_20unsigned_20long_20long_20_3E_map"> <area href="structnv__std_1_1integral__constant.html" title="std::integral_constant " alt="nv_std::integral_constant&lt; value_t, V &gt;" shape="rect" coords="0,0,246,24"/> </map> </div></div> <table class="memberdecls"> <tr class="heading"><td colspan="2"><h2 class="groupheader"><a name="inherited"></a> Additional Inherited Members</h2></td></tr> <tr class="inherit_header pub_types_structnv__std_1_1integral__constant"><td colspan="2" onclick="javascript:toggleInherit('pub_types_structnv__std_1_1integral__constant')"><img src="closed.png" alt="-"/>&#160;Public Types inherited from <a class="el" href="structnv__std_1_1integral__constant.html">nv_std::integral_constant&lt; value_t, V &gt;</a></td></tr> <tr class="memitem:adf091ff78fd0c320dd2bf14d0440e498 inherit pub_types_structnv__std_1_1integral__constant"><td class="memItemLeft" align="right" valign="top">typedef value_t&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="structnv__std_1_1integral__constant.html#adf091ff78fd0c320dd2bf14d0440e498">value_type</a></td></tr> <tr class="separator:adf091ff78fd0c320dd2bf14d0440e498 inherit pub_types_structnv__std_1_1integral__constant"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:ae025d21db95bdca5abe83daae9190642 inherit pub_types_structnv__std_1_1integral__constant"><td class="memItemLeft" align="right" valign="top">typedef <a class="el" href="structnv__std_1_1integral__constant.html">integral_constant</a>&lt; value_t, V &gt;&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="structnv__std_1_1integral__constant.html#ae025d21db95bdca5abe83daae9190642">type</a></td></tr> <tr class="separator:ae025d21db95bdca5abe83daae9190642 inherit pub_types_structnv__std_1_1integral__constant"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="inherit_header pub_methods_structnv__std_1_1integral__constant"><td colspan="2" onclick="javascript:toggleInherit('pub_methods_structnv__std_1_1integral__constant')"><img src="closed.png" alt="-"/>&#160;Public Member Functions inherited from <a class="el" href="structnv__std_1_1integral__constant.html">nv_std::integral_constant&lt; value_t, V &gt;</a></td></tr> <tr class="memitem:a910949c03c7c6627d4b560bcacf44448 inherit pub_methods_structnv__std_1_1integral__constant"><td class="memItemLeft" align="right" valign="top"><a class="el" href="cutlass_8h.html#a28c2443a142676d3d71effdae1a986b1">CUTLASS_HOST_DEVICE</a>&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="structnv__std_1_1integral__constant.html#a910949c03c7c6627d4b560bcacf44448">operator value_type</a> () const</td></tr> <tr class="separator:a910949c03c7c6627d4b560bcacf44448 inherit pub_methods_structnv__std_1_1integral__constant"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:a1932bf7ecdb19870703cb4303c8d6d43 inherit pub_methods_structnv__std_1_1integral__constant"><td class="memItemLeft" align="right" valign="top"><a class="el" href="cutlass_8h.html#a28c2443a142676d3d71effdae1a986b1">CUTLASS_HOST_DEVICE</a> const <a class="el" href="structnv__std_1_1integral__constant.html#adf091ff78fd0c320dd2bf14d0440e498">value_type</a>&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="structnv__std_1_1integral__constant.html#a1932bf7ecdb19870703cb4303c8d6d43">operator()</a> () const</td></tr> <tr class="separator:a1932bf7ecdb19870703cb4303c8d6d43 inherit pub_methods_structnv__std_1_1integral__constant"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="inherit_header pub_static_attribs_structnv__std_1_1integral__constant"><td colspan="2" onclick="javascript:toggleInherit('pub_static_attribs_structnv__std_1_1integral__constant')"><img src="closed.png" alt="-"/>&#160;Static Public Attributes inherited from <a class="el" href="structnv__std_1_1integral__constant.html">nv_std::integral_constant&lt; value_t, V &gt;</a></td></tr> <tr class="memitem:a3879783ef09dffa3de649ec22d961f7a inherit pub_static_attribs_structnv__std_1_1integral__constant"><td class="memItemLeft" align="right" valign="top">static const value_t&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="structnv__std_1_1integral__constant.html#a3879783ef09dffa3de649ec22d961f7a">value</a> = V</td></tr> <tr class="separator:a3879783ef09dffa3de649ec22d961f7a inherit pub_static_attribs_structnv__std_1_1integral__constant"><td class="memSeparator" colspan="2">&#160;</td></tr> </table> <hr/>The documentation for this struct was generated from the following file:<ul> <li><a class="el" href="nv__std_8h_source.html">nv_std.h</a></li> </ul> </div><!-- contents --> <!-- start footer part --> <hr class="footer"/><address class="footer"><small> Generated on Fri Apr 20 2018 16:16:55 for Cutlass by &#160;<a href="http://www.doxygen.org/index.html"> <img class="footer" src="doxygen.png" alt="doxygen"/> </a> 1.8.14 </small></address> </body> </html>
mlperf/training_results_v0.5
v0.5.0/nvidia/submission/code/translation/pytorch/cutlass/docs/structnv__std_1_1is__integral_3_01unsigned_01long_01long_01_4.html
HTML
apache-2.0
8,918
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!-- NewPage --> <html lang="en"> <head> <title>Uses of Class org.apache.poi.hssf.eventusermodel.HSSFUserException (POI API Documentation)</title> <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style"> </head> <body> <script type="text/javascript"><!-- if (location.href.indexOf('is-external=true') == -1) { parent.document.title="Uses of Class org.apache.poi.hssf.eventusermodel.HSSFUserException (POI API Documentation)"; } //--> </script> <noscript> <div>JavaScript is disabled on your browser.</div> </noscript> <!-- ========= START OF TOP NAVBAR ======= --> <div class="topNav"><a name="navbar_top"> <!-- --> </a><a href="#skip-navbar_top" title="Skip navigation links"></a><a name="navbar_top_firstrow"> <!-- --> </a> <ul class="navList" title="Navigation"> <li><a href="../../../../../../overview-summary.html">Overview</a></li> <li><a href="../package-summary.html">Package</a></li> <li><a href="../../../../../../org/apache/poi/hssf/eventusermodel/HSSFUserException.html" title="class in org.apache.poi.hssf.eventusermodel">Class</a></li> <li class="navBarCell1Rev">Use</li> <li><a href="../package-tree.html">Tree</a></li> <li><a href="../../../../../../deprecated-list.html">Deprecated</a></li> <li><a href="../../../../../../index-all.html">Index</a></li> <li><a href="../../../../../../help-doc.html">Help</a></li> </ul> </div> <div class="subNav"> <ul class="navList"> <li>PREV</li> <li>NEXT</li> </ul> <ul class="navList"> <li><a href="../../../../../../index.html?org/apache/poi/hssf/eventusermodel//class-useHSSFUserException.html" target="_top">FRAMES</a></li> <li><a href="HSSFUserException.html" target="_top">NO FRAMES</a></li> </ul> <ul class="navList" id="allclasses_navbar_top"> <li><a href="../../../../../../allclasses-noframe.html">All Classes</a></li> </ul> <div> <script type="text/javascript"><!-- allClassesLink = document.getElementById("allclasses_navbar_top"); if(window==top) { allClassesLink.style.display = "block"; } else { allClassesLink.style.display = "none"; } //--> </script> </div> <a name="skip-navbar_top"> <!-- --> </a></div> <!-- ========= END OF TOP NAVBAR ========= --> <div class="header"> <h2 title="Uses of Class org.apache.poi.hssf.eventusermodel.HSSFUserException" class="title">Uses of Class<br>org.apache.poi.hssf.eventusermodel.HSSFUserException</h2> </div> <div class="classUseContainer"> <ul class="blockList"> <li class="blockList"> <table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing packages, and an explanation"> <caption><span>Packages that use <a href="../../../../../../org/apache/poi/hssf/eventusermodel/HSSFUserException.html" title="class in org.apache.poi.hssf.eventusermodel">HSSFUserException</a></span><span class="tabEnd">&nbsp;</span></caption> <tr> <th class="colFirst" scope="col">Package</th> <th class="colLast" scope="col">Description</th> </tr> <tbody> <tr class="altColor"> <td class="colFirst"><a href="#org.apache.poi.hssf.eventusermodel">org.apache.poi.hssf.eventusermodel</a></td> <td class="colLast"> <div class="block">HSSF eventmodel Package provides an event-based API for reading HSSF files.</div> </td> </tr> </tbody> </table> </li> <li class="blockList"> <ul class="blockList"> <li class="blockList"><a name="org.apache.poi.hssf.eventusermodel"> <!-- --> </a> <h3>Uses of <a href="../../../../../../org/apache/poi/hssf/eventusermodel/HSSFUserException.html" title="class in org.apache.poi.hssf.eventusermodel">HSSFUserException</a> in <a href="../../../../../../org/apache/poi/hssf/eventusermodel/package-summary.html">org.apache.poi.hssf.eventusermodel</a></h3> <table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation"> <caption><span>Methods in <a href="../../../../../../org/apache/poi/hssf/eventusermodel/package-summary.html">org.apache.poi.hssf.eventusermodel</a> that throw <a href="../../../../../../org/apache/poi/hssf/eventusermodel/HSSFUserException.html" title="class in org.apache.poi.hssf.eventusermodel">HSSFUserException</a></span><span class="tabEnd">&nbsp;</span></caption> <tr> <th class="colFirst" scope="col">Modifier and Type</th> <th class="colLast" scope="col">Method and Description</th> </tr> <tbody> <tr class="altColor"> <td class="colFirst"><code>short</code></td> <td class="colLast"><span class="strong">HSSFEventFactory.</span><code><strong><a href="../../../../../../org/apache/poi/hssf/eventusermodel/HSSFEventFactory.html#abortableProcessEvents(org.apache.poi.hssf.eventusermodel.HSSFRequest, java.io.InputStream)">abortableProcessEvents</a></strong>(<a href="../../../../../../org/apache/poi/hssf/eventusermodel/HSSFRequest.html" title="class in org.apache.poi.hssf.eventusermodel">HSSFRequest</a>&nbsp;req, java.io.InputStream&nbsp;in)</code> <div class="block">Processes a DocumentInputStream into essentially Record events.</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>abstract short</code></td> <td class="colLast"><span class="strong">AbortableHSSFListener.</span><code><strong><a href="../../../../../../org/apache/poi/hssf/eventusermodel/AbortableHSSFListener.html#abortableProcessRecord(org.apache.poi.hssf.record.Record)">abortableProcessRecord</a></strong>(<a href="../../../../../../org/apache/poi/hssf/record/Record.html" title="class in org.apache.poi.hssf.record">Record</a>&nbsp;record)</code> <div class="block">Process an HSSF Record.</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>short</code></td> <td class="colLast"><span class="strong">HSSFEventFactory.</span><code><strong><a href="../../../../../../org/apache/poi/hssf/eventusermodel/HSSFEventFactory.html#abortableProcessWorkbookEvents(org.apache.poi.hssf.eventusermodel.HSSFRequest, org.apache.poi.poifs.filesystem.DirectoryNode)">abortableProcessWorkbookEvents</a></strong>(<a href="../../../../../../org/apache/poi/hssf/eventusermodel/HSSFRequest.html" title="class in org.apache.poi.hssf.eventusermodel">HSSFRequest</a>&nbsp;req, <a href="../../../../../../org/apache/poi/poifs/filesystem/DirectoryNode.html" title="class in org.apache.poi.poifs.filesystem">DirectoryNode</a>&nbsp;dir)</code> <div class="block">Processes a file into essentially record events.</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>short</code></td> <td class="colLast"><span class="strong">HSSFEventFactory.</span><code><strong><a href="../../../../../../org/apache/poi/hssf/eventusermodel/HSSFEventFactory.html#abortableProcessWorkbookEvents(org.apache.poi.hssf.eventusermodel.HSSFRequest, org.apache.poi.poifs.filesystem.POIFSFileSystem)">abortableProcessWorkbookEvents</a></strong>(<a href="../../../../../../org/apache/poi/hssf/eventusermodel/HSSFRequest.html" title="class in org.apache.poi.hssf.eventusermodel">HSSFRequest</a>&nbsp;req, <a href="../../../../../../org/apache/poi/poifs/filesystem/POIFSFileSystem.html" title="class in org.apache.poi.poifs.filesystem">POIFSFileSystem</a>&nbsp;fs)</code> <div class="block">Processes a file into essentially record events.</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>protected short</code></td> <td class="colLast"><span class="strong">HSSFRequest.</span><code><strong><a href="../../../../../../org/apache/poi/hssf/eventusermodel/HSSFRequest.html#processRecord(org.apache.poi.hssf.record.Record)">processRecord</a></strong>(<a href="../../../../../../org/apache/poi/hssf/record/Record.html" title="class in org.apache.poi.hssf.record">Record</a>&nbsp;rec)</code> <div class="block">Called by HSSFEventFactory, passes the Record to each listener associated with a record.sid.</div> </td> </tr> </tbody> </table> </li> </ul> </li> </ul> </div> <!-- ======= START OF BOTTOM NAVBAR ====== --> <div class="bottomNav"><a name="navbar_bottom"> <!-- --> </a><a href="#skip-navbar_bottom" title="Skip navigation links"></a><a name="navbar_bottom_firstrow"> <!-- --> </a> <ul class="navList" title="Navigation"> <li><a href="../../../../../../overview-summary.html">Overview</a></li> <li><a href="../package-summary.html">Package</a></li> <li><a href="../../../../../../org/apache/poi/hssf/eventusermodel/HSSFUserException.html" title="class in org.apache.poi.hssf.eventusermodel">Class</a></li> <li class="navBarCell1Rev">Use</li> <li><a href="../package-tree.html">Tree</a></li> <li><a href="../../../../../../deprecated-list.html">Deprecated</a></li> <li><a href="../../../../../../index-all.html">Index</a></li> <li><a href="../../../../../../help-doc.html">Help</a></li> </ul> </div> <div class="subNav"> <ul class="navList"> <li>PREV</li> <li>NEXT</li> </ul> <ul class="navList"> <li><a href="../../../../../../index.html?org/apache/poi/hssf/eventusermodel//class-useHSSFUserException.html" target="_top">FRAMES</a></li> <li><a href="HSSFUserException.html" target="_top">NO FRAMES</a></li> </ul> <ul class="navList" id="allclasses_navbar_bottom"> <li><a href="../../../../../../allclasses-noframe.html">All Classes</a></li> </ul> <div> <script type="text/javascript"><!-- allClassesLink = document.getElementById("allclasses_navbar_bottom"); if(window==top) { allClassesLink.style.display = "block"; } else { allClassesLink.style.display = "none"; } //--> </script> </div> <a name="skip-navbar_bottom"> <!-- --> </a></div> <!-- ======== END OF BOTTOM NAVBAR ======= --> <p class="legalCopy"><small> <i>Copyright 2014 The Apache Software Foundation or its licensors, as applicable.</i> </small></p> </body> </html>
RyoSaeba69/Bio-info
mylib/poi-3.11/docs/apidocs/org/apache/poi/hssf/eventusermodel/class-use/HSSFUserException.html
HTML
apache-2.0
9,744
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!--NewPage--> <HTML> <HEAD> <!-- Generated by javadoc (build 1.6.0_45) on Thu Nov 13 21:21:59 UTC 2014 --> <META http-equiv="Content-Type" content="text/html; charset=UTF-8"> <TITLE> org.apache.hadoop.yarn.sls.conf (Apache Hadoop Main 2.6.0 API) </TITLE> <META NAME="date" CONTENT="2014-11-13"> <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../../stylesheet.css" TITLE="Style"> </HEAD> <BODY BGCOLOR="white"> <FONT size="+1" CLASS="FrameTitleFont"> <A HREF="../../../../../../org/apache/hadoop/yarn/sls/conf/package-summary.html" target="classFrame">org.apache.hadoop.yarn.sls.conf</A></FONT> </BODY> </HTML>
SAT-Hadoop/hadoop-2.6.0
share/doc/hadoop/api/org/apache/hadoop/yarn/sls/conf/package-frame.html
HTML
apache-2.0
730
<!-- Polymer icon set generated from Font Awesome SVG Font https://github.com/vangware/fontawesome-iconset @element iron-iconset-svg @demo demo.html --> <link rel="import" href="../iron-icon/iron-icon.html"> <link rel="import" href="../iron-iconset-svg/iron-iconset-svg.html"> <iron-iconset-svg name="fa-video-player" size="1792"> <svg><defs> <g id="play-circle-o" transform="scale(1 -1) translate(128 -1536)"><path d="M1184 640q0 -37 -32 -55l-544 -320q-15 -9 -32 -9q-16 0 -32 8q-32 19 -32 56v640q0 37 32 56q33 18 64 -1l544 -320q32 -18 32 -55zM1312 640q0 148 -73 273t-198 198t-273 73t-273 -73t-198 -198t-73 -273t73 -273t198 -198t273 -73t273 73t198 198t73 273zM1536 640 q0 -209 -103 -385.5t-279.5 -279.5t-385.5 -103t-385.5 103t-279.5 279.5t-103 385.5t103 385.5t279.5 279.5t385.5 103t385.5 -103t279.5 -279.5t103 -385.5z"/></g> <g id="step-backward" transform="scale(1 -1) translate(384 -1536)"><path d="M979 1395q19 19 32 13t13 -32v-1472q0 -26 -13 -32t-32 13l-710 710q-9 9 -13 19v-678q0 -26 -19 -45t-45 -19h-128q-26 0 -45 19t-19 45v1408q0 26 19 45t45 19h128q26 0 45 -19t19 -45v-678q4 11 13 19z"/></g> <g id="fast-backward" transform="scale(1 -1) translate(0 -1536)"><path d="M1747 1395q19 19 32 13t13 -32v-1472q0 -26 -13 -32t-32 13l-710 710q-9 9 -13 19v-710q0 -26 -13 -32t-32 13l-710 710q-9 9 -13 19v-678q0 -26 -19 -45t-45 -19h-128q-26 0 -45 19t-19 45v1408q0 26 19 45t45 19h128q26 0 45 -19t19 -45v-678q4 11 13 19l710 710 q19 19 32 13t13 -32v-710q4 11 13 19z"/></g> <g id="backward" transform="scale(1 -1) translate(64 -1536)"><path d="M1619 1395q19 19 32 13t13 -32v-1472q0 -26 -13 -32t-32 13l-710 710q-8 9 -13 19v-710q0 -26 -13 -32t-32 13l-710 710q-19 19 -19 45t19 45l710 710q19 19 32 13t13 -32v-710q5 11 13 19z"/></g> <g id="play" transform="scale(1 -1) translate(192 -1536)"><path d="M1384 609l-1328 -738q-23 -13 -39.5 -3t-16.5 36v1472q0 26 16.5 36t39.5 -3l1328 -738q23 -13 23 -31t-23 -31z"/></g> <g id="pause" transform="scale(1 -1) translate(128 -1536)"><path d="M1536 1344v-1408q0 -26 -19 -45t-45 -19h-512q-26 0 -45 19t-19 45v1408q0 26 19 45t45 19h512q26 0 45 -19t19 -45zM640 1344v-1408q0 -26 -19 -45t-45 -19h-512q-26 0 -45 19t-19 45v1408q0 26 19 45t45 19h512q26 0 45 -19t19 -45z"/></g> <g id="stop" transform="scale(1 -1) translate(128 -1536)"><path d="M1536 1344v-1408q0 -26 -19 -45t-45 -19h-1408q-26 0 -45 19t-19 45v1408q0 26 19 45t45 19h1408q26 0 45 -19t19 -45z"/></g> <g id="forward" transform="scale(1 -1) translate(64 -1536)"><path d="M45 -115q-19 -19 -32 -13t-13 32v1472q0 26 13 32t32 -13l710 -710q8 -8 13 -19v710q0 26 13 32t32 -13l710 -710q19 -19 19 -45t-19 -45l-710 -710q-19 -19 -32 -13t-13 32v710q-5 -10 -13 -19z"/></g> <g id="fast-forward" transform="scale(1 -1) translate(0 -1536)"><path d="M45 -115q-19 -19 -32 -13t-13 32v1472q0 26 13 32t32 -13l710 -710q8 -8 13 -19v710q0 26 13 32t32 -13l710 -710q8 -8 13 -19v678q0 26 19 45t45 19h128q26 0 45 -19t19 -45v-1408q0 -26 -19 -45t-45 -19h-128q-26 0 -45 19t-19 45v678q-5 -10 -13 -19l-710 -710 q-19 -19 -32 -13t-13 32v710q-5 -10 -13 -19z"/></g> <g id="step-forward" transform="scale(1 -1) translate(384 -1536)"><path d="M45 -115q-19 -19 -32 -13t-13 32v1472q0 26 13 32t32 -13l710 -710q8 -8 13 -19v678q0 26 19 45t45 19h128q26 0 45 -19t19 -45v-1408q0 -26 -19 -45t-45 -19h-128q-26 0 -45 19t-19 45v678q-5 -10 -13 -19z"/></g> <g id="eject" transform="scale(1 -1) translate(127 -1536)"><path d="M14 557l710 710q19 19 45 19t45 -19l710 -710q19 -19 13 -32t-32 -13h-1472q-26 0 -32 13t13 32zM1473 0h-1408q-26 0 -45 19t-19 45v256q0 26 19 45t45 19h1408q26 0 45 -19t19 -45v-256q0 -26 -19 -45t-45 -19z"/></g> <g id="expand" transform="scale(1 -1) translate(128 -1536)"><path d="M755 480q0 -13 -10 -23l-332 -332l144 -144q19 -19 19 -45t-19 -45t-45 -19h-448q-26 0 -45 19t-19 45v448q0 26 19 45t45 19t45 -19l144 -144l332 332q10 10 23 10t23 -10l114 -114q10 -10 10 -23zM1536 1344v-448q0 -26 -19 -45t-45 -19t-45 19l-144 144l-332 -332 q-10 -10 -23 -10t-23 10l-114 114q-10 10 -10 23t10 23l332 332l-144 144q-19 19 -19 45t19 45t45 19h448q26 0 45 -19t19 -45z"/></g> <g id="compress" transform="scale(1 -1) translate(128 -1536)"><path d="M768 576v-448q0 -26 -19 -45t-45 -19t-45 19l-144 144l-332 -332q-10 -10 -23 -10t-23 10l-114 114q-10 10 -10 23t10 23l332 332l-144 144q-19 19 -19 45t19 45t45 19h448q26 0 45 -19t19 -45zM1523 1248q0 -13 -10 -23l-332 -332l144 -144q19 -19 19 -45t-19 -45 t-45 -19h-448q-26 0 -45 19t-19 45v448q0 26 19 45t45 19t45 -19l144 -144l332 332q10 10 23 10t23 -10l114 -114q10 -10 10 -23z"/></g> <g id="random" transform="scale(1 -1) translate(0 -1536)"><path d="M666 1055q-60 -92 -137 -273q-22 45 -37 72.5t-40.5 63.5t-51 56.5t-63 35t-81.5 14.5h-224q-14 0 -23 9t-9 23v192q0 14 9 23t23 9h224q250 0 410 -225zM1792 256q0 -14 -9 -23l-320 -320q-9 -9 -23 -9q-13 0 -22.5 9.5t-9.5 22.5v192q-32 0 -85 -0.5t-81 -1t-73 1 t-71 5t-64 10.5t-63 18.5t-58 28.5t-59 40t-55 53.5t-56 69.5q59 93 136 273q22 -45 37 -72.5t40.5 -63.5t51 -56.5t63 -35t81.5 -14.5h256v192q0 14 9 23t23 9q12 0 24 -10l319 -319q9 -9 9 -23zM1792 1152q0 -14 -9 -23l-320 -320q-9 -9 -23 -9q-13 0 -22.5 9.5t-9.5 22.5 v192h-256q-48 0 -87 -15t-69 -45t-51 -61.5t-45 -77.5q-32 -62 -78 -171q-29 -66 -49.5 -111t-54 -105t-64 -100t-74 -83t-90 -68.5t-106.5 -42t-128 -16.5h-224q-14 0 -23 9t-9 23v192q0 14 9 23t23 9h224q48 0 87 15t69 45t51 61.5t45 77.5q32 62 78 171q29 66 49.5 111 t54 105t64 100t74 83t90 68.5t106.5 42t128 16.5h256v192q0 14 9 23t23 9q12 0 24 -10l319 -319q9 -9 9 -23z"/></g> <g id="arrows-alt" transform="scale(1 -1) translate(128 -1536)"><path d="M1283 995l-355 -355l355 -355l144 144q29 31 70 14q39 -17 39 -59v-448q0 -26 -19 -45t-45 -19h-448q-42 0 -59 40q-17 39 14 69l144 144l-355 355l-355 -355l144 -144q31 -30 14 -69q-17 -40 -59 -40h-448q-26 0 -45 19t-19 45v448q0 42 40 59q39 17 69 -14l144 -144 l355 355l-355 355l-144 -144q-19 -19 -45 -19q-12 0 -24 5q-40 17 -40 59v448q0 26 19 45t45 19h448q42 0 59 -40q17 -39 -14 -69l-144 -144l355 -355l355 355l-144 144q-31 30 -14 69q17 40 59 40h448q26 0 45 -19t19 -45v-448q0 -42 -39 -59q-13 -5 -25 -5q-26 0 -45 19z "/></g> <g id="play-circle" transform="scale(1 -1) translate(128 -1536)"><path d="M768 1408q209 0 385.5 -103t279.5 -279.5t103 -385.5t-103 -385.5t-279.5 -279.5t-385.5 -103t-385.5 103t-279.5 279.5t-103 385.5t103 385.5t279.5 279.5t385.5 103zM1152 585q32 18 32 55t-32 55l-544 320q-31 19 -64 1q-32 -19 -32 -56v-640q0 -37 32 -56 q16 -8 32 -8q17 0 32 9z"/></g> <g id="youtube-play" transform="scale(1 -1) translate(0 -1536)"><path d="M1280 640q0 37 -30 54l-512 320q-31 20 -65 2q-33 -18 -33 -56v-640q0 -38 33 -56q16 -8 31 -8q20 0 34 10l512 320q30 17 30 54zM1792 640q0 -96 -1 -150t-8.5 -136.5t-22.5 -147.5q-16 -73 -69 -123t-124 -58q-222 -25 -671 -25t-671 25q-71 8 -124.5 58t-69.5 123 q-14 65 -21.5 147.5t-8.5 136.5t-1 150t1 150t8.5 136.5t22.5 147.5q16 73 69 123t124 58q222 25 671 25t671 -25q71 -8 124.5 -58t69.5 -123q14 -65 21.5 -147.5t8.5 -136.5t1 -150z"/></g> <g id="pause-circle" transform="scale(1 -1) translate(128 -1536)"><path d="M704 352v576q0 14 -9 23t-23 9h-256q-14 0 -23 -9t-9 -23v-576q0 -14 9 -23t23 -9h256q14 0 23 9t9 23zM1152 352v576q0 14 -9 23t-23 9h-256q-14 0 -23 -9t-9 -23v-576q0 -14 9 -23t23 -9h256q14 0 23 9t9 23zM1536 640q0 -209 -103 -385.5t-279.5 -279.5t-385.5 -103 t-385.5 103t-279.5 279.5t-103 385.5t103 385.5t279.5 279.5t385.5 103t385.5 -103t279.5 -279.5t103 -385.5z"/></g> <g id="pause-circle-o" transform="scale(1 -1) translate(128 -1536)"><path d="M768 1408q209 0 385.5 -103t279.5 -279.5t103 -385.5t-103 -385.5t-279.5 -279.5t-385.5 -103t-385.5 103t-279.5 279.5t-103 385.5t103 385.5t279.5 279.5t385.5 103zM768 96q148 0 273 73t198 198t73 273t-73 273t-198 198t-273 73t-273 -73t-198 -198t-73 -273 t73 -273t198 -198t273 -73zM864 320q-14 0 -23 9t-9 23v576q0 14 9 23t23 9h192q14 0 23 -9t9 -23v-576q0 -14 -9 -23t-23 -9h-192zM480 320q-14 0 -23 9t-9 23v576q0 14 9 23t23 9h192q14 0 23 -9t9 -23v-576q0 -14 -9 -23t-23 -9h-192z"/></g> <g id="stop-circle" transform="scale(1 -1) translate(128 -1536)"><path d="M1088 352v576q0 14 -9 23t-23 9h-576q-14 0 -23 -9t-9 -23v-576q0 -14 9 -23t23 -9h576q14 0 23 9t9 23zM1536 640q0 -209 -103 -385.5t-279.5 -279.5t-385.5 -103t-385.5 103t-279.5 279.5t-103 385.5t103 385.5t279.5 279.5t385.5 103t385.5 -103t279.5 -279.5 t103 -385.5z"/></g> <g id="stop-circle-o" transform="scale(1 -1) translate(128 -1536)"><path d="M768 1408q209 0 385.5 -103t279.5 -279.5t103 -385.5t-103 -385.5t-279.5 -279.5t-385.5 -103t-385.5 103t-279.5 279.5t-103 385.5t103 385.5t279.5 279.5t385.5 103zM768 96q148 0 273 73t198 198t73 273t-73 273t-198 198t-273 73t-273 -73t-198 -198t-73 -273 t73 -273t198 -198t273 -73zM480 320q-14 0 -23 9t-9 23v576q0 14 9 23t23 9h576q14 0 23 -9t9 -23v-576q0 -14 -9 -23t-23 -9h-576z"/></g> </defs></svg> </iron-iconset-svg>
uvalib/staff-directory
bower_components/polymer-font-awesome-icons/fa-video-player.html
HTML
apache-2.0
8,612
<div> <h3>第十四章</h3> <p>1推罗王希兰遣使见大卫、携香柏及石工木工而至、为之建宫室、</p> <p>2大卫乃知耶和华立之为以色列王、盖为其民以色列故、振兴其国也、○</p> <p>3大卫在耶路撒冷又娶后妃、诞生子女、</p> <p>4在耶路撒冷所生之子、名沙母亚、朔罢、拿单、所罗门、</p> <p>5益辖、以利书亚、以利法列、</p> <p>6挪迦、尼斐、雅非亚、</p> <p>7以利沙玛、比利雅大、以利法列、○</p> <p>8非利士人闻大卫受膏、为以色列全族之王、咸至而索之、大卫闻之、遂往迎焉、</p> <p>9非利士人既至、侵利乏音谷、</p> <p>10大卫咨诹上帝曰、我往攻非利士人可否、尔付之于我手乎、耶和华曰、往哉、我必付之于尔手、</p> <p>11非利士人至巴力毗拉心、大卫击之、曰、上帝假我手破敌、如水之冲流然、故名其地曰巴力毗拉心、</p> <p>12敌遗其偶像、大卫宣命、乃以火焚之、</p> <p>13非利士人又侵谷中、</p> <p>14大卫复咨诹上帝、上帝曰、勿往迎之、宜绕其后、于桑林相对之所攻之、</p> <p>15闻桑杪有步履之声、则出战、盖上帝先尔而行、击非利士军旅、</p> <p>16大卫遵上帝命、击非利士军旅、自基遍至基色、</p> <p>17大卫之声名、遂洋溢于列国、耶和华使列国咸畏之、</p> </div>
yighu/wenli
wenliandroid/unpacked/assets/www/chapter436.html
HTML
apache-2.0
1,432
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!--NewPage--> <HTML> <HEAD> <!-- Generated by javadoc (build 1.6.0_14) on Tue Aug 17 01:05:09 EDT 2010 --> <TITLE> Upgradeable (Hadoop-Hdfs 0.21.0 API) </TITLE> <META NAME="date" CONTENT="2010-08-17"> <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../../stylesheet.css" TITLE="Style"> <SCRIPT type="text/javascript"> function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { parent.document.title="Upgradeable (Hadoop-Hdfs 0.21.0 API)"; } } </SCRIPT> <NOSCRIPT> </NOSCRIPT> </HEAD> <BODY BGCOLOR="white" onload="windowTitle();"> <HR> <!-- ========= START OF TOP NAVBAR ======= --> <A NAME="navbar_top"><!-- --></A> <A HREF="#skip-navbar_top" title="Skip navigation links"></A> <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY=""> <TR> <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A NAME="navbar_top_firstrow"><!-- --></A> <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY=""> <TR ALIGN="center" VALIGN="top"> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="class-use/Upgradeable.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD> </TR> </TABLE> </TD> <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM> </EM> </TD> </TR> <TR> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> &nbsp;<A HREF="../../../../../../org/apache/hadoop/hdfs/server/common/StorageInfo.html" title="class in org.apache.hadoop.hdfs.server.common"><B>PREV CLASS</B></A>&nbsp; &nbsp;<A HREF="../../../../../../org/apache/hadoop/hdfs/server/common/UpgradeManager.html" title="class in org.apache.hadoop.hdfs.server.common"><B>NEXT CLASS</B></A></FONT></TD> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> <A HREF="../../../../../../index.html?org/apache/hadoop/hdfs/server/common/Upgradeable.html" target="_top"><B>FRAMES</B></A> &nbsp; &nbsp;<A HREF="Upgradeable.html" target="_top"><B>NO FRAMES</B></A> &nbsp; &nbsp;<SCRIPT type="text/javascript"> <!-- if(window==top) { document.writeln('<A HREF="../../../../../../allclasses-noframe.html"><B>All Classes</B></A>'); } //--> </SCRIPT> <NOSCRIPT> <A HREF="../../../../../../allclasses-noframe.html"><B>All Classes</B></A> </NOSCRIPT> </FONT></TD> </TR> <TR> <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2"> SUMMARY:&nbsp;NESTED&nbsp;|&nbsp;FIELD&nbsp;|&nbsp;CONSTR&nbsp;|&nbsp;<A HREF="#method_summary">METHOD</A></FONT></TD> <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2"> DETAIL:&nbsp;FIELD&nbsp;|&nbsp;CONSTR&nbsp;|&nbsp;<A HREF="#method_detail">METHOD</A></FONT></TD> </TR> </TABLE> <A NAME="skip-navbar_top"></A> <!-- ========= END OF TOP NAVBAR ========= --> <HR> <!-- ======== START OF CLASS DATA ======== --> <H2> <FONT SIZE="-1"> org.apache.hadoop.hdfs.server.common</FONT> <BR> Interface Upgradeable</H2> <DL> <DT><B>All Superinterfaces:</B> <DD><A HREF="http://java.sun.com/javase/6/docs/api/java/lang/Comparable.html?is-external=true" title="class or interface in java.lang">Comparable</A>&lt;<A HREF="../../../../../../org/apache/hadoop/hdfs/server/common/Upgradeable.html" title="interface in org.apache.hadoop.hdfs.server.common">Upgradeable</A>&gt;</DD> </DL> <DL> <DT><B>All Known Implementing Classes:</B> <DD><A HREF="../../../../../../org/apache/hadoop/hdfs/server/common/UpgradeObject.html" title="class in org.apache.hadoop.hdfs.server.common">UpgradeObject</A>, <A HREF="../../../../../../org/apache/hadoop/hdfs/server/datanode/UpgradeObjectDatanode.html" title="class in org.apache.hadoop.hdfs.server.datanode">UpgradeObjectDatanode</A>, <A HREF="../../../../../../org/apache/hadoop/hdfs/server/namenode/UpgradeObjectNamenode.html" title="class in org.apache.hadoop.hdfs.server.namenode">UpgradeObjectNamenode</A></DD> </DL> <HR> <DL> <DT><PRE><FONT SIZE="-1">@InterfaceAudience.Private </FONT>public interface <B>Upgradeable</B><DT>extends <A HREF="http://java.sun.com/javase/6/docs/api/java/lang/Comparable.html?is-external=true" title="class or interface in java.lang">Comparable</A>&lt;<A HREF="../../../../../../org/apache/hadoop/hdfs/server/common/Upgradeable.html" title="interface in org.apache.hadoop.hdfs.server.common">Upgradeable</A>&gt;</DL> </PRE> <P> Common interface for distributed upgrade objects. Each upgrade object corresponds to a layout version, which is the latest version that should be upgraded using this object. That is all components whose layout version is greater or equal to the one returned by <A HREF="../../../../../../org/apache/hadoop/hdfs/server/common/Upgradeable.html#getVersion()"><CODE>getVersion()</CODE></A> must be upgraded with this object. <P> <P> <HR> <P> <!-- ========== METHOD SUMMARY =========== --> <A NAME="method_summary"><!-- --></A> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> <TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2"> <B>Method Summary</B></FONT></TH> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;<A HREF="../../../../../../org/apache/hadoop/hdfs/server/protocol/UpgradeCommand.html" title="class in org.apache.hadoop.hdfs.server.protocol">UpgradeCommand</A></CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../../../org/apache/hadoop/hdfs/server/common/Upgradeable.html#completeUpgrade()">completeUpgrade</A></B>()</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Complete upgrade.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;<A HREF="http://java.sun.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A></CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../../../org/apache/hadoop/hdfs/server/common/Upgradeable.html#getDescription()">getDescription</A></B>()</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Description of the upgrade object for displaying.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;<A HREF="../../../../../../org/apache/hadoop/hdfs/server/common/HdfsConstants.NodeType.html" title="enum in org.apache.hadoop.hdfs.server.common">HdfsConstants.NodeType</A></CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../../../org/apache/hadoop/hdfs/server/common/Upgradeable.html#getType()">getType</A></B>()</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Get the type of the software component, which this object is upgrading.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;short</CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../../../org/apache/hadoop/hdfs/server/common/Upgradeable.html#getUpgradeStatus()">getUpgradeStatus</A></B>()</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Upgrade status determines a percentage of the work done out of the total amount required by the upgrade.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;<A HREF="../../../../../../org/apache/hadoop/hdfs/server/common/UpgradeStatusReport.html" title="class in org.apache.hadoop.hdfs.server.common">UpgradeStatusReport</A></CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../../../org/apache/hadoop/hdfs/server/common/Upgradeable.html#getUpgradeStatusReport(boolean)">getUpgradeStatusReport</A></B>(boolean&nbsp;details)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Get status report for the upgrade.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;int</CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../../../org/apache/hadoop/hdfs/server/common/Upgradeable.html#getVersion()">getVersion</A></B>()</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Get the layout version of the upgrade object.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;<A HREF="../../../../../../org/apache/hadoop/hdfs/server/protocol/UpgradeCommand.html" title="class in org.apache.hadoop.hdfs.server.protocol">UpgradeCommand</A></CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../../../org/apache/hadoop/hdfs/server/common/Upgradeable.html#startUpgrade()">startUpgrade</A></B>()</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Prepare for the upgrade.</TD> </TR> </TABLE> &nbsp;<A NAME="methods_inherited_from_class_java.lang.Comparable"><!-- --></A> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor"> <TH ALIGN="left"><B>Methods inherited from interface java.lang.<A HREF="http://java.sun.com/javase/6/docs/api/java/lang/Comparable.html?is-external=true" title="class or interface in java.lang">Comparable</A></B></TH> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD><CODE><A HREF="http://java.sun.com/javase/6/docs/api/java/lang/Comparable.html?is-external=true#compareTo(T)" title="class or interface in java.lang">compareTo</A></CODE></TD> </TR> </TABLE> &nbsp; <P> <!-- ============ METHOD DETAIL ========== --> <A NAME="method_detail"><!-- --></A> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> <TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2"> <B>Method Detail</B></FONT></TH> </TR> </TABLE> <A NAME="getVersion()"><!-- --></A><H3> getVersion</H3> <PRE> int <B>getVersion</B>()</PRE> <DL> <DD>Get the layout version of the upgrade object. <P> <DD><DL> </DL> </DD> <DD><DL> <DT><B>Returns:</B><DD>layout version</DL> </DD> </DL> <HR> <A NAME="getType()"><!-- --></A><H3> getType</H3> <PRE> <A HREF="../../../../../../org/apache/hadoop/hdfs/server/common/HdfsConstants.NodeType.html" title="enum in org.apache.hadoop.hdfs.server.common">HdfsConstants.NodeType</A> <B>getType</B>()</PRE> <DL> <DD>Get the type of the software component, which this object is upgrading. <P> <DD><DL> </DL> </DD> <DD><DL> <DT><B>Returns:</B><DD>type</DL> </DD> </DL> <HR> <A NAME="getDescription()"><!-- --></A><H3> getDescription</H3> <PRE> <A HREF="http://java.sun.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A> <B>getDescription</B>()</PRE> <DL> <DD>Description of the upgrade object for displaying. <P> <DD><DL> </DL> </DD> <DD><DL> <DT><B>Returns:</B><DD>description</DL> </DD> </DL> <HR> <A NAME="getUpgradeStatus()"><!-- --></A><H3> getUpgradeStatus</H3> <PRE> short <B>getUpgradeStatus</B>()</PRE> <DL> <DD>Upgrade status determines a percentage of the work done out of the total amount required by the upgrade. 100% means that the upgrade is completed. Any value < 100 means it is not complete. The return value should provide at least 2 values, e.g. 0 and 100. <P> <DD><DL> </DL> </DD> <DD><DL> <DT><B>Returns:</B><DD>integer value in the range [0, 100].</DL> </DD> </DL> <HR> <A NAME="startUpgrade()"><!-- --></A><H3> startUpgrade</H3> <PRE> <A HREF="../../../../../../org/apache/hadoop/hdfs/server/protocol/UpgradeCommand.html" title="class in org.apache.hadoop.hdfs.server.protocol">UpgradeCommand</A> <B>startUpgrade</B>() throws <A HREF="http://java.sun.com/javase/6/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</A></PRE> <DL> <DD>Prepare for the upgrade. E.g. initialize upgrade data structures and set status to 0. Returns an upgrade command that is used for broadcasting to other cluster components. E.g. name-node informs data-nodes that they must perform a distributed upgrade. <P> <DD><DL> </DL> </DD> <DD><DL> <DT><B>Returns:</B><DD>an UpgradeCommand for broadcasting. <DT><B>Throws:</B> <DD><CODE><A HREF="http://java.sun.com/javase/6/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</A></CODE></DL> </DD> </DL> <HR> <A NAME="completeUpgrade()"><!-- --></A><H3> completeUpgrade</H3> <PRE> <A HREF="../../../../../../org/apache/hadoop/hdfs/server/protocol/UpgradeCommand.html" title="class in org.apache.hadoop.hdfs.server.protocol">UpgradeCommand</A> <B>completeUpgrade</B>() throws <A HREF="http://java.sun.com/javase/6/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</A></PRE> <DL> <DD>Complete upgrade. E.g. cleanup upgrade data structures or write metadata to disk. Returns an upgrade command that is used for broadcasting to other cluster components. E.g. data-nodes inform the name-node that they completed the upgrade while other data-nodes are still upgrading. <P> <DD><DL> </DL> </DD> <DD><DL> <DT><B>Throws:</B> <DD><CODE><A HREF="http://java.sun.com/javase/6/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</A></CODE></DL> </DD> </DL> <HR> <A NAME="getUpgradeStatusReport(boolean)"><!-- --></A><H3> getUpgradeStatusReport</H3> <PRE> <A HREF="../../../../../../org/apache/hadoop/hdfs/server/common/UpgradeStatusReport.html" title="class in org.apache.hadoop.hdfs.server.common">UpgradeStatusReport</A> <B>getUpgradeStatusReport</B>(boolean&nbsp;details) throws <A HREF="http://java.sun.com/javase/6/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</A></PRE> <DL> <DD>Get status report for the upgrade. <P> <DD><DL> </DL> </DD> <DD><DL> <DT><B>Parameters:</B><DD><CODE>details</CODE> - true if upgradeStatus details need to be included, false otherwise <DT><B>Returns:</B><DD><A HREF="../../../../../../org/apache/hadoop/hdfs/server/common/UpgradeStatusReport.html" title="class in org.apache.hadoop.hdfs.server.common"><CODE>UpgradeStatusReport</CODE></A> <DT><B>Throws:</B> <DD><CODE><A HREF="http://java.sun.com/javase/6/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</A></CODE></DL> </DD> </DL> <!-- ========= END OF CLASS DATA ========= --> <HR> <!-- ======= START OF BOTTOM NAVBAR ====== --> <A NAME="navbar_bottom"><!-- --></A> <A HREF="#skip-navbar_bottom" title="Skip navigation links"></A> <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY=""> <TR> <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A NAME="navbar_bottom_firstrow"><!-- --></A> <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY=""> <TR ALIGN="center" VALIGN="top"> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="class-use/Upgradeable.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD> </TR> </TABLE> </TD> <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM> </EM> </TD> </TR> <TR> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> &nbsp;<A HREF="../../../../../../org/apache/hadoop/hdfs/server/common/StorageInfo.html" title="class in org.apache.hadoop.hdfs.server.common"><B>PREV CLASS</B></A>&nbsp; &nbsp;<A HREF="../../../../../../org/apache/hadoop/hdfs/server/common/UpgradeManager.html" title="class in org.apache.hadoop.hdfs.server.common"><B>NEXT CLASS</B></A></FONT></TD> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> <A HREF="../../../../../../index.html?org/apache/hadoop/hdfs/server/common/Upgradeable.html" target="_top"><B>FRAMES</B></A> &nbsp; &nbsp;<A HREF="Upgradeable.html" target="_top"><B>NO FRAMES</B></A> &nbsp; &nbsp;<SCRIPT type="text/javascript"> <!-- if(window==top) { document.writeln('<A HREF="../../../../../../allclasses-noframe.html"><B>All Classes</B></A>'); } //--> </SCRIPT> <NOSCRIPT> <A HREF="../../../../../../allclasses-noframe.html"><B>All Classes</B></A> </NOSCRIPT> </FONT></TD> </TR> <TR> <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2"> SUMMARY:&nbsp;NESTED&nbsp;|&nbsp;FIELD&nbsp;|&nbsp;CONSTR&nbsp;|&nbsp;<A HREF="#method_summary">METHOD</A></FONT></TD> <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2"> DETAIL:&nbsp;FIELD&nbsp;|&nbsp;CONSTR&nbsp;|&nbsp;<A HREF="#method_detail">METHOD</A></FONT></TD> </TR> </TABLE> <A NAME="skip-navbar_bottom"></A> <!-- ======== END OF BOTTOM NAVBAR ======= --> <HR> Copyright &copy; 2009 The Apache Software Foundation </BODY> </HTML>
jayantgolhar/Hadoop-0.21.0
hdfs/docs/api/org/apache/hadoop/hdfs/server/common/Upgradeable.html
HTML
apache-2.0
18,587
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/> <meta http-equiv="X-UA-Compatible" content="IE=9"/> <meta name="generator" content="Doxygen 1.8.14"/> <meta name="viewport" content="width=device-width, initial-scale=1"/> <title>Cutlass: Class Members - Functions</title> <link href="tabs.css" rel="stylesheet" type="text/css"/> <script type="text/javascript" src="jquery.js"></script> <script type="text/javascript" src="dynsections.js"></script> <link href="search/search.css" rel="stylesheet" type="text/css"/> <script type="text/javascript" src="search/searchdata.js"></script> <script type="text/javascript" src="search/search.js"></script> <script type="text/x-mathjax-config"> MathJax.Hub.Config({ extensions: ["tex2jax.js"], jax: ["input/TeX","output/HTML-CSS"], }); </script><script type="text/javascript" async src="http://cdn.mathjax.org/mathjax/latest/MathJax.js"></script> <link href="doxygen.css" rel="stylesheet" type="text/css" /> </head> <body> <div id="top"><!-- do not remove this div, it is closed by doxygen! --> <div id="titlearea"> <table cellspacing="0" cellpadding="0"> <tbody> <tr style="height: 56px;"> <td id="projectalign" style="padding-left: 0.5em;"> <div id="projectname">Cutlass </div> <div id="projectbrief">CUDA Templates for Linear Algebra Subroutines and Solvers</div> </td> </tr> </tbody> </table> </div> <!-- end header part --> <!-- Generated by Doxygen 1.8.14 --> <script type="text/javascript"> /* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&amp;dn=gpl-2.0.txt GPL-v2 */ var searchBox = new SearchBox("searchBox", "search",false,'Search'); /* @license-end */ </script> <script type="text/javascript" src="menudata.js"></script> <script type="text/javascript" src="menu.js"></script> <script type="text/javascript"> /* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&amp;dn=gpl-2.0.txt GPL-v2 */ $(function() { initMenu('',true,false,'search.php','Search'); $(document).ready(function() { init_search(); }); }); /* @license-end */</script> <div id="main-nav"></div> </div><!-- top --> <!-- window showing the filter options --> <div id="MSearchSelectWindow" onmouseover="return searchBox.OnSearchSelectShow()" onmouseout="return searchBox.OnSearchSelectHide()" onkeydown="return searchBox.OnSearchSelectKey(event)"> </div> <!-- iframe showing the search results (closed by default) --> <div id="MSearchResultsWindow"> <iframe src="javascript:void(0)" frameborder="0" name="MSearchResults" id="MSearchResults"> </iframe> </div> <div class="contents"> &#160; <h3><a id="index_v"></a>- v -</h3><ul> <li>valid() : <a class="el" href="structcutlass_1_1FragmentConstIterator.html#ac4d601998a84a3eac23e3b7a7c8a935b">cutlass::FragmentConstIterator&lt; Fragment_, Iterations_, AccessType_ &gt;</a> , <a class="el" href="structcutlass_1_1FragmentIterator.html#a8608dd815ed4906d8c82c41a10df23e2">cutlass::FragmentIterator&lt; Fragment_, Iterations_, AccessType_ &gt;</a> , <a class="el" href="structcutlass_1_1gemm_1_1GemmGlobalIteratorAb.html#a6ebdbdce88f040fffd3eb60622c6d7e0">cutlass::gemm::GemmGlobalIteratorAb&lt; TileTraits_, Index_ &gt;</a> , <a class="el" href="structcutlass_1_1gemm_1_1GemmGlobalIteratorCd.html#ab224a0a6ab8ce7fc4e76b06fb7679fa0">cutlass::gemm::GemmGlobalIteratorCd&lt; TileTraits_, Index_ &gt;</a> , <a class="el" href="structcutlass_1_1TileIteratorBase.html#ac811886f3412861928040546282b6973">cutlass::TileIteratorBase&lt; Traits_, Scalar_, Advance_, MemorySpace, Index_, FragmentElement_, FragmentElementType_, Skew_ &gt;</a> </li> <li>Vector() : <a class="el" href="unioncutlass_1_1Vector_3_01bin1__t_00_01kLanes___01_4.html#a1310cf2e92e260cf55cfda1cb2cb7280">cutlass::Vector&lt; bin1_t, kLanes_ &gt;</a> , <a class="el" href="unioncutlass_1_1Vector_3_01int4__t_00_01kLanes___01_4.html#af166f710ebbfdff8a62453eee454c1d5">cutlass::Vector&lt; int4_t, kLanes_ &gt;</a> , <a class="el" href="unioncutlass_1_1Vector_3_01uint4__t_00_01kLanes___01_4.html#a023d6ae1bf06d678f8cb5652eca1bf79">cutlass::Vector&lt; uint4_t, kLanes_ &gt;</a> </li> <li>view() : <a class="el" href="structcutlass_1_1TileAllocation.html#a8d3befc0770f235d219bf77a0370fa4f">cutlass::TileAllocation&lt; Scalar_, Shape_ &gt;</a> </li> </ul> </div><!-- contents --> <!-- start footer part --> <hr class="footer"/><address class="footer"><small> Generated on Fri Oct 26 2018 14:53:41 for Cutlass by &#160;<a href="http://www.doxygen.org/index.html"> <img class="footer" src="doxygen.png" alt="doxygen"/> </a> 1.8.14 </small></address> </body> </html>
mlperf/training_results_v0.5
v0.5.0/nvidia/submission/code/translation/pytorch/cutlass/docs/functions_func_v.html
HTML
apache-2.0
4,771
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!-- NewPage --> <html lang="en"> <head> <title>OldPowerPointFormatException (POI API Documentation)</title> <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style"> </head> <body> <script type="text/javascript"><!-- if (location.href.indexOf('is-external=true') == -1) { parent.document.title="OldPowerPointFormatException (POI API Documentation)"; } //--> </script> <noscript> <div>JavaScript is disabled on your browser.</div> </noscript> <!-- ========= START OF TOP NAVBAR ======= --> <div class="topNav"><a name="navbar_top"> <!-- --> </a><a href="#skip-navbar_top" title="Skip navigation links"></a><a name="navbar_top_firstrow"> <!-- --> </a> <ul class="navList" title="Navigation"> <li><a href="../../../../../overview-summary.html">Overview</a></li> <li><a href="package-summary.html">Package</a></li> <li class="navBarCell1Rev">Class</li> <li><a href="class-use/OldPowerPointFormatException.html">Use</a></li> <li><a href="package-tree.html">Tree</a></li> <li><a href="../../../../../deprecated-list.html">Deprecated</a></li> <li><a href="../../../../../index-all.html">Index</a></li> <li><a href="../../../../../help-doc.html">Help</a></li> </ul> </div> <div class="subNav"> <ul class="navList"> <li><a href="../../../../../org/apache/poi/hslf/exceptions/InvalidRecordFormatException.html" title="class in org.apache.poi.hslf.exceptions"><span class="strong">PREV CLASS</span></a></li> <li>NEXT CLASS</li> </ul> <ul class="navList"> <li><a href="../../../../../index.html?org/apache/poi/hslf/exceptions/OldPowerPointFormatException.html" target="_top">FRAMES</a></li> <li><a href="OldPowerPointFormatException.html" target="_top">NO FRAMES</a></li> </ul> <ul class="navList" id="allclasses_navbar_top"> <li><a href="../../../../../allclasses-noframe.html">All Classes</a></li> </ul> <div> <script type="text/javascript"><!-- allClassesLink = document.getElementById("allclasses_navbar_top"); if(window==top) { allClassesLink.style.display = "block"; } else { allClassesLink.style.display = "none"; } //--> </script> </div> <div> <ul class="subNavList"> <li>SUMMARY:&nbsp;</li> <li>NESTED&nbsp;|&nbsp;</li> <li>FIELD&nbsp;|&nbsp;</li> <li><a href="#constructor_summary">CONSTR</a>&nbsp;|&nbsp;</li> <li><a href="#methods_inherited_from_class_java.lang.Throwable">METHOD</a></li> </ul> <ul class="subNavList"> <li>DETAIL:&nbsp;</li> <li>FIELD&nbsp;|&nbsp;</li> <li><a href="#constructor_detail">CONSTR</a>&nbsp;|&nbsp;</li> <li>METHOD</li> </ul> </div> <a name="skip-navbar_top"> <!-- --> </a></div> <!-- ========= END OF TOP NAVBAR ========= --> <!-- ======== START OF CLASS DATA ======== --> <div class="header"> <p class="subTitle">org.apache.poi.hslf.exceptions</p> <h2 title="Class OldPowerPointFormatException" class="title">Class OldPowerPointFormatException</h2> </div> <div class="contentContainer"> <ul class="inheritance"> <li>java.lang.Object</li> <li> <ul class="inheritance"> <li>java.lang.Throwable</li> <li> <ul class="inheritance"> <li>java.lang.Exception</li> <li> <ul class="inheritance"> <li>java.lang.RuntimeException</li> <li> <ul class="inheritance"> <li>java.lang.IllegalArgumentException</li> <li> <ul class="inheritance"> <li><a href="../../../../../org/apache/poi/UnsupportedFileFormatException.html" title="class in org.apache.poi">org.apache.poi.UnsupportedFileFormatException</a></li> <li> <ul class="inheritance"> <li><a href="../../../../../org/apache/poi/OldFileFormatException.html" title="class in org.apache.poi">org.apache.poi.OldFileFormatException</a></li> <li> <ul class="inheritance"> <li>org.apache.poi.hslf.exceptions.OldPowerPointFormatException</li> </ul> </li> </ul> </li> </ul> </li> </ul> </li> </ul> </li> </ul> </li> </ul> </li> </ul> <div class="description"> <ul class="blockList"> <li class="blockList"> <dl> <dt>All Implemented Interfaces:</dt> <dd>java.io.Serializable</dd> </dl> <hr> <br> <pre>public class <strong>OldPowerPointFormatException</strong> extends <a href="../../../../../org/apache/poi/OldFileFormatException.html" title="class in org.apache.poi">OldFileFormatException</a></pre> <div class="block">This exception is thrown when we try to open a PowerPoint file, and it's too old for us.</div> <dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../../serialized-form.html#org.apache.poi.hslf.exceptions.OldPowerPointFormatException">Serialized Form</a></dd></dl> </li> </ul> </div> <div class="summary"> <ul class="blockList"> <li class="blockList"> <!-- ======== CONSTRUCTOR SUMMARY ======== --> <ul class="blockList"> <li class="blockList"><a name="constructor_summary"> <!-- --> </a> <h3>Constructor Summary</h3> <table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Constructor Summary table, listing constructors, and an explanation"> <caption><span>Constructors</span><span class="tabEnd">&nbsp;</span></caption> <tr> <th class="colOne" scope="col">Constructor and Description</th> </tr> <tr class="altColor"> <td class="colOne"><code><strong><a href="../../../../../org/apache/poi/hslf/exceptions/OldPowerPointFormatException.html#OldPowerPointFormatException(java.lang.String)">OldPowerPointFormatException</a></strong>(java.lang.String&nbsp;s)</code>&nbsp;</td> </tr> </table> </li> </ul> <!-- ========== METHOD SUMMARY =========== --> <ul class="blockList"> <li class="blockList"><a name="method_summary"> <!-- --> </a> <h3>Method Summary</h3> <ul class="blockList"> <li class="blockList"><a name="methods_inherited_from_class_java.lang.Throwable"> <!-- --> </a> <h3>Methods inherited from class&nbsp;java.lang.Throwable</h3> <code>fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString</code></li> </ul> <ul class="blockList"> <li class="blockList"><a name="methods_inherited_from_class_java.lang.Object"> <!-- --> </a> <h3>Methods inherited from class&nbsp;java.lang.Object</h3> <code>clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait</code></li> </ul> </li> </ul> </li> </ul> </div> <div class="details"> <ul class="blockList"> <li class="blockList"> <!-- ========= CONSTRUCTOR DETAIL ======== --> <ul class="blockList"> <li class="blockList"><a name="constructor_detail"> <!-- --> </a> <h3>Constructor Detail</h3> <a name="OldPowerPointFormatException(java.lang.String)"> <!-- --> </a> <ul class="blockListLast"> <li class="blockList"> <h4>OldPowerPointFormatException</h4> <pre>public&nbsp;OldPowerPointFormatException(java.lang.String&nbsp;s)</pre> </li> </ul> </li> </ul> </li> </ul> </div> </div> <!-- ========= END OF CLASS DATA ========= --> <!-- ======= START OF BOTTOM NAVBAR ====== --> <div class="bottomNav"><a name="navbar_bottom"> <!-- --> </a><a href="#skip-navbar_bottom" title="Skip navigation links"></a><a name="navbar_bottom_firstrow"> <!-- --> </a> <ul class="navList" title="Navigation"> <li><a href="../../../../../overview-summary.html">Overview</a></li> <li><a href="package-summary.html">Package</a></li> <li class="navBarCell1Rev">Class</li> <li><a href="class-use/OldPowerPointFormatException.html">Use</a></li> <li><a href="package-tree.html">Tree</a></li> <li><a href="../../../../../deprecated-list.html">Deprecated</a></li> <li><a href="../../../../../index-all.html">Index</a></li> <li><a href="../../../../../help-doc.html">Help</a></li> </ul> </div> <div class="subNav"> <ul class="navList"> <li><a href="../../../../../org/apache/poi/hslf/exceptions/InvalidRecordFormatException.html" title="class in org.apache.poi.hslf.exceptions"><span class="strong">PREV CLASS</span></a></li> <li>NEXT CLASS</li> </ul> <ul class="navList"> <li><a href="../../../../../index.html?org/apache/poi/hslf/exceptions/OldPowerPointFormatException.html" target="_top">FRAMES</a></li> <li><a href="OldPowerPointFormatException.html" target="_top">NO FRAMES</a></li> </ul> <ul class="navList" id="allclasses_navbar_bottom"> <li><a href="../../../../../allclasses-noframe.html">All Classes</a></li> </ul> <div> <script type="text/javascript"><!-- allClassesLink = document.getElementById("allclasses_navbar_bottom"); if(window==top) { allClassesLink.style.display = "block"; } else { allClassesLink.style.display = "none"; } //--> </script> </div> <div> <ul class="subNavList"> <li>SUMMARY:&nbsp;</li> <li>NESTED&nbsp;|&nbsp;</li> <li>FIELD&nbsp;|&nbsp;</li> <li><a href="#constructor_summary">CONSTR</a>&nbsp;|&nbsp;</li> <li><a href="#methods_inherited_from_class_java.lang.Throwable">METHOD</a></li> </ul> <ul class="subNavList"> <li>DETAIL:&nbsp;</li> <li>FIELD&nbsp;|&nbsp;</li> <li><a href="#constructor_detail">CONSTR</a>&nbsp;|&nbsp;</li> <li>METHOD</li> </ul> </div> <a name="skip-navbar_bottom"> <!-- --> </a></div> <!-- ======== END OF BOTTOM NAVBAR ======= --> <p class="legalCopy"><small> <i>Copyright 2014 The Apache Software Foundation or its licensors, as applicable.</i> </small></p> </body> </html>
RyoSaeba69/Bio-info
mylib/poi-3.11/docs/apidocs/org/apache/poi/hslf/exceptions/OldPowerPointFormatException.html
HTML
apache-2.0
9,163
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!-- NewPage --> <html lang="en"> <head> <!-- Generated by javadoc (version 1.7.0_80) on Wed Oct 12 20:49:57 CEST 2016 --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>Uses of Interface org.apache.flume.api.RpcClient (Apache Flume 1.7.0 API)</title> <meta name="date" content="2016-10-12"> <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style"> </head> <body> <script type="text/javascript"><!-- if (location.href.indexOf('is-external=true') == -1) { parent.document.title="Uses of Interface org.apache.flume.api.RpcClient (Apache Flume 1.7.0 API)"; } //--> </script> <noscript> <div>JavaScript is disabled on your browser.</div> </noscript> <!-- ========= START OF TOP NAVBAR ======= --> <div class="topNav"><a name="navbar_top"> <!-- --> </a><a href="#skip-navbar_top" title="Skip navigation links"></a><a name="navbar_top_firstrow"> <!-- --> </a> <ul class="navList" title="Navigation"> <li><a href="../../../../../overview-summary.html">Overview</a></li> <li><a href="../package-summary.html">Package</a></li> <li><a href="../../../../../org/apache/flume/api/RpcClient.html" title="interface in org.apache.flume.api">Class</a></li> <li class="navBarCell1Rev">Use</li> <li><a href="../package-tree.html">Tree</a></li> <li><a href="../../../../../deprecated-list.html">Deprecated</a></li> <li><a href="../../../../../index-all.html">Index</a></li> <li><a href="../../../../../help-doc.html">Help</a></li> </ul> </div> <div class="subNav"> <ul class="navList"> <li>Prev</li> <li>Next</li> </ul> <ul class="navList"> <li><a href="../../../../../index.html?org/apache/flume/api/class-use/RpcClient.html" target="_top">Frames</a></li> <li><a href="RpcClient.html" target="_top">No Frames</a></li> </ul> <ul class="navList" id="allclasses_navbar_top"> <li><a href="../../../../../allclasses-noframe.html">All Classes</a></li> </ul> <div> <script type="text/javascript"><!-- allClassesLink = document.getElementById("allclasses_navbar_top"); if(window==top) { allClassesLink.style.display = "block"; } else { allClassesLink.style.display = "none"; } //--> </script> </div> <a name="skip-navbar_top"> <!-- --> </a></div> <!-- ========= END OF TOP NAVBAR ========= --> <div class="header"> <h2 title="Uses of Interface org.apache.flume.api.RpcClient" class="title">Uses of Interface<br>org.apache.flume.api.RpcClient</h2> </div> <div class="classUseContainer"> <ul class="blockList"> <li class="blockList"> <table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing packages, and an explanation"> <caption><span>Packages that use <a href="../../../../../org/apache/flume/api/RpcClient.html" title="interface in org.apache.flume.api">RpcClient</a></span><span class="tabEnd">&nbsp;</span></caption> <tr> <th class="colFirst" scope="col">Package</th> <th class="colLast" scope="col">Description</th> </tr> <tbody> <tr class="altColor"> <td class="colFirst"><a href="#org.apache.flume.api">org.apache.flume.api</a></td> <td class="colLast">&nbsp;</td> </tr> <tr class="rowColor"> <td class="colFirst"><a href="#org.apache.flume.sink">org.apache.flume.sink</a></td> <td class="colLast">&nbsp;</td> </tr> </tbody> </table> </li> <li class="blockList"> <ul class="blockList"> <li class="blockList"><a name="org.apache.flume.api"> <!-- --> </a> <h3>Uses of <a href="../../../../../org/apache/flume/api/RpcClient.html" title="interface in org.apache.flume.api">RpcClient</a> in <a href="../../../../../org/apache/flume/api/package-summary.html">org.apache.flume.api</a></h3> <table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing classes, and an explanation"> <caption><span>Classes in <a href="../../../../../org/apache/flume/api/package-summary.html">org.apache.flume.api</a> that implement <a href="../../../../../org/apache/flume/api/RpcClient.html" title="interface in org.apache.flume.api">RpcClient</a></span><span class="tabEnd">&nbsp;</span></caption> <tr> <th class="colFirst" scope="col">Modifier and Type</th> <th class="colLast" scope="col">Class and Description</th> </tr> <tbody> <tr class="altColor"> <td class="colFirst"><code>class&nbsp;</code></td> <td class="colLast"><code><strong><a href="../../../../../org/apache/flume/api/AbstractRpcClient.html" title="class in org.apache.flume.api">AbstractRpcClient</a></strong></code>&nbsp;</td> </tr> <tr class="rowColor"> <td class="colFirst"><code>class&nbsp;</code></td> <td class="colLast"><code><strong><a href="../../../../../org/apache/flume/api/FailoverRpcClient.html" title="class in org.apache.flume.api">FailoverRpcClient</a></strong></code> <div class="block">Avro/Netty implementation of <a href="../../../../../org/apache/flume/api/RpcClient.html" title="interface in org.apache.flume.api"><code>RpcClient</code></a> which supports failover.</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>class&nbsp;</code></td> <td class="colLast"><code><strong><a href="../../../../../org/apache/flume/api/LoadBalancingRpcClient.html" title="class in org.apache.flume.api">LoadBalancingRpcClient</a></strong></code> <div class="block">An implementation of RpcClient interface that uses NettyAvroRpcClient instances to load-balance the requests over many different hosts.</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>class&nbsp;</code></td> <td class="colLast"><code><strong><a href="../../../../../org/apache/flume/api/NettyAvroRpcClient.html" title="class in org.apache.flume.api">NettyAvroRpcClient</a></strong></code> <div class="block">Avro/Netty implementation of <a href="../../../../../org/apache/flume/api/RpcClient.html" title="interface in org.apache.flume.api"><code>RpcClient</code></a>.</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>class&nbsp;</code></td> <td class="colLast"><code><strong><a href="../../../../../org/apache/flume/api/SecureThriftRpcClient.html" title="class in org.apache.flume.api">SecureThriftRpcClient</a></strong></code>&nbsp;</td> </tr> <tr class="rowColor"> <td class="colFirst"><code>class&nbsp;</code></td> <td class="colLast"><code><strong><a href="../../../../../org/apache/flume/api/ThriftRpcClient.html" title="class in org.apache.flume.api">ThriftRpcClient</a></strong></code>&nbsp;</td> </tr> </tbody> </table> <table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation"> <caption><span>Methods in <a href="../../../../../org/apache/flume/api/package-summary.html">org.apache.flume.api</a> that return <a href="../../../../../org/apache/flume/api/RpcClient.html" title="interface in org.apache.flume.api">RpcClient</a></span><span class="tabEnd">&nbsp;</span></caption> <tr> <th class="colFirst" scope="col">Modifier and Type</th> <th class="colLast" scope="col">Method and Description</th> </tr> <tbody> <tr class="altColor"> <td class="colFirst"><code>static <a href="../../../../../org/apache/flume/api/RpcClient.html" title="interface in org.apache.flume.api">RpcClient</a></code></td> <td class="colLast"><span class="strong">RpcClientFactory.</span><code><strong><a href="../../../../../org/apache/flume/api/RpcClientFactory.html#getDefaultInstance(java.lang.String,%20java.lang.Integer)">getDefaultInstance</a></strong>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;hostname, <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Integer.html?is-external=true" title="class or interface in java.lang">Integer</a>&nbsp;port)</code> <div class="block">Returns an instance of <a href="../../../../../org/apache/flume/api/RpcClient.html" title="interface in org.apache.flume.api"><code>RpcClient</code></a> connected to the specified <code>hostname</code> and <code>port</code>.</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static <a href="../../../../../org/apache/flume/api/RpcClient.html" title="interface in org.apache.flume.api">RpcClient</a></code></td> <td class="colLast"><span class="strong">RpcClientFactory.</span><code><strong><a href="../../../../../org/apache/flume/api/RpcClientFactory.html#getDefaultInstance(java.lang.String,%20java.lang.Integer,%20java.lang.Integer)">getDefaultInstance</a></strong>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;hostname, <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Integer.html?is-external=true" title="class or interface in java.lang">Integer</a>&nbsp;port, <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Integer.html?is-external=true" title="class or interface in java.lang">Integer</a>&nbsp;batchSize)</code> <div class="block">Returns an instance of <a href="../../../../../org/apache/flume/api/RpcClient.html" title="interface in org.apache.flume.api"><code>RpcClient</code></a> connected to the specified <code>hostname</code> and <code>port</code> with the specified <code>batchSize</code>.</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>static <a href="../../../../../org/apache/flume/api/RpcClient.html" title="interface in org.apache.flume.api">RpcClient</a></code></td> <td class="colLast"><span class="strong">RpcClientFactory.</span><code><strong><a href="../../../../../org/apache/flume/api/RpcClientFactory.html#getInstance(java.io.File)">getInstance</a></strong>(<a href="http://docs.oracle.com/javase/7/docs/api/java/io/File.html?is-external=true" title="class or interface in java.io">File</a>&nbsp;propertiesFile)</code> <div class="block">Delegates to <a href="../../../../../org/apache/flume/api/RpcClientFactory.html#getInstance(java.util.Properties)"><code>RpcClientFactory.getInstance(Properties props)</code></a>, given a File path to a <a href="http://docs.oracle.com/javase/7/docs/api/java/util/Properties.html?is-external=true" title="class or interface in java.util"><code>Properties</code></a> file.</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static <a href="../../../../../org/apache/flume/api/RpcClient.html" title="interface in org.apache.flume.api">RpcClient</a></code></td> <td class="colLast"><span class="strong">RpcClientFactory.</span><code><strong><a href="../../../../../org/apache/flume/api/RpcClientFactory.html#getInstance(java.util.Properties)">getInstance</a></strong>(<a href="http://docs.oracle.com/javase/7/docs/api/java/util/Properties.html?is-external=true" title="class or interface in java.util">Properties</a>&nbsp;properties)</code> <div class="block">Returns an instance of <a href="../../../../../org/apache/flume/api/RpcClient.html" title="interface in org.apache.flume.api"><code>RpcClient</code></a>, optionally with failover.</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>static <a href="../../../../../org/apache/flume/api/RpcClient.html" title="interface in org.apache.flume.api">RpcClient</a></code></td> <td class="colLast"><span class="strong">RpcClientFactory.</span><code><strong><a href="../../../../../org/apache/flume/api/RpcClientFactory.html#getInstance(java.lang.String,%20java.lang.Integer)">getInstance</a></strong>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;hostname, <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Integer.html?is-external=true" title="class or interface in java.lang">Integer</a>&nbsp;port)</code> <div class="block"><strong>Deprecated.</strong>&nbsp;&nbsp;</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static <a href="../../../../../org/apache/flume/api/RpcClient.html" title="interface in org.apache.flume.api">RpcClient</a></code></td> <td class="colLast"><span class="strong">RpcClientFactory.</span><code><strong><a href="../../../../../org/apache/flume/api/RpcClientFactory.html#getInstance(java.lang.String,%20java.lang.Integer,%20java.lang.Integer)">getInstance</a></strong>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;hostname, <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Integer.html?is-external=true" title="class or interface in java.lang">Integer</a>&nbsp;port, <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Integer.html?is-external=true" title="class or interface in java.lang">Integer</a>&nbsp;batchSize)</code> <div class="block"><strong>Deprecated.</strong>&nbsp;&nbsp;</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>static <a href="../../../../../org/apache/flume/api/RpcClient.html" title="interface in org.apache.flume.api">RpcClient</a></code></td> <td class="colLast"><span class="strong">SecureRpcClientFactory.</span><code><strong><a href="../../../../../org/apache/flume/api/SecureRpcClientFactory.html#getThriftInstance(java.util.Properties)">getThriftInstance</a></strong>(<a href="http://docs.oracle.com/javase/7/docs/api/java/util/Properties.html?is-external=true" title="class or interface in java.util">Properties</a>&nbsp;props)</code> <div class="block">Return a secure <a href="../../../../../org/apache/flume/api/RpcClient.html" title="interface in org.apache.flume.api">RpcClient</a> that uses Thrift for communicating with the next hop.</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static <a href="../../../../../org/apache/flume/api/RpcClient.html" title="interface in org.apache.flume.api">RpcClient</a></code></td> <td class="colLast"><span class="strong">RpcClientFactory.</span><code><strong><a href="../../../../../org/apache/flume/api/RpcClientFactory.html#getThriftInstance(java.util.Properties)">getThriftInstance</a></strong>(<a href="http://docs.oracle.com/javase/7/docs/api/java/util/Properties.html?is-external=true" title="class or interface in java.util">Properties</a>&nbsp;props)</code> <div class="block">Return an <a href="../../../../../org/apache/flume/api/RpcClient.html" title="interface in org.apache.flume.api">RpcClient</a> that uses Thrift for communicating with the next hop.</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>static <a href="../../../../../org/apache/flume/api/RpcClient.html" title="interface in org.apache.flume.api">RpcClient</a></code></td> <td class="colLast"><span class="strong">RpcClientFactory.</span><code><strong><a href="../../../../../org/apache/flume/api/RpcClientFactory.html#getThriftInstance(java.lang.String,%20java.lang.Integer)">getThriftInstance</a></strong>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;hostname, <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Integer.html?is-external=true" title="class or interface in java.lang">Integer</a>&nbsp;port)</code> <div class="block">Return an <a href="../../../../../org/apache/flume/api/RpcClient.html" title="interface in org.apache.flume.api">RpcClient</a> that uses Thrift for communicating with the next hop.</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static <a href="../../../../../org/apache/flume/api/RpcClient.html" title="interface in org.apache.flume.api">RpcClient</a></code></td> <td class="colLast"><span class="strong">RpcClientFactory.</span><code><strong><a href="../../../../../org/apache/flume/api/RpcClientFactory.html#getThriftInstance(java.lang.String,%20java.lang.Integer,%20java.lang.Integer)">getThriftInstance</a></strong>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;hostname, <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Integer.html?is-external=true" title="class or interface in java.lang">Integer</a>&nbsp;port, <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Integer.html?is-external=true" title="class or interface in java.lang">Integer</a>&nbsp;batchSize)</code> <div class="block">Return an <a href="../../../../../org/apache/flume/api/RpcClient.html" title="interface in org.apache.flume.api">RpcClient</a> that uses Thrift for communicating with the next hop.</div> </td> </tr> </tbody> </table> </li> <li class="blockList"><a name="org.apache.flume.sink"> <!-- --> </a> <h3>Uses of <a href="../../../../../org/apache/flume/api/RpcClient.html" title="interface in org.apache.flume.api">RpcClient</a> in <a href="../../../../../org/apache/flume/sink/package-summary.html">org.apache.flume.sink</a></h3> <table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation"> <caption><span>Methods in <a href="../../../../../org/apache/flume/sink/package-summary.html">org.apache.flume.sink</a> that return <a href="../../../../../org/apache/flume/api/RpcClient.html" title="interface in org.apache.flume.api">RpcClient</a></span><span class="tabEnd">&nbsp;</span></caption> <tr> <th class="colFirst" scope="col">Modifier and Type</th> <th class="colLast" scope="col">Method and Description</th> </tr> <tbody> <tr class="altColor"> <td class="colFirst"><code>protected <a href="../../../../../org/apache/flume/api/RpcClient.html" title="interface in org.apache.flume.api">RpcClient</a></code></td> <td class="colLast"><span class="strong">ThriftSink.</span><code><strong><a href="../../../../../org/apache/flume/sink/ThriftSink.html#initializeRpcClient(java.util.Properties)">initializeRpcClient</a></strong>(<a href="http://docs.oracle.com/javase/7/docs/api/java/util/Properties.html?is-external=true" title="class or interface in java.util">Properties</a>&nbsp;props)</code>&nbsp;</td> </tr> <tr class="rowColor"> <td class="colFirst"><code>protected <a href="../../../../../org/apache/flume/api/RpcClient.html" title="interface in org.apache.flume.api">RpcClient</a></code></td> <td class="colLast"><span class="strong">AvroSink.</span><code><strong><a href="../../../../../org/apache/flume/sink/AvroSink.html#initializeRpcClient(java.util.Properties)">initializeRpcClient</a></strong>(<a href="http://docs.oracle.com/javase/7/docs/api/java/util/Properties.html?is-external=true" title="class or interface in java.util">Properties</a>&nbsp;props)</code>&nbsp;</td> </tr> <tr class="altColor"> <td class="colFirst"><code>protected abstract <a href="../../../../../org/apache/flume/api/RpcClient.html" title="interface in org.apache.flume.api">RpcClient</a></code></td> <td class="colLast"><span class="strong">AbstractRpcSink.</span><code><strong><a href="../../../../../org/apache/flume/sink/AbstractRpcSink.html#initializeRpcClient(java.util.Properties)">initializeRpcClient</a></strong>(<a href="http://docs.oracle.com/javase/7/docs/api/java/util/Properties.html?is-external=true" title="class or interface in java.util">Properties</a>&nbsp;props)</code> <div class="block">Returns a new <a href="../../../../../org/apache/flume/api/RpcClient.html" title="interface in org.apache.flume.api">RpcClient</a> instance configured using the given <a href="http://docs.oracle.com/javase/7/docs/api/java/util/Properties.html?is-external=true" title="class or interface in java.util">Properties</a> object.</div> </td> </tr> </tbody> </table> </li> </ul> </li> </ul> </div> <!-- ======= START OF BOTTOM NAVBAR ====== --> <div class="bottomNav"><a name="navbar_bottom"> <!-- --> </a><a href="#skip-navbar_bottom" title="Skip navigation links"></a><a name="navbar_bottom_firstrow"> <!-- --> </a> <ul class="navList" title="Navigation"> <li><a href="../../../../../overview-summary.html">Overview</a></li> <li><a href="../package-summary.html">Package</a></li> <li><a href="../../../../../org/apache/flume/api/RpcClient.html" title="interface in org.apache.flume.api">Class</a></li> <li class="navBarCell1Rev">Use</li> <li><a href="../package-tree.html">Tree</a></li> <li><a href="../../../../../deprecated-list.html">Deprecated</a></li> <li><a href="../../../../../index-all.html">Index</a></li> <li><a href="../../../../../help-doc.html">Help</a></li> </ul> </div> <div class="subNav"> <ul class="navList"> <li>Prev</li> <li>Next</li> </ul> <ul class="navList"> <li><a href="../../../../../index.html?org/apache/flume/api/class-use/RpcClient.html" target="_top">Frames</a></li> <li><a href="RpcClient.html" target="_top">No Frames</a></li> </ul> <ul class="navList" id="allclasses_navbar_bottom"> <li><a href="../../../../../allclasses-noframe.html">All Classes</a></li> </ul> <div> <script type="text/javascript"><!-- allClassesLink = document.getElementById("allclasses_navbar_bottom"); if(window==top) { allClassesLink.style.display = "block"; } else { allClassesLink.style.display = "none"; } //--> </script> </div> <a name="skip-navbar_bottom"> <!-- --> </a></div> <!-- ======== END OF BOTTOM NAVBAR ======= --> <p class="legalCopy"><small>Copyright &#169; 2009-2016 <a href="http://www.apache.org">Apache Software Foundation</a>. All Rights Reserved.</small></p> </body> </html>
wangchuande/apache-flume-1.7.0
docs/apidocs/org/apache/flume/api/class-use/RpcClient.html
HTML
apache-2.0
21,306
<html> <head> <title>TestNG: Test1</title> <link href="../testng.css" rel="stylesheet" type="text/css" /> <link href="../my-testng.css" rel="stylesheet" type="text/css" /> <style type="text/css"> .log { display: none;} .stack-trace { display: none;} </style> <script type="text/javascript"> <!-- function flip(e) { current = e.style.display; if (current == 'block') { e.style.display = 'none'; return 0; } else { e.style.display = 'block'; return 1; } } function toggleBox(szDivId, elem, msg1, msg2) { var res = -1; if (document.getElementById) { res = flip(document.getElementById(szDivId)); } else if (document.all) { // this is the way old msie versions work res = flip(document.all[szDivId]); } if(elem) { if(res == 0) elem.innerHTML = msg1; else elem.innerHTML = msg2; } } function toggleAllBoxes() { if (document.getElementsByTagName) { d = document.getElementsByTagName('div'); for (i = 0; i < d.length; i++) { if (d[i].className == 'log') { flip(d[i]); } } } } // --> </script> </head> <body> <h2 align='center'>Test1</h2><table border='1' align="center"> <tr> <td>Tests passed/Failed/Skipped:</td><td>3/2/0</td> </tr><tr> <td>Started on:</td><td>Thu Jul 16 20:50:12 MSK 2015</td> </tr> <tr><td>Total time:</td><td>75 seconds (75354 ms)</td> </tr><tr> <td>Included groups:</td><td></td> </tr><tr> <td>Excluded groups:</td><td></td> </tr> </table><p/> <small><i>(Hover the method name to see the test class name)</i></small><p/> <table width='100%' border='1' class='invocation-failed'> <tr><td colspan='4' align='center'><b>FAILED TESTS</b></td></tr> <tr><td><b>Test method</b></td> <td width="30%"><b>Exception</b></td> <td width="10%"><b>Time (seconds)</b></td> <td><b>Instance</b></td> </tr> <tr> <td title='selenium_training.FindSomething.testUntitled()'><b>testUntitled</b><br>Test class: selenium_training.FindSomething</td> <td><div><pre>org.openqa.selenium.TimeoutException: Timed out after 30 seconds waiting for element to be clickable: By.xpath: .//*[@id=&apos;movie_7&apos;]/div[2] Build info: version: &apos;2.46.0&apos;, revision: &apos;61506a4624b13675f24581e453592342b7485d71&apos;, time: &apos;2015-06-04 10:22:50&apos; System info: host: &apos;ncherkasov&apos;, ip: &apos;192.168.198.24&apos;, os.name: &apos;Windows 8.1&apos;, os.arch: &apos;amd64&apos;, os.version: &apos;6.3&apos;, java.version: &apos;1.7.0_65&apos; Session ID: 41779150-dfa7-4e0e-86c4-b75ac195e1b3 Driver info: org.openqa.selenium.firefox.FirefoxDriver Capabilities [{platform=WINDOWS, acceptSslCerts=true, javascriptEnabled=true, cssSelectorsEnabled=true, databaseEnabled=true, browserName=firefox, handlesAlerts=true, nativeEvents=false, webStorageEnabled=true, rotatable=false, locationContextEnabled=true, applicationCacheEnabled=true, takesScreenshot=true, version=39.0}] at org.openqa.selenium.support.ui.WebDriverWait.timeoutException(WebDriverWait.java:80) at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:229) at selenium_training.FindSomething.testUntitled(FindSomething.java:33) ... Removed 27 stack frames</pre></div><a href='#' onClick='toggleBox("stack-trace1838926242", this, "Click to show all stack frames", "Click to hide stack frames")'>Click to show all stack frames</a> <div class='stack-trace' id='stack-trace1838926242'><pre>org.openqa.selenium.TimeoutException: Timed out after 30 seconds waiting for element to be clickable: By.xpath: .//*[@id=&apos;movie_7&apos;]/div[2] Build info: version: &apos;2.46.0&apos;, revision: &apos;61506a4624b13675f24581e453592342b7485d71&apos;, time: &apos;2015-06-04 10:22:50&apos; System info: host: &apos;ncherkasov&apos;, ip: &apos;192.168.198.24&apos;, os.name: &apos;Windows 8.1&apos;, os.arch: &apos;amd64&apos;, os.version: &apos;6.3&apos;, java.version: &apos;1.7.0_65&apos; Session ID: 41779150-dfa7-4e0e-86c4-b75ac195e1b3 Driver info: org.openqa.selenium.firefox.FirefoxDriver Capabilities [{platform=WINDOWS, acceptSslCerts=true, javascriptEnabled=true, cssSelectorsEnabled=true, databaseEnabled=true, browserName=firefox, handlesAlerts=true, nativeEvents=false, webStorageEnabled=true, rotatable=false, locationContextEnabled=true, applicationCacheEnabled=true, takesScreenshot=true, version=39.0}] at org.openqa.selenium.support.ui.WebDriverWait.timeoutException(WebDriverWait.java:80) at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:229) at selenium_training.FindSomething.testUntitled(FindSomething.java:33) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:606) at org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:85) at org.testng.internal.Invoker.invokeMethod(Invoker.java:659) at org.testng.internal.Invoker.invokeTestMethod(Invoker.java:845) at org.testng.internal.Invoker.invokeTestMethods(Invoker.java:1153) at org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:125) at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:108) at org.testng.TestRunner.privateRun(TestRunner.java:771) at org.testng.TestRunner.run(TestRunner.java:621) at org.testng.SuiteRunner.runTest(SuiteRunner.java:357) at org.testng.SuiteRunner.runSequentially(SuiteRunner.java:352) at org.testng.SuiteRunner.privateRun(SuiteRunner.java:310) at org.testng.SuiteRunner.run(SuiteRunner.java:259) at org.testng.SuiteRunnerWorker.runSuite(SuiteRunnerWorker.java:52) at org.testng.SuiteRunnerWorker.run(SuiteRunnerWorker.java:86) at org.testng.TestNG.runSuitesSequentially(TestNG.java:1199) at org.testng.TestNG.runSuitesLocally(TestNG.java:1124) at org.testng.TestNG.run(TestNG.java:1032) at org.apache.maven.surefire.testng.TestNGExecutor.run(TestNGExecutor.java:217) at org.apache.maven.surefire.testng.TestNGXmlTestSuite.execute(TestNGXmlTestSuite.java:84) at org.apache.maven.surefire.testng.TestNGProvider.invoke(TestNGProvider.java:92) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:200) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:153) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103) </pre></div></td> <td>31</td> <td>selenium_training.FindSomething@3a40e900</td></tr> <tr> <td title='selenium_training.FindNothing.testUntitled()'><b>testUntitled</b><br>Test class: selenium_training.FindNothing</td> <td><div><pre>org.openqa.selenium.NoSuchElementException: Unable to locate element: {&quot;method&quot;:&quot;id&quot;,&quot;selector&quot;:&quot;username&quot;} Command duration or timeout: 30.04 seconds For documentation on this error, please visit: http://seleniumhq.org/exceptions/no_such_element.html Build info: version: &apos;2.46.0&apos;, revision: &apos;61506a4624b13675f24581e453592342b7485d71&apos;, time: &apos;2015-06-04 10:22:50&apos; System info: host: &apos;ncherkasov&apos;, ip: &apos;192.168.198.24&apos;, os.name: &apos;Windows 8.1&apos;, os.arch: &apos;amd64&apos;, os.version: &apos;6.3&apos;, java.version: &apos;1.7.0_65&apos; *** Element info: {Using=id, value=username} Session ID: 41779150-dfa7-4e0e-86c4-b75ac195e1b3 Driver info: org.openqa.selenium.firefox.FirefoxDriver Capabilities [{platform=WINDOWS, acceptSslCerts=true, javascriptEnabled=true, cssSelectorsEnabled=true, databaseEnabled=true, browserName=firefox, handlesAlerts=true, nativeEvents=false, webStorageEnabled=true, rotatable=false, locationContextEnabled=true, applicationCacheEnabled=true, takesScreenshot=true, version=39.0}] at org.openqa.selenium.remote.ErrorHandler.createThrowable(ErrorHandler.java:204) at org.openqa.selenium.remote.ErrorHandler.throwIfResponseFailed(ErrorHandler.java:156) at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:605) at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:358) at org.openqa.selenium.remote.RemoteWebDriver.findElementById(RemoteWebDriver.java:399) at org.openqa.selenium.By$ById.findElement(By.java:215) at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:350) at selenium_training.FindNothing.testUntitled(FindNothing.java:25) Caused by: org.openqa.selenium.NoSuchElementException: Unable to locate element: {&quot;method&quot;:&quot;id&quot;,&quot;selector&quot;:&quot;username&quot;} For documentation on this error, please visit: http://seleniumhq.org/exceptions/no_such_element.html Build info: version: &apos;2.46.0&apos;, revision: &apos;61506a4624b13675f24581e453592342b7485d71&apos;, time: &apos;2015-06-04 10:22:50&apos; System info: host: &apos;ncherkasov&apos;, ip: &apos;192.168.198.24&apos;, os.name: &apos;Windows 8.1&apos;, os.arch: &apos;amd64&apos;, os.version: &apos;6.3&apos;, java.version: &apos;1.7.0_65&apos; Driver info: driver.version: unknown at &lt;anonymous class&gt;.FirefoxDriver.prototype.findElementInternal_(file:///C:/Users/NCHERK~1/AppData/Local/Temp/anonymous7211484682947677836webdriver-profile/extensions/[email protected]/components/driver-component.js:10299) at &lt;anonymous class&gt;.fxdriver.Timer.prototype.setTimeout/&lt;.notify(file:///C:/Users/NCHERK~1/AppData/Local/Temp/anonymous7211484682947677836webdriver-profile/extensions/[email protected]/components/driver-component.js:603) ... Removed 31 stack frames</pre></div><a href='#' onClick='toggleBox("stack-trace258122071", this, "Click to show all stack frames", "Click to hide stack frames")'>Click to show all stack frames</a> <div class='stack-trace' id='stack-trace258122071'><pre>org.openqa.selenium.NoSuchElementException: Unable to locate element: {&quot;method&quot;:&quot;id&quot;,&quot;selector&quot;:&quot;username&quot;} Command duration or timeout: 30.04 seconds For documentation on this error, please visit: http://seleniumhq.org/exceptions/no_such_element.html Build info: version: &apos;2.46.0&apos;, revision: &apos;61506a4624b13675f24581e453592342b7485d71&apos;, time: &apos;2015-06-04 10:22:50&apos; System info: host: &apos;ncherkasov&apos;, ip: &apos;192.168.198.24&apos;, os.name: &apos;Windows 8.1&apos;, os.arch: &apos;amd64&apos;, os.version: &apos;6.3&apos;, java.version: &apos;1.7.0_65&apos; *** Element info: {Using=id, value=username} Session ID: 41779150-dfa7-4e0e-86c4-b75ac195e1b3 Driver info: org.openqa.selenium.firefox.FirefoxDriver Capabilities [{platform=WINDOWS, acceptSslCerts=true, javascriptEnabled=true, cssSelectorsEnabled=true, databaseEnabled=true, browserName=firefox, handlesAlerts=true, nativeEvents=false, webStorageEnabled=true, rotatable=false, locationContextEnabled=true, applicationCacheEnabled=true, takesScreenshot=true, version=39.0}] at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:57) at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) at java.lang.reflect.Constructor.newInstance(Constructor.java:526) at org.openqa.selenium.remote.ErrorHandler.createThrowable(ErrorHandler.java:204) at org.openqa.selenium.remote.ErrorHandler.throwIfResponseFailed(ErrorHandler.java:156) at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:605) at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:358) at org.openqa.selenium.remote.RemoteWebDriver.findElementById(RemoteWebDriver.java:399) at org.openqa.selenium.By$ById.findElement(By.java:215) at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:350) at selenium_training.FindNothing.testUntitled(FindNothing.java:25) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:606) at org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:85) at org.testng.internal.Invoker.invokeMethod(Invoker.java:659) at org.testng.internal.Invoker.invokeTestMethod(Invoker.java:845) at org.testng.internal.Invoker.invokeTestMethods(Invoker.java:1153) at org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:125) at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:108) at org.testng.TestRunner.privateRun(TestRunner.java:771) at org.testng.TestRunner.run(TestRunner.java:621) at org.testng.SuiteRunner.runTest(SuiteRunner.java:357) at org.testng.SuiteRunner.runSequentially(SuiteRunner.java:352) at org.testng.SuiteRunner.privateRun(SuiteRunner.java:310) at org.testng.SuiteRunner.run(SuiteRunner.java:259) at org.testng.SuiteRunnerWorker.runSuite(SuiteRunnerWorker.java:52) at org.testng.SuiteRunnerWorker.run(SuiteRunnerWorker.java:86) at org.testng.TestNG.runSuitesSequentially(TestNG.java:1199) at org.testng.TestNG.runSuitesLocally(TestNG.java:1124) at org.testng.TestNG.run(TestNG.java:1032) at org.apache.maven.surefire.testng.TestNGExecutor.run(TestNGExecutor.java:217) at org.apache.maven.surefire.testng.TestNGXmlTestSuite.execute(TestNGXmlTestSuite.java:84) at org.apache.maven.surefire.testng.TestNGProvider.invoke(TestNGProvider.java:92) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:200) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:153) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103) Caused by: org.openqa.selenium.NoSuchElementException: Unable to locate element: {&quot;method&quot;:&quot;id&quot;,&quot;selector&quot;:&quot;username&quot;} For documentation on this error, please visit: http://seleniumhq.org/exceptions/no_such_element.html Build info: version: &apos;2.46.0&apos;, revision: &apos;61506a4624b13675f24581e453592342b7485d71&apos;, time: &apos;2015-06-04 10:22:50&apos; System info: host: &apos;ncherkasov&apos;, ip: &apos;192.168.198.24&apos;, os.name: &apos;Windows 8.1&apos;, os.arch: &apos;amd64&apos;, os.version: &apos;6.3&apos;, java.version: &apos;1.7.0_65&apos; Driver info: driver.version: unknown at &lt;anonymous class&gt;.FirefoxDriver.prototype.findElementInternal_(file:///C:/Users/NCHERK~1/AppData/Local/Temp/anonymous7211484682947677836webdriver-profile/extensions/[email protected]/components/driver-component.js:10299) at &lt;anonymous class&gt;.fxdriver.Timer.prototype.setTimeout/&lt;.notify(file:///C:/Users/NCHERK~1/AppData/Local/Temp/anonymous7211484682947677836webdriver-profile/extensions/[email protected]/components/driver-component.js:603) </pre></div></td> <td>30</td> <td>selenium_training.FindNothing@2f32f43d</td></tr> </table><p> <table width='100%' border='1' class='invocation-passed'> <tr><td colspan='4' align='center'><b>PASSED TESTS</b></td></tr> <tr><td><b>Test method</b></td> <td width="30%"><b>Exception</b></td> <td width="10%"><b>Time (seconds)</b></td> <td><b>Instance</b></td> </tr> <tr> <td title='selenium_training.CreateDescription.testUntitled()'><b>testUntitled</b><br>Test class: selenium_training.CreateDescription</td> <td></td> <td>2</td> <td>selenium_training.CreateDescription@3c3aeae4</td></tr> <tr> <td title='selenium_training.CreateDescriptionNegative.testUntitled()'><b>testUntitled</b><br>Test class: selenium_training.CreateDescriptionNegative</td> <td></td> <td>1</td> <td>selenium_training.CreateDescriptionNegative@40133da0</td></tr> <tr> <td title='selenium_training.DeleteDescription.testUntitled()'><b>testUntitled</b><br>Test class: selenium_training.DeleteDescription</td> <td></td> <td>2</td> <td>selenium_training.DeleteDescription@282b3223</td></tr> </table><p> </body> </html>
DARTKolian/Selenium-Java-Training-Cherkasov
selenium_java_training/target/surefire-reports/Tests/Test1.html
HTML
apache-2.0
15,979
<!DOCTYPE html> <html lang="en"> <head> <title>How do I add a new poll?</title> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <meta content="sakai.polls" name="description"> <meta content="" name="search"> <link href="/library/skin/tool_base.css" media="screen" rel="stylesheet" type="text/css" charset="utf-8"> <link href="/library/skin/neo-default/tool.css" media="screen" rel="stylesheet" type="text/css" charset="utf-8"> <link href="/library/skin/neo-default/help.css" media="screen" rel="stylesheet" type="text/css" charset="utf-8"> <link href="/library/js/jquery/featherlight/0.4.0/featherlight.min.css" media="screen" rel="stylesheet" type="text/css" charset="utf-8"> <script src="/library/js/jquery/jquery-1.11.3.min.js" type="text/javascript" charset="utf-8"></script><script src="/library/js/jquery/featherlight/0.4.0/featherlight.min.js" type="text/javascript" charset="utf-8"></script><script type="text/javascript" charset="utf-8"> $(document).ready(function(){ $("a[rel^='featherlight']").featherlight({ type: { image:true }, closeOnClick: 'anywhere' }); }); </script> </head> <body> <div id="wrapper"> <div id="article-content"> <div id="article-header"> <h1 class="article-title">How do I add a new poll?</h1> </div> <div id="steps-container"> <div id="step-6880" class="step-container"> <h2 class="step-title">Go to Polls.</h2> <div class="step-instructions"> <p>Select the <strong>Polls</strong> tool from the Tool Menu of your site.</p> <p><em>Note: If the Polls tool is not available on your site by default, you can add it to your site under Site Info &gt; Edit Tools.</em></p> </div> </div> <div class="clear"></div> <div id="step-6881" class="step-container"> <h2 class="step-title">Click Add.</h2> <div class="step-image-container"> <img src="/library/image/help/en/How-do-I-add-a-new-poll-/Click-Add.png" width="251" height="135" class="step-image" alt="Click Add."> </div> </div> <div class="clear"></div> <div id="step-6882" class="step-container"> <h2 class="step-title">Compose your poll question.</h2> <div class="step-image-container step-image-fullsize"> <img src="/library/image/help/en/How-do-I-add-a-new-poll-/Compose-your-poll-question-sm.png" width="640" height="298" class="step-image" alt="Compose your poll question."><div class="step-image-caption"> <a href="/library/image/help/en/How-do-I-add-a-new-poll-/Compose-your-poll-question.png" rel="featherlight" target="_blank">Zoom</a> </div> </div> <div class="step-instructions"><p>Enter the poll question in the box marked <strong>Question</strong> and add additional information in the Rich Text Editor below if needed.</p></div> </div> <div class="clear"></div> <div id="step-6883" class="step-container"> <h2 class="step-title">Specify the poll settings.</h2> <div class="step-image-container"> <img src="/library/image/help/en/How-do-I-add-a-new-poll-/Specify-the-poll-settings.png" width="557" height="351" class="step-image" alt="Specify the poll settings."> </div> <div class="step-instructions"><ol> <li>Specify availability time and date. </li> <li>Indicate limits on number of answers selected.</li> <li>Choose when to make the results visible.</li> <li>Click <strong>Save and add options </strong>when finished.</li> </ol></div> </div> <div class="clear"></div> <div id="step-6884" class="step-container"> <h2 class="step-title">Add the first answer.</h2> <div class="step-image-container step-image-fullsize"> <img src="/library/image/help/en/How-do-I-add-a-new-poll-/Add-the-first-answer-sm.png" width="640" height="483" class="step-image" alt="Add the first answer."><div class="step-image-caption"> <a href="/library/image/help/en/How-do-I-add-a-new-poll-/Add-the-first-answer.png" rel="featherlight" target="_blank">Zoom</a> </div> </div> <div class="step-instructions"><p>Enter the first answer option in the text box, then click <strong>Save and add options</strong>.</p></div> </div> <div class="clear"></div> <div id="step-6885" class="step-container"> <h2 class="step-title">Add the second answer.</h2> <div class="step-image-container step-image-fullsize"> <img src="/library/image/help/en/How-do-I-add-a-new-poll-/Add-the-second-answer-sm.png" width="640" height="485" class="step-image" alt="Add the second answer."><div class="step-image-caption"> <a href="/library/image/help/en/How-do-I-add-a-new-poll-/Add-the-second-answer.png" rel="featherlight" target="_blank">Zoom</a> </div> </div> <div class="step-instructions"> <p>Enter the second answer option in the text box, then click <strong>Save and add options</strong>.</p> <p>Continue this process of saving and adding options until you have added all of the options for the Poll question. On the last option click <strong>Save</strong>. This will display the Edit a Poll page with the poll options listed.</p> </div> </div> <div class="clear"></div> <div id="step-6886" class="step-container"> <h2 class="step-title">Click Save.</h2> <div class="step-image-container step-image-fullsize"> <img src="/library/image/help/en/How-do-I-add-a-new-poll-/Click-Save-sm.png" width="640" height="447" class="step-image" alt="Click Save."><div class="step-image-caption"> <a href="/library/image/help/en/How-do-I-add-a-new-poll-/Click-Save.png" rel="featherlight" target="_blank">Zoom</a> </div> </div> <div class="step-instructions"> <p>This displays the Polls list page. Click <strong>Save</strong> to save your poll.</p> <p><em>Note: If you need to edit or delete an option, click on the Edit or Delete links to the right of the option text.</em></p> </div> </div> <div class="clear"></div> <div id="step-6887" class="step-container"> <h2 class="step-title">To view the poll, click on the poll name. </h2> <div class="step-image-container step-image-fullsize"> <img src="/library/image/help/en/How-do-I-add-a-new-poll-/To-view-the-poll--click-on-the-poll-name--sm.png" width="640" height="137" class="step-image" alt="To view the poll, click on the poll name. "><div class="step-image-caption"> <a href="/library/image/help/en/How-do-I-add-a-new-poll-/To-view-the-poll--click-on-the-poll-name-.png" rel="featherlight" target="_blank">Zoom</a> </div> </div> </div> <div class="clear"></div> <div id="step-6888" class="step-container"> <h3 class="step-title">Example: Student view of Poll.</h3> <div class="step-image-container step-image-fullsize"> <img src="/library/image/help/en/How-do-I-add-a-new-poll-/Example--Student-view-of-Poll-sm.png" width="640" height="244" class="step-image" alt="Example: Student view of Poll."><div class="step-image-caption"> <a href="/library/image/help/en/How-do-I-add-a-new-poll-/Example--Student-view-of-Poll.png" rel="featherlight" target="_blank">Zoom</a> </div> </div> <div class="step-instructions"> <p>Students see a list of polls (if more than one). When they click on the name of the poll, the poll is displayed. Students make their selection then click on <strong>Vote!</strong> </p> <p><em>Note: By default, students can only vote once per poll question.</em></p> </div> </div> <div class="clear"></div> <div id="step-6889" class="step-container"> <h3 class="step-title">Example: Student reference number.</h3> <div class="step-image-container"> <img src="/library/image/help/en/How-do-I-add-a-new-poll-/Example--Student-reference-number.png" width="423" height="134" class="step-image" alt="Example: Student reference number."> </div> <div class="step-instructions"><p>After a student votes in a poll, they receive a reference number to confirm that they have voted in this poll.</p></div> </div> <div class="clear"></div> <div id="step-6890" class="step-container"> <h2 class="step-title">To view the results of the poll, click on Results.</h2> <div class="step-image-container step-image-fullsize"> <img src="/library/image/help/en/How-do-I-add-a-new-poll-/To-view-the-results-of-the-poll--click-on-Results-sm.png" width="640" height="137" class="step-image" alt="To view the results of the poll, click on Results."><div class="step-image-caption"> <a href="/library/image/help/en/How-do-I-add-a-new-poll-/To-view-the-results-of-the-poll--click-on-Results.png" rel="featherlight" target="_blank">Zoom</a> </div> </div> </div> <div class="clear"></div> <div id="step-6891" class="step-container"> <h3 class="step-title">Example: Poll Results.</h3> <div class="step-image-container step-image-fullsize"> <img src="/library/image/help/en/How-do-I-add-a-new-poll-/Example--Poll-Results-sm.png" width="640" height="205" class="step-image" alt="Example: Poll Results."><div class="step-image-caption"> <a href="/library/image/help/en/How-do-I-add-a-new-poll-/Example--Poll-Results.png" rel="featherlight" target="_blank">Zoom</a> </div> </div> </div> <div class="clear"></div> </div> </div> </div> </body> </html>
noondaysun/sakai
help/help/src/sakai_screensteps_pollsInstructorGuide/How-do-I-add-a-new-poll-.html
HTML
apache-2.0
10,056
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!-- NewPage --> <html lang="en"> <head> <!-- Generated by javadoc (version 1.6.0_36) on Mon Jan 04 20:30:29 CST 2016 --> <title>AppMasterToExecutor</title> <meta name="date" content="2016-01-04"> <link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style"> </head> <body> <script type="text/javascript"><!-- if (location.href.indexOf('is-external=true') == -1) { parent.document.title="AppMasterToExecutor"; } //--> </script> <noscript> <div>JavaScript is disabled on your browser.</div> </noscript> <!-- ========= START OF TOP NAVBAR ======= --> <div class="topNav"><a name="navbar_top"> <!-- --> </a><a href="#skip-navbar_top" title="Skip navigation links"></a><a name="navbar_top_firstrow"> <!-- --> </a> <ul class="navList" title="Navigation"> <li><a href="../../../overview-summary.html">Overview</a></li> <li><a href="package-summary.html">Package</a></li> <li class="navBarCell1Rev">Class</li> <li><a href="package-tree.html">Tree</a></li> <li><a href="../../../deprecated-list.html">Deprecated</a></li> <li><a href="../../../index-all.html">Index</a></li> <li><a href="../../../help-doc.html">Help</a></li> </ul> </div> <div class="subNav"> <ul class="navList"> <li><a href="../../../io/gearpump/streaming/AckSerializer.html" title="class in io.gearpump.streaming"><span class="strong">PREV CLASS</span></a></li> <li><a href="../../../io/gearpump/streaming/AppMasterToExecutor.ChangeTask.html" title="class in io.gearpump.streaming"><span class="strong">NEXT CLASS</span></a></li> </ul> <ul class="navList"> <li><a href="../../../index.html?io/gearpump/streaming/AppMasterToExecutor.html" target="_top">FRAMES</a></li> <li><a href="AppMasterToExecutor.html" target="_top">NO FRAMES</a></li> </ul> <ul class="navList" id="allclasses_navbar_top"> <li><a href="../../../allclasses-noframe.html">All Classes</a></li> </ul> <div> <script type="text/javascript"><!-- allClassesLink = document.getElementById("allclasses_navbar_top"); if(window==top) { allClassesLink.style.display = "block"; } else { allClassesLink.style.display = "none"; } //--> </script> </div> <div> <ul class="subNavList"> <li>SUMMARY:&nbsp;</li> <li><a href="#nested_class_summary">NESTED</a>&nbsp;|&nbsp;</li> <li>FIELD&nbsp;|&nbsp;</li> <li><a href="#constructor_summary">CONSTR</a>&nbsp;|&nbsp;</li> <li><a href="#methods_inherited_from_class_java.lang.Object">METHOD</a></li> </ul> <ul class="subNavList"> <li>DETAIL:&nbsp;</li> <li>FIELD&nbsp;|&nbsp;</li> <li><a href="#constructor_detail">CONSTR</a>&nbsp;|&nbsp;</li> <li>METHOD</li> </ul> </div> <a name="skip-navbar_top"> <!-- --> </a></div> <!-- ========= END OF TOP NAVBAR ========= --> <!-- ======== START OF CLASS DATA ======== --> <div class="header"> <p class="subTitle">io.gearpump.streaming</p> <h2 title="Class AppMasterToExecutor" class="title">Class AppMasterToExecutor</h2> </div> <div class="contentContainer"> <ul class="inheritance"> <li>java.lang.Object</li> <li> <ul class="inheritance"> <li>io.gearpump.streaming.AppMasterToExecutor</li> </ul> </li> </ul> <div class="description"> <ul class="blockList"> <li class="blockList"> <hr> <br> <pre>public class <strong>AppMasterToExecutor</strong> extends java.lang.Object</pre> </li> </ul> </div> <div class="summary"> <ul class="blockList"> <li class="blockList"> <!-- ======== NESTED CLASS SUMMARY ======== --> <ul class="blockList"> <li class="blockList"><a name="nested_class_summary"> <!-- --> </a> <h3>Nested Class Summary</h3> <table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Nested Class Summary table, listing nested classes, and an explanation"> <caption><span>Nested Classes</span><span class="tabEnd">&nbsp;</span></caption> <tr> <th class="colFirst" scope="col">Modifier and Type</th> <th class="colLast" scope="col">Class and Description</th> </tr> <tr class="altColor"> <td class="colFirst"><code>static class&nbsp;</code></td> <td class="colLast"><code><strong><a href="../../../io/gearpump/streaming/AppMasterToExecutor.ChangeTask.html" title="class in io.gearpump.streaming">AppMasterToExecutor.ChangeTask</a></strong></code>&nbsp;</td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static class&nbsp;</code></td> <td class="colLast"><code><strong><a href="../../../io/gearpump/streaming/AppMasterToExecutor.ChangeTask$.html" title="class in io.gearpump.streaming">AppMasterToExecutor.ChangeTask$</a></strong></code>&nbsp;</td> </tr> <tr class="altColor"> <td class="colFirst"><code>static class&nbsp;</code></td> <td class="colLast"><code><strong><a href="../../../io/gearpump/streaming/AppMasterToExecutor.ChangeTasks.html" title="class in io.gearpump.streaming">AppMasterToExecutor.ChangeTasks</a></strong></code> <div class="block">dagVersion, life, and subscribers will be changed on target task list.</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static class&nbsp;</code></td> <td class="colLast"><code><strong><a href="../../../io/gearpump/streaming/AppMasterToExecutor.ChangeTasks$.html" title="class in io.gearpump.streaming">AppMasterToExecutor.ChangeTasks$</a></strong></code>&nbsp;</td> </tr> <tr class="altColor"> <td class="colFirst"><code>static class&nbsp;</code></td> <td class="colLast"><code><strong><a href="../../../io/gearpump/streaming/AppMasterToExecutor.LaunchTasks.html" title="class in io.gearpump.streaming">AppMasterToExecutor.LaunchTasks</a></strong></code>&nbsp;</td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static class&nbsp;</code></td> <td class="colLast"><code><strong><a href="../../../io/gearpump/streaming/AppMasterToExecutor.LaunchTasks$.html" title="class in io.gearpump.streaming">AppMasterToExecutor.LaunchTasks$</a></strong></code>&nbsp;</td> </tr> <tr class="altColor"> <td class="colFirst"><code>static class&nbsp;</code></td> <td class="colLast"><code><strong><a href="../../../io/gearpump/streaming/AppMasterToExecutor.MsgLostException.html" title="class in io.gearpump.streaming">AppMasterToExecutor.MsgLostException</a></strong></code>&nbsp;</td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static class&nbsp;</code></td> <td class="colLast"><code><strong><a href="../../../io/gearpump/streaming/AppMasterToExecutor.RestartClockService$.html" title="class in io.gearpump.streaming">AppMasterToExecutor.RestartClockService$</a></strong></code>&nbsp;</td> </tr> <tr class="altColor"> <td class="colFirst"><code>static class&nbsp;</code></td> <td class="colLast"><code><strong><a href="../../../io/gearpump/streaming/AppMasterToExecutor.StartAllTasks.html" title="class in io.gearpump.streaming">AppMasterToExecutor.StartAllTasks</a></strong></code>&nbsp;</td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static class&nbsp;</code></td> <td class="colLast"><code><strong><a href="../../../io/gearpump/streaming/AppMasterToExecutor.StartAllTasks$.html" title="class in io.gearpump.streaming">AppMasterToExecutor.StartAllTasks$</a></strong></code>&nbsp;</td> </tr> <tr class="altColor"> <td class="colFirst"><code>static class&nbsp;</code></td> <td class="colLast"><code><strong><a href="../../../io/gearpump/streaming/AppMasterToExecutor.StartDynamicDag.html" title="class in io.gearpump.streaming">AppMasterToExecutor.StartDynamicDag</a></strong></code>&nbsp;</td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static class&nbsp;</code></td> <td class="colLast"><code><strong><a href="../../../io/gearpump/streaming/AppMasterToExecutor.StartDynamicDag$.html" title="class in io.gearpump.streaming">AppMasterToExecutor.StartDynamicDag$</a></strong></code>&nbsp;</td> </tr> <tr class="altColor"> <td class="colFirst"><code>static class&nbsp;</code></td> <td class="colLast"><code><strong><a href="../../../io/gearpump/streaming/AppMasterToExecutor.StartTask.html" title="class in io.gearpump.streaming">AppMasterToExecutor.StartTask</a></strong></code>&nbsp;</td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static class&nbsp;</code></td> <td class="colLast"><code><strong><a href="../../../io/gearpump/streaming/AppMasterToExecutor.StartTask$.html" title="class in io.gearpump.streaming">AppMasterToExecutor.StartTask$</a></strong></code>&nbsp;</td> </tr> <tr class="altColor"> <td class="colFirst"><code>static class&nbsp;</code></td> <td class="colLast"><code><strong><a href="../../../io/gearpump/streaming/AppMasterToExecutor.TaskChanged.html" title="class in io.gearpump.streaming">AppMasterToExecutor.TaskChanged</a></strong></code>&nbsp;</td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static class&nbsp;</code></td> <td class="colLast"><code><strong><a href="../../../io/gearpump/streaming/AppMasterToExecutor.TaskChanged$.html" title="class in io.gearpump.streaming">AppMasterToExecutor.TaskChanged$</a></strong></code>&nbsp;</td> </tr> <tr class="altColor"> <td class="colFirst"><code>static class&nbsp;</code></td> <td class="colLast"><code><strong><a href="../../../io/gearpump/streaming/AppMasterToExecutor.TaskLocationsReady.html" title="class in io.gearpump.streaming">AppMasterToExecutor.TaskLocationsReady</a></strong></code>&nbsp;</td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static class&nbsp;</code></td> <td class="colLast"><code><strong><a href="../../../io/gearpump/streaming/AppMasterToExecutor.TaskLocationsReady$.html" title="class in io.gearpump.streaming">AppMasterToExecutor.TaskLocationsReady$</a></strong></code>&nbsp;</td> </tr> <tr class="altColor"> <td class="colFirst"><code>static class&nbsp;</code></td> <td class="colLast"><code><strong><a href="../../../io/gearpump/streaming/AppMasterToExecutor.TaskLocationsReceived.html" title="class in io.gearpump.streaming">AppMasterToExecutor.TaskLocationsReceived</a></strong></code>&nbsp;</td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static class&nbsp;</code></td> <td class="colLast"><code><strong><a href="../../../io/gearpump/streaming/AppMasterToExecutor.TaskLocationsReceived$.html" title="class in io.gearpump.streaming">AppMasterToExecutor.TaskLocationsReceived$</a></strong></code>&nbsp;</td> </tr> <tr class="altColor"> <td class="colFirst"><code>static class&nbsp;</code></td> <td class="colLast"><code><strong><a href="../../../io/gearpump/streaming/AppMasterToExecutor.TaskLocationsRejected.html" title="class in io.gearpump.streaming">AppMasterToExecutor.TaskLocationsRejected</a></strong></code>&nbsp;</td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static class&nbsp;</code></td> <td class="colLast"><code><strong><a href="../../../io/gearpump/streaming/AppMasterToExecutor.TaskLocationsRejected$.html" title="class in io.gearpump.streaming">AppMasterToExecutor.TaskLocationsRejected$</a></strong></code>&nbsp;</td> </tr> <tr class="altColor"> <td class="colFirst"><code>static class&nbsp;</code></td> <td class="colLast"><code><strong><a href="../../../io/gearpump/streaming/AppMasterToExecutor.TaskRegistered.html" title="class in io.gearpump.streaming">AppMasterToExecutor.TaskRegistered</a></strong></code>&nbsp;</td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static class&nbsp;</code></td> <td class="colLast"><code><strong><a href="../../../io/gearpump/streaming/AppMasterToExecutor.TaskRegistered$.html" title="class in io.gearpump.streaming">AppMasterToExecutor.TaskRegistered$</a></strong></code>&nbsp;</td> </tr> <tr class="altColor"> <td class="colFirst"><code>static class&nbsp;</code></td> <td class="colLast"><code><strong><a href="../../../io/gearpump/streaming/AppMasterToExecutor.TaskRejected.html" title="class in io.gearpump.streaming">AppMasterToExecutor.TaskRejected</a></strong></code>&nbsp;</td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static class&nbsp;</code></td> <td class="colLast"><code><strong><a href="../../../io/gearpump/streaming/AppMasterToExecutor.TaskRejected$.html" title="class in io.gearpump.streaming">AppMasterToExecutor.TaskRejected$</a></strong></code>&nbsp;</td> </tr> <tr class="altColor"> <td class="colFirst"><code>static class&nbsp;</code></td> <td class="colLast"><code><strong><a href="../../../io/gearpump/streaming/AppMasterToExecutor.TasksChanged.html" title="class in io.gearpump.streaming">AppMasterToExecutor.TasksChanged</a></strong></code>&nbsp;</td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static class&nbsp;</code></td> <td class="colLast"><code><strong><a href="../../../io/gearpump/streaming/AppMasterToExecutor.TasksChanged$.html" title="class in io.gearpump.streaming">AppMasterToExecutor.TasksChanged$</a></strong></code>&nbsp;</td> </tr> <tr class="altColor"> <td class="colFirst"><code>static class&nbsp;</code></td> <td class="colLast"><code><strong><a href="../../../io/gearpump/streaming/AppMasterToExecutor.TasksLaunched$.html" title="class in io.gearpump.streaming">AppMasterToExecutor.TasksLaunched$</a></strong></code>&nbsp;</td> </tr> </table> </li> </ul> <!-- ======== CONSTRUCTOR SUMMARY ======== --> <ul class="blockList"> <li class="blockList"><a name="constructor_summary"> <!-- --> </a> <h3>Constructor Summary</h3> <table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Constructor Summary table, listing constructors, and an explanation"> <caption><span>Constructors</span><span class="tabEnd">&nbsp;</span></caption> <tr> <th class="colOne" scope="col">Constructor and Description</th> </tr> <tr class="altColor"> <td class="colOne"><code><strong><a href="../../../io/gearpump/streaming/AppMasterToExecutor.html#AppMasterToExecutor()">AppMasterToExecutor</a></strong>()</code>&nbsp;</td> </tr> </table> </li> </ul> <!-- ========== METHOD SUMMARY =========== --> <ul class="blockList"> <li class="blockList"><a name="method_summary"> <!-- --> </a> <h3>Method Summary</h3> <ul class="blockList"> <li class="blockList"><a name="methods_inherited_from_class_java.lang.Object"> <!-- --> </a> <h3>Methods inherited from class&nbsp;java.lang.Object</h3> <code>clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait</code></li> </ul> </li> </ul> </li> </ul> </div> <div class="details"> <ul class="blockList"> <li class="blockList"> <!-- ========= CONSTRUCTOR DETAIL ======== --> <ul class="blockList"> <li class="blockList"><a name="constructor_detail"> <!-- --> </a> <h3>Constructor Detail</h3> <a name="AppMasterToExecutor()"> <!-- --> </a> <ul class="blockListLast"> <li class="blockList"> <h4>AppMasterToExecutor</h4> <pre>public&nbsp;AppMasterToExecutor()</pre> </li> </ul> </li> </ul> </li> </ul> </div> </div> <!-- ========= END OF CLASS DATA ========= --> <!-- ======= START OF BOTTOM NAVBAR ====== --> <div class="bottomNav"><a name="navbar_bottom"> <!-- --> </a><a href="#skip-navbar_bottom" title="Skip navigation links"></a><a name="navbar_bottom_firstrow"> <!-- --> </a> <ul class="navList" title="Navigation"> <li><a href="../../../overview-summary.html">Overview</a></li> <li><a href="package-summary.html">Package</a></li> <li class="navBarCell1Rev">Class</li> <li><a href="package-tree.html">Tree</a></li> <li><a href="../../../deprecated-list.html">Deprecated</a></li> <li><a href="../../../index-all.html">Index</a></li> <li><a href="../../../help-doc.html">Help</a></li> </ul> </div> <div class="subNav"> <ul class="navList"> <li><a href="../../../io/gearpump/streaming/AckSerializer.html" title="class in io.gearpump.streaming"><span class="strong">PREV CLASS</span></a></li> <li><a href="../../../io/gearpump/streaming/AppMasterToExecutor.ChangeTask.html" title="class in io.gearpump.streaming"><span class="strong">NEXT CLASS</span></a></li> </ul> <ul class="navList"> <li><a href="../../../index.html?io/gearpump/streaming/AppMasterToExecutor.html" target="_top">FRAMES</a></li> <li><a href="AppMasterToExecutor.html" target="_top">NO FRAMES</a></li> </ul> <ul class="navList" id="allclasses_navbar_bottom"> <li><a href="../../../allclasses-noframe.html">All Classes</a></li> </ul> <div> <script type="text/javascript"><!-- allClassesLink = document.getElementById("allclasses_navbar_bottom"); if(window==top) { allClassesLink.style.display = "block"; } else { allClassesLink.style.display = "none"; } //--> </script> </div> <div> <ul class="subNavList"> <li>SUMMARY:&nbsp;</li> <li><a href="#nested_class_summary">NESTED</a>&nbsp;|&nbsp;</li> <li>FIELD&nbsp;|&nbsp;</li> <li><a href="#constructor_summary">CONSTR</a>&nbsp;|&nbsp;</li> <li><a href="#methods_inherited_from_class_java.lang.Object">METHOD</a></li> </ul> <ul class="subNavList"> <li>DETAIL:&nbsp;</li> <li>FIELD&nbsp;|&nbsp;</li> <li><a href="#constructor_detail">CONSTR</a>&nbsp;|&nbsp;</li> <li>METHOD</li> </ul> </div> <a name="skip-navbar_bottom"> <!-- --> </a></div> <!-- ======== END OF BOTTOM NAVBAR ======= --> </body> </html>
stanleyxu2005/gearpump.github.io
releases/0.7.3/api/java/io/gearpump/streaming/AppMasterToExecutor.html
HTML
apache-2.0
16,847
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <html> <head> <meta http-equiv="content-type" content="text/html; charset=utf-8" > <title>DC 2015 - Conduct</title> <meta name="author" content="" > <link rel="alternate" type="application/rss+xml" title="devopsdays RSS Feed" href="http://www.devopsdays.org/feed/" > <script type="text/javascript" src="https://www.google.com/jsapi"></script> <script type="text/javascript"> google.load('jquery', '1.3.2'); </script> <!---This is a combined jAmpersand, jqwindont , jPullquote --> <script type="text/javascript" src="/js/devops.js"></script> <!--- Blueprint CSS Framework Screen + Fancytype-Screen + jedi.css --> <link rel="stylesheet" href="/css/devops.min.css" type="text/css" media="screen, projection"> <link rel="stylesheet" href="/css/blueprint/print.css" type="text/css" media="print"> <!--[if IE]> <link rel="stylesheet" href="/css/blueprint/ie.css" type="text/css" media="screen, projection"> <![endif]--> </head> <body onload="initialize()"> <div class="container "> <div class="span-24 last" id="header"> <div class="span-16 first"> <img src="/images/devopsdays-banner.png" title="devopsdays banner" width="801" height="115" alt="devopdays banner" ><br> </div> <div class="span-8 last"> </div> </div> <div class="span-24 last"> <div class="span-15 first"> <div id="headermenu"> <table > <tr> <td> <a href="/"><img alt="home" title="home" src="/images/home.png"></a> <a href="/">Home</a> </td> <td> <a href="/contact/"><img alt="contact" title="contact" src="/images/contact.png"></a> <a href="/contact/">Contact</a> </td> <td> <a href="/events/"><img alt="events" title="events" src="/images/events.png"></a> <a href="/events/">Events</a> </td> <td> <a href="/presentations/"><img alt="presentations" title="presentations" src="/images/presentations.png"></a> <a href="/presentations/">Presentations</a> </td> <td> <a href="/blog/"><img alt="blog" title="blog" src="/images/blog.png"></a> <a href="/blog/">Blog</a> </td> </tr> </table> </div> </div> <div class="span-8 last"> </div> <div class="span-24 last" id="title"> <div class="span-15 first"> <h1>DC 2015 - Conduct </h1> </div> <div class="span-8 last"> </div> <h1>Sponsors</h1> </div> <div class="span-15 "> <div class="span-15 last "> <div class="submenu"> <h3> <a href="/events/2015-washington-dc/">Welcome</a>&nbsp; <a href="/events/2015-washington-dc/program">Program</a>&nbsp; <a href="/events/2015-washington-dc/location">Location</a>&nbsp; <a href="/events/2015-washington-dc/sponsor">Sponsor</a>&nbsp; <a href="/events/2015-washington-dc/contact">Contact</a>&nbsp; <a href="/events/2015-washington-dc/conduct">Conduct</a>&nbsp; </h3> </div> <h3>Ready for more DevOpsDays?</h3> <h3><a href='/events/2016-washington-dc/'>DevOpsDays DC will return June 8-9, 2016</a>.</h3> <h2>Conference Code of Conduct</h2> <p>All attendees, speakers, sponsors and volunteers at our conference are required to agree with the following code of conduct. organizers will enforce this code throughout the event. We are expecting cooperation from all participants to help ensuring a safe environment for everybody. A strong community benefits everyone. To that end, please consider as a goal that you should always try to benefit the community by encouraging participation, open-mindedness, learning, and safety in every interaction. Behaviour outside of our community guidelines is unacceptable and should and will not be tolerated by anyone.</p> <div style="text-align:center;"><p style="font-size:larger;font-weight:bold;font-style:italic;">tl;dr: Don’t be a Jerk</p></div> <h2>The Quick Version</h2> <p>Our conference is dedicated to providing a harassment-free conference experience for everyone, regardless of gender, age, sexual orientation, disability, physical appearance, body size, race, or religion (or lack thereof.) We do not tolerate harassment of conference participants in any form. Sexual language and imagery is not appropriate for any conference venue, including talks, workshops, parties, Twitter and other online media. Conference participants violating these rules may be sanctioned or expelled from the conference without a refund at the discretion of the conference organizers.</p> <h2>The Less Quick Version</h2> <p>Harassment includes offensive verbal comments related to gender, age, sexual orientation, disability, physical appearance, body size, race, religion, sexual images in public spaces, deliberate intimidation, stalking, following, harassing photography or recording, sustained disruption of talks or other events, inappropriate physical contact, and unwelcome sexual attention.</p> <p>Participants asked to stop any harassing behavior are expected to comply immediately.</p> <p>Sponsors are also subject to the anti-harassment policy. In particular, sponsors should not use sexualized images, activities, or other material. Booth staff (including volunteers) should not use sexualized clothing/uniforms/costumes, or otherwise create a sexualized environment.</p> <p>If a participant engages in harassing behavior, the conference organizers may take any action they deem appropriate, including warning the offender or expulsion from the conference with no refund.</p> <p>If you are being harassed, notice that someone else is being harassed, or have any other concerns, please contact a member of conference staff immediately. Conference staff can be identified as they'll be wearing branded t-shirts.</p> <p>Conference staff will be happy to help participants contact hotel/venue security or local law enforcement, provide escorts, or otherwise assist those experiencing harassment to feel safe for the duration of the conference. We value your attendance.</p> <p>We expect participants to follow these rules at conference and workshop venues and conference-related social events.</p> <h3>Need to reach the organizers?</h3> <p>Although the conference is over, we still want to hear from you if you have any conduct issues or violations to report. Please mail us at <a href="&#109;&#97;&#x69;&#108;&#x74;&#111;&#x3a;&#111;&#x72;&#x67;&#x61;&#110;&#105;&#x7a;&#101;&#x72;&#115;&#x2d;&#119;&#x61;&#x73;&#x68;&#105;&#110;&#103;&#x74;&#x6f;&#x6e;&#x2d;&#x64;&#99;&#x2d;&#50;&#x30;&#x31;&#x35;&#x40;&#x64;&#101;&#x76;&#111;&#x70;&#x73;&#100;&#97;&#x79;&#x73;&#46;&#x6f;&#x72;&#x67;">&#111;&#114;&#103;&#x61;&#x6e;&#x69;&#122;&#101;&#x72;&#x73;&#45;&#119;&#x61;&#x73;&#104;&#x69;&#x6e;&#x67;&#x74;&#111;&#x6e;&#45;&#x64;&#x63;&#45;&#50;&#48;&#49;&#x35;&#x40;&#100;&#101;&#x76;&#111;&#x70;&#115;&#x64;&#x61;&#x79;&#115;&#46;&#x6f;&#x72;&#103;</a>.</p> </div> </div> <div class="span-8 last"> <div class="span-8 last"> <h1>Platinum &amp; Venue Sponsor</h1> <a href="http://www.uspto.gov/"><img border=0 alt="USPTO" title="USPTO" width=280px height=70px src="/events/2015-washington-dc/logos/uspto.jpg"></a> <h1>Platinum Sponsors</h1> <a href='http://www.excella.com/'><img border=0 alt='Excella Consulting' title='Excella Consulting' width=100px height=100px src='/events/2015-washington-dc/logos/excella.png'></a> <a href='http://www.sumologic.com/'><img border=0 alt='Sumo Logic' title='Sumo Logic' width=100px height=100px src='/events/2015-washington-dc/logos/sumologic.png'></a> <a href='http://www.netuitive.com/'><img border=0 alt='Netuitive' title='Netuitive' width=100px height=100px src='/events/2015-washington-dc/logos/netuitive.png'></a> <a href='http://www.ansible.com/'><img border=0 alt='Ansible' title='Ansible' width=100px height=100px src='/events/2015-washington-dc/logos/ansible.png'></a> <a href='http://www.chef.io'><img border=0 alt='Chef' title='Chef' width=100px height=100px src='/events/2015-washington-dc/logos/chef.png'></a> <a href='http://www.customink.com'><img border=0 alt='CustomInk' title='CustomInk' width=100px height=100px src='/events/2015-washington-dc/logos/customink.png'></a> <a href='http://www.delphix.com/'><img border=0 alt='Delphix' title='Delphix' width=100px height=100px src='/events/2015-washington-dc/logos/delphix.png'></a> <a href='http://redhat.com'><img border=0 alt='Red Hat' title='Red Hat' width=100px height=100px src='/events/2015-washington-dc/logos/redhat.png'></a> <a href='http://www.elastic.co/'><img border=0 alt='Elastic' title='Elastic' width=100px height=100px src='/events/2015-washington-dc/logos/elastic.png'></a> <a href='http://www.victorops.com'><img border=0 alt='VictorOps' title='VictorOps' width=100px height=100px src='/events/2015-washington-dc/logos/victorops.png'></a> <a href='http://www.fugue.it/'><img border=0 alt='Fugue' title='Fugue' width=100px height=100px src='/events/2015-washington-dc/logos/fugue.png'></a> <a href='http://www.sonatype.com'><img border=0 alt='Sonatype' title='Sonatype' width=100px height=100px src='/events/2015-washington-dc/logos/sonatype.png'></a> <a href='http://www.fireeye.com/'><img border=0 alt='FireEye' title='FireEye' width=100px height=100px src='/events/2015-washington-dc/logos/fireeye.png'></a> <h1>Gold Sponsors</h1> <a href='http://www.infozen.com'><img border=0 alt='InfoZen' title='InfoZen' width=100px height=100px src='/events/2015-washington-dc/logos/infozen.png'></a> <a href='http://www.comcast.com'><img border=0 alt='Comcast' title='Comcast' width=100px height=100px src='/events/2015-washington-dc/logos/comcast.png'></a> <a href='http://circonus.com'><img border=0 alt='Circonus' title='Circonus' width=100px height=100px src='/events/2015-washington-dc/logos/circonus.png'></a> <a href='http://www.opusgroupllc.com'><img border=0 alt='Opus Group, LLC' title='Opus Group, LLC' width=100px height=100px src='/events/2015-washington-dc/logos/opusgroupllc.png'></a> <a href='http://www.blackmesh.com'><img border=0 alt='BlackMesh' title='BlackMesh' width=100px height=100px src='/events/2015-washington-dc/logos/blackmesh.png'></a> <a href='http://www.pagerduty.com'><img border=0 alt='PagerDuty' title='PagerDuty' width=100px height=100px src='/events/2015-washington-dc/logos/pagerduty.png'></a> <a href='http://www.govready.org'><img border=0 alt='govready' title='govready' width=100px height=100px src='/events/2015-washington-dc/logos/govready.png'></a> <h1>Silver Sponsors</h1> <a href='http://www.puppetlabs.com/'><img border=0 alt='Puppet Labs' title='Puppet Labs' width=100px height=100px src='/events/2015-washington-dc/logos/puppetlabs.png'></a> </div> <div class="span-8 last"> </div> </div> </div> </div> <script type="text/javascript"> var _gaq = _gaq || []; _gaq.push(['_setAccount', 'UA-9713393-1']); _gaq.push(['_trackPageview']); (function() { var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true; ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js'; var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s); })(); </script> </body> </html>
benjohnson77/devopsdays-web
static/events/2015-washington-dc/conduct/index.html
HTML
apache-2.0
11,171
<html> <head> <meta http-equiv="Content-Type" content="text/html; charset=US-ASCII"> <title>windows::basic_object_handle::lowest_layer</title> <link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css"> <meta name="generator" content="DocBook XSL Stylesheets V1.78.1"> <link rel="home" href="../../../boost_asio.html" title="Boost.Asio"> <link rel="up" href="../windows__basic_object_handle.html" title="windows::basic_object_handle"> <link rel="prev" href="is_open.html" title="windows::basic_object_handle::is_open"> <link rel="next" href="lowest_layer/overload1.html" title="windows::basic_object_handle::lowest_layer (1 of 2 overloads)"> </head> <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"> <table cellpadding="2" width="100%"><tr> <td valign="top"><img alt="Boost C++ Libraries" width="277" height="86" src="../../../../../boost.png"></td> <td align="center"><a href="../../../../../index.html">Home</a></td> <td align="center"><a href="../../../../../libs/libraries.htm">Libraries</a></td> <td align="center"><a href="http://www.boost.org/users/people.html">People</a></td> <td align="center"><a href="http://www.boost.org/users/faq.html">FAQ</a></td> <td align="center"><a href="../../../../../more/index.htm">More</a></td> </tr></table> <hr> <div class="spirit-nav"> <a accesskey="p" href="is_open.html"><img src="../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../windows__basic_object_handle.html"><img src="../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../../boost_asio.html"><img src="../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="lowest_layer/overload1.html"><img src="../../../../../doc/src/images/next.png" alt="Next"></a> </div> <div class="section"> <div class="titlepage"><div><div><h4 class="title"> <a name="boost_asio.reference.windows__basic_object_handle.lowest_layer"></a><a class="link" href="lowest_layer.html" title="windows::basic_object_handle::lowest_layer">windows::basic_object_handle::lowest_layer</a> </h4></div></div></div> <p> <a class="indexterm" name="idp101678600"></a> Get a reference to the lowest layer. </p> <pre class="programlisting"><span class="identifier">lowest_layer_type</span> <span class="special">&amp;</span> <a class="link" href="lowest_layer/overload1.html" title="windows::basic_object_handle::lowest_layer (1 of 2 overloads)">lowest_layer</a><span class="special">();</span> <span class="emphasis"><em>&#187; <a class="link" href="lowest_layer/overload1.html" title="windows::basic_object_handle::lowest_layer (1 of 2 overloads)">more...</a></em></span> </pre> <p> Get a const reference to the lowest layer. </p> <pre class="programlisting"><span class="keyword">const</span> <span class="identifier">lowest_layer_type</span> <span class="special">&amp;</span> <a class="link" href="lowest_layer/overload2.html" title="windows::basic_object_handle::lowest_layer (2 of 2 overloads)">lowest_layer</a><span class="special">()</span> <span class="keyword">const</span><span class="special">;</span> <span class="emphasis"><em>&#187; <a class="link" href="lowest_layer/overload2.html" title="windows::basic_object_handle::lowest_layer (2 of 2 overloads)">more...</a></em></span> </pre> </div> <table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr> <td align="left"></td> <td align="right"><div class="copyright-footer">Copyright &#169; 2003-2013 Christopher M. Kohlhoff<p> Distributed under the Boost Software License, Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>) </p> </div></td> </tr></table> <hr> <div class="spirit-nav"> <a accesskey="p" href="is_open.html"><img src="../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../windows__basic_object_handle.html"><img src="../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../../boost_asio.html"><img src="../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="lowest_layer/overload1.html"><img src="../../../../../doc/src/images/next.png" alt="Next"></a> </div> </body> </html>
NixaSoftware/CVis
venv/bin/doc/html/boost_asio/reference/windows__basic_object_handle/lowest_layer.html
HTML
apache-2.0
4,334
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!-- NewPage --> <html lang="en"> <head> <title>ViewProperties (ARX GUI Documentation)</title> <link rel="stylesheet" type="text/css" href="../../../../../../../stylesheet.css" title="Style"> </head> <body> <script type="text/javascript"><!-- if (location.href.indexOf('is-external=true') == -1) { parent.document.title="ViewProperties (ARX GUI Documentation)"; } //--> </script> <noscript> <div>JavaScript is disabled on your browser.</div> </noscript> <!-- ========= START OF TOP NAVBAR ======= --> <div class="topNav"><a name="navbar_top"> <!-- --> </a><a href="#skip-navbar_top" title="Skip navigation links"></a><a name="navbar_top_firstrow"> <!-- --> </a> <ul class="navList" title="Navigation"> <li><a href="../../../../../../../overview-summary.html">Overview</a></li> <li><a href="package-summary.html">Package</a></li> <li class="navBarCell1Rev">Class</li> <li><a href="class-use/ViewProperties.html">Use</a></li> <li><a href="package-tree.html">Tree</a></li> <li><a href="../../../../../../../deprecated-list.html">Deprecated</a></li> <li><a href="../../../../../../../index-all.html">Index</a></li> <li><a href="../../../../../../../help-doc.html">Help</a></li> </ul> </div> <div class="subNav"> <ul class="navList"> <li><a href="../../../../../../../org/deidentifier/arx/gui/view/impl/utility/LayoutUtilityStatistics.html" title="class in org.deidentifier.arx.gui.view.impl.utility"><span class="strong">Prev Class</span></a></li> <li><a href="../../../../../../../org/deidentifier/arx/gui/view/impl/utility/ViewProperties.Property.html" title="class in org.deidentifier.arx.gui.view.impl.utility"><span class="strong">Next Class</span></a></li> </ul> <ul class="navList"> <li><a href="../../../../../../../index.html?org/deidentifier/arx/gui/view/impl/utility/ViewProperties.html" target="_top">Frames</a></li> <li><a href="ViewProperties.html" target="_top">No Frames</a></li> </ul> <ul class="navList" id="allclasses_navbar_top"> <li><a href="../../../../../../../allclasses-noframe.html">All Classes</a></li> </ul> <div> <script type="text/javascript"><!-- allClassesLink = document.getElementById("allclasses_navbar_top"); if(window==top) { allClassesLink.style.display = "block"; } else { allClassesLink.style.display = "none"; } //--> </script> </div> <div> <ul class="subNavList"> <li>Summary:&nbsp;</li> <li><a href="#nested_class_summary">Nested</a>&nbsp;|&nbsp;</li> <li><a href="#field_summary">Field</a>&nbsp;|&nbsp;</li> <li><a href="#constructor_summary">Constr</a>&nbsp;|&nbsp;</li> <li><a href="#method_summary">Method</a></li> </ul> <ul class="subNavList"> <li>Detail:&nbsp;</li> <li><a href="#field_detail">Field</a>&nbsp;|&nbsp;</li> <li><a href="#constructor_detail">Constr</a>&nbsp;|&nbsp;</li> <li><a href="#method_detail">Method</a></li> </ul> </div> <a name="skip-navbar_top"> <!-- --> </a></div> <!-- ========= END OF TOP NAVBAR ========= --> <!-- ======== START OF CLASS DATA ======== --> <div class="header"> <div class="subTitle">org.deidentifier.arx.gui.view.impl.utility</div> <h2 title="Class ViewProperties" class="title">Class ViewProperties</h2> </div> <div class="contentContainer"> <ul class="inheritance"> <li>java.lang.Object</li> <li> <ul class="inheritance"> <li>org.deidentifier.arx.gui.view.impl.utility.ViewProperties</li> </ul> </li> </ul> <div class="description"> <ul class="blockList"> <li class="blockList"> <dl> <dt>All Implemented Interfaces:</dt> <dd><a href="../../../../../../../org/deidentifier/arx/gui/view/def/IView.html" title="interface in org.deidentifier.arx.gui.view.def">IView</a></dd> </dl> <dl> <dt>Direct Known Subclasses:</dt> <dd><a href="../../../../../../../org/deidentifier/arx/gui/view/impl/utility/ViewPropertiesInput.html" title="class in org.deidentifier.arx.gui.view.impl.utility">ViewPropertiesInput</a>, <a href="../../../../../../../org/deidentifier/arx/gui/view/impl/utility/ViewPropertiesOutput.html" title="class in org.deidentifier.arx.gui.view.impl.utility">ViewPropertiesOutput</a></dd> </dl> <hr> <br> <pre>public abstract class <span class="strong">ViewProperties</span> extends java.lang.Object implements <a href="../../../../../../../org/deidentifier/arx/gui/view/def/IView.html" title="interface in org.deidentifier.arx.gui.view.def">IView</a></pre> <div class="block">This view displays basic properties about input or output data.</div> </li> </ul> </div> <div class="summary"> <ul class="blockList"> <li class="blockList"> <!-- ======== NESTED CLASS SUMMARY ======== --> <ul class="blockList"> <li class="blockList"><a name="nested_class_summary"> <!-- --> </a> <h3>Nested Class Summary</h3> <table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Nested Class Summary table, listing nested classes, and an explanation"> <caption><span>Nested Classes</span><span class="tabEnd">&nbsp;</span></caption> <tr> <th class="colFirst" scope="col">Modifier and Type</th> <th class="colLast" scope="col">Class and Description</th> </tr> <tr class="altColor"> <td class="colFirst"><code>protected class&nbsp;</code></td> <td class="colLast"><code><strong><a href="../../../../../../../org/deidentifier/arx/gui/view/impl/utility/ViewProperties.Property.html" title="class in org.deidentifier.arx.gui.view.impl.utility">ViewProperties.Property</a></strong></code> <div class="block">A class for properties displayed in the tree view.</div> </td> </tr> </table> </li> </ul> <!-- =========== FIELD SUMMARY =========== --> <ul class="blockList"> <li class="blockList"><a name="field_summary"> <!-- --> </a> <h3>Field Summary</h3> <table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Field Summary table, listing fields, and an explanation"> <caption><span>Fields</span><span class="tabEnd">&nbsp;</span></caption> <tr> <th class="colFirst" scope="col">Modifier and Type</th> <th class="colLast" scope="col">Field and Description</th> </tr> <tr class="altColor"> <td class="colFirst"><code>protected java.text.NumberFormat</code></td> <td class="colLast"><code><strong><a href="../../../../../../../org/deidentifier/arx/gui/view/impl/utility/ViewProperties.html#format">format</a></strong></code> <div class="block">Internal stuff.</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>protected <a href="../../../../../../../org/deidentifier/arx/gui/model/Model.html" title="class in org.deidentifier.arx.gui.model">Model</a></code></td> <td class="colLast"><code><strong><a href="../../../../../../../org/deidentifier/arx/gui/view/impl/utility/ViewProperties.html#model">model</a></strong></code> <div class="block">Internal stuff.</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>protected org.eclipse.swt.widgets.Composite</code></td> <td class="colLast"><code><strong><a href="../../../../../../../org/deidentifier/arx/gui/view/impl/utility/ViewProperties.html#root">root</a></strong></code> <div class="block">Internal stuff.</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>protected java.util.List&lt;<a href="../../../../../../../org/deidentifier/arx/gui/view/impl/utility/ViewProperties.Property.html" title="class in org.deidentifier.arx.gui.view.impl.utility">ViewProperties.Property</a>&gt;</code></td> <td class="colLast"><code><strong><a href="../../../../../../../org/deidentifier/arx/gui/view/impl/utility/ViewProperties.html#roots">roots</a></strong></code> <div class="block">Internal stuff.</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>protected org.eclipse.jface.viewers.TreeViewer</code></td> <td class="colLast"><code><strong><a href="../../../../../../../org/deidentifier/arx/gui/view/impl/utility/ViewProperties.html#treeViewer">treeViewer</a></strong></code> <div class="block">Internal stuff.</div> </td> </tr> </table> </li> </ul> <!-- ======== CONSTRUCTOR SUMMARY ======== --> <ul class="blockList"> <li class="blockList"><a name="constructor_summary"> <!-- --> </a> <h3>Constructor Summary</h3> <table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Constructor Summary table, listing constructors, and an explanation"> <caption><span>Constructors</span><span class="tabEnd">&nbsp;</span></caption> <tr> <th class="colFirst" scope="col">Modifier</th> <th class="colLast" scope="col">Constructor and Description</th> </tr> <tr class="altColor"> <td class="colFirst"><code>protected </code></td> <td class="colLast"><code><strong><a href="../../../../../../../org/deidentifier/arx/gui/view/impl/utility/ViewProperties.html#ViewProperties(org.eclipse.swt.widgets.Composite,%20org.deidentifier.arx.gui.Controller,%20org.deidentifier.arx.gui.model.ModelEvent.ModelPart,%20org.deidentifier.arx.gui.model.ModelEvent.ModelPart)">ViewProperties</a></strong>(org.eclipse.swt.widgets.Composite&nbsp;parent, <a href="../../../../../../../org/deidentifier/arx/gui/Controller.html" title="class in org.deidentifier.arx.gui">Controller</a>&nbsp;controller, <a href="../../../../../../../org/deidentifier/arx/gui/model/ModelEvent.ModelPart.html" title="enum in org.deidentifier.arx.gui.model">ModelEvent.ModelPart</a>&nbsp;target, <a href="../../../../../../../org/deidentifier/arx/gui/model/ModelEvent.ModelPart.html" title="enum in org.deidentifier.arx.gui.model">ModelEvent.ModelPart</a>&nbsp;reset)</code> <div class="block">Constructor.</div> </td> </tr> </table> </li> </ul> <!-- ========== METHOD SUMMARY =========== --> <ul class="blockList"> <li class="blockList"><a name="method_summary"> <!-- --> </a> <h3>Method Summary</h3> <table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Method Summary table, listing methods, and an explanation"> <caption><span>Methods</span><span class="tabEnd">&nbsp;</span></caption> <tr> <th class="colFirst" scope="col">Modifier and Type</th> <th class="colLast" scope="col">Method and Description</th> </tr> <tr class="altColor"> <td class="colFirst"><code>protected double</code></td> <td class="colLast"><code><strong><a href="../../../../../../../org/deidentifier/arx/gui/view/impl/utility/ViewProperties.html#asRelativeValue(org.deidentifier.arx.metric.InformationLoss,%20org.deidentifier.arx.ARXResult)">asRelativeValue</a></strong>(<a href="../../../../../../../org/deidentifier/arx/metric/InformationLoss.html" title="class in org.deidentifier.arx.metric">InformationLoss</a>&lt;?&gt;&nbsp;infoLoss, <a href="../../../../../../../org/deidentifier/arx/ARXResult.html" title="class in org.deidentifier.arx">ARXResult</a>&nbsp;result)</code> <div class="block">Converts an information loss into a relative value in percent TODO: Code duplicate from NodePropertiesView.</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>void</code></td> <td class="colLast"><code><strong><a href="../../../../../../../org/deidentifier/arx/gui/view/impl/utility/ViewProperties.html#dispose()">dispose</a></strong>()</code> <div class="block">Disposes the view.</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>protected <a href="../../../../../../../org/deidentifier/arx/gui/view/impl/common/async/AnalysisContext.html" title="class in org.deidentifier.arx.gui.view.impl.common.async">AnalysisContext</a></code></td> <td class="colLast"><code><strong><a href="../../../../../../../org/deidentifier/arx/gui/view/impl/utility/ViewProperties.html#getContext()">getContext</a></strong>()</code> <div class="block">Returns the context.</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>void</code></td> <td class="colLast"><code><strong><a href="../../../../../../../org/deidentifier/arx/gui/view/impl/utility/ViewProperties.html#reset()">reset</a></strong>()</code> <div class="block">Resets the view.</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>protected abstract void</code></td> <td class="colLast"><code><strong><a href="../../../../../../../org/deidentifier/arx/gui/view/impl/utility/ViewProperties.html#update()">update</a></strong>()</code> <div class="block">Implement this to update the view.</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>void</code></td> <td class="colLast"><code><strong><a href="../../../../../../../org/deidentifier/arx/gui/view/impl/utility/ViewProperties.html#update(org.deidentifier.arx.gui.model.ModelEvent)">update</a></strong>(<a href="../../../../../../../org/deidentifier/arx/gui/model/ModelEvent.html" title="class in org.deidentifier.arx.gui.model">ModelEvent</a>&nbsp;event)</code> <div class="block">Updates the view.</div> </td> </tr> </table> <ul class="blockList"> <li class="blockList"><a name="methods_inherited_from_class_java.lang.Object"> <!-- --> </a> <h3>Methods inherited from class&nbsp;java.lang.Object</h3> <code>clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait</code></li> </ul> </li> </ul> </li> </ul> </div> <div class="details"> <ul class="blockList"> <li class="blockList"> <!-- ============ FIELD DETAIL =========== --> <ul class="blockList"> <li class="blockList"><a name="field_detail"> <!-- --> </a> <h3>Field Detail</h3> <a name="roots"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>roots</h4> <pre>protected final&nbsp;java.util.List&lt;<a href="../../../../../../../org/deidentifier/arx/gui/view/impl/utility/ViewProperties.Property.html" title="class in org.deidentifier.arx.gui.view.impl.utility">ViewProperties.Property</a>&gt; roots</pre> <div class="block">Internal stuff.</div> </li> </ul> <a name="root"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>root</h4> <pre>protected final&nbsp;org.eclipse.swt.widgets.Composite root</pre> <div class="block">Internal stuff.</div> </li> </ul> <a name="format"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>format</h4> <pre>protected final&nbsp;java.text.NumberFormat format</pre> <div class="block">Internal stuff.</div> </li> </ul> <a name="model"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>model</h4> <pre>protected&nbsp;<a href="../../../../../../../org/deidentifier/arx/gui/model/Model.html" title="class in org.deidentifier.arx.gui.model">Model</a> model</pre> <div class="block">Internal stuff.</div> </li> </ul> <a name="treeViewer"> <!-- --> </a> <ul class="blockListLast"> <li class="blockList"> <h4>treeViewer</h4> <pre>protected&nbsp;org.eclipse.jface.viewers.TreeViewer treeViewer</pre> <div class="block">Internal stuff.</div> </li> </ul> </li> </ul> <!-- ========= CONSTRUCTOR DETAIL ======== --> <ul class="blockList"> <li class="blockList"><a name="constructor_detail"> <!-- --> </a> <h3>Constructor Detail</h3> <a name="ViewProperties(org.eclipse.swt.widgets.Composite, org.deidentifier.arx.gui.Controller, org.deidentifier.arx.gui.model.ModelEvent.ModelPart, org.deidentifier.arx.gui.model.ModelEvent.ModelPart)"> <!-- --> </a> <ul class="blockListLast"> <li class="blockList"> <h4>ViewProperties</h4> <pre>protected&nbsp;ViewProperties(org.eclipse.swt.widgets.Composite&nbsp;parent, <a href="../../../../../../../org/deidentifier/arx/gui/Controller.html" title="class in org.deidentifier.arx.gui">Controller</a>&nbsp;controller, <a href="../../../../../../../org/deidentifier/arx/gui/model/ModelEvent.ModelPart.html" title="enum in org.deidentifier.arx.gui.model">ModelEvent.ModelPart</a>&nbsp;target, <a href="../../../../../../../org/deidentifier/arx/gui/model/ModelEvent.ModelPart.html" title="enum in org.deidentifier.arx.gui.model">ModelEvent.ModelPart</a>&nbsp;reset)</pre> <div class="block">Constructor.</div> <dl><dt><span class="strong">Parameters:</span></dt><dd><code>parent</code> - </dd><dd><code>controller</code> - </dd><dd><code>target</code> - </dd><dd><code>reset</code> - </dd></dl> </li> </ul> </li> </ul> <!-- ============ METHOD DETAIL ========== --> <ul class="blockList"> <li class="blockList"><a name="method_detail"> <!-- --> </a> <h3>Method Detail</h3> <a name="dispose()"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>dispose</h4> <pre>public&nbsp;void&nbsp;dispose()</pre> <div class="block"><strong>Description copied from interface:&nbsp;<code><a href="../../../../../../../org/deidentifier/arx/gui/view/def/IView.html#dispose()">IView</a></code></strong></div> <div class="block">Disposes the view.</div> <dl> <dt><strong>Specified by:</strong></dt> <dd><code><a href="../../../../../../../org/deidentifier/arx/gui/view/def/IView.html#dispose()">dispose</a></code>&nbsp;in interface&nbsp;<code><a href="../../../../../../../org/deidentifier/arx/gui/view/def/IView.html" title="interface in org.deidentifier.arx.gui.view.def">IView</a></code></dd> </dl> </li> </ul> <a name="reset()"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>reset</h4> <pre>public&nbsp;void&nbsp;reset()</pre> <div class="block"><strong>Description copied from interface:&nbsp;<code><a href="../../../../../../../org/deidentifier/arx/gui/view/def/IView.html#reset()">IView</a></code></strong></div> <div class="block">Resets the view.</div> <dl> <dt><strong>Specified by:</strong></dt> <dd><code><a href="../../../../../../../org/deidentifier/arx/gui/view/def/IView.html#reset()">reset</a></code>&nbsp;in interface&nbsp;<code><a href="../../../../../../../org/deidentifier/arx/gui/view/def/IView.html" title="interface in org.deidentifier.arx.gui.view.def">IView</a></code></dd> </dl> </li> </ul> <a name="update(org.deidentifier.arx.gui.model.ModelEvent)"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>update</h4> <pre>public&nbsp;void&nbsp;update(<a href="../../../../../../../org/deidentifier/arx/gui/model/ModelEvent.html" title="class in org.deidentifier.arx.gui.model">ModelEvent</a>&nbsp;event)</pre> <div class="block"><strong>Description copied from interface:&nbsp;<code><a href="../../../../../../../org/deidentifier/arx/gui/view/def/IView.html#update(org.deidentifier.arx.gui.model.ModelEvent)">IView</a></code></strong></div> <div class="block">Updates the view.</div> <dl> <dt><strong>Specified by:</strong></dt> <dd><code><a href="../../../../../../../org/deidentifier/arx/gui/view/def/IView.html#update(org.deidentifier.arx.gui.model.ModelEvent)">update</a></code>&nbsp;in interface&nbsp;<code><a href="../../../../../../../org/deidentifier/arx/gui/view/def/IView.html" title="interface in org.deidentifier.arx.gui.view.def">IView</a></code></dd> </dl> </li> </ul> <a name="asRelativeValue(org.deidentifier.arx.metric.InformationLoss, org.deidentifier.arx.ARXResult)"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>asRelativeValue</h4> <pre>protected&nbsp;double&nbsp;asRelativeValue(<a href="../../../../../../../org/deidentifier/arx/metric/InformationLoss.html" title="class in org.deidentifier.arx.metric">InformationLoss</a>&lt;?&gt;&nbsp;infoLoss, <a href="../../../../../../../org/deidentifier/arx/ARXResult.html" title="class in org.deidentifier.arx">ARXResult</a>&nbsp;result)</pre> <div class="block">Converts an information loss into a relative value in percent TODO: Code duplicate from NodePropertiesView.</div> <dl><dt><span class="strong">Parameters:</span></dt><dd><code>infoLoss</code> - </dd><dd><code>result</code> - </dd> <dt><span class="strong">Returns:</span></dt><dd></dd></dl> </li> </ul> <a name="getContext()"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>getContext</h4> <pre>protected&nbsp;<a href="../../../../../../../org/deidentifier/arx/gui/view/impl/common/async/AnalysisContext.html" title="class in org.deidentifier.arx.gui.view.impl.common.async">AnalysisContext</a>&nbsp;getContext()</pre> <div class="block">Returns the context.</div> <dl><dt><span class="strong">Returns:</span></dt><dd></dd></dl> </li> </ul> <a name="update()"> <!-- --> </a> <ul class="blockListLast"> <li class="blockList"> <h4>update</h4> <pre>protected abstract&nbsp;void&nbsp;update()</pre> <div class="block">Implement this to update the view.</div> </li> </ul> </li> </ul> </li> </ul> </div> </div> <!-- ========= END OF CLASS DATA ========= --> <!-- ======= START OF BOTTOM NAVBAR ====== --> <div class="bottomNav"><a name="navbar_bottom"> <!-- --> </a><a href="#skip-navbar_bottom" title="Skip navigation links"></a><a name="navbar_bottom_firstrow"> <!-- --> </a> <ul class="navList" title="Navigation"> <li><a href="../../../../../../../overview-summary.html">Overview</a></li> <li><a href="package-summary.html">Package</a></li> <li class="navBarCell1Rev">Class</li> <li><a href="class-use/ViewProperties.html">Use</a></li> <li><a href="package-tree.html">Tree</a></li> <li><a href="../../../../../../../deprecated-list.html">Deprecated</a></li> <li><a href="../../../../../../../index-all.html">Index</a></li> <li><a href="../../../../../../../help-doc.html">Help</a></li> </ul> </div> <div class="subNav"> <ul class="navList"> <li><a href="../../../../../../../org/deidentifier/arx/gui/view/impl/utility/LayoutUtilityStatistics.html" title="class in org.deidentifier.arx.gui.view.impl.utility"><span class="strong">Prev Class</span></a></li> <li><a href="../../../../../../../org/deidentifier/arx/gui/view/impl/utility/ViewProperties.Property.html" title="class in org.deidentifier.arx.gui.view.impl.utility"><span class="strong">Next Class</span></a></li> </ul> <ul class="navList"> <li><a href="../../../../../../../index.html?org/deidentifier/arx/gui/view/impl/utility/ViewProperties.html" target="_top">Frames</a></li> <li><a href="ViewProperties.html" target="_top">No Frames</a></li> </ul> <ul class="navList" id="allclasses_navbar_bottom"> <li><a href="../../../../../../../allclasses-noframe.html">All Classes</a></li> </ul> <div> <script type="text/javascript"><!-- allClassesLink = document.getElementById("allclasses_navbar_bottom"); if(window==top) { allClassesLink.style.display = "block"; } else { allClassesLink.style.display = "none"; } //--> </script> </div> <div> <ul class="subNavList"> <li>Summary:&nbsp;</li> <li><a href="#nested_class_summary">Nested</a>&nbsp;|&nbsp;</li> <li><a href="#field_summary">Field</a>&nbsp;|&nbsp;</li> <li><a href="#constructor_summary">Constr</a>&nbsp;|&nbsp;</li> <li><a href="#method_summary">Method</a></li> </ul> <ul class="subNavList"> <li>Detail:&nbsp;</li> <li><a href="#field_detail">Field</a>&nbsp;|&nbsp;</li> <li><a href="#constructor_detail">Constr</a>&nbsp;|&nbsp;</li> <li><a href="#method_detail">Method</a></li> </ul> </div> <a name="skip-navbar_bottom"> <!-- --> </a></div> <!-- ======== END OF BOTTOM NAVBAR ======= --> </body> </html>
TheRealRasu/arx
doc/gui/org/deidentifier/arx/gui/view/impl/utility/ViewProperties.html
HTML
apache-2.0
22,739
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/> <meta http-equiv="X-UA-Compatible" content="IE=9"/> <meta name="generator" content="Doxygen 1.8.6"/> <title>Open SCAP Library: _seap-scheme.h Source File</title> <link href="tabs.css" rel="stylesheet" type="text/css"/> <script type="text/javascript" src="jquery.js"></script> <script type="text/javascript" src="dynsections.js"></script> <link href="doxygen.css" rel="stylesheet" type="text/css" /> </head> <body> <div id="top"><!-- do not remove this div, it is closed by doxygen! --> <div id="titlearea"> <table cellspacing="0" cellpadding="0"> <tbody> <tr style="height: 56px;"> <td style="padding-left: 0.5em;"> <div id="projectname">Open SCAP Library </div> </td> </tr> </tbody> </table> </div> <!-- end header part --> <!-- Generated by Doxygen 1.8.6 --> <div id="navrow1" class="tabs"> <ul class="tablist"> <li><a href="index.html"><span>Main&#160;Page</span></a></li> <li><a href="pages.html"><span>Related&#160;Pages</span></a></li> <li><a href="modules.html"><span>Modules</span></a></li> <li><a href="annotated.html"><span>Data&#160;Structures</span></a></li> <li class="current"><a href="files.html"><span>Files</span></a></li> </ul> </div> <div id="navrow2" class="tabs2"> <ul class="tablist"> <li><a href="files.html"><span>File&#160;List</span></a></li> <li><a href="globals.html"><span>Globals</span></a></li> </ul> </div> <div id="nav-path" class="navpath"> <ul> <li class="navelem"><a class="el" href="dir_68267d1309a1af8e8297ef4c3efbcdba.html">src</a></li><li class="navelem"><a class="el" href="dir_dec16e0beb5f79ab6b40e328203e2e32.html">OVAL</a></li><li class="navelem"><a class="el" href="dir_d57a52ee0ad0cdc1d71df7a41be84a06.html">probes</a></li><li class="navelem"><a class="el" href="dir_e44ea870b871257418c4b8816dbb35e8.html">SEAP</a></li> </ul> </div> </div><!-- top --> <div class="header"> <div class="headertitle"> <div class="title">_seap-scheme.h</div> </div> </div><!--header--> <div class="contents"> <div class="fragment"><div class="line"><a name="l00001"></a><span class="lineno"> 1</span>&#160;<span class="comment">/*</span></div> <div class="line"><a name="l00002"></a><span class="lineno"> 2</span>&#160;<span class="comment"> * Copyright 2009 Red Hat Inc., Durham, North Carolina.</span></div> <div class="line"><a name="l00003"></a><span class="lineno"> 3</span>&#160;<span class="comment"> * All Rights Reserved.</span></div> <div class="line"><a name="l00004"></a><span class="lineno"> 4</span>&#160;<span class="comment"> *</span></div> <div class="line"><a name="l00005"></a><span class="lineno"> 5</span>&#160;<span class="comment"> * This library is free software; you can redistribute it and/or</span></div> <div class="line"><a name="l00006"></a><span class="lineno"> 6</span>&#160;<span class="comment"> * modify it under the terms of the GNU Lesser General Public</span></div> <div class="line"><a name="l00007"></a><span class="lineno"> 7</span>&#160;<span class="comment"> * License as published by the Free Software Foundation; either</span></div> <div class="line"><a name="l00008"></a><span class="lineno"> 8</span>&#160;<span class="comment"> * version 2.1 of the License, or (at your option) any later version.</span></div> <div class="line"><a name="l00009"></a><span class="lineno"> 9</span>&#160;<span class="comment"> *</span></div> <div class="line"><a name="l00010"></a><span class="lineno"> 10</span>&#160;<span class="comment"> * This library is distributed in the hope that it will be useful,</span></div> <div class="line"><a name="l00011"></a><span class="lineno"> 11</span>&#160;<span class="comment"> * but WITHOUT ANY WARRANTY; without even the implied warranty of</span></div> <div class="line"><a name="l00012"></a><span class="lineno"> 12</span>&#160;<span class="comment"> * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU</span></div> <div class="line"><a name="l00013"></a><span class="lineno"> 13</span>&#160;<span class="comment"> * Lesser General Public License for more details.</span></div> <div class="line"><a name="l00014"></a><span class="lineno"> 14</span>&#160;<span class="comment"> *</span></div> <div class="line"><a name="l00015"></a><span class="lineno"> 15</span>&#160;<span class="comment"> * You should have received a copy of the GNU Lesser General Public</span></div> <div class="line"><a name="l00016"></a><span class="lineno"> 16</span>&#160;<span class="comment"> * License along with this library; if not, write to the Free Software</span></div> <div class="line"><a name="l00017"></a><span class="lineno"> 17</span>&#160;<span class="comment"> * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA</span></div> <div class="line"><a name="l00018"></a><span class="lineno"> 18</span>&#160;<span class="comment"> *</span></div> <div class="line"><a name="l00019"></a><span class="lineno"> 19</span>&#160;<span class="comment"> * Authors:</span></div> <div class="line"><a name="l00020"></a><span class="lineno"> 20</span>&#160;<span class="comment"> * &quot;Daniel Kopecek&quot; &lt;[email protected]&gt;</span></div> <div class="line"><a name="l00021"></a><span class="lineno"> 21</span>&#160;<span class="comment"> */</span></div> <div class="line"><a name="l00022"></a><span class="lineno"> 22</span>&#160;</div> <div class="line"><a name="l00023"></a><span class="lineno"> 23</span>&#160;<span class="preprocessor">#pragma once</span></div> <div class="line"><a name="l00024"></a><span class="lineno"> 24</span>&#160;<span class="preprocessor"></span><span class="preprocessor">#ifndef _SEAP_SCHEME_H</span></div> <div class="line"><a name="l00025"></a><span class="lineno"> 25</span>&#160;<span class="preprocessor"></span><span class="preprocessor">#define _SEAP_SCHEME_H</span></div> <div class="line"><a name="l00026"></a><span class="lineno"> 26</span>&#160;<span class="preprocessor"></span></div> <div class="line"><a name="l00027"></a><span class="lineno"> 27</span>&#160;<span class="preprocessor">#include &lt;stddef.h&gt;</span></div> <div class="line"><a name="l00028"></a><span class="lineno"> 28</span>&#160;<span class="preprocessor">#include &lt;stdint.h&gt;</span></div> <div class="line"><a name="l00029"></a><span class="lineno"> 29</span>&#160;<span class="preprocessor">#include &lt;unistd.h&gt;</span></div> <div class="line"><a name="l00030"></a><span class="lineno"> 30</span>&#160;<span class="preprocessor">#include &quot;_sexp-types.h&quot;</span></div> <div class="line"><a name="l00031"></a><span class="lineno"> 31</span>&#160;<span class="preprocessor">#include &quot;_seap-types.h&quot;</span></div> <div class="line"><a name="l00032"></a><span class="lineno"> 32</span>&#160;<span class="preprocessor">#include &quot;seap-descriptor.h&quot;</span></div> <div class="line"><a name="l00033"></a><span class="lineno"> 33</span>&#160;<span class="preprocessor">#include &quot;generic/common.h&quot;</span></div> <div class="line"><a name="l00034"></a><span class="lineno"> 34</span>&#160;<span class="preprocessor">#include &quot;../../../common/util.h&quot;</span></div> <div class="line"><a name="l00035"></a><span class="lineno"> 35</span>&#160;</div> <div class="line"><a name="l00036"></a><span class="lineno"> 36</span>&#160;OSCAP_HIDDEN_START;</div> <div class="line"><a name="l00037"></a><span class="lineno"> 37</span>&#160;</div> <div class="line"><a name="l00038"></a><span class="lineno"><a class="line" href="structSEAP__schemefn__t.html"> 38</a></span>&#160;<span class="keyword">typedef</span> <span class="keyword">struct </span>{</div> <div class="line"><a name="l00039"></a><span class="lineno"> 39</span>&#160; <span class="keyword">const</span> <span class="keywordtype">char</span> *schstr;</div> <div class="line"><a name="l00040"></a><span class="lineno"> 40</span>&#160; int (*sch_connect) (<a class="code" href="structSEAP__desc__t.html">SEAP_desc_t</a> *, <span class="keyword">const</span> <span class="keywordtype">char</span> *, uint32_t);</div> <div class="line"><a name="l00041"></a><span class="lineno"> 41</span>&#160; int (*sch_openfd) (<a class="code" href="structSEAP__desc__t.html">SEAP_desc_t</a> *, int, uint32_t);</div> <div class="line"><a name="l00042"></a><span class="lineno"> 42</span>&#160; int (*sch_openfd2) (<a class="code" href="structSEAP__desc__t.html">SEAP_desc_t</a> *, int, int, uint32_t);</div> <div class="line"><a name="l00043"></a><span class="lineno"> 43</span>&#160; ssize_t (*sch_recv) (<a class="code" href="structSEAP__desc__t.html">SEAP_desc_t</a> *, <span class="keywordtype">void</span> *, size_t, uint32_t);</div> <div class="line"><a name="l00044"></a><span class="lineno"> 44</span>&#160; ssize_t (*sch_send) (<a class="code" href="structSEAP__desc__t.html">SEAP_desc_t</a> *, <span class="keywordtype">void</span> *, size_t, uint32_t);</div> <div class="line"><a name="l00045"></a><span class="lineno"> 45</span>&#160; int (*sch_close) (<a class="code" href="structSEAP__desc__t.html">SEAP_desc_t</a> *, uint32_t);</div> <div class="line"><a name="l00046"></a><span class="lineno"> 46</span>&#160; ssize_t (*sch_sendsexp) (<a class="code" href="structSEAP__desc__t.html">SEAP_desc_t</a> *, <a class="code" href="structSEXP.html">SEXP_t</a> *, uint32_t);</div> <div class="line"><a name="l00047"></a><span class="lineno"> 47</span>&#160; int (*sch_select) (<a class="code" href="structSEAP__desc__t.html">SEAP_desc_t</a> *, int, uint16_t, uint32_t);</div> <div class="line"><a name="l00048"></a><span class="lineno"> 48</span>&#160;} <a class="code" href="structSEAP__schemefn__t.html">SEAP_schemefn_t</a>;</div> <div class="line"><a name="l00049"></a><span class="lineno"> 49</span>&#160;</div> <div class="line"><a name="l00050"></a><span class="lineno"> 50</span>&#160;<span class="keyword">extern</span> <span class="keyword">const</span> <a class="code" href="structSEAP__schemefn__t.html">SEAP_schemefn_t</a> __schtbl[];</div> <div class="line"><a name="l00051"></a><span class="lineno"> 51</span>&#160;</div> <div class="line"><a name="l00052"></a><span class="lineno"> 52</span>&#160;<span class="preprocessor">#define SCH_CONNECT(idx, ...) __schtbl[idx].sch_connect (__VA_ARGS__)</span></div> <div class="line"><a name="l00053"></a><span class="lineno"> 53</span>&#160;<span class="preprocessor"></span><span class="preprocessor">#define SCH_OPENFD(idx, ...) __schtbl[idx].sch_openfd (__VA_ARGS__)</span></div> <div class="line"><a name="l00054"></a><span class="lineno"> 54</span>&#160;<span class="preprocessor"></span><span class="preprocessor">#define SCH_OPENFD2(idx, ...) __schtbl[idx].sch_openfd2 (__VA_ARGS__)</span></div> <div class="line"><a name="l00055"></a><span class="lineno"> 55</span>&#160;<span class="preprocessor"></span><span class="preprocessor">#define SCH_RECV(idx, ...) __schtbl[idx].sch_recv (__VA_ARGS__)</span></div> <div class="line"><a name="l00056"></a><span class="lineno"> 56</span>&#160;<span class="preprocessor"></span><span class="preprocessor">#define SCH_SEND(idx, ...) __schtbl[idx].sch_send (__VA_ARGS__)</span></div> <div class="line"><a name="l00057"></a><span class="lineno"> 57</span>&#160;<span class="preprocessor"></span><span class="preprocessor">#define SCH_CLOSE(idx, ...) __schtbl[idx].sch_close (__VA_ARGS__)</span></div> <div class="line"><a name="l00058"></a><span class="lineno"> 58</span>&#160;<span class="preprocessor"></span><span class="preprocessor">#define SCH_SENDSEXP(idx, ...) __schtbl[idx].sch_sendsexp (__VA_ARGS__)</span></div> <div class="line"><a name="l00059"></a><span class="lineno"> 59</span>&#160;<span class="preprocessor"></span><span class="preprocessor">#define SCH_SELECT(idx, ...) __schtbl[idx].sch_select (__VA_ARGS__)</span></div> <div class="line"><a name="l00060"></a><span class="lineno"> 60</span>&#160;<span class="preprocessor"></span></div> <div class="line"><a name="l00061"></a><span class="lineno"> 61</span>&#160;<span class="preprocessor">#define SEAP_IO_EVREAD 0x01</span></div> <div class="line"><a name="l00062"></a><span class="lineno"> 62</span>&#160;<span class="preprocessor"></span><span class="preprocessor">#define SEAP_IO_EVWRITE 0x02</span></div> <div class="line"><a name="l00063"></a><span class="lineno"> 63</span>&#160;<span class="preprocessor"></span><span class="preprocessor">#define SEAP_IO_EVANY 0x08</span></div> <div class="line"><a name="l00064"></a><span class="lineno"> 64</span>&#160;<span class="preprocessor"></span></div> <div class="line"><a name="l00065"></a><span class="lineno"> 65</span>&#160;<span class="preprocessor">#define SEAP_RECVBUF_SIZE 4*4096</span></div> <div class="line"><a name="l00066"></a><span class="lineno"> 66</span>&#160;<span class="preprocessor"></span><span class="preprocessor">#define SEAP_SENDBUF_SIZE 4*4096</span></div> <div class="line"><a name="l00067"></a><span class="lineno"> 67</span>&#160;<span class="preprocessor"></span></div> <div class="line"><a name="l00068"></a><span class="lineno"> 68</span>&#160;SEAP_scheme_t SEAP_scheme_search (<span class="keyword">const</span> <a class="code" href="structSEAP__schemefn__t.html">SEAP_schemefn_t</a> fntable[], <span class="keyword">const</span> <span class="keywordtype">char</span> *sch, <span class="keywordtype">size_t</span> schlen);</div> <div class="line"><a name="l00069"></a><span class="lineno"> 69</span>&#160;</div> <div class="line"><a name="l00070"></a><span class="lineno"> 70</span>&#160;<span class="comment">/* console */</span></div> <div class="line"><a name="l00071"></a><span class="lineno"> 71</span>&#160;<span class="preprocessor">#include &quot;sch_cons.h&quot;</span></div> <div class="line"><a name="l00072"></a><span class="lineno"> 72</span>&#160;<span class="preprocessor">#define SCH_CONS 0</span></div> <div class="line"><a name="l00073"></a><span class="lineno"> 73</span>&#160;<span class="preprocessor"></span></div> <div class="line"><a name="l00074"></a><span class="lineno"> 74</span>&#160;<span class="comment">/* dummy */</span></div> <div class="line"><a name="l00075"></a><span class="lineno"> 75</span>&#160;<span class="preprocessor">#include &quot;sch_dummy.h&quot;</span></div> <div class="line"><a name="l00076"></a><span class="lineno"> 76</span>&#160;<span class="preprocessor">#define SCH_DUMMY 1</span></div> <div class="line"><a name="l00077"></a><span class="lineno"> 77</span>&#160;<span class="preprocessor"></span></div> <div class="line"><a name="l00078"></a><span class="lineno"> 78</span>&#160;<span class="comment">/* generic */</span></div> <div class="line"><a name="l00079"></a><span class="lineno"> 79</span>&#160;<span class="preprocessor">#include &quot;sch_generic.h&quot;</span></div> <div class="line"><a name="l00080"></a><span class="lineno"> 80</span>&#160;<span class="preprocessor">#define SCH_GENERIC 2</span></div> <div class="line"><a name="l00081"></a><span class="lineno"> 81</span>&#160;<span class="preprocessor"></span></div> <div class="line"><a name="l00082"></a><span class="lineno"> 82</span>&#160;<span class="comment">/* pipe */</span></div> <div class="line"><a name="l00083"></a><span class="lineno"> 83</span>&#160;<span class="preprocessor">#include &quot;sch_pipe.h&quot;</span></div> <div class="line"><a name="l00084"></a><span class="lineno"> 84</span>&#160;<span class="preprocessor">#define SCH_PIPE 3</span></div> <div class="line"><a name="l00085"></a><span class="lineno"> 85</span>&#160;<span class="preprocessor"></span></div> <div class="line"><a name="l00086"></a><span class="lineno"> 86</span>&#160;<span class="preprocessor">#define SCH_NONE 255</span></div> <div class="line"><a name="l00087"></a><span class="lineno"> 87</span>&#160;<span class="preprocessor"></span></div> <div class="line"><a name="l00088"></a><span class="lineno"> 88</span>&#160;OSCAP_HIDDEN_END;</div> <div class="line"><a name="l00089"></a><span class="lineno"> 89</span>&#160;</div> <div class="line"><a name="l00090"></a><span class="lineno"> 90</span>&#160;<span class="preprocessor">#endif </span><span class="comment">/* _SEAP_SCHEME_H */</span><span class="preprocessor"></span></div> <div class="ttc" id="structSEAP__schemefn__t_html"><div class="ttname"><a href="structSEAP__schemefn__t.html">SEAP_schemefn_t</a></div><div class="ttdef"><b>Definition:</b> _seap-scheme.h:38</div></div> <div class="ttc" id="structSEAP__desc__t_html"><div class="ttname"><a href="structSEAP__desc__t.html">SEAP_desc_t</a></div><div class="ttdef"><b>Definition:</b> seap-descriptor.h:48</div></div> <div class="ttc" id="structSEXP_html"><div class="ttname"><a href="structSEXP.html">SEXP</a></div><div class="ttdef"><b>Definition:</b> sexp-types.h:82</div></div> </div><!-- fragment --></div><!-- contents --> <!-- start footer part --> <hr class="footer"/><address class="footer"><small> Generated by &#160;<a href="http://www.doxygen.org/index.html"> <img class="footer" src="doxygen.png" alt="doxygen"/> </a> 1.8.6 </small></address> </body> </html>
ykhodorkovskiy/clip
packages/openscap/openscap-1.2.1/docs/html/__seap-scheme_8h_source.html
HTML
apache-2.0
17,551
<!-- Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. See the NOTICE file distributed with this work for additional information regarding copyright ownership. The ASF licenses this file to you under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. --> <html xmlns="http://www.w3.org/1999/xhtml" xmlns:wicket="http://wicket.apache.org"> <wicket:extend> <section class="content-header"> <div class="container-fluid"> <div class="row mb-2"> <div class="col-sm-6"> <button class="btn btn-success" wicket:id="push"> <span class="fa fa-fast-forward"></span> <wicket:message key="push"/> </button> </div> <div class="col-sm-6"> <ol class="breadcrumb float-sm-right"> <li class="breadcrumb-item"> <a wicket:id="dashboardBr"><i class="fa fa-tachometer-alt"></i> <wicket:message key="dashboard"></wicket:message></a> </li> <li class="breadcrumb-item active"><wicket:message key="sra"/></li> </ol> </div> </div> </div><!-- /.container-fluid --> </section> <section class="content" wicket:id="content"> <div class="container-fluid"> <div class="card card-outline"> <div class="card-body" wicket:id="tabbedPanel"/> </div> </div> </section> </wicket:extend> </html>
apache/syncope
client/am/console/src/main/resources/org/apache/syncope/client/console/pages/SRA.html
HTML
apache-2.0
1,911
<html> <body> Static deadlock analysis. </body> </html>
petablox-project/petablox
src/petablox/analyses/deadlock/package.html
HTML
bsd-3-clause
56
<!DOCTYPE html> <html dir="ltr" lang="en"> <head> <title>Compiler - Rubinius</title> <meta charset="UTF-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"> <meta content='en' http-equiv='content-language'> <meta content='Rubinius is an implementation of the Ruby programming language. The Rubinius bytecode virtual machine is written in C++. The bytecode compiler is written in pure Ruby. The vast majority of the core library is also written in Ruby, with some supporting primitives that interact with the VM directly.' name='description'> <link href='/' rel='home'> <link href='/' rel='start'> <link href='/doc/en/bytecode-compiler/ast' rel='prev' title='AST'> <link href='/doc/en/bytecode-compiler/transformations' rel='next' title='Transformations'> <!--[if IE]><script src="http://html5shiv.googlecode.com/svn/trunk/html5.js" type="text/javascript"></script><![endif]--> <script src="/javascripts/jquery-1.3.2.js"></script> <script src="/javascripts/paging_keys.js"></script> <script src="/javascripts/application.js"></script> <style>article, aside, dialog, figure, footer, header, hgroup, menu, nav, section { display: block; }</style> <link href="/stylesheets/blueprint/screen.css" media="screen" rel="stylesheet" /> <link href="/stylesheets/application.css" media="screen" rel="stylesheet" /> <link href="/stylesheets/blueprint/print.css" media="print" rel="stylesheet" /> <!--[if IE]><link href="/stylesheets/blueprint/ie.css" media="screen" rel="stylesheet" type="text/css" /><![endif]--> <!--[if IE]><link href="/stylesheets/ie.css" media="screen" rel="stylesheet" type="text/css" /><![endif]--> <link href="/stylesheets/pygments.css" media="screen" rel="stylesheet" /> </head> <body> <div class='container'> <div class='span-21 doc_menu'> <header> <nav> <ul> <li><a href="/">Home</a></li> <li><a id="blog" href="/blog">Blog</a></li> <li><a id="documentation" href="/doc/en">Documentation</a></li> <li><a href="/projects">Projects</a></li> <li><a href="/roadmap">Roadmap</a></li> <li><a href="/releases">Releases</a></li> </ul> </nav> </header> </div> <div class='span-3 last'> <div id='version'> <a href="/releases/1.2.4">1.2.4</a> </div> </div> </div> <div class="container languages"> <nav> <span class="label">Languages:</span> <ul> <li><a href="/doc/de/bytecode-compiler/compiler/" >de</a></li> <li><a href="/doc/en/bytecode-compiler/compiler/" class="current" >en</a></li> <li><a href="/doc/es/bytecode-compiler/compiler/" >es</a></li> <li><a href="/doc/fr/bytecode-compiler/compiler/" >fr</a></li> <li><a href="/doc/ja/bytecode-compiler/compiler/" >ja</a></li> <li><a href="/doc/pl/bytecode-compiler/compiler/" >pl</a></li> <li><a href="/doc/pt-br/bytecode-compiler/compiler/" >pt-br</a></li> <li><a href="/doc/ru/bytecode-compiler/compiler/" >ru</a></li> </ul> </nav> </div> <div class="container doc_page_nav"> <span class="label">Previous:</span> <a href="/doc/en/bytecode-compiler/ast">AST</a> <span class="label">Up:</span> <a href="/doc/en/">Table of Contents</a> <span class="label">Next:</span> <a href="/doc/en/bytecode-compiler/transformations">Transformations</a> </div> <div class="container documentation"> <h2>Compiler</h2> <div class="review"> <p>This topic has missing or partial documentation. Please help us improve it.</p> <p> See <a href="/doc/en/how-to/write-documentation">How-To - Write Documentation</a> </p> </div> <p>TODO: document the compiler.</p> <p>The bytecode compiler walks the AST produced by the parser and emits bytecode for each node. The source for the compiler is in lib/compiler.</p> </div> <div class="container doc_page_nav"> <span class="label">Previous:</span> <a href="/doc/en/bytecode-compiler/ast">AST</a> <span class="label">Up:</span> <a href="/doc/en/">Table of Contents</a> <span class="label">Next:</span> <a href="/doc/en/bytecode-compiler/transformations">Transformations</a> </div> <div class="container"> <div id="disqus_thread"></div> <script type="text/javascript"> var disqus_shortname = 'rubinius'; var disqus_identifier = '/doc/en/bytecode-compiler/compiler/'; var disqus_url = 'http://rubini.us/doc/en/bytecode-compiler/compiler/'; (function() { var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true; dsq.src = 'http://' + disqus_shortname + '.disqus.com/embed.js'; (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq); })(); </script> <noscript>Please enable JavaScript to view the <a href="http://disqus.com/?ref_noscript">comments powered by Disqus.</a></noscript> </div> <footer> <div class='container'> <nav> <ul> <li><a rel="external" href="http://twitter.com/rubinius">Follow Rubinius on Twitter</a></li> <li><a rel="external" href="http://github.com/rubinius/rubinius">Fork Rubinius on github</a></li> <li><a rel="external" href="http://engineyard.com">An Engine Yard project</a></li> </ul> </nav> </div> </footer> <script> var _gaq=[['_setAccount','UA-12328521-1'],['_trackPageview']]; (function(d,t){var g=d.createElement(t),s=d.getElementsByTagName(t)[0];g.async=1; g.src=('https:'==location.protocol?'//ssl':'//www')+'.google-analytics.com/ga.js'; s.parentNode.insertBefore(g,s)}(document,'script')); </script> </body> </html>
slawosz/rubinius
web/_site/doc/en/bytecode-compiler/compiler/index.html
HTML
bsd-3-clause
5,931
<!DOCTYPE html> <html class="ui-mobile-rendering"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>Multi-page template</title> <link rel="stylesheet" href="http://code.jquery.com/mobile/1.0/jquery.mobile-1.0.min.css" /> <script src="http://code.jquery.com/jquery-1.6.4.min.js"></script> <script src="http://code.jquery.com/mobile/1.0/jquery.mobile-1.0.min.js"></script> </head> <body> <!-- Start of first page: #one --> <div data-role="page" id="one"> <div data-role="header"> <h1>Multi-page</h1> </div><!-- /header --> <div data-role="content" > <h2>One</h2> <p>I have an id of "one" on my page container. I'm first in the source order so I'm shown when the page loads.</p> <p>This is a multi-page boilerplate template that you can copy to build you first jQuery Mobile page. This template contains multiple "page" containers inside, unlike a <a href="page-template.html"> single page template</a> that has just one page within it.</p> <p>Just view the source and copy the code to get started. All the CSS and JS is linked to the jQuery CDN versions so this is super easy to set up. Remember to include a meta viewport tag in the head to set the zoom level.</p> <p>You link to internal pages by referring to the ID of the page you want to show. For example, to <a href="#two" >link</a> to the page with an ID of "two", my link would have a <code>href="#two"</code> in the code.</p> <h3>Show internal pages:</h3> <p><a href="#two" data-role="button">Show page "two"</a></p> <p><a href="#popup"data-role="button" data-rel="dialog" data-transition="pop">Show page "popup" (as a dialog)</a></p> </div><!-- /content --> <div data-role="footer" data-theme="d"> <h4>Page Footer</h4> </div><!-- /footer --> </div><!-- /page one --> <!-- Start of second page: #two --> <div data-role="page" id="two" data-theme="a"> <div data-role="header"> <h1>Two</h1> </div><!-- /header --> <div data-role="content" data-theme="a"> <h2>Two</h2> <p>I have an id of "two" on my page container. I'm the second page container in this multi-page template.</p> <p>Notice that the theme is different for this page because we've added a few <code>data-theme</code> swatch assigments here to show off how flexible it is. You can add any content or widget to these pages, but we're keeping these simple.</p> <p><a href="#one" data-direction="reverse" data-role="button" data-theme="b">Back to page "one"</a></p> </div><!-- /content --> <div data-role="footer"> <h4>Page Footer</h4> </div><!-- /footer --> </div><!-- /page two --> <!-- Start of third page: #popup --> <div data-role="page" id="popup"> <div data-role="header" data-theme="e"> <h1>Dialog</h1> </div><!-- /header --> <div data-role="content" data-theme="d"> <h2>Popup</h2> <p>I have an id of "popup" on my page container and only look like a dialog because the link to me had a <code>data-rel="dialog"</code> attribute which gives me this inset look and a <code>data-transition="pop"</code> attribute to change the transition to pop. Without this, I'd be styled as a normal page.</p> <p><a href="#one" data-rel="back" data-role="button" data-inline="true" data-icon="back">Back to page "one"</a></p> </div><!-- /content --> <div data-role="footer"> <h4>Page Footer</h4> </div><!-- /footer --> </div><!-- /page popup --> </body> </html>
madeinnordeste/open-rsvp
static/plugin/jquery-mobile/docs/pages/multipage-template.html
HTML
bsd-3-clause
3,441
{% extends "base_satchmo.html" %} {% load i18n %} {% block navbar %} <li class="first"><a href="{{ shop_base }}/">{% trans "Home" %}</a></li> <li>{% trans "Checkout" %}</li> {% endblock %} {% block content %} <h3>{% trans "Checkout" %}</h3> <p>{% trans "Your cart is empty. Please add some items to your cart, then complete the checkout process." %}</p> {% endblock %}
roadhead/satchmo
satchmo/templates/checkout/empty_cart.html
HTML
bsd-3-clause
379
{% extends "admin/feincms/item_editor.html" %} {% load i18n %} {% block object-tools %} <ul class="object-tools"> <li><a href="preview/" target="_blank">{% trans "preview"|capfirst %}</a></li> <li><a href="history/" class="historylink">{% trans "History" %}</a></li> </ul> {% endblock %}
nickburlett/pennyblack
pennyblack/templates/admin/feincms/pennyblack/newsletter/item_editor.html
HTML
bsd-3-clause
298
<!DOCTYPE HTML> <html> <head> <title>Boomerang Howto #6: Configuring boomerang</title> <meta http-equiv="Content-type" content="text/html; charset=utf-8"> <link rel="stylesheet" type="text/css" href="../boomerang-docs.css"> </head> <body> <span style="float:right;"><a href="../">All Docs</a> | <a href="index.html">Index</a></span> <h1>Boomerang Howto #6: Configuring boomerang</h1> <p> To use boomerang, you first include <code>boomerang.js</code> in your html file and then call the <code>BOOMR.init()</code> method. This should be sufficient to measure page performance, but may not be useful enough to you as a site owner. You still won't get data back to your server, and probably won't be able to measure the user's bandwidth either. </p> <p> In this document we'll look at all the different parameters you can use to configure boomerang and its built in plugins. If you have additional plugins, consult their documentation for details on how to configure them. </p> <h2>Configuring boomerang</h2> <p> To configure boomerang and its plugins, you pass in a configuration object to the <code>init()</code> method: </p> <pre> BOOMR.init({ key: value, ... }); </pre> <p> boomerang has the following configurable parameters: </p> <dl> <dt>beacon_url</dt> <dd> <strong>[highly recommended]</strong> The URL to beacon results back to. All parameters will be added to this URL's query string. This URL should not already have a query string component. There is no default value for this parameter. If not set, no beacon will be sent. </dd> <dt>site_domain</dt> <dd> <strong>[recommended]</strong> The domain that all cookies should be set on. Boomerang will try to auto-detect this, but unless your site is of the <code>foo.com</code> format, it will probably get it wrong. It's a good idea to set this to whatever part of your domain you'd like to share bandwidth and performance measurements across.<br> If you have multiple domains, then you're out of luck. You'll just have to get separate measurements across them. </dd> <dt>user_ip</dt> <dd> <strong>[recommended]</strong> Despite its name, this is really a free-form string used to uniquely identify the user's current internet connection. It's used primarily by the bandwidth test to determine whether it should re-measure the user's bandwidth or just use the value stored in the cookie. You may use IPv4, IPv6 or anything else that you think can be used to identify the user's network connection. </dd> <dt>log</dt> <dd> <strong>[optional]</strong> By default, boomerang will attempt to use the logger component from YUI if it finds it or firebug if it finds that instead. If it finds neither, it will default to not logging anything. You can define your own logger by setting the <code>log</code> parameter to a function that logs messages.<br> The signature of this function is: <pre> function log(oMessage, sLevel, sSource); </pre> Where:<dl> <dt>oMessage</dt> <dd>is the object/message to be logged. It is up to you to decide how to log objects.<dd> <dt>sLevel</dt> <dd>is the log level, with values of "error", "warn", "info" and "debug"</dd> <dt>sSource</dt> <dd>is the source of the log message. This will typically be the string "boomerang" followed by the name of a plugin</dd> </dl> Note that you can completely disable logging by setting <code>log</code> to <code>null</code>. </dd> <dt>autorun</dt> <dd> <strong>[optional]</strong> By default, boomerang runs automatically and attaches its <code>page_ready</code> handler to the <code>window.onload</code> event. If you set <code>autorun</code> to <code>false</code>, this will not happen and you will need to call <code>BOOMR.page_ready()</code> yourself. </dd> <dt>&lt;plugin_name&gt;<dt> <dd> Each plugin is configured through a sub-object of the config object. The key is the name of the plugin. In the following sections we'll see how to configure our built-in plugins. </dd> </dl> <pre> BOOMR.init({ beacon_url: "http://beacons.yoursite.com/path/to/beacon.php", site_domain: "yoursite.com", user_ip: "202.54.1.18", autorun: false }); </pre> <h2>Roundtrip plugin</h2> <p> All roundtrip plugin configuration items are under the <code>RT</code> namespace. </p> <dl> <dt>cookie</dt> <dd> <strong>[optional]</strong> The name of the cookie in which to store the start time for measuring page load time. The default name is <code>RT</code>. Set this to a falsy value like <code>null</code> or the empty string to ignore cookies and depend completely on the WebTiming API for the start time. </dd> <dt>cookie_exp</dt> <dd> <strong>[optional]</strong> The lifetime in seconds of the roundtrip cookie. This only needs to live for as long as it takes for a single page to load. Something like 10 seconds or so should be good for most cases, but to be safe, and to cover people with really slow connections, or users that are geographically far away from you, keep it to a few minutes. The default is set to 10 minutes. </dd> <dt>strict_referrer</dt> <dd> <strong>[optional]</strong> By default, boomerang will not measure a page's roundtrip time if the URL in the <code>RT</code> cookie doesn't match the current page's <code>document.referrer</code>. This is so because it generally means that the user visited a third page while their <code>RT</code> cookie was still valid, and this could render the page load time invalid.<br> There may be cases, though, when this is a valid flow &mdash; for example, you have an SSL page in between and the referrer isn't passed through. In this case, you'll want to set <code>strict_referrer</code> to <code>false</code> </dd> </dl> <pre> BOOMR.init({ beacon_url: "http://beacons.yoursite.com/path/to/beacon.php", site_domain: "yoursite.com", user_ip: "202.54.1.18", autorun: false, <em>RT: { </em> <em> cookie: "MyRT", </em> <em> cookie_exp: 120 </em> <em>} </em> }); </pre> <h2>Bandwidth plugin</h2> <p> All bandwidth plugin configuration items are under the <code>BW</code> namespace. </p> <dl> <dt>base_url</dt> <dd> <strong>[required]</strong> By default, this is set to the empty string, which has the effect of disabling the bandwidth plugin. Set the <code>base_url</code> parameter to the HTTP path of the directory that contains the bandwidth images to enable this test. This can be an absolute or a relative URL. If it's relative, remember that it's relative to the page that boomerang is included in and not to the javascript file. The trailing / is required. </dd> <dt>cookie</dt> <dd> <strong>[optional]</strong> The name of the cookie in which to store the measured bandwidth and latency of the user's network connection. The default name is <code>BA</code>. See <a href="howto-3.html">Howto #3</a> for more details on the bandwidth cookie. </dd> <dt>cookie_exp</dt> <dd> <strong>[optional]</strong> The lifetime in seconds of the bandwidth cookie. The default is set to 7 days. This specifies how long it will be before we run the bandwidth test again for a user, assuming their IP address doesn't change within this time. You probably do not need to change this setting at all since the bandwidth of a given network connection typically does not change by an order of magnitude on a regular basis.<br> Note that if you're doing some kind of real-time streaming, then chances are that this bandwidth test isn't right for you, so setting this cookie to a shorter value isn't the right solution. </dd> <dt>timeout</dt> <dd> <strong>[optional]</strong> The timeout in milliseconds for the entire bandwidth test. The default is set to 15 seconds. The bandwidth test can run for a long time, and sometimes, due to network errors, it might never complete. The timeout forces the test to complete at that time. This is a hard limit. If the timeout fires, we stop further iterations of the test and attempt to calculate bandwidth with the data that we've collected at that point. Increasing the timeout can get you more data and increase the accuracy of the test, but at the same time increases the risk of the test not completing before the user leaves the page. </dd> <dt>nruns</dt> <dd> <strong>[optional]</strong> The number of times the bandwidth test should run. The default is set to 5. The first test is always a pilot to figure out the best way to proceed with the remaining tests. Increasing this number will increase the tests accuracy, but at the same time increases the risk that the test will timeout. It should take about 2-4 seconds per run, so consider this value along with the <code>timeout</code> value above. </dd> <dt>test_https</dt> <dd> <strong>[optional]</strong> By default, boomerang will skip the bandwidth test over an HTTPS connection. Establishing an SSL connection takes time, which could skew the bandwidth results. If all your traffic is sent over SSL, then running the test over SSL probably gets you what you want. If you set <code>test_https</code> to <code>true</code>, boomerang will run the test instead of skipping. </dd> <dt>block_beacon</dt> <dd> <strong>[optional]</strong> By default, the bandwidth plugin will not block boomerang from sending a beacon, so the results will not be included in the broadcast with default settings. If you set <code>block_beacon</code> to <code>true</code>, boomerang will wait for the results of the test before sending the beacon. </dd> </dl> <h2>All optional</h2> <p> All configuration parameters are optional, but not setting some of them can lead to unexpected or incomplete results, so they should be set. It is, however, possible to get up and running by doing nothing more than putting your bandwidth images in the right directory, including the code and calling <code>init()</code>. </p> <p class="perma-link"> The latest code and docs is available on <a href="http://github.com/lognormal/boomerang/">github.com/lognormal/boomerang</a> </p> <p id="results"> </p> <script src="../../boomerang.js" type="text/javascript"></script> <script src="../../plugins/bw.js" type="text/javascript"></script> <script src="../../plugins/navtiming.js" type="text/javascript"></script> <script src="../../plugins/rt.js" type="text/javascript"></script> <script src="howtos.js" type="text/javascript"></script> <script type="text/javascript"> BOOMR.init({ user_ip: '10.0.0.1', BW: { base_url: '../../images/', cookie: 'HOWTO-BA' }, RT: { cookie: 'HOWTO-RT' } }); </script> </body> </html>
levexis/boomerang
doc/howtos/howto-6.html
HTML
bsd-3-clause
10,503
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!-- NewPage --> <html lang="en"> <head> <!-- Generated by javadoc (1.8.0_131) on Mon Nov 13 11:51:51 EST 2017 --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>Uses of Class com.exacttarget.fuelsdk.internal.DataExtensionDeleteResult (Salesforce Marketing Cloud Java SDK 1.2.1 API)</title> <meta name="date" content="2017-11-13"> <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style"> <script type="text/javascript" src="../../../../../script.js"></script> </head> <body> <script type="text/javascript"><!-- try { if (location.href.indexOf('is-external=true') == -1) { parent.document.title="Uses of Class com.exacttarget.fuelsdk.internal.DataExtensionDeleteResult (Salesforce Marketing Cloud Java SDK 1.2.1 API)"; } } catch(err) { } //--> </script> <noscript> <div>JavaScript is disabled on your browser.</div> </noscript> <!-- ========= START OF TOP NAVBAR ======= --> <div class="topNav"><a name="navbar.top"> <!-- --> </a> <div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div> <a name="navbar.top.firstrow"> <!-- --> </a> <ul class="navList" title="Navigation"> <li><a href="../../../../../overview-summary.html">Overview</a></li> <li><a href="../package-summary.html">Package</a></li> <li><a href="../../../../../com/exacttarget/fuelsdk/internal/DataExtensionDeleteResult.html" title="class in com.exacttarget.fuelsdk.internal">Class</a></li> <li class="navBarCell1Rev">Use</li> <li><a href="../package-tree.html">Tree</a></li> <li><a href="../../../../../deprecated-list.html">Deprecated</a></li> <li><a href="../../../../../index-all.html">Index</a></li> <li><a href="../../../../../help-doc.html">Help</a></li> </ul> </div> <div class="subNav"> <ul class="navList"> <li>Prev</li> <li>Next</li> </ul> <ul class="navList"> <li><a href="../../../../../index.html?com/exacttarget/fuelsdk/internal/class-use/DataExtensionDeleteResult.html" target="_top">Frames</a></li> <li><a href="DataExtensionDeleteResult.html" target="_top">No&nbsp;Frames</a></li> </ul> <ul class="navList" id="allclasses_navbar_top"> <li><a href="../../../../../allclasses-noframe.html">All&nbsp;Classes</a></li> </ul> <div> <script type="text/javascript"><!-- allClassesLink = document.getElementById("allclasses_navbar_top"); if(window==top) { allClassesLink.style.display = "block"; } else { allClassesLink.style.display = "none"; } //--> </script> </div> <a name="skip.navbar.top"> <!-- --> </a></div> <!-- ========= END OF TOP NAVBAR ========= --> <div class="header"> <h2 title="Uses of Class com.exacttarget.fuelsdk.internal.DataExtensionDeleteResult" class="title">Uses of Class<br>com.exacttarget.fuelsdk.internal.DataExtensionDeleteResult</h2> </div> <div class="classUseContainer"> <ul class="blockList"> <li class="blockList"> <table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing packages, and an explanation"> <caption><span>Packages that use <a href="../../../../../com/exacttarget/fuelsdk/internal/DataExtensionDeleteResult.html" title="class in com.exacttarget.fuelsdk.internal">DataExtensionDeleteResult</a></span><span class="tabEnd">&nbsp;</span></caption> <tr> <th class="colFirst" scope="col">Package</th> <th class="colLast" scope="col">Description</th> </tr> <tbody> <tr class="altColor"> <td class="colFirst"><a href="#com.exacttarget.fuelsdk.internal">com.exacttarget.fuelsdk.internal</a></td> <td class="colLast">&nbsp;</td> </tr> </tbody> </table> </li> <li class="blockList"> <ul class="blockList"> <li class="blockList"><a name="com.exacttarget.fuelsdk.internal"> <!-- --> </a> <h3>Uses of <a href="../../../../../com/exacttarget/fuelsdk/internal/DataExtensionDeleteResult.html" title="class in com.exacttarget.fuelsdk.internal">DataExtensionDeleteResult</a> in <a href="../../../../../com/exacttarget/fuelsdk/internal/package-summary.html">com.exacttarget.fuelsdk.internal</a></h3> <table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation"> <caption><span>Methods in <a href="../../../../../com/exacttarget/fuelsdk/internal/package-summary.html">com.exacttarget.fuelsdk.internal</a> that return <a href="../../../../../com/exacttarget/fuelsdk/internal/DataExtensionDeleteResult.html" title="class in com.exacttarget.fuelsdk.internal">DataExtensionDeleteResult</a></span><span class="tabEnd">&nbsp;</span></caption> <tr> <th class="colFirst" scope="col">Modifier and Type</th> <th class="colLast" scope="col">Method and Description</th> </tr> <tbody> <tr class="altColor"> <td class="colFirst"><code><a href="../../../../../com/exacttarget/fuelsdk/internal/DataExtensionDeleteResult.html" title="class in com.exacttarget.fuelsdk.internal">DataExtensionDeleteResult</a></code></td> <td class="colLast"><span class="typeNameLabel">ObjectFactory.</span><code><span class="memberNameLink"><a href="../../../../../com/exacttarget/fuelsdk/internal/ObjectFactory.html#createDataExtensionDeleteResult--">createDataExtensionDeleteResult</a></span>()</code> <div class="block">Create an instance of <a href="../../../../../com/exacttarget/fuelsdk/internal/DataExtensionDeleteResult.html" title="class in com.exacttarget.fuelsdk.internal"><code>DataExtensionDeleteResult</code></a></div> </td> </tr> </tbody> </table> </li> </ul> </li> </ul> </div> <!-- ======= START OF BOTTOM NAVBAR ====== --> <div class="bottomNav"><a name="navbar.bottom"> <!-- --> </a> <div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div> <a name="navbar.bottom.firstrow"> <!-- --> </a> <ul class="navList" title="Navigation"> <li><a href="../../../../../overview-summary.html">Overview</a></li> <li><a href="../package-summary.html">Package</a></li> <li><a href="../../../../../com/exacttarget/fuelsdk/internal/DataExtensionDeleteResult.html" title="class in com.exacttarget.fuelsdk.internal">Class</a></li> <li class="navBarCell1Rev">Use</li> <li><a href="../package-tree.html">Tree</a></li> <li><a href="../../../../../deprecated-list.html">Deprecated</a></li> <li><a href="../../../../../index-all.html">Index</a></li> <li><a href="../../../../../help-doc.html">Help</a></li> </ul> </div> <div class="subNav"> <ul class="navList"> <li>Prev</li> <li>Next</li> </ul> <ul class="navList"> <li><a href="../../../../../index.html?com/exacttarget/fuelsdk/internal/class-use/DataExtensionDeleteResult.html" target="_top">Frames</a></li> <li><a href="DataExtensionDeleteResult.html" target="_top">No&nbsp;Frames</a></li> </ul> <ul class="navList" id="allclasses_navbar_bottom"> <li><a href="../../../../../allclasses-noframe.html">All&nbsp;Classes</a></li> </ul> <div> <script type="text/javascript"><!-- allClassesLink = document.getElementById("allclasses_navbar_bottom"); if(window==top) { allClassesLink.style.display = "block"; } else { allClassesLink.style.display = "none"; } //--> </script> </div> <a name="skip.navbar.bottom"> <!-- --> </a></div> <!-- ======== END OF BOTTOM NAVBAR ======= --> <p class="legalCopy"><small>Copyright &#169; 2017. All rights reserved.</small></p> </body> </html>
salesforcefuel/FuelSDK-Java
docs/com/exacttarget/fuelsdk/internal/class-use/DataExtensionDeleteResult.html
HTML
bsd-3-clause
7,359
<!DOCTYPE html> <html lang="en"> <head> <title>three.js webgl - materials</title> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, user-scalable=no, minimum-scale=1.0, maximum-scale=1.0"> <style> body { font-family: Monospace; background-color: #000; margin: 0px; overflow: hidden; } </style> </head> <body> <script src="../build/three.min.js"></script> <script src="js/Detector.js"></script> <script src="js/libs/stats.min.js"></script> <script> if ( ! Detector.webgl ) Detector.addGetWebGLMessage(); var container, stats; var camera, scene, renderer, objects; var particleLight, pointLight; var materials = []; init(); animate(); function init() { container = document.createElement( 'div' ); document.body.appendChild( container ); camera = new THREE.PerspectiveCamera( 45, window.innerWidth / window.innerHeight, 1, 2000 ); camera.position.set( 0, 200, 800 ); scene = new THREE.Scene(); // Grid var line_material = new THREE.LineBasicMaterial( { color: 0x303030 } ), geometry = new THREE.Geometry(), floor = -75, step = 25; for ( var i = 0; i <= 40; i ++ ) { geometry.vertices.push( new THREE.Vector3( - 500, floor, i * step - 500 ) ); geometry.vertices.push( new THREE.Vector3( 500, floor, i * step - 500 ) ); geometry.vertices.push( new THREE.Vector3( i * step - 500, floor, -500 ) ); geometry.vertices.push( new THREE.Vector3( i * step - 500, floor, 500 ) ); } var line = new THREE.Line( geometry, line_material, THREE.LinePieces ); scene.add( line ); // Materials var texture = new THREE.Texture( generateTexture() ); texture.needsUpdate = true; materials.push( new THREE.MeshLambertMaterial( { map: texture, transparent: true } ) ); materials.push( new THREE.MeshLambertMaterial( { color: 0xdddddd, shading: THREE.FlatShading } ) ); materials.push( new THREE.MeshPhongMaterial( { ambient: 0x030303, color: 0xdddddd, specular: 0x009900, shininess: 30, shading: THREE.FlatShading } ) ); materials.push( new THREE.MeshNormalMaterial( ) ); materials.push( new THREE.MeshBasicMaterial( { color: 0xffaa00, transparent: true, blending: THREE.AdditiveBlending } ) ); //materials.push( new THREE.MeshBasicMaterial( { color: 0xff0000, blending: THREE.SubtractiveBlending } ) ); materials.push( new THREE.MeshLambertMaterial( { color: 0xdddddd, shading: THREE.SmoothShading } ) ); materials.push( new THREE.MeshPhongMaterial( { ambient: 0x030303, color: 0xdddddd, specular: 0x009900, shininess: 30, shading: THREE.SmoothShading, map: texture, transparent: true } ) ); materials.push( new THREE.MeshNormalMaterial( { shading: THREE.SmoothShading } ) ); materials.push( new THREE.MeshBasicMaterial( { color: 0xffaa00, wireframe: true } ) ); materials.push( new THREE.MeshDepthMaterial() ); materials.push( new THREE.MeshLambertMaterial( { color: 0x666666, emissive: 0xff0000, ambient: 0x000000, shading: THREE.SmoothShading } ) ); materials.push( new THREE.MeshPhongMaterial( { color: 0x000000, specular: 0x666666, emissive: 0xff0000, ambient: 0x000000, shininess: 10, shading: THREE.SmoothShading, opacity: 0.9, transparent: true } ) ); materials.push( new THREE.MeshBasicMaterial( { map: texture, transparent: true } ) ); // Spheres geometry var geometry_smooth = new THREE.SphereGeometry( 70, 32, 16 ); var geometry_flat = new THREE.SphereGeometry( 70, 32, 16 ); var geometry_pieces = new THREE.SphereGeometry( 70, 32, 16 ); // Extra geometry to be broken down for MeshFaceMaterial for ( var i = 0, l = geometry_pieces.faces.length; i < l; i ++ ) { var face = geometry_pieces.faces[ i ]; face.materialIndex = Math.floor( Math.random() * materials.length ); } geometry_pieces.materials = materials; materials.push( new THREE.MeshFaceMaterial( materials ) ); objects = []; var sphere, geometry, material; for ( var i = 0, l = materials.length; i < l; i ++ ) { material = materials[ i ]; geometry = material instanceof THREE.MeshFaceMaterial ? geometry_pieces : ( material.shading == THREE.FlatShading ? geometry_flat : geometry_smooth ); sphere = new THREE.Mesh( geometry, material ); sphere.position.x = ( i % 4 ) * 200 - 400; sphere.position.z = Math.floor( i / 4 ) * 200 - 200; sphere.rotation.x = Math.random() * 200 - 100; sphere.rotation.y = Math.random() * 200 - 100; sphere.rotation.z = Math.random() * 200 - 100; objects.push( sphere ); scene.add( sphere ); } particleLight = new THREE.Mesh( new THREE.SphereGeometry( 4, 8, 8 ), new THREE.MeshBasicMaterial( { color: 0xffffff } ) ); scene.add( particleLight ); // Lights scene.add( new THREE.AmbientLight( 0x111111 ) ); var directionalLight = new THREE.DirectionalLight( /*Math.random() * */ 0xffffff, 0.125 ); directionalLight.position.x = Math.random() - 0.5; directionalLight.position.y = Math.random() - 0.5; directionalLight.position.z = Math.random() - 0.5; directionalLight.position.normalize(); scene.add( directionalLight ); pointLight = new THREE.PointLight( 0xffffff, 1 ); scene.add( pointLight ); // renderer = new THREE.WebGLRenderer( { antialias: true } ); renderer.setSize( window.innerWidth, window.innerHeight ); container.appendChild( renderer.domElement ); // stats = new Stats(); stats.domElement.style.position = 'absolute'; stats.domElement.style.top = '0px'; container.appendChild( stats.domElement ); // window.addEventListener( 'resize', onWindowResize, false ); } function onWindowResize() { camera.aspect = window.innerWidth / window.innerHeight; camera.updateProjectionMatrix(); renderer.setSize( window.innerWidth, window.innerHeight ); } function generateTexture() { var canvas = document.createElement( 'canvas' ); canvas.width = 256; canvas.height = 256; var context = canvas.getContext( '2d' ); var image = context.getImageData( 0, 0, 256, 256 ); var x = 0, y = 0; for ( var i = 0, j = 0, l = image.data.length; i < l; i += 4, j ++ ) { x = j % 256; y = x == 0 ? y + 1 : y; image.data[ i ] = 255; image.data[ i + 1 ] = 255; image.data[ i + 2 ] = 255; image.data[ i + 3 ] = Math.floor( x ^ y ); } context.putImageData( image, 0, 0 ); return canvas; } // function animate() { requestAnimationFrame( animate ); render(); stats.update(); } function render() { var timer = 0.0001 * Date.now(); camera.position.x = Math.cos( timer ) * 1000; camera.position.z = Math.sin( timer ) * 1000; camera.lookAt( scene.position ); for ( var i = 0, l = objects.length; i < l; i ++ ) { var object = objects[ i ]; object.rotation.x += 0.01; object.rotation.y += 0.005; } materials[ materials.length - 3 ].emissive.setHSV( 0.54, 1, 0.7 * ( 0.5 + 0.5 * Math.sin( 35 * timer ) ) ); materials[ materials.length - 4 ].emissive.setHSV( 0.04, 1, 0.7 * ( 0.5 + 0.5 * Math.cos( 35 * timer ) ) ); particleLight.position.x = Math.sin( timer * 7 ) * 300; particleLight.position.y = Math.cos( timer * 5 ) * 400; particleLight.position.z = Math.cos( timer * 3 ) * 300; pointLight.position.x = particleLight.position.x; pointLight.position.y = particleLight.position.y; pointLight.position.z = particleLight.position.z; renderer.render( scene, camera ); } </script> </body> </html>
pixelsandcandy/sandbox-js
threeJS/mrdoob-three.js-3b4457e/examples/webgl_materials.html
HTML
mit
7,680
<!-- saved from url=(0014)about:internet --><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN"> <html> <!-- Standard Head Part --> <head> <title>NUnit - MultiAssembly</title> <meta http-equiv="Content-Type" content="text/html; charset=windows-1252"> <meta http-equiv="Content-Language" content="en-US"> <meta name="norton-safeweb-site-verification" content="tb6xj01p4hgo5x-8wscsmq633y11-e6nhk-bnb5d987bseanyp6p0uew-pec8j963qlzj32k5x9h3r2q7wh-vmy8bbhek5lnpp5w4p8hocouuq39e09jrkihdtaeknua" /> <link rel="stylesheet" type="text/css" href="nunit.css"> <link rel="shortcut icon" href="favicon.ico"> </head> <!-- End Standard Head Part --> <body> <!-- Standard Header for NUnit.org --> <div id="header"> <a id="logo" href="http://www.nunit.org"><img src="img/logo.gif" alt="NUnit.org" title="NUnit.org"></a> <div id="nav"> <a href="http://www.nunit.org">NUnit</a> <a class="active" href="index.html">Documentation</a> </div> </div> <!-- End of Header --> <div id="content"> <h2>Multiple-Assembly Support</h2> <p>Since version 2.1, NUnit has allowed loading suites of tests from multiple assemblies in both the console and GUI runners. This may be done on an adhoc basis or by creating NUnit test projects saved as files of type '.nunit'. In either case, a top-level suite is constructed, which contains the root suite for each assembly. Tests are run and reported just as for a single assembly.</p> <h3>Adhoc Usage</h3> <p>Using the console runner, multiple assemblies may be run simply by specifying their names on the command line. See <a href="consoleCommandLine.html">NUnit-Console Command Line Options</a> for an example of this usage.</p> <p>The gui runner does not support specifying multiple assemblies on the command-line. However, you can load a single assembly and then use the Project menu to add additional assemblies. Additionally, you can drag multiple assemblies to the tree view pane, in which case they will replace any assemblies already loaded.</p> <h3>NUnit Test Projects</h3> <p>Running tests from multiple assemblies is facilitated by the use of NUnit test projects. These are files with the extension .nunit containing information about the assemblies to be loaded. The following is an example of a hypothetical test project file:</p> <div class="code"> <pre>&lt;NUnitProject&gt; &lt;Settings activeconfig="Debug"/&gt; &lt;Config name="Debug"&gt; &lt;assembly path="LibraryCore\bin\Debug\Library.dll"/&gt; &lt;assembly path="LibraryUI\bin\Debug\LibraryUI.dll"/&gt; &lt;/Config&gt; &lt;Config name="Release"&gt; &lt;assembly path="LibraryCore\bin\Release\Library.dll"/&gt; &lt;assembly path="LibraryUI\bin\Release\LibraryUI.dll"/&gt; &lt;/Config&gt; &lt;/NUnitProject&gt;</pre> </div> <p>This project contains two configurations, each of which contains two assemblies. The Debug configuration is currently active. By default, the assemblies will be loaded using the directory containing this file as the ApplicationBase. The PrivateBinPath will be set automatically to <code>LibraryCore\bin\Debug;LibraryUI\bin\Debug</code> or to the corresonding release path. XML attributes are used to specify non-default values for the ApplicationBase, Configuration File and PrivateBinPath. The <a href="projectEditor.html">Project Editor</a> may be used to create or modify NUnit projects.</p> <p>Even when you are running a single test assembly, NUnit creates an internal project to contain that assembly. If you are using the gui, you can save this project, edit it, add additional assemblies, etc. Note that the gui does not display the internal project unless you add assemblies or modify it in some other way. <p>If you use <a href="vsSupport.html">Visual Studio Support</a> to load Visual Studio .Net project or solution files, NUnit converts them to Test projects internally. As with other internal projects, these test projects are not saved automatically but may be saved by use of the File menu.</p> <h3>Loading and Running</h3> <p>In the past, test writers have been able to rely on the current directory being set to the directory containing the single loaded assembly. For the purpose of compatibility, NUnit continues to set the current directory to the directory containing each assembly whenever any test from that assembly is run.</p> <p>Additionally, because some assemblies may rely on unmanaged dlls in the same directory, the current directory is also set to that of the assembly at the time the assembly is loaded. However, in cases where multiple assemblies reference the same unmanaged assembly, this may not be sufficient and the user may need to place the directory containing the unmanaged dll on the path.</p> </div> <!-- Submenu --> <div id="subnav"> <ul> <li><a href="index.html">NUnit 2.6</a></li> <ul> <li><a href="getStarted.html">Getting&nbsp;Started</a></li> <li><a href="writingTests.html">Writing&nbsp;Tests</a></li> <li><a href="runningTests.html">Running&nbsp;Tests</a></li> <ul> <li><a href="nunit-console.html">Console&nbsp;Runner</a></li> <li><a href="nunit-gui.html">Gui&nbsp;Runner</a></li> <li><a href="pnunit.html">PNUnit&nbsp;Runner</a></li> <li><a href="nunit-agent.html">NUnit&nbsp;Agent</a></li> <li><a href="projectEditor.html">Project&nbsp;Editor</a></li> <li><a href="runtimeSelection.html">Runtime&nbsp;Selection</a></li> <li><a href="assemblyIsolation.html">Assembly&nbsp;Isolation</a></li> <li><a href="configFiles.html">Configuration&nbsp;Files</a></li> <li id="current"><a href="multiAssembly.html">Multiple&nbsp;Assemblies</a></li> <li><a href="vsSupport.html">Visual&nbsp;Studio&nbsp;Support</a></li> </ul> <li><a href="extensibility.html">Extensibility</a></li> <li><a href="releaseNotes.html">Release&nbsp;Notes</a></li> <li><a href="samples.html">Samples</a></li> <li><a href="license.html">License</a></li> </ul> <li><a href="vsTestAdapter.html">NUnit&nbsp;Test&nbsp;Adapter&nbsp;0.90</a></li> <ul> <li><a href="vsTestAdapterLicense.html">License</a></li> </ul> <li><a href="&r=2.6.html"></a></li> <li><a href="&r=2.6.html"></a></li> </ul> </div> <!-- End of Submenu --> <!-- Standard Footer for NUnit.org --> <div id="footer"> Copyright &copy; 2012 Charlie Poole. All Rights Reserved. </div> <!-- End of Footer --> </body> </html>
dodecaphonic/fixturizer
vendor/nunit-2.6/doc/multiAssembly.html
HTML
mit
6,413
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <html> <head> <title>Minim : : BeatDetect</title> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> <link href="stylesheet.css" rel="stylesheet" type="text/css"> </head> <body> <center> <table class="mainTable"> <tr> <td class="header"> <span class="indexheader">Minim</span><br/> <span class="indexnavigation"> <a href="index.html">core</a> | <a href="index_ugens.html">ugens</a> | <a href="index_analysis.html">analysis</a> </span> </td> <td class="border-left">&nbsp;</td> </tr> <tr> <td class="classNavigation"> <p class="mainTextName">BeatDetect</p> <p class="linkListHeader">Fields</p> <p class="linkList"> <a href="beatdetect_field_freq_energy.html" title="Constant used to request frequency energy tracking mode.">FREQ_ENERGY</a><br/> <a href="beatdetect_field_sound_energy.html" title="Constant used to request sound energy tracking mode.">SOUND_ENERGY</a><br/> </p> <p class="linkListHeader">Methods</p> <p class="linkList"> <a href="beatdetect_method_detect.html" title="Analyze the samples in <code>buffer</code>. This is a cumulative process, so you must call this function every frame.">detect ( )</a><br/> <a href="beatdetect_method_detectmode.html" title="Set the object to use the requested algorithm. If an invalid value is passed, the function will report and error and default to BeatDetect.SOUND_ENERGY">detectMode ( )</a><br/> <a href="beatdetect_method_detectsize.html" title="In frequency energy mode this returns the number of frequency bands currently being used. In sound energy mode this always returns 0.">detectSize ( )</a><br/> <a href="beatdetect_method_getdetectcenterfrequency.html" title="Returns the center frequency of the i<sup>th</sup> frequency band. In sound energy mode this always returns 0.">getDetectCenterFrequency ( )</a><br/> <a href="beatdetect_method_ishat.html" title="In frequency energy mode this returns true if a beat corresponding to the frequency range of a hi hat has been detected. This has been tuned to work well with dance / techno music and may not perform well with other styles of music. In sound energy mode this always returns false.">isHat ( )</a><br/> <a href="beatdetect_method_iskick.html" title="In frequency energy mode this returns true if a beat corresponding to the frequency range of a kick drum has been detected. This has been tuned to work well with dance / techno music and may not perform well with other styles of music. In sound energy mode this always returns false.">isKick ( )</a><br/> <a href="beatdetect_method_isonset.html" title="In sound energy mode this returns true when a beat has been detected. In frequency energy mode this always returns false.">isOnset ( )</a><br/> <a href="beatdetect_method_isrange.html" title="In frequency energy mode this returns true if at least <code>threshold</code> bands of the bands included in the range <code>[low, high]</code> have registered a beat. In sound energy mode this always returns false.">isRange ( )</a><br/> <a href="beatdetect_method_issnare.html" title="In frequency energy mode this returns true if a beat corresponding to the frequency range of a snare drum has been detected. This has been tuned to work well with dance / techno music and may not perform well with other styles of music. In sound energy mode this always returns false.">isSnare ( )</a><br/> <a href="beatdetect_method_setsensitivity.html" title="Sets the sensitivity of the algorithm. After a beat has been detected, the algorithm will wait for <code>millis</code> milliseconds before allowing another beat to be reported. You can use this to dampen the algorithm if it is giving too many false-positives. The default value is 10, which is essentially no damping. If you try to set the sensitivity to a negative value, an error will be reported and it will be set to 10 instead.">setSensitivity ( )</a><br/> </p> </td> <td class="mainText border-left"> The BeatDetect class allows you to analyze an audio stream for beats (rhythmic onsets). <a href="http://www.gamedev.net/reference/programming/features/beatdetection">Beat Detection Algorithms</a> by Frederic Patin describes beats in the following way: <blockquote> The human listening system determines the rhythm of music by detecting a pseudo periodical succession of beats. The signal which is intercepted by the ear contains a certain energy, this energy is converted into an electrical signal which the brain interprets. Obviously, The more energy the sound transports, the louder the sound will seem. But a sound will be heard as a <em>beat</em> only if his energy is largely superior to the sound's energy history, that is to say if the brain detects a <em>brutal variation in sound energy</em>. Therefore if the ear intercepts a monotonous sound with sometimes big energy peaks it will detect beats, however, if you play a continuous loud sound you will not perceive any beats. Thus, the beats are big variations of sound energy. </blockquote> In fact, the two algorithms in this class are based on two algorithms described in that paper. <p> To use this class, inside of <code>draw()</code> you must first call <code>detect()</code>, passing the <code>AudioBuffer</code> you want to analyze. You may then use the <code>isXXX</code> functions to find out what beats have occurred in that frame. For example, you might use <code>isKick()</code> to cause a circle to pulse. <p> BeatDetect has two modes: sound energy tracking and frequency energy tracking. In sound energy mode, the level of the buffer, as returned by <code>level()</code>, is used as the instant energy in each frame. Beats, then, are spikes in this value, relative to the previous one second of sound. In frequency energy mode, the same process is used but instead of tracking the level of the buffer, an FFT is used to obtain a spectrum, which is then divided into average bands using <code>logAverages()</code>, and each of these bands is tracked individually. The result is that it is possible to track sounds that occur in different parts of the frequency spectrum independently (like the kick drum and snare drum). <p> In sound energy mode you use <code>isOnset()</code> to query the algorithm and in frequency energy mode you use <code>isOnset(int i)</code>, <code>isKick()</code>, <code>isSnare()</code>, and <code>isRange()</code> to query particular frequnecy bands or ranges of frequency bands. It should be noted that <code>isKick()</code>, <code>isSnare()</code>, and <code>isHat()</code> merely call <code>isRange()</code> with values determined by testing the algorithm against music with a heavy beat and they may not be appropriate for all kinds of music. If you find they are performing poorly with your music, you should use <code>isRange()</code> directly to locate the bands that provide the most meaningful information for you. <p class="memberSectionHeader">Constructors</p> <pre><em>Create a BeatDetect object that is in SOUND_ENERGY mode. <code>timeSize</code> and <code>sampleRate</code> will be set to 1024 and 44100, respectively, so that it is possible to switch into FREQ_ENERGY mode with meaningful values.</em> BeatDetect() <em>Create a BeatDetect object that is in FREQ_ENERGY mode and expects a sample buffer with the requested attributes.</em> BeatDetect(int timeSize, float sampleRate) </pre> <p class="memberSectionHeader">Parameters</p> <span class="parameterName">timeSize</span>&nbsp;&mdash;&nbsp;<span class="parameterDescription">int: the size of the buffer</span><br/> <span class="parameterName">sampleRate</span>&nbsp;&mdash;&nbsp;<span class="parameterDescription">float: the sample rate of the samples in the buffer</span><br/> <p class="memberSectionHeader">Related</p> <p class="memberSectionHeader">Example</p> <pre>/** * This sketch demonstrates how to use the BeatDetect object song SOUND_ENERGY mode.&lt;br /> * You must call &lt;code>detect&lt;/code> every frame and then you can use &lt;code>isOnset&lt;/code> * to track the beat of the music. * &lt;p> * This sketch plays an entire song, so it may be a little slow to load. * &lt;p> * For more information about Minim and additional features, * visit http://code.compartmental.net/minim/ */ import ddf.minim.*; import ddf.minim.analysis.*; Minim minim; AudioPlayer song; BeatDetect beat; float eRadius; void setup() { size(200, 200, P3D); minim = new Minim(this); song = minim.loadFile("marcus_kellis_theme.mp3", 2048); song.play(); // a beat detection object song SOUND_ENERGY mode with a sensitivity of 10 milliseconds beat = new BeatDetect(); ellipseMode(RADIUS); eRadius = 20; } void draw() { background(0); beat.detect(song.mix); float a = map(eRadius, 20, 80, 60, 255); fill(60, 255, 0, a); if ( beat.isOnset() ) eRadius = 80; ellipse(width/2, height/2, eRadius, eRadius); eRadius *= 0.95; if ( eRadius &lt; 20 ) eRadius = 20; } </pre> <p class="memberSectionHeader">Usage</p> Web & Application </td> </tr> </table> </center> </body> </html>
dibarbet/MusicComposer
libraries/minim/documentation/beatdetect_class_beatdetect.html
HTML
mit
9,513
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8" /> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no" /> <title>MorTeam</title> <link href='http://fonts.googleapis.com/css?family=Open+Sans:700,300,400' rel='stylesheet' type='text/css'> <link href='http://fonts.googleapis.com/css?family=Roboto' rel='stylesheet' type='text/css'> <link href='http://fonts.googleapis.com/css?family=Exo+2:400,300,200' rel='stylesheet' type='text/css'> <link href='http://fonts.googleapis.com/css?family=Titillium+Web' rel='stylesheet' type='text/css'> <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.4/css/bootstrap.min.css"> <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.4/css/bootstrap-theme.min.css"> <link rel="stylesheet" href="css/index.css" type="text/css"> </head> <body> <div id="login_area"> <form id="form"> <input class="login_item" type="text" placeholder="Username/Email" id="username_box"></input> <input class="login_item" type="password" placeholder="Password" id="password_box"></input> <div id="remember"><input type="checkbox" id="remember_box" checked></input><label for="remember_box" id="remember_text">Remember me?</label></div> <input class="login_item" type="submit" value="Log In" id="login_button"></input> </form> <input class="login_item" type="submit" value="Sign Up" id="signup_buttonL"></input> </div> <script src="http://code.jquery.com/jquery-1.11.3.min.js"></script> <script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.4/js/bootstrap.min.js"></script> <script type="text/javascript"> $(document).ready(function(){ document.getElementById("form").onsubmit = function() { var userOrEmail = document.getElementById("username_box").value.trim(); var pass = document.getElementById("password_box").value.trim(); var xhr = new XMLHttpRequest(); xhr.open("POST", "/f/loginUser", true); xhr.onreadystatechange = function() { if(xhr.readyState == 4&&xhr.status == 200) { if (xhr.responseText != "invalid login"){ var resData = JSON.parse(xhr.responseText); var token = resData.token; var user = resData.user; var firstName = resData.first; var lastName = resData.last; var phone = resData.phone; var email = resData.email; //var teamName = resData.teamName; //var teamCode = resData.teamCode; //var teamNumber = resData.teamNumber; localStorage.setItem("username", user); console.log(user); localStorage.setItem("userToken", token); localStorage.firstName = firstName; localStorage.lastName = lastName; localStorage.phone = phone; localStorage.email = email; localStorage.teamName = ""; localStorage.teamCode = ""; localStorage.teamNumber = ""; location="index"; } else { //Failed login console.log("ransad") alert("Incorrect user/email or password"); } } }; xhr.send(JSON.stringify({"user":userOrEmail, "pass":pass})); return false; }; $('#signup_buttonL').click(function(){ location = "signup"; }); }); window.onunload = function(){}; </script> <script> (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){ (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o), m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m) })(window,document,'script','//www.google-analytics.com/analytics.js','ga'); ga('create', 'UA-66914799-1', 'auto'); ga('send', 'pageview'); </script> </html>
mortorqrobotics/Morganizer-website
login.html
HTML
mit
4,126
<h2>Breaking it down</h2> <p>We have one simple line of jQuery here, but there's a lot happening.</p> <pre><code class="js" contenteditable>$('p').addClass('special');</code></pre>
gdichicago/js201
slideshow/slides/breaking-it-down.html
HTML
mit
181
<!DOCTYPE html> <html lang="en"> <head> <title>ProcessIDLogFormatter Struct Reference</title> <link rel="stylesheet" type="text/css" href="../css/jazzy.css" /> <link rel="stylesheet" type="text/css" href="../css/highlight.css" /> <meta charset='utf-8'> <script src="../js/jquery.min.js" defer></script> <script src="../js/jazzy.js" defer></script> </head> <body> <a name="//apple_ref/swift/Struct/ProcessIDLogFormatter" class="dashAnchor"></a> <a title="ProcessIDLogFormatter Struct Reference"></a> <header> <div class="content-wrapper"> <p><a href="../index.html">CleanroomLogger Docs</a> (100% documented)</p> <p class="header-right"><a href="https://github.com/emaloney/CleanroomLogger"><img src="../img/gh.png"/>View on GitHub</a></p> </div> </header> <div class="content-wrapper"> <p id="breadcrumbs"> <a href="../index.html">CleanroomLogger Reference</a> <img id="carat" src="../img/carat.png" /> ProcessIDLogFormatter Struct Reference </p> </div> <div class="content-wrapper"> <nav class="sidebar"> <ul class="nav-groups"> <li class="nav-group-name"> <a href="../Classes.html">Classes</a> <ul class="nav-group-tasks"> <li class="nav-group-task"> <a href="../Classes/BasicLogConfiguration.html">BasicLogConfiguration</a> </li> <li class="nav-group-task"> <a href="../Classes/ConcatenatingLogFormatter.html">ConcatenatingLogFormatter</a> </li> <li class="nav-group-task"> <a href="../Classes/ConsoleLogConfiguration.html">ConsoleLogConfiguration</a> </li> <li class="nav-group-task"> <a href="../Classes/ConsoleLogConfiguration/StandardStreamsMode.html">– StandardStreamsMode</a> </li> <li class="nav-group-task"> <a href="../Classes/FieldBasedLogFormatter.html">FieldBasedLogFormatter</a> </li> <li class="nav-group-task"> <a href="../Classes/FieldBasedLogFormatter/Field.html">– Field</a> </li> <li class="nav-group-task"> <a href="../Classes/FileLogRecorder.html">FileLogRecorder</a> </li> <li class="nav-group-task"> <a href="../Classes/LogReceptacle.html">LogReceptacle</a> </li> <li class="nav-group-task"> <a href="../Classes/LogRecorderBase.html">LogRecorderBase</a> </li> <li class="nav-group-task"> <a href="../Classes/OutputStreamLogRecorder.html">OutputStreamLogRecorder</a> </li> <li class="nav-group-task"> <a href="../Classes/ParsableLogFormatter.html">ParsableLogFormatter</a> </li> <li class="nav-group-task"> <a href="../Classes/ReadableLogFormatter.html">ReadableLogFormatter</a> </li> <li class="nav-group-task"> <a href="../Classes/RotatingLogFileConfiguration.html">RotatingLogFileConfiguration</a> </li> <li class="nav-group-task"> <a href="../Classes/RotatingLogFileRecorder.html">RotatingLogFileRecorder</a> </li> <li class="nav-group-task"> <a href="../Classes/StandardErrorLogRecorder.html">StandardErrorLogRecorder</a> </li> <li class="nav-group-task"> <a href="../Classes/StandardLogFormatter.html">StandardLogFormatter</a> </li> <li class="nav-group-task"> <a href="../Classes/StandardOutputLogRecorder.html">StandardOutputLogRecorder</a> </li> <li class="nav-group-task"> <a href="../Classes/StandardStreamsLogRecorder.html">StandardStreamsLogRecorder</a> </li> <li class="nav-group-task"> <a href="../Classes/XcodeLogConfiguration.html">XcodeLogConfiguration</a> </li> <li class="nav-group-task"> <a href="../Classes/XcodeLogFormatter.html">XcodeLogFormatter</a> </li> <li class="nav-group-task"> <a href="../Classes/XcodeTraceLogFormatter.html">XcodeTraceLogFormatter</a> </li> </ul> </li> <li class="nav-group-name"> <a href="../Enums.html">Enums</a> <ul class="nav-group-tasks"> <li class="nav-group-task"> <a href="../Enums/CallingThreadStyle.html">CallingThreadStyle</a> </li> <li class="nav-group-task"> <a href="../Enums/DelimiterStyle.html">DelimiterStyle</a> </li> <li class="nav-group-task"> <a href="../Enums/LogSeverity.html">LogSeverity</a> </li> <li class="nav-group-task"> <a href="../Enums/OSLogTypeTranslator.html">OSLogTypeTranslator</a> </li> <li class="nav-group-task"> <a href="../Enums/SeverityStyle.html">SeverityStyle</a> </li> <li class="nav-group-task"> <a href="../Enums/SeverityStyle/TextRepresentation.html">– TextRepresentation</a> </li> <li class="nav-group-task"> <a href="../Enums/TimestampStyle.html">TimestampStyle</a> </li> </ul> </li> <li class="nav-group-name"> <a href="../Protocols.html">Protocols</a> <ul class="nav-group-tasks"> <li class="nav-group-task"> <a href="../Protocols/LogConfiguration.html">LogConfiguration</a> </li> <li class="nav-group-task"> <a href="../Protocols/LogFilter.html">LogFilter</a> </li> <li class="nav-group-task"> <a href="../Protocols/LogFormatter.html">LogFormatter</a> </li> <li class="nav-group-task"> <a href="../Protocols/LogRecorder.html">LogRecorder</a> </li> </ul> </li> <li class="nav-group-name"> <a href="../Structs.html">Structs</a> <ul class="nav-group-tasks"> <li class="nav-group-task"> <a href="../Structs/CallSiteLogFormatter.html">CallSiteLogFormatter</a> </li> <li class="nav-group-task"> <a href="../Structs/CallingThreadLogFormatter.html">CallingThreadLogFormatter</a> </li> <li class="nav-group-task"> <a href="../Structs/DelimiterLogFormatter.html">DelimiterLogFormatter</a> </li> <li class="nav-group-task"> <a href="../Structs/LiteralLogFormatter.html">LiteralLogFormatter</a> </li> <li class="nav-group-task"> <a href="../Structs/Log.html">Log</a> </li> <li class="nav-group-task"> <a href="../Structs/LogChannel.html">LogChannel</a> </li> <li class="nav-group-task"> <a href="../Structs/LogEntry.html">LogEntry</a> </li> <li class="nav-group-task"> <a href="../Structs/LogEntry/Payload.html">– Payload</a> </li> <li class="nav-group-task"> <a href="../Structs/LogSeverityFilter.html">LogSeverityFilter</a> </li> <li class="nav-group-task"> <a href="../Structs/OSLogRecorder.html">OSLogRecorder</a> </li> <li class="nav-group-task"> <a href="../Structs/PayloadLogFormatter.html">PayloadLogFormatter</a> </li> <li class="nav-group-task"> <a href="../Structs/PayloadMessageLogFormatter.html">PayloadMessageLogFormatter</a> </li> <li class="nav-group-task"> <a href="../Structs/PayloadTraceLogFormatter.html">PayloadTraceLogFormatter</a> </li> <li class="nav-group-task"> <a href="../Structs/PayloadValueLogFormatter.html">PayloadValueLogFormatter</a> </li> <li class="nav-group-task"> <a href="../Structs/ProcessIDLogFormatter.html">ProcessIDLogFormatter</a> </li> <li class="nav-group-task"> <a href="../Structs/ProcessNameLogFormatter.html">ProcessNameLogFormatter</a> </li> <li class="nav-group-task"> <a href="../Structs/SeverityLogFormatter.html">SeverityLogFormatter</a> </li> <li class="nav-group-task"> <a href="../Structs/StackFrameLogFormatter.html">StackFrameLogFormatter</a> </li> <li class="nav-group-task"> <a href="../Structs/TimestampLogFormatter.html">TimestampLogFormatter</a> </li> </ul> </li> </ul> </nav> <article class="main-content"> <section> <section class="section"> <h1>ProcessIDLogFormatter</h1> <div class="declaration"> <div class="language"> <pre class="highlight"><code><span class="kd">public</span> <span class="kd">struct</span> <span class="kt">ProcessIDLogFormatter</span><span class="p">:</span> <span class="kt"><a href="../Protocols/LogFormatter.html">LogFormatter</a></span></code></pre> </div> </div> <p>A <code><a href="../Protocols/LogFormatter.html">LogFormatter</a></code> that returns the string representation of a <code><a href="../Structs/LogEntry.html">LogEntry</a></code>&rsquo;s <code>processID</code> property.</p> <p>This is typically combined with other <code><a href="../Protocols/LogFormatter.html">LogFormatter</a></code>s within a <code><a href="../Classes/ConcatenatingLogFormatter.html">ConcatenatingLogFormatter</a></code>.</p> </section> <section class="section task-group-section"> <div class="task-group"> <ul> <li class="item"> <div> <code> <a name="/s:FV15CleanroomLogger21ProcessIDLogFormattercFT_S0_"></a> <a name="//apple_ref/swift/Method/init()" class="dashAnchor"></a> <a class="token" href="#/s:FV15CleanroomLogger21ProcessIDLogFormattercFT_S0_">init()</a> </code> </div> <div class="height-container"> <div class="pointer-container"></div> <section class="section"> <div class="pointer"></div> <div class="abstract"> <p>The initializer.</p> </div> <div class="declaration"> <h4>Declaration</h4> <div class="language"> <p class="aside-title">Swift</p> <pre class="highlight"><code><span class="kd">public</span> <span class="nf">init</span><span class="p">()</span></code></pre> </div> </div> </section> </div> </li> <li class="item"> <div> <code> <a name="/s:FV15CleanroomLogger21ProcessIDLogFormatter6formatFVS_8LogEntryGSqSS_"></a> <a name="//apple_ref/swift/Method/format(_:)" class="dashAnchor"></a> <a class="token" href="#/s:FV15CleanroomLogger21ProcessIDLogFormatter6formatFVS_8LogEntryGSqSS_">format(_:)</a> </code> </div> <div class="height-container"> <div class="pointer-container"></div> <section class="section"> <div class="pointer"></div> <div class="abstract"> <p>Formats the passed-in <code><a href="../Structs/LogEntry.html">LogEntry</a></code> by returning a string representation of its <code>processID</code> property.</p> </div> <div class="declaration"> <h4>Declaration</h4> <div class="language"> <p class="aside-title">Swift</p> <pre class="highlight"><code><span class="kd">public</span> <span class="kd">func</span> <span class="nf">format</span><span class="p">(</span><span class="n">_</span> <span class="nv">entry</span><span class="p">:</span> <span class="kt"><a href="../Structs/LogEntry.html">LogEntry</a></span><span class="p">)</span> <span class="o">-&gt;</span> <span class="kt">String</span><span class="p">?</span></code></pre> </div> </div> <div> <h4>Parameters</h4> <table class="graybox"> <tbody> <tr> <td> <code> <em>entry</em> </code> </td> <td> <div> <p>The <code>LogEntry</code> to be formatted.</p> </div> </td> </tr> </tbody> </table> </div> <div> <h4>Return Value</h4> <p>The formatted result; never <code>nil</code>.</p> </div> </section> </div> </li> </ul> </div> </section> </section> <section id="footer"> <p>© 2015-2017 <a class="link" href="http://tech.gilt.com/" target="_blank" rel="external">Gilt Groupe</a></p> <p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.7.2</a>, a <a class="link" href="http://realm.io" target="_blank" rel="external">Realm</a> project.</p> </section> </article> </div> </body> </div> </html>
chizcake/ReplayKitExample
ReplayKitExampleStarter/Carthage/Checkouts/CleanroomLogger/Documentation/API/docsets/CleanroomLogger.docset/Contents/Resources/Documents/Structs/ProcessIDLogFormatter.html
HTML
mit
14,941
<!DOCTYPE html> <html> <head> <title>SimpleWebRTC Demo</title> </head> <body> <h1 id="title">Start a room</h1> <style> #remotes video { height: 150px; } </style> <button id="screenShareButton"></button> <p id="subTitle"></p> <form id="createRoom"> <input id="sessionInput"/> <button type="submit">Create it!</button> </form> <video id="localVideo" style="height: 150px;" oncontextmenu="return false;"></video> <div id="remotes"></div> <script src="//ajax.googleapis.com/ajax/libs/jquery/1.9.0/jquery.min.js"></script> <script src="socket.io.js"></script> <script src="simplewebrtc.bundle.js"></script> <script> // grab the room from the URL var room = location.search && location.search.split('?')[1]; // create our webrtc connection var webrtc = new SimpleWebRTC({ // the id/element dom element that will hold "our" video localVideoEl: 'localVideo', // the id/element dom element that will hold remote videos remoteVideosEl: 'remotes', // immediately ask for camera access autoRequestMedia: true, debug: true, detectSpeakingEvents: true, autoAdjustMic: false }); // when it's ready, join if we got a room from the URL webrtc.on('readyToCall', function () { // you can name it anything if (room) webrtc.joinRoom(room); }); // Since we use this twice we put it here function setRoom(name) { $('form').remove(); $('h1').text(name); $('#subTitle').text('Link to join: ' + location.href); $('body').addClass('active'); } if (room) { setRoom(room); } else { $('form').submit(function () { var val = $('#sessionInput').val().toLowerCase().replace(/\s/g, '-').replace(/[^A-Za-z0-9_\-]/g, ''); webrtc.createRoom(val, function (err, name) { console.log(' create room cb', arguments); var newUrl = location.pathname + '?' + name; if (!err) { history.replaceState({foo: 'bar'}, null, newUrl); setRoom(name); } else { console.log(err); } }); return false; }); } var button = $('#screenShareButton'), setButton = function (bool) { button.text(bool ? 'share screen' : 'stop sharing'); }; webrtc.on('localScreenRemoved', function () { setButton(true); }); setButton(true); button.click(function () { if (webrtc.getLocalScreen()) { webrtc.stopScreenShare(); setButton(true); } else { webrtc.shareScreen(function (err) { if (err) { setButton(true); } else { setButton(false); } }); } }); </script> </body> </html>
congnghia0609/SimpleWebRTC
index.html
HTML
mit
3,704
{% extends "security/base.html" %} {% from "security/_macros.html" import render_field_with_errors, render_field %} {% block content %} {% include "security/_messages.html" %} <h1>{{ _('Reset password') }}</h1> <form action="{{ url_for_security('reset_password', token=reset_password_token) }}" method="POST" name="reset_password_form"> {{ reset_password_form.hidden_tag() }} {{ render_field_with_errors(reset_password_form.password) }} {{ render_field_with_errors(reset_password_form.password_confirm) }} {{ render_field(reset_password_form.submit) }} </form> {% include "security/_menu.html" %} {% endblock %}
fuhrysteve/flask-security
flask_security/templates/security/reset_password.html
HTML
mit
621
<form class="form" action="index.html" method="post"> <div class="form-group"> <h2 class="heading-medium">How far can {{ firstname }} walk or move on level ground without help from someone, and without stopping due to severe pain or tiredness?</h2> <p class="mb5">Moving includes:</p> <ul class="list list-bullet"> <li>walking with a stick</li> <li>using crutches</li> <li>using a manual wheelchair by themself</li> </ul> <div class="multiple-choice"> <input id="nomore_50" type="radio" name="mobility" value="nomore_50"> <label for="nomore_50">No more than 50 metres</label> </div> <div class="multiple-choice" data-target="the_rest"> <input id="nomore_100" type="radio" name="mobility" value="nomore_100"> <label for="nomore_100">No more than 100 metres</label> </div> <div class="multiple-choice" data-target="the_rest"> <input id="nomore_200" type="radio" name="mobility" value="nomore_200"> <label for="nomore_200">No more than 200 metres</label> </div> <div class="multiple-choice" data-target="the_rest"> <input id="morethan_200" type="radio" name="mobility" value="morethan_200"> <label for="morethan_200">More than 200 metres</label> </div> </div><!-- form-group --> <div class="panel js-hidden" id="the_rest"> <div class="form-group"> <h2 class="heading-medium">Could {{ firstname }} move that far again?</h2> <ol class="list list-number"> <li>Within a reasonable time</li> <li>Without stopping due to severe pain or tiredness</li> </ol> <div class="multiple-choice"> <input id="again_yes" type="radio" name="move_again" value="yes"> <label for="again_yes">Yes</label> </div> <div class="multiple-choice"> <input id="again_no" type="radio" name="move_again" value="no"> <label for="again_no">No</label> </div> </div><!-- form-group --> <div class="form-group"> <h2 class="heading-medium">Can {{ firstname }} go up or down 2 steps without help, if they use a handrail?</h2> <div class="multiple-choice"> <input id="steps_yes" type="radio" name="steps" value="yes"> <label for="steps_yes">Yes</label> </div> <div class="multiple-choice"> <input id="steps_no" type="radio" name="steps" value="no"> <label for="steps_no">No</label> </div> </div><!-- form-group --> </div><!-- #the_rest --> </form>
dwpdigitaltech/healthanddisability
app/views/assess/v5/victorcastillo/scoring/_mobility_score.html
HTML
mit
2,494
<p id="webster_tara" data-toggle="tooltip" title="<img src='{{site.filesurl}}/people/webster_tara.jpg' alt='Tara Webster' />"> <span class="person">Tara Webster</span> is a Postdoctoral Researcher at Cornell University studying plant-microbe interactions in soil and microbial activities in sustainable water treatment. Her research spans environmental engineering, microbial ecology, and geochemistry. </p>
gvwilson/website
_includes/people/webster_tara.html
HTML
mit
410
<html> <head> <meta http-equiv="Content-Type" content="text/html; charset=US-ASCII"> <title>basic_signal_set::cancel</title> <link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css"> <meta name="generator" content="DocBook XSL Stylesheets V1.76.1"> <link rel="home" href="../../../boost_asio.html" title="Boost.Asio"> <link rel="up" href="../basic_signal_set.html" title="basic_signal_set"> <link rel="prev" href="basic_signal_set/overload4.html" title="basic_signal_set::basic_signal_set (4 of 4 overloads)"> <link rel="next" href="cancel/overload1.html" title="basic_signal_set::cancel (1 of 2 overloads)"> </head> <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"> <table cellpadding="2" width="100%"><tr> <td valign="top"><img alt="Boost C++ Libraries" width="277" height="86" src="../../../../../boost.png"></td> <td align="center"><a href="../../../../../index.html">Home</a></td> <td align="center"><a href="../../../../../libs/libraries.htm">Libraries</a></td> <td align="center"><a href="http://www.boost.org/users/people.html">People</a></td> <td align="center"><a href="http://www.boost.org/users/faq.html">FAQ</a></td> <td align="center"><a href="../../../../../more/index.htm">More</a></td> </tr></table> <hr> <div class="spirit-nav"> <a accesskey="p" href="basic_signal_set/overload4.html"><img src="../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../basic_signal_set.html"><img src="../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../../boost_asio.html"><img src="../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="cancel/overload1.html"><img src="../../../../../doc/src/images/next.png" alt="Next"></a> </div> <div class="section"> <div class="titlepage"><div><div><h4 class="title"> <a name="boost_asio.reference.basic_signal_set.cancel"></a><a class="link" href="cancel.html" title="basic_signal_set::cancel">basic_signal_set::cancel</a> </h4></div></div></div> <p> <a class="indexterm" name="id1085740"></a> Cancel all operations associated with the signal set. </p> <pre class="programlisting"><span class="keyword">void</span> <a class="link" href="cancel/overload1.html" title="basic_signal_set::cancel (1 of 2 overloads)">cancel</a><span class="special">();</span> <span class="emphasis"><em>&#187; <a class="link" href="cancel/overload1.html" title="basic_signal_set::cancel (1 of 2 overloads)">more...</a></em></span> <span class="identifier">boost</span><span class="special">::</span><span class="identifier">system</span><span class="special">::</span><span class="identifier">error_code</span> <a class="link" href="cancel/overload2.html" title="basic_signal_set::cancel (2 of 2 overloads)">cancel</a><span class="special">(</span> <span class="identifier">boost</span><span class="special">::</span><span class="identifier">system</span><span class="special">::</span><span class="identifier">error_code</span> <span class="special">&amp;</span> <span class="identifier">ec</span><span class="special">);</span> <span class="emphasis"><em>&#187; <a class="link" href="cancel/overload2.html" title="basic_signal_set::cancel (2 of 2 overloads)">more...</a></em></span> </pre> </div> <table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr> <td align="left"></td> <td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p> Distributed under the Boost Software License, Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>) </p> </div></td> </tr></table> <hr> <div class="spirit-nav"> <a accesskey="p" href="basic_signal_set/overload4.html"><img src="../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../basic_signal_set.html"><img src="../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../../boost_asio.html"><img src="../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="cancel/overload1.html"><img src="../../../../../doc/src/images/next.png" alt="Next"></a> </div> </body> </html>
djsedulous/namecoind
libs/boost_1_50_0/doc/html/boost_asio/reference/basic_signal_set/cancel.html
HTML
mit
4,285
<!-- Created using {{domain}} Source can be edited via {{permalink}} -->
lukehoban/jsbin
views/comment.html
HTML
mit
77
{% extends "admin/skeleton.html" %} {% import "admin/posts_macros.html" as posts %} {% block title %}Delete Post{% endblock %} {% block maincontent %} <h1>Delete Post</h1> <p>Are you sure you want to delete this post?</p> <blockquote> <h2>{{post.title}}</h2> <p>{{post|post_extract}}</p> </blockquote> <form method="post"><input type="submit" value="Delete"></form> {% endblock %}
jife94/wwmmo
website/tmpl/admin/post_delete.html
HTML
mit
399
<div id="__html_id__" class="__style_prefix__ __class__ bx-def-margin-right-auto bx-def-margin-thd-topbottom bx-clearfix" bx_report_data_count="__count__"> <div class="__style_prefix__-element-holder">__do_report__</div> <bx_if:show_counter> <div class="__style_prefix__-counter-holder bx-def-margin-sec-left bx-btn-border"<bx_if:show_hidden> style="display:none"</bx_if:show_hidden>>__counter__</div> </bx_if:show_counter> </div> __script__
camperjz/trident
upgrade/files/9.0.0.B2-9.0.0.B3/files/template/report_element_block.html
HTML
mit
446