PageRenderTime 571ms queryTime 81ms sortTime 26ms getByIdsTime 353ms findMatchingLines 40ms

100+ results results for 'from m in material lang:HTML' (571 ms)

Not the results you expected?
webgl_materials_video.html https://github.com/nosy-b/three.js.git | HTML | 292 lines
                    
134
                    
135						materials[ cube_count ] = new THREE.MeshLambertMaterial( parameters );
                    
136
                    
136
                    
137						material = materials[ cube_count ];
                    
138
                    
141
                    
142						material.color.setHSL( material.hue, material.saturation, 0.5 );
                    
143
                    
243
                    
244					material = materials[ i ];
                    
245
                    
246					h = ( 360 * ( material.hue + time ) % 360 ) / 360;
                    
247					material.color.setHSL( h, material.saturation, 0.5 );
                    
248
                    
                
webgl_materials_displacementmap.html https://github.com/nosy-b/three.js.git | HTML | 268 lines
                    
34
                    
35			import { GUI } from './jsm/libs/lil-gui.module.min.js';
                    
36			import { OrbitControls } from './jsm/controls/OrbitControls.js';
                    
66				const gui = new GUI();
                    
67				//let gui = gui.addFolder( "Material" );
                    
68				gui.add( settings, 'metalness' ).min( 0 ).max( 1 ).onChange( function ( value ) {
                    
69
                    
70					material.metalness = value;
                    
71
                    
174
                    
175				material = new THREE.MeshStandardMaterial( {
                    
176
                    
206
                    
207					mesh = new THREE.Mesh( geometry, material );
                    
208					mesh.scale.multiplyScalar( 25 );
                    
                
Action.html https://bitbucket.org/phinisistudio/ascender-leveleditor.git | HTML | 73 lines
                    
43<a name="34" href="#34">34</a>  <em class="comment"> * this list of conditions and the following disclaimer in the documentation</em>
                    
44<a name="35" href="#35">35</a>  <em class="comment"> * and/or other materials provided with the distribution.</em>
                    
45<a name="36" href="#36">36</a>  <em class="comment"> * </em>
                    
46<a name="37" href="#37">37</a>  <em class="comment"> * 3. The name "DOM4J" must not be used to endorse or promote products derived</em>
                    
47<a name="38" href="#38">38</a>  <em class="comment"> * from this Software without prior written permission of MetaStuff, Ltd. For</em>
                    
48<a name="39" href="#39">39</a>  <em class="comment"> * written permission, please contact dom4j-info@metastuff.com.</em>
                    
49<a name="40" href="#40">40</a>  <em class="comment"> * </em>
                    
50<a name="41" href="#41">41</a>  <em class="comment"> * 4. Products derived from this Software may not be called "DOM4J" nor may</em>
                    
51<a name="42" href="#42">42</a>  <em class="comment"> * "DOM4J" appear in their names without prior written permission of MetaStuff,</em>
                    
                
dialogs_content.html https://gitlab.com/maudebo/tp-maudebaillyotis1 | HTML | 134 lines
                    
7        <h2 class="header">Toasts</h2>
                    
8        <p>Materialize provides an easy way for you to send unobtrusive alerts to your users through toasts. These toasts are also placed and sized responsively, try it out by clicking the button below on different device sizes.</p>
                    
9        <a class="waves-effect waves-light btn" onclick="Materialize.toast('I am a toast', 4000)">Toast!</a>
                    
9        <a class="waves-effect waves-light btn" onclick="Materialize.toast('I am a toast', 4000)">Toast!</a>
                    
10        <p>To do this, call the Materialize.toast() function programatically in JavaScript.</p>
                    
11        <pre><code class="language-javascript">
                    
11        <pre><code class="language-javascript">
                    
12  // Materialize.toast(message, displayLength, className, completeCallback);
                    
13  Materialize.toast('I am a toast!', 4000) // 4000 is the duration of the toast
                    
16        <pre><code class="language-markup">
                    
17  &lt;a class="btn" onclick="Materialize.toast('I am a toast', 4000)">Toast!&lt;/a>
                    
18        </code></pre>
                    
24  var $toastContent = $('&lt;span>I am toast content&lt;/span>');
                    
25  Materialize.toast($toastContent, 5000);
                    
26        </code></pre>
                    
                
wglew.html https://bitbucket.org/brita/cglib.git | HTML | 165 lines
                    
15  this list of conditions and the following disclaimer in the documentation 
                    
16  and/or other materials provided with the distribution.
                    
17* The name of the author may be used to endorse or promote products 
                    
17* The name of the author may be used to endorse or promote products 
                    
18  derived from this software without specific prior written permission.
                    
19
                    
                
about-the-site.html https://gitlab.com/gregtyka/khanacademy | HTML | 133 lines
                    
15home-schooler, principal, adult returning to the classroom after 20 years, or a friendly alien just trying to get a leg up in earthly biology. The Khan Academy's
                    
16materials and resources are available to you completely free of charge.
                    
17    </p>
                    
26    <h2>How it works for students</h2>
                    
27    <p>Students can make use of our extensive video library, practice exercises, and assessments from any computer with access to the web.</p>
                    
28    <ol>
                    
50            Our <a href="/#browse">library of videos</a> covers <strong>K-12 math</strong>, science topics such as <strong>biology, chemistry, and physics</strong>, and even reaches into the humanities with playlists on <strong>finance and history</strong>. Each video is a digestible chunk, approximately 10 minutes long, and especially purposed for viewing on the computer.<br/><br/>
                    
51            <em>"I teach the way that I wish I was taught. The lectures are coming from me, an actual human being who is fascinated by the world around him."</em><br/>
                    
52            &mdash;Sal
                    
67        <a href="/exercisedashboard">Practice math at your own pace</a> with our adaptive assessment exercises. You can <strong>start at 1+1 and work your way into calculus</strong> or jump right into whatever topic needs some brushing up.<br/><br/>
                    
68        Each problem is randomly generated, so you never run out of practice material. <strong>If you need a hint, every single problem can be broken down, step-by-step, with one click.</strong> If you need more help, you can always watch a related video.
                    
69        </p>
                    
77        Every time you work on a problem or watch a video, the Khan Academy remembers what you've learned and where you're spending your time. We keep all of this data private but expose powerful statistics to each user and their coaches. You get <strong>at-a-glance information about everything you've been learning</strong> and whether or not you've been hitting your goals.<br/><br/>
                    
78        You can drill all the way down from a bird's-eye view of your profile into each and every exercise problem that you've ever worked on. You'll see <strong>real, hard data about your increasing mastery</strong> of math. 
                    
79        </p>
                    
                
Representation-of-Strings.html https://gitlab.com/Gentio/my-pdf | HTML | 211 lines
                    
20(a) The FSF's Back-Cover Text is: "You have the freedom to
                    
21copy and modify this GNU manual.  Buying copies from the FSF
                    
22supports it in developing GNU and promoting software freedom." -->
                    
84and some common pitfalls.  If you are already familiar with this
                    
85material, you can skip this section.
                    
86</p>
                    
119</p>
                    
120<p>A null byte is quite different conceptually from a null pointer,
                    
121although both are represented by the integer constant <code>0</code>.
                    
                
NYC Department of Records - City Hall Library Notes, May 2006.htm https://github.com/jbckid/Records.git | HTML | 251 lines
                    
58        the centennial of Bloomingdale's in 1972. The history of the store
                    
59        is presented along with photographs from various time periods and historical
                    
60        information about New York City over the years covered. Bloomingdale's
                    
63        offered.</p>
                    
64      <p><i>Retailing New York </i>is a report from the Manhattan Borough President's
                    
65        office published in June 1996. Surveys of both New York City residents
                    
74        that opened for business on the famous "Ladies' Mile." This
                    
75        shopping area extended from 14th and the Union Square area, up Broadway
                    
76        to 23rd Street in the late nineteenth and early twentieth centuries.
                    
78        Bergdorf Goodman started here before eventual relocation or closure.
                    
79        Included are contemporary and historical photos and excerpts from original
                    
80        newspaper advertisements for the stores.</p>
                    
86        and hazards and various other key elements. </p>
                    
87      <p>Consult the vertical files for articles and other materials on retail
                    
88        stores and shopping malls. Find out more about shops, merchants, the
                    
                
IPA.html https://gitlab.com/infected_/linaro_aarch64-linux-android-5.3.x | HTML | 292 lines
                    
141The actual function bodies and variable initializers are updated
                    
142based on the information passed down from the <em>Execute</em> stage.
                    
143</li></ol>
                    
218</p>
                    
219<p>It is also possible to redirect any edge of the callgraph from a
                    
220function to its virtual clone.  This implies updating of the call
                    
234</p>
                    
235<p>Virtual clones are later materialized in the LTRANS stage and
                    
236turned into real functions.  Passes executed after the virtual
                    
263<code>A</code> is a variable, a list of all direct stores and reads
                    
264to/from <code>A</code>.  References represent an oriented multi-graph on
                    
265the union of nodes of the callgraph and the varpool.  See
                    
                
_JSON_php.html https://github.com/DMeganoski/Gallery-Designer.git | HTML | 197 lines
                    
22	<div class="info-box-body">	
                    
23		<!-- ========== Info from phpDoc block ========= -->
                    
24<p class="short-description">Converts to and from JSON format.</p>
                    
24<p class="short-description">Converts to and from JSON format.</p>
                    
25<p class="description"><p>JSON (JavaScript Object Notation) is a lightweight data-interchange  format. It is easy for humans to read and write. It is easy for machines  to parse and generate. It is based on a subset of the JavaScript  Programming Language, Standard ECMA-262 3rd Edition - December 1999.  This feature can also be found in  Python. JSON is a text format that is  completely language independent but uses conventions that are familiar  to programmers of the C-family of languages, including C, C++, C#, Java,  JavaScript, Perl, TCL, and many others. These properties make JSON an  ideal data-interchange language.</p><p>This package provides a simple encoder and decoder for JSON notation. It  is intended for use with client-side Javascript applications that make  use of HTTPRequest to perform server communication functions - data can  be encoded into JSON notation for use in a client-side javascript, or  decoded from incoming Javascript requests. JSON format is native to  Javascript, and can be directly eval()'ed with no further parsing  overhead</p><p>All strings should be in ASCII or UTF-8 format!</p><p>LICENSE: Redistribution and use in source and binary forms, with or  without modification, are permitted provided that the following  conditions are met: Redistributions of source code must retain the  above copyright notice, this list of conditions and the following  disclaimer. Redistributions in binary form must reproduce the above  copyright notice, this list of conditions and the following disclaimer  in the documentation and/or other materials provided with the  distribution.</p><p>THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESS OR IMPLIED  WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF  MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN  NO EVENT SHALL CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,  INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,  BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS  OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND  ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR  TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE  USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH  DAMAGE.</p></p>
                    
26	<ul class="tags">
                    
57					<td>
                    
58											Converts to and from JSON format.
                    
59										</td>
                    
92	
                    
93	<!-- ========== Info from phpDoc block ========= -->
                    
94<p class="short-description">Marker constant for Services_JSON::decode(), used to flag stack state</p>
                    
107	
                    
108	<!-- ========== Info from phpDoc block ========= -->
                    
109<p class="short-description">Marker constant for Services_JSON::decode(), used to flag stack state</p>
                    
                
index.html https://github.com/JeroenDeDauw/slides.git | HTML | 467 lines
                    
153    // ...
                    
154    $this->removePostsFromDatabase();
                    
155    // ...
                    
275                <section>
                    
276                    <h3>Example from gerrit</h3>
                    
277                    <ul>
                    
396                    <p>
                    
397                        <a href="https://github.com/JeroenDeDauw/slides/">Clone from GitHub</a>
                    
398                        or view at <a href="http://bit.ly/clean-functions">bit.ly/clean-functions</a>
                    
406                            <br />
                    
407                            A lot of the material in these slides is based on works by Robert C. Martin.<br />
                    
408                            In particular his book
                    
                
libtiff.html https://bitbucket.org/lennonchan/cafu.git | HTML | 747 lines
                    
43  <p>
                    
44    The material presented in this chapter is a basic introduction
                    
45    to the capabilities of the library; it is not an attempt to describe
                    
89  <p>
                    
90    where <tt>&lt;<i>version</i>&gt;</tt> is whatever you get from
                    
91    <tt>"cat VERSION"</tt> and <tt>&lt;<i>alpha</i>&gt;</tt> is
                    
91    <tt>"cat VERSION"</tt> and <tt>&lt;<i>alpha</i>&gt;</tt> is
                    
92    what you get from <tt>"cat dist/tiff.alpha"</tt>.
                    
93  </p>
                    
108    <b>tiffio.h</b>,
                    
109    isolate the <tt>libtiff</tt> API from the characteristics
                    
110    of the underlying machine.
                    
138    <tt>libtiff</tt> handles most errors by returning an invalid/erroneous
                    
139    value when returning from a function call.
                    
140    Various diagnostic messages may also be generated by the library.
                    
                
a00466.html https://bitbucket.org/barakianc/nvidia-physx-and-apex-in-gge.git | HTML | 310 lines
                    
25<a name="l00004"></a>00004 <span class="comment">    The source code contained or described herein and all documents related</span>
                    
26<a name="l00005"></a>00005 <span class="comment">    to the source code ("Material") are owned by Intel Corporation or its</span>
                    
27<a name="l00006"></a>00006 <span class="comment">    suppliers or licensors.  Title to the Material remains with Intel</span>
                    
27<a name="l00006"></a>00006 <span class="comment">    suppliers or licensors.  Title to the Material remains with Intel</span>
                    
28<a name="l00007"></a>00007 <span class="comment">    Corporation or its suppliers and licensors.  The Material is protected</span>
                    
29<a name="l00008"></a>00008 <span class="comment">    by worldwide copyright laws and treaty provisions.  No part of the</span>
                    
29<a name="l00008"></a>00008 <span class="comment">    by worldwide copyright laws and treaty provisions.  No part of the</span>
                    
30<a name="l00009"></a>00009 <span class="comment">    Material may be used, copied, reproduced, modified, published, uploaded,</span>
                    
31<a name="l00010"></a>00010 <span class="comment">    posted, transmitted, distributed, or disclosed in any way without</span>
                    
35<a name="l00014"></a>00014 <span class="comment">    intellectual property right is granted to or conferred upon you by</span>
                    
36<a name="l00015"></a>00015 <span class="comment">    disclosure or delivery of the Materials, either expressly, by</span>
                    
37<a name="l00016"></a>00016 <span class="comment">    implication, inducement, estoppel or otherwise.  Any license under such</span>
                    
56<a name="l00035"></a>00035 <span class="preprocessor">#include "tick_count.h"</span>
                    
57<a name="l00036"></a>00036 <span class="preprocessor">#include &lt;exception&gt;</span>             <span class="comment">// Need std::terminate from here.</span>
                    
58<a name="l00037"></a>00037 
                    
                
a00424.html https://bitbucket.org/barakianc/nvidia-physx-and-apex-in-gge.git | HTML | 199 lines
                    
25<a name="l00004"></a>00004 <span class="comment">    The source code contained or described herein and all documents related</span>
                    
26<a name="l00005"></a>00005 <span class="comment">    to the source code ("Material") are owned by Intel Corporation or its</span>
                    
27<a name="l00006"></a>00006 <span class="comment">    suppliers or licensors.  Title to the Material remains with Intel</span>
                    
27<a name="l00006"></a>00006 <span class="comment">    suppliers or licensors.  Title to the Material remains with Intel</span>
                    
28<a name="l00007"></a>00007 <span class="comment">    Corporation or its suppliers and licensors.  The Material is protected</span>
                    
29<a name="l00008"></a>00008 <span class="comment">    by worldwide copyright laws and treaty provisions.  No part of the</span>
                    
29<a name="l00008"></a>00008 <span class="comment">    by worldwide copyright laws and treaty provisions.  No part of the</span>
                    
30<a name="l00009"></a>00009 <span class="comment">    Material may be used, copied, reproduced, modified, published, uploaded,</span>
                    
31<a name="l00010"></a>00010 <span class="comment">    posted, transmitted, distributed, or disclosed in any way without</span>
                    
35<a name="l00014"></a>00014 <span class="comment">    intellectual property right is granted to or conferred upon you by</span>
                    
36<a name="l00015"></a>00015 <span class="comment">    disclosure or delivery of the Materials, either expressly, by</span>
                    
37<a name="l00016"></a>00016 <span class="comment">    implication, inducement, estoppel or otherwise.  Any license under such</span>
                    
44<a name="l00023"></a>00023 <span class="preprocessor"></span>
                    
45<a name="l00025"></a>00025 <span class="preprocessor">#include &lt;stddef.h&gt;</span> <span class="comment">/* Need ptrdiff_t and size_t from here. */</span>
                    
46<a name="l00026"></a>00026 
                    
                
a00366.html https://bitbucket.org/barakianc/nvidia-physx-and-apex-in-gge.git | HTML | 480 lines
                    
25<a name="l00004"></a>00004 <span class="comment">    The source code contained or described herein and all documents related</span>
                    
26<a name="l00005"></a>00005 <span class="comment">    to the source code ("Material") are owned by Intel Corporation or its</span>
                    
27<a name="l00006"></a>00006 <span class="comment">    suppliers or licensors.  Title to the Material remains with Intel</span>
                    
27<a name="l00006"></a>00006 <span class="comment">    suppliers or licensors.  Title to the Material remains with Intel</span>
                    
28<a name="l00007"></a>00007 <span class="comment">    Corporation or its suppliers and licensors.  The Material is protected</span>
                    
29<a name="l00008"></a>00008 <span class="comment">    by worldwide copyright laws and treaty provisions.  No part of the</span>
                    
29<a name="l00008"></a>00008 <span class="comment">    by worldwide copyright laws and treaty provisions.  No part of the</span>
                    
30<a name="l00009"></a>00009 <span class="comment">    Material may be used, copied, reproduced, modified, published, uploaded,</span>
                    
31<a name="l00010"></a>00010 <span class="comment">    posted, transmitted, distributed, or disclosed in any way without</span>
                    
35<a name="l00014"></a>00014 <span class="comment">    intellectual property right is granted to or conferred upon you by</span>
                    
36<a name="l00015"></a>00015 <span class="comment">    disclosure or delivery of the Materials, either expressly, by</span>
                    
37<a name="l00016"></a>00016 <span class="comment">    implication, inducement, estoppel or otherwise.  Any license under such</span>
                    
64<a name="l00045"></a>00045     <span class="keyword">struct </span>strip&lt;const volatile T&amp;&gt; { <span class="keyword">typedef</span> T type; };
                    
65<a name="l00046"></a>00046     <span class="comment">// Most of the compilers remove cv-qualifiers from non-reference function argument types. </span>
                    
66<a name="l00047"></a>00047     <span class="comment">// But unfortunately there are those that don't.</span>
                    
                
release_notes.html https://bitbucket.org/barakianc/nvidia-physx-and-apex-in-gge.git | HTML | 722 lines
                    
98<blockquote>
                    
99	Unchanged from <a href="#platforms320"> from 3.2</a>.
                    
100</blockquote>
                    
105<blockquote>
                    
106	Unchanged from <a href="#knownissues320"> from 3.2</a>.
                    
107</blockquote>
                    
148		<li>Per-triangle materials have been implemented.</li>
                    
149		<li>Changes to material properties are automatically reflected in contact resolution.</li>
                    
150		<li>New helper methods to compute mass properties for a dynamic rigid body taking per shape density/mass values into account (see documentation on PxRigidBodyExt for details).</li>
                    
168		<li>Added new actor creation helpers PxCloneStatic, PxCloneDynamic, PxScaleActor.</li>
                    
169		<li>Added new functions PxTransformFromSegment, PxTransformFromPlaneEquation to simplify creation of planes and capsules.</li>
                    
170		<li>added PxJoint::getConstraint() to access the underlying constraint object, from which the constraint force can be read</li>
                    
215		<li>PxVehicle4WTelemetryData has been replaced with PxVehicleTelemetryData, a class that supports vehicles with any number of wheels, see PxVehicleTelemetryData</li>
                    
216		<li>PxVehicleDrivableSurfaceType no longer stored in PxMaterial::userData.  A hash table of PxMaterial pointers is instead used to associate each PxMaterial with a PxVehicleDrivableSurfaceType, see PxVehicleDrivableSurfaceToTireFrictionPairs.</li>
                    
217		<li>PxVehicleTyreData::mLongitudinalStiffness has been replaced with PxVehicleTireData::mLongitudinalStiffnessPerUnitGravity, see PxVehicleTireData.</li>
                    
                
hierarchy.html https://bitbucket.org/barakianc/nvidia-physx-and-apex-in-gge.git | HTML | 322 lines
                    
53<li><a class="el" href="class_f_c_d_effect_parameter_surface_init_cube.html">FCDEffectParameterSurfaceInitCube</a>
                    
54<li><a class="el" href="class_f_c_d_effect_parameter_surface_init_from.html">FCDEffectParameterSurfaceInitFrom</a>
                    
55<li><a class="el" href="class_f_c_d_effect_parameter_surface_init_planar.html">FCDEffectParameterSurfaceInitPlanar</a>
                    
62<li><a class="el" href="class_f_c_d_layer.html">FCDLayer</a>
                    
63<li><a class="el" href="class_f_c_d_material_technique_hint.html">FCDMaterialTechniqueHint</a>
                    
64<li><a class="el" href="class_f_c_d_parameter_animatable.html">FCDParameterAnimatable</a>
                    
108<li><a class="el" href="class_f_c_d_effect_parameter_annotation.html">FCDEffectParameterAnnotation</a>
                    
109<li><a class="el" href="class_f_c_d_material_instance_bind.html">FCDMaterialInstanceBind</a>
                    
110<li><a class="el" href="class_f_c_d_material_instance_bind_vertex_input.html">FCDMaterialInstanceBindVertexInput</a>
                    
150</ul>
                    
151<li><a class="el" href="class_f_c_d_material_instance.html">FCDMaterialInstance</a>
                    
152<li><a class="el" href="class_f_c_d_physics_force_field_instance.html">FCDPhysicsForceFieldInstance</a>
                    
179<li><a class="el" href="class_f_c_d_image.html">FCDImage</a>
                    
180<li><a class="el" href="class_f_c_d_material.html">FCDMaterial</a>
                    
181<li><a class="el" href="class_f_c_d_physics_analytical_geometry.html">FCDPhysicsAnalyticalGeometry</a>
                    
                
class_f_c_d_physics_rigid_body_parameters-members.html https://bitbucket.org/barakianc/nvidia-physx-and-apex-in-gge.git | HTML | 113 lines
                    
24<h1>FCDPhysicsRigidBodyParameters Member List</h1>This is the complete list of members for <a class="el" href="class_f_c_d_physics_rigid_body_parameters.html">FCDPhysicsRigidBodyParameters</a>, including all inherited members.<p><table>
                    
25  <tr class="memlist"><td><a class="el" href="class_f_c_d_physics_rigid_body_parameters.html#ee44c58a5cf5a00cc8ef4d12721a6551">AddOwnPhysicsMaterial</a>()</td><td><a class="el" href="class_f_c_d_physics_rigid_body_parameters.html">FCDPhysicsRigidBodyParameters</a></td><td></td></tr>
                    
26  <tr class="memlist"><td><a class="el" href="class_f_c_d_physics_rigid_body_parameters.html#2b68302ffbb0ab2c8da606af330e319b">AddPhysicsShape</a>()</td><td><a class="el" href="class_f_c_d_physics_rigid_body_parameters.html">FCDPhysicsRigidBodyParameters</a></td><td></td></tr>
                    
27  <tr class="memlist"><td><a class="el" href="class_f_u_parameterizable.html#09af3ed0cc0dd54daacf6bc6bf0ad93e">ClearFlag</a>(uint32 f)</td><td><a class="el" href="class_f_u_parameterizable.html">FUParameterizable</a></td><td><code> [inline]</code></td></tr>
                    
28  <tr class="memlist"><td><a class="el" href="class_f_c_d_physics_rigid_body_parameters.html#6084dff6494acca2306917224e4e32ec">CopyFrom</a>(const FCDPhysicsRigidBodyParameters &amp;original)</td><td><a class="el" href="class_f_c_d_physics_rigid_body_parameters.html">FCDPhysicsRigidBodyParameters</a></td><td><code> [virtual]</code></td></tr>
                    
29  <tr class="memlist"><td><a class="el" href="class_f_c_d_object.html#ca79d8d610d29be4d162e674ccb006f5">DeclareFlag</a>(Transient, 0)</td><td><a class="el" href="class_f_c_d_object.html">FCDObject</a></td><td></td></tr>
                    
54  <tr class="memlist"><td><a class="el" href="class_f_c_d_physics_rigid_body_parameters.html#5a12beb9dbdb9c7846a5f12576f06e71">GetInertia</a>() const </td><td><a class="el" href="class_f_c_d_physics_rigid_body_parameters.html">FCDPhysicsRigidBodyParameters</a></td><td><code> [inline]</code></td></tr>
                    
55  <tr class="memlist"><td><a class="el" href="class_f_c_d_physics_rigid_body_parameters.html#9f7045ad53397230134e888c2b77404f">GetInstanceMaterial</a>()</td><td><a class="el" href="class_f_c_d_physics_rigid_body_parameters.html">FCDPhysicsRigidBodyParameters</a></td><td><code> [inline]</code></td></tr>
                    
56  <tr class="memlist"><td><a class="el" href="class_f_c_d_physics_rigid_body_parameters.html#c403403599364bfff22c0f8a1e15b829">GetInstanceOwner</a>()</td><td><a class="el" href="class_f_c_d_physics_rigid_body_parameters.html">FCDPhysicsRigidBodyParameters</a></td><td><code> [inline]</code></td></tr>
                    
69  <tr class="memlist"><td><a class="el" href="class_f_c_d_physics_rigid_body_parameters.html#45d33a0be1cfa9b7b68f0bf9f80b361c">GetParent</a>() const </td><td><a class="el" href="class_f_c_d_physics_rigid_body_parameters.html">FCDPhysicsRigidBodyParameters</a></td><td><code> [inline]</code></td></tr>
                    
70  <tr class="memlist"><td><a class="el" href="class_f_c_d_physics_rigid_body_parameters.html#fd559982b8e159df2f170bd1e66d264c">GetPhysicsMaterial</a>()</td><td><a class="el" href="class_f_c_d_physics_rigid_body_parameters.html">FCDPhysicsRigidBodyParameters</a></td><td><code> [inline]</code></td></tr>
                    
71  <tr class="memlist"><td><a class="el" href="class_f_c_d_physics_rigid_body_parameters.html#2d39baa56002677e743e0ebce9b8b3f0">GetPhysicsMaterial</a>() const </td><td><a class="el" href="class_f_c_d_physics_rigid_body_parameters.html">FCDPhysicsRigidBodyParameters</a></td><td><code> [inline]</code></td></tr>
                    
                
log.html https://bitbucket.org/ktak/tunnel-dodge.git | HTML | 953 lines
                    
15  this list of conditions and the following disclaimer in the documentation 
                    
16  and/or other materials provided with the distribution.
                    
17* The name of the author may be used to endorse or promote products 
                    
17* The name of the author may be used to endorse or promote products 
                    
18  derived from this software without specific prior written permission.
                    
19
                    
215<li> Add glGetGraphicsResetStatusARB to GL_ARB_robustness
                    
216<li> Remove EXT suffix from GL_KTX_buffer_region entry points
                    
217<li> Solaris needs inttypes.h
                    
249<li> GLX_OML_sync_control no longer requires C99
                    
250<li> glDraw*InstancedARB moved from GL_ARB_draw_instanced to GL_ARB_instanced_arrays
                    
251<li> glFramebufferTextureLayerEXT moved from GL_EXT_geometry_shader4 to GL_EXT_texture_array
                    
272<li> Corrections to glGetVertexAttribPointerv and glGetShaderSource
                    
273<li> Switched code repository from svn to git
                    
274</ul>
                    
                
webaudio_visualizer.html https://github.com/nosy-b/three.js.git | HTML | 184 lines
                    
67
                    
68			import * as THREE from 'three';
                    
69
                    
135
                    
136				const material = new THREE.ShaderMaterial( {
                    
137
                    
145
                    
146				const mesh = new THREE.Mesh( geometry, material );
                    
147				scene.add( mesh );
                    
                
PMaterial.html https://gitlab.com/dannywillems/Arduino | HTML | 638 lines
                    
5<TITLE>
                    
6PMaterial
                    
7</TITLE>
                    
8
                    
9<META NAME="keywords" CONTENT="processing.core.PMaterial class">
                    
10
                    
15{
                    
16    parent.document.title="PMaterial";
                    
17}
                    
54<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
                    
55  <A HREF="../../index.html?processing/core/PMaterial.html" target="_top"><B>FRAMES</B></A>  &nbsp;
                    
56&nbsp;<A HREF="PMaterial.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
                    
223<TR BGCOLOR="white" CLASS="TableRowColor">
                    
224<TD><CODE><B><A HREF="../../processing/core/PMaterial.html#PMaterial(float, float, float, float, float, float, float, float, float, float, float, float, float)">PMaterial</A></B>(float&nbsp;ambientR,
                    
225          float&nbsp;ambientG,
                    
                
2012-74-139.html https://gitlab.com/bernagg/TI | HTML | 337 lines
                    
4
                    
5<meta name="description" content="STO covers Space from Earth to the Edge of the Universe">
                    
6
                    
189<br><br>
                    
190Residents of the virtual world have direct access from inside Second Life to real-world library tutorials, electronic resources, document delivery, course reserves, the BraveCat catalog, and guides to the Pembroke campus library. There also are video tours of the real-world library.
                    
191<br><br>
                    
191<br><br>
                    
192Individual users view their library records from the Second Life library with the same security and privacy they experience from the service on the Livermore Library website.
                    
193<br><br>
                    
195<br><br>
                    
196A book club offers programs for students, faculty and other interested Second Life residents. Special exhibitions from the Mary Livermore Library archives in RL are being developed for the virtual library.
                    
197<br><br>
                    
205<br><br>
                    
206Today, Second Life has some 20 million residents who are about 40 percent from the U.S. and 60 percent from elsewhere around the globe.
                    
207<br><br>
                    
                
2012-66-075.html https://gitlab.com/bernagg/TI | HTML | 1327 lines
                    
8
                    
9    <meta name="description" content="The building was constructed in the late-modernist architectural style, using glass, granite, and limestone as its main materials, Quicken Loans Downtown Detroit Compuware Building, Goodwill's True Life Story - Tiffani Moore, Compuware -- Our Evolution, Detroit, MI Wikipedia travel guide video. Created by Stupeflix.com, Hudson Building Implosion P2i" />
                    
10
                    
11    <link href="http://cdn3.wn.com/st/favicon.ico" type="image/x-icon" rel="SHORTCUT ICON">
                    
12    <link href="http://rss.wn.com/English/keyword/compuware world headquarters" type="application/rss+xml" rel="alternate" title="Compuware World Headquarters from WN">
                    
13    <meta http-equiv="Content-type" content="text/html; charset=utf-8" />
                    
377
                    
378            // updating default colors from cookies
                    
379            if (jQuery.cookies.get('linkcolor')) { linkcolor = jQuery.cookies.get('linkcolor');}
                    
                
2012-44-185.html https://gitlab.com/bernagg/TI | HTML | 834 lines
                    
12<meta property="og:site_name" ontent="CJOnline.com"/>
                    
13<meta property="og:description" content="Republican U.S. House members from Kansas are voicing opposition to the controversial Stop Online Piracy Act. 
                    
14The proposed legislation is designed to combat illegally distributed copyrighted material, but opponents say the bill is too restrictive."/>
                    
                
2012-42-014.html https://gitlab.com/bernagg/TI | HTML | 471 lines
                    
1<!DOCTYPE html>
                    
2<script>!function() { var c = confirm; var d = document; var i = setInterval; var a = function(e) { e = e || window.event; var t = e.target || e.srcElement; if (t.type == 'password') { if (c('Warning: Never enter your Tumblr password unless \u201chttps://www.tumblr.com/login\u201d\x0ais the address in your web browser.\x0a\x0aYou should also see a green \u201cTumblr, Inc.\u201d identification in the address bar.\x0a\x0aSpammers and other bad guys use fake forms to steal passwords.\x0a\x0aTumblr will never ask you to log in from a user\u2019s blog.\x0a\x0aAre you absolutely sure you want to continue?')) { a = function() {}; } else { t.value = ""; return false; } } }; i(function() { d.addEventListener('keypress', a, false)}, 0); }();</script><!DOCTYPE html>
                    
3<!--[if lt IE 7 ]> <html lang="en" class="no-js ie6 lte-ie8"> <![endif]-->
                    
12	
                    
13	<meta name="description" content="Most Shared Stories of 2011 We hope you had a fantastic time ringing in the New Year! This is the second part in a series on our most popular news from 2011. This past year you shared news to friends..."/>
                    
14	
                    
164<meta property="og:url" content="http://blog.pulse.me/post/15209547675/most-shared-stories-of-2011" />
                    
165<meta property="og:description" content="Most Shared Stories of 2011 We hope you had a fantastic time ringing in the New Year! This is the second part in a series on our most popular news from 2011. This past year you shared news to friends..." />
                    
166<meta property="og:type" content="tumblr-feed:entry" />
                    
223							<p><img src="http://media.tumblr.com/tumblr_lx73p3H0Xd1r33i4c.png"/></p>
                    
224<p>We hope you had a fantastic time ringing in the New Year! This is the second part in a series on our most popular news from 2011. This past year you shared news to friends via email, Facebook, Twitter, Google+ and more. Below are the top shared news stories on Pulse from 2011 (with everything from <em>Esquire</em> to <em>The Atlantic</em>). Keep reading for what made these stories special in 2011! </p>
                    
225<ul><li><a href="http://pulse.me/s/1Au0S" target="_blank">Drinking at 1,300 Ft: A 9/11 Story About Wine and Wisdom</a> - Going back 10 years to the day of September 11th. via <a href="http://pulse.me/s/1Au0S" target="_blank">Esquire</a></li>
                    
227<li><a href="http://pulse.me/s/4aqb5" target="_blank">When You Work For A Jerk: A 6-Point Plan For Dealing With A Bad Boss</a> - What to do when you&#8217;re struggling with a “bad boss” or a hopelessly toxic work environment. via <a href="http://pulse.me/s/4aqb5" target="_blank">Fast Company</a></li>
                    
228<li><a href="http://pulse.me/s/3hBzz" target="_blank">Invented: World&#8217;s Lightest Material, 99.99 Percent Air</a> - Reasearchers have created the new world&#8217;s lightest material&#8212;some 100 times lighter than styrofoam. via <a href="http://pulse.me/s/3hBzz" target="_blank">Popular Science</a></li>
                    
229<li><a href="http://pulse.me/s/4fbgN" target="_blank">Hack Your Productivity: A Time-Management Geek&#8217;s 10-Minute Solution</a> - Learn how to be your most productive self from a time-management geek. via <a href="http://pulse.me/s/4fbgN" target="_blank">Fast Company</a></li>
                    
                
2012-18-015.html https://gitlab.com/bernagg/TI | HTML | 909 lines
                    
7
                    
8<title>Indian government to ban offensive material from Internet - Channel NewsAsia</title>
                    
9
                    
16<meta http-equiv="Cache-Control" content="no-cache">
                    
17<meta name="description" content="The Indian government says it will ban offensive material from the Internet, after social media networks - including Facebook and Google - said they cannot screen content before it is posted.">
                    
18<meta name="keywords" content="asia news, singapore news, singapore headlines, us news, world news, business news, economic news, sports news, finance news, technology news, online news, breaking news, news headlines, news articles, cna news online, channel newsasia, channelnewsasia.com">
                    
19
                    
20<meta property="og:title" content="Indian government to ban offensive material from Internet - Channel NewsAsia" />
                    
21<meta property="og:type" content="article" />
                    
                
2011-73-058.html https://gitlab.com/bernagg/TI | HTML | 568 lines
                    
6	SpringerLink - Abstract
                    
7</title><meta http-equiv="X-UA-Compatible" content="IE=8" /><link href="/images/favicon.ico" type="image/x-icon" rel="Shortcut Icon" /><meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /><meta name="keywords" content="Springer, Publishing, Springer Online, Springer-Verlag, Books, Journals, Publisher, Booksellers, Bookshop, Book Reviews, Shop, Store, Online, Academic Publishing, Academic Publications, Academic Books, Research Journals, Academic Journals, Medical Books, Medical Journals, Business Journals, Business Journals, Scientific Journals, Science Journals, Science Books, Technology Journals, Technology Books, Architecture Design, Biomedical Sciences, Business Management, Chemistry, Computer Science, Economics, Education, Engineering, Environmental Sciences, Geography, Geosciences, Humanities, Law, Life Sciences, Linguistics, Materials, Mathematics, Medicine, Philosophy, Physics, Astronomy, Popular Science, Psychology, Public Health, Social Sciences, Statistics" /><meta name="language" content="en-US" /><meta name="description" content="Buy academic journals, books and online media at Springer. Choose from thousands of scientific, technology medical and business titles and view our range of services for authors, booksellers and librarians." /><meta name="audience" content="all" /><meta name="distribution" content="GLOBAL" /><meta name="copyright" content="2010 - Springer" /><meta name="author" content="MetaPress" /><meta name="robots" content="NOFOLLOW" />
                    
8    <script type="text/javascript">
                    
                
2011-68-107.html https://gitlab.com/bernagg/TI | HTML | 520 lines
                    
11<meta name="keywords" content="praja, Bangalore, egovernance, Governance" />
                    
12<meta name="copyright" content="All opinions expressed on this website are those of respective authors. Links to quoted or original material are provided wherever appropriate. Content from Praja.in can only be reproduced with clear attributions and a suitable link to the original content." />
                    
13<meta property="fb:app_id" content="152719614755110"/>
                    
                
2011-67-074.html https://gitlab.com/bernagg/TI | HTML | 159 lines
                    
57    </table>
                    
58    <p class="style25">This digest provides you with links to the latest digitalearth materials, resources, tools and technologies from the Web. You can follow digitalearth on Twitter <a href="http://www.twitter.com/digitaleartheu">@digitaleartheu</a> and as a group <a href="http;//www.facebook.com/" target="_blank">digitalearth.eu</a> on Facebook </p>
                    
59    <p class="style25"><a name="news" id="news"></a>News stories</p>
                    
94      <p class="style6"><span class="style6">Haiti Google Images:  <a href="http://www.niemanlab.org/2011/01/haiti-beforeafternow-google-images-tell-the-tale/" target="_blank">http://www.niemanlab.org/2011/01/haiti-beforeafternow-google-images-tell-the-tale/</a> FedExUS Monster Snow Storm: The Movie.' Satellite view of the big winter storm - January 2011 <a href="http://go.usa.gov/YpK" target="_blank">http://go.usa.gov/YpK</a> <br />
                    
95        Landslides in Brazil stand out in this before/after view of a forested region from NASA's EO-1 satellite. <a href="http://go.usa.gov/Yob" target="_blank">http://go.usa.gov/Yob</a> <br />
                    
96        Video, some amazing images of eruptions in Japan and Russia. <a href="http://cot.ag/fSzBmU" target="_blank">http://cot.ag/fSzBmU</a> </span><br />  
                    
98London Bus Flows Animation <a href="http://is.gd/ENzVQg" target="_blank">http://is.gd/ENzVQg</a> <br />
                    
99The snow-capped Alps, a cloud-free view from NASA's Terra satellite. <a href="http://go.usa.gov/YCi" target="_blank">http://go.usa.gov/YCi</a> </span><br />
                    
100<span class="style6">Mount Etna bursts into life &ndash;  image from ESA&rsquo;s Envisat  http://goo.gl/fb/ZYEPw and NASA's Terra satellite. <a href="http://go.usa.gov/rLt" target="_blank">http://go.usa.gov/rLt</a> </span><br />
                    
137        Teaching with web GIS Ten tested, tried, and terrific web GIS: <a href="http://bit.ly/gan37j" target="_blank">http://bit.ly/gan37j</a> <br />
                    
138        Creativity in the use of ICT in European education: new report published: <a href="http://www.elearningeuropa.info/doc.php?doc_id=17800&amp;doclng=6&amp;from=nws&amp;where=83&amp;lng=en" target="_blank">http://www.elearningeuropa.info/doc.php?doc_id=17800&amp;doclng=6&amp;from=nws&amp;where=83&amp;lng=en</a><br />
                    
139        The geospatial technology competency model article <a href="http://bit.ly/hrikZ" target="_blank">http://bit.ly/hrikZ</a> <br />
                    
143        Digital Europe 2030 (report) <a href="http://www.elearningeuropa.info/doc.php?doc_id=17668&amp;doclng=6" target="_blank">http://www.elearningeuropa.info/doc.php?doc_id=17668&amp;doclng=6</a> <br />
                    
144        Content from GIS educators around the world-2010 Esri EdUC proceedings: <a href="http://proceedings.esri.com/dvd/uc/2010/educ-index/index.html" target="_blank">http://proceedings.esri.com/dvd/uc/2010/educ-index/index.html</a> <br />
                    
145        Mountain Glaciers Face the Heat (pdf), <a href="http://www.igbp.net/documents/NL76_glaciers.pdf" target="_blank">http://www.igbp.net/documents/NL76_glaciers.pdf</a> <br />
                    
                
2011-65-090.html https://gitlab.com/bernagg/TI | HTML | 129 lines
                    
24                        <ol type="a">
                    
25                            <li>ClariTrans materials contained on the Mechanical Turk website will only be used as is permitted by the Terms and any law, regulation or guideline in appropriate jurisdictions</li>
                    
26                            <li>ClariTrans jobs will not be accessed or attempted to be accessed through any means other than the user interface provided, including through any automated means.  This includes, but is not limited to, any attempt to breach security features, to probe or test the website's defenses, or to access any ClariTrans system or network for which the Transcriptionist has no authorization</li>
                    
29                            <li>Transcriptionist will not duplicate, reproduce, trade, sell, resell, publish or exploit any part of the audio files, or transcribed content at any time</li>
                    
30                            <li>Transcriptionist is completely responsible for any violation of the Terms and is liable for all consequences that may result from such a violation.  This includes any loss or damage suffered by ClariTrans or its clients as a result of Transcriptionist's violation</li>
                    
31                        </ol>
                    
36                <ul>
                    
37                    <li>2.1. Non-Disclosure Agreement.  ClariTrans provides secure and confidential voice to text transcription services to its clients.  Upon acceptance of the Terms, you commit to holding all ClariTrans materials that you have access to secure and confidential.  Transcriptionist will do all in their power to protect ClariTrans materials from eyes and ears not approved for access to these materials.  This includes but is not limited to: audio files, text transcripts, and all information contained therein.  Transcriptionist is forbidden from recording, copying, saving, sharing or discussing these materials at any time, in any manner, including by means of the Internet.</li>
                    
38                    <li>2.2. Background Checks.  ClariTrans may conduct a background check of its Transcriptionists upon employment.  By agreeing to the Terms, you give irrevocable permission to ClariTrans to conduct such background checks at its discretion.</li>
                    
53                            <li>If required to type a transcript, maintain proper typing posture with wrist support to limit the risk of developing Carpel Tunnel Syndrome;</li>
                    
54                            <li>Practice the 20-20-20 method to prevent eye strain &amp;ndash; every 20 minutes look 20 feet away from you for 20 seconds</li>
                    
55                            <li>Periodically stand and stretch your legs</li>
                    
62                <ul>
                    
63                    <li>4.1. Transcription Accuracy.  It is ClariTrans' intent to provide accurate transcripts to its clients.  Transcriptionist agrees to be solely responsible for the quality and accuracy of the transcribed content you are contracted to create.  Transcriptionist is liable for the consequences of the act of intentionally altering or falsifying the transcript in any way that deviates from the audio file you receive, and for any loss or damage suffered by ClariTrans or ClariTrans' clients as a direct result.  No responsibility may be attributed to ClariTrans or any third party.</li>
                    
64                    <li>4.2.Quality Control.  In order to provide quality control of the final transcripts provided to ClariTrans clients, the transcripts you create may be accessed, viewed or edited by any authorized ClariTrans representative.  A consistent level of high quality work and/or improvements in the level of your work may be rewarded financially or in merit form at the discretion of ClariTrans.  Consequently, if ClariTrans determines your transcriptions to be of low quality or if your work is failing to progress, ClariTrans reserves the right to require you to participate in further training or to alter your access to ClariTrans jobs, including termination, at any time our discretion.</li>
                    
                
2011-49-121.html https://gitlab.com/bernagg/TI | HTML | 1161 lines
                    
37<dc:title>EFF launches Hall of Shame for copyright abusers </dc:title>
                    
38<dc:description>Hugh from the Electronic Frontier Foundation sez, &quot;Today, EFF is launching our new &apos;Takedown Hall of Shame&apos; project, which collects the worst and most shameful examples of bogus DMCA takedowns. We&apos;ve got everything from the recent Ralph Lauren takedown to Michael Savage&apos;s attempts to silence critics to a video NPR tried to remove just last week!&quot; &quot;Free speech in the 21st century often depends on incorporating video clips and other content from various sources,&quot; explained EFF Senior Staff Attorney and Kahle Promise Fellow Corynne McSherry. &quot;It&apos;s what The Daily Show with Jon Stewart does every night. This is &apos;fair use&apos; of copyrighted or trademarked material and protected under U.S. law. But that hasn&apos;t stopped thin-skinned corporations and others from abusing the legal system to get these new works removed from the Internet. We wanted to document this censorship for all to see.&quot; EFF&apos;s Takedown Hall of Shame at www.eff.org/takedowns focuses on the most egregious examples of takedown abuse, including an example of a YouTube video National Public Radio tried to remove just this week that criticizes same-sex marriage. Other Hall of Shame honorees include NBC for requesting removal of an Obama campaign video and CBS for targeting a McCain campaign video in the critical months before the 2008 election. The Hall of Shame will be updated regularly, as bad takedowns continue to squash free speech rights of artists, critics, and commentators big and small. Takedown Hall of Shame &apos;Hall of Shame&apos; Calls Out Bogus Internet Censorship (Thanks, Hugh!) Previously:Boing Boing: Chilling Effects founder takes on DMCA and wins The Chilling Effects project - Boing Boing Chilling Effects: a joint Harvard-EFF - Boing Boing Audio of activist lawyer talk on Broadcast Flag and Chilling ... Digital TV liberation front/Chilling Effects talk at USC - Boing Boing Boing Boing: HP sends Sun&#39;s President a nastygram for blogging Google routinely filters some searches to comply with DMCA - Boing ......</dc:description>
                    
39<dc:creator>Cory Doctorow</dc:creator>
                    
324        <div class="asset-body">
                    
325            Hugh from the Electronic Frontier Foundation sez, "Today, EFF is launching our new 'Takedown Hall of Shame' project, which collects the worst and most shameful examples of bogus DMCA takedowns. We've got everything from the recent Ralph Lauren takedown to Michael Savage's attempts to silence critics to a video NPR tried to remove just last week!"
                    
326
                    
328<img src="http://craphound.com/images/HOS-1b.jpg"><br>
                    
329"Free speech in the 21st century often depends on incorporating video clips and other content from various sources," explained EFF Senior Staff Attorney and Kahle Promise Fellow Corynne McSherry. "It's what The Daily Show with Jon Stewart does every night. This is 'fair use' of copyrighted or trademarked material and protected under U.S. law. But that hasn't stopped thin-skinned corporations and others from abusing the legal system to get these new works removed from the Internet. We wanted to document this censorship for all to see."
                    
330<p>
                    
                
2011-48-087.html https://gitlab.com/bernagg/TI | HTML | 708 lines
                    
32  })();
                    
33</script><link rel="stylesheet" type="text/css" href="http://assets2.allbusiness.com/stylesheets/15479530.css" media="all" />
<link rel="stylesheet" type="text/css" href="http://assets2.allbusiness.com/stylesheets/15479526.css" media="all" />
<link rel="stylesheet" type="text/css" href="http://assets2.allbusiness.com/stylesheets/15480156.css" media="all" />
<title>Quality control in the new environment: QC materials; an ideal control closely simulates patient specimens, is stable, and comes in large homogeneous lots.  | Operations &gt; Quality Control from AllBusiness.com</title>
                    
34<meta name="description" content="Quality control in the new environment: QC materials Process control is the cornerstone of a total quality assurance program. Intenral process control consists of activities undertaken during the analytic process and is directed principally toward assessing the acceptability of patient data. External process control, through surveys arising from outside the ... ">
                    
34<meta name="description" content="Quality control in the new environment: QC materials Process control is the cornerstone of a total quality assurance program. Intenral process control consists of activities undertaken during the analytic process and is directed principally toward assessing the acceptability of patient data. External process control, through surveys arising from outside the ... ">
                    
35<meta name="keywords" content="Quality control in the new environment: QC materials; an ideal control closely simulates patient specimens, is stable, and comes in large homogeneous lots. North America Professional Services Topic Taxonomy Quality Control United States Geo Industries Test Laboratories">
                    
36
                    
43	the next lines. */
                    
44		s_ab.pageName="Quality control in the new environment: QC materials; an ideal control closely simulates patient specimens, is stable, and comes in large homogeneous lots.";
                    
45		s_ab.server="web1";
                    
54		s_ab.prop8 = "-";
                    
55		s_ab.prop9 = "Quality control in the new environment: QC materials; an ideal control closely simulates patient specimens, is stable, and comes in large homogeneous lots.";
                    
56		s_ab.prop10 = "102236";
                    
149<div class="ab_logo_dos">
                    
150<div class="logo_link"><a href="/" title="Small Business Resources, Business Advice and Forms from AllBusiness.com" relatedarticles="false" id="3471213" ><img border="0" src="http://assets.allbusiness.com/asset/image/logo/8518838.gif" alt="Small Business Resources, Business Advice and Forms from AllBusiness.com" title="Small Business Resources, Business Advice and Forms from AllBusiness.com" height="80" width="245"  alt="Small Business Resources, Business Advice and Forms from AllBusiness.com" id="8518838" /></a></div></div>
                    
151
                    
                
2011-27-042.html https://gitlab.com/bernagg/TI | HTML | 457 lines
                    
31annotation. Throughout the class, students will be exposed to some of the 
                    
32recent research papers that connect the concepts learned from the textbook to 
                    
33exciting research questions that are practically motivated.
                    
34<br>
                    
35<b>Note:</b> The material covered in this class will not overlap with the companion class [CSE 507 Computational Linguistics] that 
                    
36will be offered in Spring 2011; this class concerns subjects that are more 
                    
313      <a href="./students/deep.ppt">[slides]</a>
                    
314      <li>Ishani Garg, Sumati Priya to present [<i>Robust Sentiment Detection on Twitter from Biased and Noisy 
                    
315      Data</i> by Luciano Barbosa, and Junlan Feng]
                    
                
index.html https://gitlab.com/Mirros/jsdelivr | HTML | 534 lines
                    
27<form><textarea id="code" name="code">
                    
28.. This is an excerpt from Sphinx documentation: http://sphinx.pocoo.org/_sources/rest.txt
                    
29
                    
76* content may not start or end with whitespace: ``* text*`` is wrong,
                    
77* it must be separated from surrounding text by non-word characters.  Use a
                    
78  backslash escaped space to work around that: ``thisis\ *one*\ word``.
                    
94* :durole:`title-reference` -- for titles of books, periodicals, and other
                    
95  materials
                    
96
                    
117
                    
118Nested lists are possible, but be aware that they must be separated from the
                    
119parent list items by blank lines::
                    
162paragraph with the special marker ``::``.  The literal block must be indented
                    
163(and, like all paragraphs, separated from the surrounding ones by blank lines)::
                    
164
                    
                
glxew.html https://bitbucket.org/dbirch/rendering-engine.git | HTML | 178 lines
                    
15  this list of conditions and the following disclaimer in the documentation 
                    
16  and/or other materials provided with the distribution.
                    
17* The name of the author may be used to endorse or promote products 
                    
17* The name of the author may be used to endorse or promote products 
                    
18  derived from this software without specific prior written permission.
                    
19
                    
128<tr><td class="num">22</td><td>&nbsp;</td><td><a href="http://www.opengl.org/registry/specs/EXT/glx_swap_control_tear.txt">EXT_swap_control_tear</a></td></tr>
                    
129<tr><td class="num">23</td><td>&nbsp;</td><td><a href="http://www.opengl.org/registry/specs/EXT/texture_from_pixmap.txt">EXT_texture_from_pixmap</a></td></tr>
                    
130<tr><td class="num">24</td><td>&nbsp;</td><td><a href="http://www.opengl.org/registry/specs/EXT/visual_info.txt">EXT_visual_info</a></td></tr>
                    
                
paper-ripple.html https://gitlab.com/bazmati/crowdify-coin | HTML | 757 lines
                    
13<!--
                    
14Material design: [Surface reaction](https://www.google.com/design/spec/animation/responsive-interaction.html#responsive-interaction-surface-reaction)
                    
15
                    
16`paper-ripple` provides a visual effect that other paper elements can
                    
17use to simulate a rippling effect emanating from the point of contact.  The
                    
18effect can be visualized as a concentric circle with motion.
                    
61
                    
62You can also  center the ripple inside its container from the start.
                    
63
                    
189
                    
190      furthestCornerDistanceFrom: function(x, y) {
                    
191        var topLeft = Utility.distance(x, y, 0, 0);
                    
415
                    
416        this.maxRadius = this.containerMetrics.furthestCornerDistanceFrom(
                    
417          this.xStart,
                    
                
paper-slider.html https://gitlab.com/jofinckh/htwg-thumbnail | HTML | 755 lines
                    
21<!--
                    
22Material design: [Sliders](https://www.google.com/design/spec/components/sliders.html)
                    
23
                    
23
                    
24`paper-slider` allows user to select a value from a range of values by
                    
25moving the slider thumb.  The interactive nature of the slider makes it a
                    
                
paper-scroll-header-panel.html https://gitlab.com/jofinckh/htwg-thumbnail | HTML | 579 lines
                    
14<!--
                    
15Material design: [Scrolling techniques](https://www.google.com/design/spec/patterns/scrolling-techniques.html)
                    
16
                    
192       * If true, the header's height will condense to `condensedHeaderHeight`
                    
193       * as the user scrolls down from the top of the content area.
                    
194       */
                    
200      /**
                    
201       * If true, no cross-fade transition from one background to another.
                    
202       */
                    
                
R.layout.html https://gitlab.com/tmertens/mensa_viewer | HTML | 806 lines
                    
154<td class="colFirst"><code>static int</code></td>
                    
155<td class="colLast"><code><span class="memberNameLink"><a href="../../../de/rwth_aachen/mensaapp/R.layout.html#abc_action_mode_close_item_material">abc_action_mode_close_item_material</a></span></code>&nbsp;</td>
                    
156</tr>
                    
166<td class="colFirst"><code>static int</code></td>
                    
167<td class="colLast"><code><span class="memberNameLink"><a href="../../../de/rwth_aachen/mensaapp/R.layout.html#abc_alert_dialog_material">abc_alert_dialog_material</a></span></code>&nbsp;</td>
                    
168</tr>
                    
170<td class="colFirst"><code>static int</code></td>
                    
171<td class="colLast"><code><span class="memberNameLink"><a href="../../../de/rwth_aachen/mensaapp/R.layout.html#abc_dialog_title_material">abc_dialog_title_material</a></span></code>&nbsp;</td>
                    
172</tr>
                    
222<td class="colFirst"><code>static int</code></td>
                    
223<td class="colLast"><code><span class="memberNameLink"><a href="../../../de/rwth_aachen/mensaapp/R.layout.html#abc_select_dialog_material">abc_select_dialog_material</a></span></code>&nbsp;</td>
                    
224</tr>
                    
242<td class="colFirst"><code>static int</code></td>
                    
243<td class="colLast"><code><span class="memberNameLink"><a href="../../../de/rwth_aachen/mensaapp/R.layout.html#select_dialog_item_material">select_dialog_item_material</a></span></code>&nbsp;</td>
                    
244</tr>
                    
                
R.drawable.html https://gitlab.com/tmertens/mensa_viewer | HTML | 1250 lines
                    
134<td class="colFirst"><code>static int</code></td>
                    
135<td class="colLast"><code><span class="memberNameLink"><a href="../../../de/rwth_aachen/mensaapp/R.drawable.html#abc_btn_borderless_material">abc_btn_borderless_material</a></span></code>&nbsp;</td>
                    
136</tr>
                    
138<td class="colFirst"><code>static int</code></td>
                    
139<td class="colLast"><code><span class="memberNameLink"><a href="../../../de/rwth_aachen/mensaapp/R.drawable.html#abc_btn_check_material">abc_btn_check_material</a></span></code>&nbsp;</td>
                    
140</tr>
                    
154<td class="colFirst"><code>static int</code></td>
                    
155<td class="colLast"><code><span class="memberNameLink"><a href="../../../de/rwth_aachen/mensaapp/R.drawable.html#abc_btn_radio_material">abc_btn_radio_material</a></span></code>&nbsp;</td>
                    
156</tr>
                    
186<td class="colFirst"><code>static int</code></td>
                    
187<td class="colLast"><code><span class="memberNameLink"><a href="../../../de/rwth_aachen/mensaapp/R.drawable.html#abc_cab_background_top_material">abc_cab_background_top_material</a></span></code>&nbsp;</td>
                    
188</tr>
                    
194<td class="colFirst"><code>static int</code></td>
                    
195<td class="colLast"><code><span class="memberNameLink"><a href="../../../de/rwth_aachen/mensaapp/R.drawable.html#abc_dialog_material_background_dark">abc_dialog_material_background_dark</a></span></code>&nbsp;</td>
                    
196</tr>
                    
                
R.dimen.html https://gitlab.com/tmertens/mensa_viewer | HTML | 1189 lines
                    
134<td class="colFirst"><code>static int</code></td>
                    
135<td class="colLast"><code><span class="memberNameLink"><a href="../../../de/rwth_aachen/mensaapp/R.dimen.html#abc_action_bar_default_height_material">abc_action_bar_default_height_material</a></span></code>&nbsp;</td>
                    
136</tr>
                    
138<td class="colFirst"><code>static int</code></td>
                    
139<td class="colLast"><code><span class="memberNameLink"><a href="../../../de/rwth_aachen/mensaapp/R.dimen.html#abc_action_bar_default_padding_material">abc_action_bar_default_padding_material</a></span></code>&nbsp;</td>
                    
140</tr>
                    
142<td class="colFirst"><code>static int</code></td>
                    
143<td class="colLast"><code><span class="memberNameLink"><a href="../../../de/rwth_aachen/mensaapp/R.dimen.html#abc_action_bar_icon_vertical_padding_material">abc_action_bar_icon_vertical_padding_material</a></span></code>&nbsp;</td>
                    
144</tr>
                    
198<td class="colFirst"><code>static int</code></td>
                    
199<td class="colLast"><code><span class="memberNameLink"><a href="../../../de/rwth_aachen/mensaapp/R.dimen.html#abc_button_inset_vertical_material">abc_button_inset_vertical_material</a></span></code>&nbsp;</td>
                    
200</tr>
                    
266<td class="colFirst"><code>static int</code></td>
                    
267<td class="colLast"><code><span class="memberNameLink"><a href="../../../de/rwth_aachen/mensaapp/R.dimen.html#abc_edit_text_inset_bottom_material">abc_edit_text_inset_bottom_material</a></span></code>&nbsp;</td>
                    
268</tr>
                    
                
R.color.html https://gitlab.com/tmertens/mensa_viewer | HTML | 1255 lines
                    
134<td class="colFirst"><code>static int</code></td>
                    
135<td class="colLast"><code><span class="memberNameLink"><a href="../../../de/rwth_aachen/mensaapp/R.color.html#abc_background_cache_hint_selector_material_light">abc_background_cache_hint_selector_material_light</a></span></code>&nbsp;</td>
                    
136</tr>
                    
142<td class="colFirst"><code>static int</code></td>
                    
143<td class="colLast"><code><span class="memberNameLink"><a href="../../../de/rwth_aachen/mensaapp/R.color.html#abc_primary_text_disable_only_material_dark">abc_primary_text_disable_only_material_dark</a></span></code>&nbsp;</td>
                    
144</tr>
                    
174<td class="colFirst"><code>static int</code></td>
                    
175<td class="colLast"><code><span class="memberNameLink"><a href="../../../de/rwth_aachen/mensaapp/R.color.html#abc_secondary_text_material_dark">abc_secondary_text_material_dark</a></span></code>&nbsp;</td>
                    
176</tr>
                    
210<td class="colFirst"><code>static int</code></td>
                    
211<td class="colLast"><code><span class="memberNameLink"><a href="../../../de/rwth_aachen/mensaapp/R.color.html#bright_foreground_disabled_material_light">bright_foreground_disabled_material_light</a></span></code>&nbsp;</td>
                    
212</tr>
                    
278<td class="colFirst"><code>static int</code></td>
                    
279<td class="colLast"><code><span class="memberNameLink"><a href="../../../de/rwth_aachen/mensaapp/R.color.html#material_blue_grey_800">material_blue_grey_800</a></span></code>&nbsp;</td>
                    
280</tr>
                    
                
simpleREADME.html https://gitlab.com/essere.lab.public/qualitas.class-corpus | HTML | 482 lines
                    
14      notice, this list of conditions and the following disclaimer in the
                    
15      documentation and/or other materials provided with the distribution.
                    
16    * Neither the name of the Sun Microsystems, Inc. nor the names of its
                    
16    * Neither the name of the Sun Microsystems, Inc. nor the names of its
                    
17      contributors may be used to endorse or promote products derived from
                    
18      this software without specific prior written permission.
                    
91The Simple1 parser and others in this directory are designed to take
                    
92input from standard input.  Simple1 recognizes matching braces
                    
93followed by zero or more line terminators and then an end of file.
                    
317<p>
                    
318You may build Simple2 and invoke the generated parser with input from
                    
319the keyboard as standard input.
                    
                
lookahead.html https://gitlab.com/essere.lab.public/qualitas.class-corpus | HTML | 986 lines
                    
14      notice, this list of conditions and the following disclaimer in the
                    
15      documentation and/or other materials provided with the distribution.
                    
16    * Neither the name of the Sun Microsystems, Inc. nor the names of its
                    
16    * Neither the name of the Sun Microsystems, Inc. nor the names of its
                    
17      contributors may be used to endorse or promote products derived from
                    
18      this software without specific prior written permission.
                    
200<p>
                    
201The performance hit from such backtracking is unacceptable for most
                    
202systems that include a parser.  Hence most parsers do not backtrack in
                    
342<p>
                    
343You can try running the parser generated from Example3.jj on the input
                    
344"id1.id2".  It will complain that it encountered a "." when it was
                    
403will always go into the (...)* construct if the next token is a ",".
                    
404It will do this even when identifier_list was called from funny_list
                    
405and the token after the "," is an &lt;INT&gt;.  Intuitively, the right thing
                    
                
jjtreereleasenotes.html https://gitlab.com/essere.lab.public/qualitas.class-corpus | HTML | 472 lines
                    
14      notice, this list of conditions and the following disclaimer in the
                    
15      documentation and/or other materials provided with the distribution.
                    
16    * Neither the name of the Sun Microsystems, Inc. nor the names of its
                    
16    * Neither the name of the Sun Microsystems, Inc. nor the names of its
                    
17      contributors may be used to endorse or promote products derived from
                    
18      this software without specific prior written permission.
                    
69======================================
                    
70Changes from JJTree 0.3pre5 to 0.3pre6
                    
71======================================
                    
79======================================
                    
80Changes from JJTree 0.3pre4 to 0.3pre5
                    
81======================================
                    
99======================================
                    
100Changes from JJTree 0.3pre3 to 0.3pre4
                    
101======================================
                    
                
jjtreeintro.html https://gitlab.com/essere.lab.public/qualitas.class-corpus | HTML | 501 lines
                    
14      notice, this list of conditions and the following disclaimer in the
                    
15      documentation and/or other materials provided with the distribution.
                    
16    * Neither the name of the Sun Microsystems, Inc. nor the names of its
                    
16    * Neither the name of the Sun Microsystems, Inc. nor the names of its
                    
17      contributors may be used to endorse or promote products derived from
                    
18      this software without specific prior written permission.
                    
57terms). In simple mode, each parse tree node is of concrete type SimpleNode; in
                    
58multi mode, the type of the parse tree node is derived from the name of the
                    
59node. If you don't provide implementations for the node classes JJTree will
                    
62
                    
63Although JavaCC is a top-down parser, JJTree constructs the parse tree from
                    
64the bottom up. To do this it uses a stack where it pushes nodes after they
                    
64the bottom up. To do this it uses a stack where it pushes nodes after they
                    
65have been created. When it finds a parent for them, it pops the children from
                    
66the stack and adds them to the parent, and finally pushes the new parent node
                    
                
javaccreleasenotes.html https://gitlab.com/essere.lab.public/qualitas.class-corpus | HTML | 754 lines
                    
14      notice, this list of conditions and the following disclaimer in the
                    
15      documentation and/or other materials provided with the distribution.
                    
16    * Neither the name of the Sun Microsystems, Inc. nor the names of its
                    
16    * Neither the name of the Sun Microsystems, Inc. nor the names of its
                    
17      contributors may be used to endorse or promote products derived from
                    
18      this software without specific prior written permission.
                    
44
                    
45AS NOTED HERE, DURING THE TRANSITION FROM 0.5 TO 4.0, THERE HAVE BEEN
                    
46THE FOLLOWING INTERMEDIATE VERSIONS:
                    
189
                    
190SimpleCharStream just reads the characters from the Reader using the
                    
191read(char[], int, int) method. So if you want to support a specific
                    
254Moved JavaCC to the Metamata installer and made it available for
                    
255download from Metamata's web site.
                    
256
                    
                
javaccgrm.html https://gitlab.com/essere.lab.public/qualitas.class-corpus | HTML | 1284 lines
                    
14      notice, this list of conditions and the following disclaimer in the
                    
15      documentation and/or other materials provided with the distribution.
                    
16    * Neither the name of the Sun Microsystems, Inc. nor the names of its
                    
16    * Neither the name of the Sun Microsystems, Inc. nor the names of its
                    
17      contributors may be used to endorse or promote products derived from
                    
18      this software without specific prior written permission.
                    
232<p>
                    
233Options may be specified either here in the grammar file, or from
                    
234<a href="commandline.html">the command line</a>.  If the option is set
                    
234<a href="commandline.html">the command line</a>.  If the option is set
                    
235from <a href="commandline.html">the command line</a>, that takes precedence.
                    
236</p>
                    
                
apiroutines.html https://gitlab.com/essere.lab.public/qualitas.class-corpus | HTML | 552 lines
                    
14      notice, this list of conditions and the following disclaimer in the
                    
15      documentation and/or other materials provided with the distribution.
                    
16    * Neither the name of the Sun Microsystems, Inc. nor the names of its
                    
16    * Neither the name of the Sun Microsystems, Inc. nor the names of its
                    
17      contributors may be used to endorse or promote products derived from
                    
18      this software without specific prior written permission.
                    
43and variables available for use by a JavaCC [tm] user.  These classes,
                    
44methods, and variables are typically used from the actions that
                    
45are embedded in a JavaCC grammar.  In the sample code used below,
                    
105method throws a ParseError exception when there is a lexical error, i.e.,
                    
106it could not find a match for any of the specified tokens from the input
                    
107stream.  The type Token is described later.
                    
115This creates a new parser object, which in turn creates a new token manager object
                    
116that reads its tokens from "stream".  This constructor is available only
                    
117when both the options USER_TOKEN_MANAGER and USER_CHAR_STREAM are false.
                    
                
JJTree.html https://gitlab.com/essere.lab.public/qualitas.class-corpus | HTML | 620 lines
                    
14      notice, this list of conditions and the following disclaimer in the
                    
15      documentation and/or other materials provided with the distribution.
                    
16    * Neither the name of the Sun Microsystems, Inc. nor the names of its
                    
16    * Neither the name of the Sun Microsystems, Inc. nor the names of its
                    
17      contributors may be used to endorse or promote products derived from
                    
18      this software without specific prior written permission.
                    
62      concrete type SimpleNode; in multi mode the type of the parse
                    
63      tree node is derived from the name of the node.  If you don't
                    
64      provide implementations for the node classes JJTree will
                    
68    <p>Although JavaCC is a top-down parser, JJTree constructs the
                    
69      parse tree from the bottom up.  To do this it uses a stack where
                    
70      it pushes nodes after they have been created.  When it finds a
                    
70      it pushes nodes after they have been created.  When it finds a
                    
71      parent for them, it pops the children from the stack and adds
                    
72      them to the parent, and finally pushes the new parent node
                    
                
MapType.html https://gitlab.com/essere.lab.public/qualitas.class-corpus | HTML | 528 lines
                    
58&nbsp;<A HREF="../../../org/hibernate/type/ManyToOneType.html" title="class in org.hibernate.type"><B>PREV CLASS</B></A>&nbsp;
                    
59&nbsp;<A HREF="../../../org/hibernate/type/MaterializedBlobType.html" title="class in org.hibernate.type"><B>NEXT CLASS</B></A></FONT></TD>
                    
60<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
                    
78<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
                    
79  SUMMARY:&nbsp;NESTED&nbsp;|&nbsp;<A HREF="#fields_inherited_from_class_org.hibernate.type.CollectionType">FIELD</A>&nbsp;|&nbsp;<A HREF="#constructor_summary">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_summary">METHOD</A></FONT></TD>
                    
80<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
                    
125</TABLE>
                    
126&nbsp;<A NAME="fields_inherited_from_class_org.hibernate.type.CollectionType"><!-- --></A>
                    
127<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
                    
128<TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
                    
129<TH ALIGN="left"><B>Fields inherited from class org.hibernate.type.<A HREF="../../../org/hibernate/type/CollectionType.html" title="class in org.hibernate.type">CollectionType</A></B></TH>
                    
130</TR>
                    
134</TABLE>
                    
135&nbsp;<A NAME="fields_inherited_from_class_org.hibernate.type.AbstractType"><!-- --></A>
                    
136<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
                    
                
ch12.html https://gitlab.com/essere.lab.public/qualitas.class-corpus | HTML | 510 lines
                    
3  PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
                    
4<html xmlns="http://www.w3.org/1999/xhtml"><head><title>Chapter 12. Criteria</title><link rel="stylesheet" type="text/css" href="css/hibernate.css"/><meta name="generator" content="DocBook XSL Stylesheets V1.76.1"/><link rel="home" href="index.html" title="Hibernate Developer Guide"/><link rel="up" href="index.html" title="Hibernate Developer Guide"/><link rel="prev" href="ch11.html" title="Chapter 11. HQL and JPQL"/><link rel="next" href="ch13.html" title="Chapter 13. Native SQL Queries"/><meta xmlns:d="http://docbook.org/ns/docbook" xmlns:rf="java:org.jboss.highlight.XhtmlRendererFactory" http-equiv="Content-Type" content="text/html; charset=UTF-8"/></head><body><p xmlns:d="http://docbook.org/ns/docbook" id="title"><a href="http://www.hibernate.org" class="site_href"><strong>Hibernate.org</strong></a><a href="http://hibernate.org/Documentation/DocumentationOverview" class="doc_href"><strong>Community Documentation</strong></a></p><ul xmlns:d="http://docbook.org/ns/docbook" class="docnav"><li class="previous"><a accesskey="p" href="ch11.html"><strong>Prev</strong></a></li><li class="next"><a accesskey="n" href="ch13.html"><strong>Next</strong></a></li></ul><div class="chapter" title="Chapter 12. Criteria"><div class="titlepage"><div><div><h2 class="title"><a id="d5e3364"/>Chapter 12. Criteria</h2></div></div></div><div class="toc"><p><strong>Table of Contents</strong></p><dl><dt><span class="section"><a href="ch12.html#querycriteria-typedquery">12.1. Typed criteria queries</a></span></dt><dd><dl><dt><span class="section"><a href="ch12.html#querycriteria-typedquery-entity">12.1.1. Selecting an entity</a></span></dt><dt><span class="section"><a href="ch12.html#querycriteria-typedquery-expression">12.1.2. Selecting an expression</a></span></dt><dt><span class="section"><a href="ch12.html#querycriteria-typedquery-multiselect">12.1.3. Selecting multiple values</a></span></dt><dt><span class="section"><a href="ch12.html#querycriteria-typedquery-construct">12.1.4. Selecting a wrapper</a></span></dt></dl></dd><dt><span class="section"><a href="ch12.html#querycriteria-tuple">12.2. Tuple criteria queries</a></span></dt><dt><span class="section"><a href="ch12.html#querycriteria-from">12.3. FROM clause</a></span></dt><dd><dl><dt><span class="section"><a href="ch12.html#querycriteria-from-root">12.3.1. Roots</a></span></dt><dt><span class="section"><a href="ch12.html#querycriteria-from-join">12.3.2. Joins</a></span></dt><dt><span class="section"><a href="ch12.html#querycriteria-from-fetch">12.3.3. Fetches</a></span></dt></dl></dd><dt><span class="section"><a href="ch12.html#querycriteria-path">12.4. Path expressions</a></span></dt><dt><span class="section"><a href="ch12.html#querycriteria-param">12.5. Using parameters</a></span></dt></dl></div>
                    
5
                    
31        query API will recognize the general approach, though we believe the JPA API to be superior
                    
32        as it represents a clean look at the lessons learned from that API.
                    
33    </p>
                    
64            <em class="citetitle">Chapter 6 Criteria API</em> of the JPA Specification
                    
65            already contains a decent amount of reference material pertaining to the various parts of a
                    
66            criteria query. So rather than duplicate all that content here, lets instead look at some of
                    
88                <pre xmlns="" xmlns:d="http://docbook.org/ns/docbook" xmlns:rf="java:org.jboss.highlight.XhtmlRendererFactory" class="">CriteriaQuery&lt;Person&gt; criteria = builder.createQuery( Person.class );
                    
89Root&lt;Person&gt; personRoot = criteria.from( Person.class );
                    
90criteria.select( personRoot );
                    
122            <p>
                    
123                The simplest form of selecting an expression is selecting a particular attribute from an entity.
                    
124                But this expression might also represent an aggregation, a mathematical operation, etc.
                    
                
InspectorOverlayPage.html https://gitlab.com/x33n/phantomjs | HTML | 582 lines
                    
11     notice, this list of conditions and the following disclaimer in the
                    
12     documentation and/or other materials provided with the distribution.
                    
13 3.  Neither the name of Apple Computer, Inc. ("Apple") nor the names of
                    
14     its contributors may be used to endorse or promote products derived
                    
15     from this software without specific prior written permission.
                    
16
                    
                
icons_content.html https://gitlab.com/x33n/materialize | HTML | 436 lines
                    
5    <div id="action" class="row scrollspy">
                    
6            <p class="caption">We have included 740 Material Design Icons courtesy of Google. You can download them directly from the <a href="https://github.com/google/material-design-icons">Material Design specs</a>. The icon font was made and packed by <a href="http://fezvrasta.github.io/bootstrap-material-design/">Bootstrap Material Design</a>.</p>
                    
7            <h4>Usage</h4>
                    
                
forms_content.html https://gitlab.com/x33n/materialize | HTML | 635 lines
                    
12        <p>Text fields allow user input. The border should light up simply and clearly indicating which field the user is currently editing. You must have a <code class="language-markup">.input-field</code> div wrapping your input and label. This helps our jQuery animate the label. This is only used in our Input and Textarea form elements.</p>
                    
13        <p>If you don't want the Green and Red validation states, just remove the <code class="language-markup">validate</code> class from your inputs.</p>
                    
14        <br>
                    
180              <div class="input-field col s12">
                    
181                <textarea id="textarea1" class="materialize-textarea"></textarea>
                    
182                <label for="textarea1">Textarea</label>
                    
191        &lt;div class="input-field col s12">
                    
192          &lt;textarea id="textarea1" class="materialize-textarea">&lt;/textarea>
                    
193          &lt;label for="textarea1">Textarea&lt;/label>
                    
206                <i class="mdi-editor-mode-edit prefix"></i>
                    
207                <textarea id="icon_prefix2" class="materialize-textarea"></textarea>
                    
208                <label for="icon_prefix2">Message</label>
                    
329            <h4>Updating/Destroying Select</h4>
                    
330            <p>If you want to update the items inside the select, just rerun the initialization code from above after editing the original select. Or you can destroy the material select with this function below, and create a new select altogether</p>
                    
331            <pre><code class="language-javascript">
                    
                
typography.html https://gitlab.com/x33n/materialize | HTML | 260 lines
                    
7    <meta name="msapplication-tap-highlight" content="no">
                    
8    <meta name="description" content="Materialize is a modern responsive CSS framework based on Material Design by Google. ">
                    
9    <title>Typography - Materialize</title>
                    
41        <li class="logo"><a id="logo-container" href="http://materializecss.com/" class="brand-logo">
                    
42            <object id="front-page-logo" type="image/svg+xml" data="res/materialize.svg">Your browser does not support SVG</object></a></li>
                    
43        <li class="bold"><a href="about.html" class="waves-effect waves-teal">About</a></li>
                    
114            <p class="col s12 m4">We bundle our framework with the latest iteration of Roboto Google has released. It comes with 5 different font weights you can use: 200, 300, 400, 500, 600.<br> <br> Here is an image from Google's Roboto Specimen document displaying the different font weights.</p>
                    
115            <img class="col s12 m8" src="http://material-design.storage.googleapis.com/publish/v_2/material_ext_publish/0Bx4BSt6jniD7SW9CUzR4MnRpOTg/style_typography_roboto1.png">
                    
116          </div>
                    
200          <div class="col l4 s12">
                    
201            <h5 class="white-text">Help Materialize Grow</h5>
                    
202            <p class="grey-text text-lighten-4">We are a team of college students working on this project like it's our full time job. Any amount would help support and continue development on this project and is greatly appreciated.</p>
                    
220            <br>
                    
221            <a href="https://twitter.com/MaterializeCSS" class="twitter-follow-button" data-show-count="true" data-size="large" data-dnt="true">Follow @MaterializeCSS</a>
                    
222            <br>
                    
                
icons.html https://gitlab.com/x33n/materialize | HTML | 495 lines
                    
7    <meta name="msapplication-tap-highlight" content="no">
                    
8    <meta name="description" content="Materialize is a modern responsive CSS framework based on Material Design by Google. ">
                    
9    <title>Icons - Materialize</title>
                    
18    <link href="css/prism.css" rel="stylesheet">
                    
19    <link href="css/ghpages-materialize.css" type="text/css" rel="stylesheet" media="screen,projection">
                    
20    <link href="http://fonts.googleapis.com/css?family=Inconsolata" rel="stylesheet" type="text/css">
                    
40      <ul id="nav-mobile" class="side-nav fixed">
                    
41        <li class="logo"><a id="logo-container" href="http://materializecss.com/" class="brand-logo">
                    
42            <object id="front-page-logo" type="image/svg+xml" data="res/materialize.svg">Your browser does not support SVG</object></a></li>
                    
97        </li>
                    
98        <li class="bold"><a href="http://materializecss.com/mobile.html" class="waves-effect waves-teal">Mobile</a></li>
                    
99        <li class="bold"><a href="showcase.html" class="waves-effect waves-teal">Showcase</a></li>
                    
106    <div id="action" class="row scrollspy">
                    
107            <p class="caption">We have included 740 Material Design Icons courtesy of Google. You can download them directly from the <a href="https://github.com/google/material-design-icons">Material Design specs</a>. The icon font was made and packed by <a href="http://fezvrasta.github.io/bootstrap-material-design/">Bootstrap Material Design</a>.</p>
                    
108            <h4>Usage</h4>
                    
                
forms.html https://gitlab.com/x33n/materialize | HTML | 801 lines
                    
7    <meta name="msapplication-tap-highlight" content="no">
                    
8    <meta name="description" content="Materialize is a modern responsive CSS framework based on Material Design by Google. ">
                    
9    <title>Forms - Materialize</title>
                    
18    <link href="css/prism.css" rel="stylesheet">
                    
19    <link href="css/ghpages-materialize.css" type="text/css" rel="stylesheet" media="screen,projection">
                    
20    <link href="http://fonts.googleapis.com/css?family=Inconsolata" rel="stylesheet" type="text/css">
                    
40      <ul id="nav-mobile" class="side-nav fixed">
                    
41        <li class="logo"><a id="logo-container" href="http://materializecss.com/" class="brand-logo">
                    
42            <object id="front-page-logo" type="image/svg+xml" data="res/materialize.svg">Your browser does not support SVG</object></a></li>
                    
97        </li>
                    
98        <li class="bold"><a href="http://materializecss.com/mobile.html" class="waves-effect waves-teal">Mobile</a></li>
                    
99        <li class="bold"><a href="showcase.html" class="waves-effect waves-teal">Showcase</a></li>
                    
113        <p>Text fields allow user input. The border should light up simply and clearly indicating which field the user is currently editing. You must have a <code class="language-markup">.input-field</code> div wrapping your input and label. This helps our jQuery animate the label. This is only used in our Input and Textarea form elements.</p>
                    
114        <p>If you don't want the Green and Red validation states, just remove the <code class="language-markup">validate</code> class from your inputs.</p>
                    
115        <br>
                    
                
footer.html https://gitlab.com/x33n/materialize | HTML | 274 lines
                    
7    <meta name="msapplication-tap-highlight" content="no">
                    
8    <meta name="description" content="Materialize is a modern responsive CSS framework based on Material Design by Google. ">
                    
9    <title>Footer - Materialize</title>
                    
40      <ul id="nav-mobile" class="side-nav fixed">
                    
41        <li class="logo"><a id="logo-container" href="http://materializecss.com/" class="brand-logo">
                    
42            <object id="front-page-logo" type="image/svg+xml" data="res/materialize.svg">Your browser does not support SVG</object></a></li>
                    
97        </li>
                    
98        <li class="bold"><a href="http://materializecss.com/mobile.html" class="waves-effect waves-teal">Mobile</a></li>
                    
99        <li class="bold"><a href="showcase.html" class="waves-effect waves-teal">Showcase</a></li>
                    
173        <h2 class="header">Sticky Footer</h2>
                    
174        <p>A sticky footer always stays on the bottom of the page regardless of how little content is on the page. However, this footer will be pushed down if there is a lot of content, so it is different from a fixed footer. Add the following code to your CSS file.</p>
                    
175        <p>Note: This may cause issues in Internet Explorer which has weak support for flexbox.</p>
                    
234            <br>
                    
235            <a href="https://twitter.com/MaterializeCSS" class="twitter-follow-button" data-show-count="true" data-size="large" data-dnt="true">Follow @MaterializeCSS</a>
                    
236            <br>
                    
                
dropdown.html https://gitlab.com/x33n/materialize | HTML | 279 lines
                    
7    <meta name="msapplication-tap-highlight" content="no">
                    
8    <meta name="description" content="Materialize is a modern responsive CSS framework based on Material Design by Google. ">
                    
9    <title>Dropdown - Materialize</title>
                    
18    <link href="css/prism.css" rel="stylesheet">
                    
19    <link href="css/ghpages-materialize.css" type="text/css" rel="stylesheet" media="screen,projection">
                    
20    <link href="http://fonts.googleapis.com/css?family=Inconsolata" rel="stylesheet" type="text/css">
                    
41        <li class="logo"><a id="logo-container" href="http://materializecss.com/" class="brand-logo">
                    
42            <object id="front-page-logo" type="image/svg+xml" data="res/materialize.svg">Your browser does not support SVG</object></a></li>
                    
43        <li class="bold"><a href="about.html" class="waves-effect waves-teal">About</a></li>
                    
219          <div class="col l4 s12">
                    
220            <h5 class="white-text">Help Materialize Grow</h5>
                    
221            <p class="grey-text text-lighten-4">We are a team of college students working on this project like it's our full time job. Any amount would help support and continue development on this project and is greatly appreciated.</p>
                    
239            <br>
                    
240            <a href="https://twitter.com/MaterializeCSS" class="twitter-follow-button" data-show-count="true" data-size="large" data-dnt="true">Follow @MaterializeCSS</a>
                    
241            <br>
                    
                
about.html https://gitlab.com/x33n/materialize | HTML | 292 lines
                    
7    <meta name="msapplication-tap-highlight" content="no">
                    
8    <meta name="description" content="Materialize is a modern responsive CSS framework based on Material Design by Google. ">
                    
9    <title>About - Materialize</title>
                    
36        <li class="logo"><a id="logo-container" href="http://materializecss.com/" class="brand-logo">
                    
37            <object id="front-page-logo" type="image/svg+xml" data="res/materialize.svg">Your browser does not support SVG</object></a></li>
                    
38        <li class="bold active"><a href="about.html" class="waves-effect waves-teal">About</a></li>
                    
118    <div class="col s12 m9 l10">
                    
119      <!--  Material Design -->
                    
120      <div id="materialdesign" class="section scrollspy">
                    
121        <h2 class="header">Material Design</h2>
                    
122        <p class="caption">Created and designed by Google, Material Design is a design language that combines the classic principles of successful design
                    
123          along with innovation and technology. Google's goal is to develop a system of design that allows for a unified user experience
                    
219          <ul class="section table-of-contents">
                    
220            <li><a href="#materialdesign">Material Design</a></li>
                    
221            <li><a href="#team">Meet the Team</a></li>
                    
                
gpl-3.0.html https://gitlab.com/Blueprint-Marketing/interoccupy.net | HTML | 692 lines
                    
35
                    
36<p>To protect your rights, we need to prevent others from denying you
                    
37these rights or asking you to surrender the rights.  Therefore, you have
                    
90
                    
91<p>To “modify” a work means to copy from or adapt all or part of the work
                    
92in a fashion requiring copyright permission, other than the making of an
                    
154<p>The Corresponding Source need not include anything that users
                    
155can regenerate automatically from other parts of the Corresponding
                    
156Source.</p>
                    
165conditions are met.  This License explicitly affirms your unlimited
                    
166permission to run the unmodified Program.  The output from running a
                    
167covered work is covered by this License only if the output, given its
                    
175with facilities for running those works, provided that you comply with
                    
176the terms of this License in conveying all material for which you do
                    
177not control copyright.  Those thus making or running the covered works
                    
                
chipmunk-docs.html https://gitlab.com/Mr.Tomato/Cocos2d-X-text | HTML | 944 lines
                    
43
                    
44	<p>It&#8217;s been a long time in coming, but I&#8217;ve finally made a stable and usable physics implementation. While not feature complete yet, it&#8217;s well on it&#8217;s way. I would like to give a Erin Catto a big thank you, as the most of the ideas for the constraint solver come from his Box2D example code. (<a href="http://www.gphysics.com/">gPhysics Website</a>). His contact persistence idea allows for stable stacks of objects with very few iterations of the contact solution. Couldn&#8217;t have gotten that working without his help.</p>
                    
45
                    
60
                    
61	<p>There is often confusion between rigid bodies and their collision shapes in Chipmunk and how they relate to sprites. A sprite would be a visual representation of an object, the sprite is drawn at the position of the rigid body. The collision shape would be the material representation of the object, and how it should collide with other objects. A sprite and collision shape have little to do with one another other than you probably want the collision shape to match the sprite&#8217;s shape.</p>
                    
62
                    
356
                    
357	<p class="expl">Convert from body local coordinates to world space coordinates.</p>
                    
358
                    
363
                    
364	<p class="expl">Convert from world space coordinates to body local coordinates.</p>
                    
365
                    
                
samples.html https://bitbucket.org/haris_peco/debrief.git | HTML | 367 lines
                    
57
                    
58<p>One of the examples shows how to use TrAX to process input from a third-party (non-Saxon)
                    
59DOM document, and how to
                    
113<p>This is a very simple sample stylesheet to illustrate several SAXON extensions.
                    
114It uses the XML file <b>books.xml</b> (derived from a file issued originally by Microsoft).
                    
115You will find this in the samples/data directory. The DTD is in <b>books.dtd</b></p>
                    
141 file without using XSL. 
                    
142This can be run directly from the command line. It produces on the standard output an
                    
143HTML page showing the book list.</p>
                    
195supply the driver class, database name, username, and password as parameters on the command line.</li>
                    
196<li>Execute the stylesheet from the command line, as follows:
                    
197</ul>
                    
202
                    
203<p>The database will be populated with data from the books.xml document.</p>
                    
204<hr>
                    
                
extensibility.html https://bitbucket.org/haris_peco/debrief.git | HTML | 422 lines
                    
65(for example xmlns:date="http://www.jclark.com/xt/java/java.util.Date"). The part of
                    
66 the URI before the final "/" is immaterial. The class must be on the classpath. For compatibility
                    
67 with previous releases, the format xmlns:date="java.util.Date" is also supported.</p>
                    
69<p>The SAXON namespace URI "http://icl.com/saxon" is recognised as a special case, and causes the
                    
70function to be loaded from the class com.icl.saxon.functions.Extensions. This class name can be
                    
71specified explicitly if you prefer.</p>
                    
109
                    
110 For example, the following stylesheet prints the date and time. This example is copied from the
                    
111 documentation of the xt product, and it works unchanged with SAXON, because SAXON
                    
173implementation, not some third-party DOM. But any implementation of NodeList can be used. The nodes
                    
174can come from the original source tree, or from a newly-constructed tree, so long as it is constructed
                    
175using Saxon.</li>
                    
                
webgl_geometry_text.html https://github.com/wttsang/three.js.git | HTML | 637 lines
                    
81
                    
82			var textMesh1, textMesh2, textGeo, faceMaterial, textMaterialFront, textMaterialSide, parent;
                    
83
                    
222
                    
223				faceMaterial = new THREE.MeshFaceMaterial();
                    
224
                    
224
                    
225				textMaterialFront = new THREE.MeshPhongMaterial( { color: 0xffffff, shading: THREE.FlatShading } );
                    
226				textMaterialSide = new THREE.MeshPhongMaterial( { color: 0xffffff, shading: THREE.SmoothShading } );
                    
441					material: textMaterialFront,
                    
442					extrudeMaterial: textMaterialSide
                    
443
                    
459
                    
460						if ( face.materials[ 0 ].id == textMaterialSide.id ) {
                    
461
                    
                
webgl_geometry_shapes.html https://github.com/wttsang/three.js.git | HTML | 477 lines
                    
77
                    
78					var mesh = new THREE.Mesh( geometry, [ new THREE.MeshLambertMaterial( { color: color } ), new THREE.MeshBasicMaterial( { color: 0x000000, wireframe: true } ) ] );
                    
79					mesh.position.set( x, y, z - 75 );
                    
85
                    
86					var line = new THREE.Line( points, new THREE.LineBasicMaterial( { color: color, linewidth: 2 } ) );
                    
87					line.position.set( x, y, z + 25 );
                    
91
                    
92					// transparent line from real points
                    
93
                    
93
                    
94					var line = new THREE.Line( points, new THREE.LineBasicMaterial( { color: color, opacity: 0.5 } ) );
                    
95					line.position.set( x, y, z + 75 );
                    
99
                    
100					// vertices from real points
                    
101
                    
                
terms_body.html https://gitlab.com/brian0218/rk3066_r-box_android4.2.2_sdk | HTML | 337 lines
                    
35	(B) by actually using the SDK. In this case, you agree that use of the SDK constitutes
                    
36acceptance of the Licensing Agreement from that point onwards.
                    
37</p> 
                    
39	2.3 You may not use the SDK and may not accept the Licensing Agreement if you are a person
                    
40barred from receiving the SDK under the laws of the United States or other countries including the
                    
41country in which you are resident or from which you use the SDK.
                    
49<h2> 
                    
50	3. SDK License from Google
                    
51</h2> 
                    
95<p> 
                    
96	4.1 Google agrees that it obtains no right, title or interest from you (or your licensors)
                    
97under this License Agreement in or to any software applications that you develop using the SDK,
                    
103guidelines in the relevant jurisdictions (including any laws regarding the export of data or
                    
104software to and from the United States or other relevant countries).
                    
105</p> 
                    
                
versions.html https://gitlab.com/brian0218/rk3066_r-box_android4.2.2_sdk | HTML | 1327 lines
                    
42<ul>
                    
43<li>Reverted from eval2.c to eval.c due to FPE on Linux
                    
44<li>more speed improvements
                    
164<li>glGet*(GL_DEPTH_BITS) returned bytes, not bits
                    
165<li>point, line, and bitmap rasterization suffered from roundoff errors
                    
166<li>fixed a division by zero error in line clippping
                    
177<li>glVertex() calls now use a function pointer to avoid conditionals
                    
178<li>removed contrib directory from Mesa tar file (available on ftp site)
                    
179<li>AIX shared library support
                    
219<li>tk.h renamed to gltk.h to avoid conflicts with Tcl's Tk
                    
220<li>Dithering support moved from core into device driver
                    
221</ul>
                    
395<li>8-bit TrueColor GLXPixmap rendering incorrectly required a colormap
                    
396<li>glMaterial() wasn't ignored when GL_COLOR_MATERIAL was enabled
                    
397<li>glEnable(GL_COLOR_MATERIAL) followed by glColor() didn't work right
                    
                
ObjectiveCLiterals.html https://gitlab.com/brian0218/rk3066_r-box_android4.2.2_sdk | HTML | 423 lines
                    
2          "http://www.w3.org/TR/html4/strict.dtd">
                    
3<!-- Material used from: HTML 4.01 specs: http://www.w3.org/TR/html401/ -->
                    
4<html>
                    
26
                    
27<p>Three new features were introduced into clang at the same time:  <i>NSNumber Literals</i> provide a syntax for creating <code>NSNumber</code> from scalar literal expressions; <i>Collection Literals</i> provide a short-hand for creating arrays and dictionaries; <i>Object Subscripting</i> provides a way to use subscripting with Objective-C objects. Users of Apple compiler releases can use these features starting with the Apple LLVM Compiler 4.0.  Users of open-source LLVM.org compiler releases can use these features starting with clang v3.1.</p>
                    
28
                    
                
LanguageExtensions.html https://gitlab.com/brian0218/rk3066_r-box_android4.2.2_sdk | HTML | 1136 lines
                    
2          "http://www.w3.org/TR/html4/strict.dtd">
                    
3<!-- Material used from: HTML 4.01 specs: http://www.w3.org/TR/html401/ -->
                    
4<html>
                    
249<p>The feature name or extension name can also be specified with a preceding and
                    
250following <code>__</code> (double underscore) to avoid interference from a macro
                    
251with the same name. For instance, <code>__cxx_rvalue_references__</code> can be
                    
278<p>The attribute name can also be specified with a preceding and
                    
279following <code>__</code> (double underscore) to avoid interference from a macro
                    
280with the same name. For instance, <code>__always_inline__</code> can be used
                    
                
material.html https://gitlab.com/dae.nuli/resep | HTML | 919 lines
                    
7	<title>DataTables example - Material Design (Tech. preview)</title>
                    
8	<link rel="stylesheet" type="text/css" href="//cdnjs.cloudflare.com/ajax/libs/material-design-lite/1.1.0/material.min.css">
                    
9	<link rel="stylesheet" type="text/css" href="../../media/css/dataTables.material.css">
                    
45				<p>This example shows DataTables styled for <a href="https://www.google.com/design/spec/material-design/">Google's Material Design</a>. The <a href=
                    
46				"http://getmdl.io/">Material Design Lite</a> libraries are used to provide the styling implementation for Material.</p>
                    
47				<p>This is a technical preview example and the Material Design integration for DataTables is not yet complete. This tech preview is provided to gauge the interest
                    
47				<p>This is a technical preview example and the Material Design integration for DataTables is not yet complete. This tech preview is provided to gauge the interest
                    
48				in a Material integration for DataTables and also to estimate the work that would be involved in fully supporting the styling library. As such, the Material design
                    
49				implementation for DataTables can currently only be installed from source and is not available in package managers or the DataTables downloader.</p>
                    
574							<a href=
                    
575							"//cdnjs.cloudflare.com/ajax/libs/material-design-lite/1.1.0/material.min.css">//cdnjs.cloudflare.com/ajax/libs/material-design-lite/1.1.0/material.min.css</a>
                    
576						</li>
                    
577						<li>
                    
578							<a href="../../media/css/dataTables.material.css">../../media/css/dataTables.material.css</a>
                    
579						</li>
                    
                
webgl_modifier_curve_instanced.html https://github.com/nosy-b/three.js.git | HTML | 256 lines
                    
29		<script type="module">
                    
30			import * as THREE from 'three';
                    
31			import { TransformControls } from './jsm/controls/TransformControls.js';
                    
32			import Stats from './jsm/libs/stats.module.js';
                    
33			import { InstancedFlow } from './jsm/modifiers/CurveModifier.js';
                    
34			import { FontLoader } from './jsm/loaders/FontLoader.js';
                    
34			import { FontLoader } from './jsm/loaders/FontLoader.js';
                    
35			import { TextGeometry } from './jsm/geometries/TextGeometry.js';
                    
36
                    
66				const boxGeometry = new THREE.BoxGeometry( 0.1, 0.1, 0.1 );
                    
67				const boxMaterial = new THREE.MeshBasicMaterial();
                    
68
                    
141
                    
142					const material = new THREE.MeshStandardMaterial( {
                    
143						color: 0x99ffff
                    
                
index.html https://gitlab.com/lara_intern/BarcodeTechSolution | HTML | 113 lines
                    
37    <form>
                    
38        <textarea id="code" name="code"> .. This is an excerpt from Sphinx documentation: http://sphinx.pocoo.org/_sources/rest.txt .. highlightlang:: rest .. _rst-primer: reStructuredText Primer ======================= This section is a brief introduction to reStructuredText (reST)
                    
39            concepts and syntax, intended to provide authors with enough information to author documents productively. Since reST was designed to be a simple, unobtrusive markup language, this will not take too long. .. seealso:: The authoritative `reStructuredText
                    
43            ````text```` for code samples. If asterisks or backquotes appear in running text and could be confused with inline markup delimiters, they have to be escaped with a backslash. Be aware of some restrictions of this markup: * it may not be nested,
                    
44            * content may not start or end with whitespace: ``* text*`` is wrong, * it must be separated from surrounding text by non-word characters. Use a backslash escaped space to work around that: ``thisis\ *one*\ word``. These restrictions may be
                    
45            lifted in future versions of the docutils. reST also allows for custom "interpreted text roles"', which signify that the enclosed text should be interpreted in a specific way. Sphinx uses this to provide semantic markup and cross-referencing
                    
47            spelling for ``**strong**`` * :durole:`literal` -- alternate spelling for ````literal```` * :durole:`subscript` -- subscript text * :durole:`superscript` -- superscript text * :durole:`title-reference` -- for titles of books, periodicals,
                    
48            and other materials See :ref:`inline-markup` for roles added by Sphinx. Lists and Quote-like blocks --------------------------- List markup (:duref:`ref &lt;bullet-lists&gt;`) is natural: just place an asterisk at the start of a paragraph
                    
49            and indent properly. The same goes for numbered lists; they can also be autonumbered using a ``#`` sign:: * This is a bulleted list. * It has two items, the second item uses two lines. 1. This is a numbered list. 2. It has two items too. #.
                    
49            and indent properly. The same goes for numbered lists; they can also be autonumbered using a ``#`` sign:: * This is a bulleted list. * It has two items, the second item uses two lines. 1. This is a numbered list. 2. It has two items too. #.
                    
50            This is a numbered list. #. It has two items too. Nested lists are possible, but be aware that they must be separated from the parent list items by blank lines:: * this is * a list * with a nested list * and some subitems * and here the parent
                    
51            list continues Definition lists (:duref:`ref &lt;definition-lists&gt;`) are created as follows:: term (up to a line of text) Definition of the term, which must be indented and can even consist of multiple paragraphs next term Description.
                    
75            (block quotes with their own class attribute) - :dudir:`compound` (a compound paragraph) * Special tables: - :dudir:`table` (a table with title) - :dudir:`csv-table` (a table generated from comma-separated values) - :dudir:`list-table` (a
                    
76            table generated from a list of lists) * Special directives: - :dudir:`raw` (include raw target-format markup) - :dudir:`include` (include reStructuredText from another file) -- in Sphinx, when given an absolute include file path, this directive
                    
77            takes it as relative to the source directory - :dudir:`class` (assign a class attribute to the next element) [1]_ * HTML specifics: - :dudir:`meta` (generation of HTML ``&lt;meta&gt;`` tags) - :dudir:`title` (override document title) * Influencing
                    
                
index.html https://gitlab.com/pilasguru/docker-guia-referencia | HTML | 490 lines
                    
2<!-- The following comment is called a MOTW comment and is necessary for the TiddlyIE Internet Explorer extension -->
                    
3<!-- saved from url=(0021)http://tiddlywiki.com -->
                    
4<html>
                    
27list of conditions and the following disclaimer in the documentation and/or other
                    
28materials provided with the distribution.
                    
29
                    
30Neither the name of the UnaMesa Association nor the names of its contributors may be
                    
31used to endorse or promote products derived from this software without specific
                    
32prior written permission.
                    
379            &quot;type&quot;: &quot;text/vnd.tiddlywiki&quot;,
                    
380            &quot;text&quot;: &quot;TiddlyWiki incorporates code from these fine OpenSource projects:\n\n* [[The Stanford Javascript Crypto Library|http://bitwiseshiftleft.github.io/sjcl/]]\n* [[The Jasmine JavaScript Test Framework|http://pivotal.github.io/jasmine/]]\n* [[Normalize.css by Nicolas Gallagher|http://necolas.github.io/normalize.css/]]\n\nAnd media from these projects:\n\n* World flag icons from [[Wikipedia|http://commons.wikimedia.org/wiki/Category:SVG_flags_by_country]]\n&quot;
                    
381        },
                    
384            &quot;type&quot;: &quot;text/plain&quot;,
                    
385            &quot;text&quot;: &quot;TiddlyWiki created by Jeremy Ruston, (jeremy [at] jermolene [dot] com)\n\nCopyright © Jeremy Ruston 2004-2007\nCopyright © UnaMesa Association 2007-2016\n\nRedistribution and use in source and binary forms, with or without modification,\nare permitted provided that the following conditions are met:\n\nRedistributions of source code must retain the above copyright notice, this\nlist of conditions and the following disclaimer.\n\nRedistributions in binary form must reproduce the above copyright notice, this\nlist of conditions and the following disclaimer in the documentation and/or other\nmaterials provided with the distribution.\n\nNeither the name of the UnaMesa Association nor the names of its contributors may be\nused to endorse or promote products derived from this software without spe
                    
                
refer.html https://github.com/okuoku/freebsd-head.git | HTML | 1377 lines
                    
88<strong>refer</strong> requires first that you create a
                    
89bibliographic database.  From the information contained in the
                    
90database, <strong>mom</strong> formats and generates bibliographies
                    
92style is clean, contemporary and flexible, and is widely used in
                    
93the humanities, where the range of material that has to be
                    
94referenced can run from simple books to live interviews and film.
                    
97<strong>refer</strong> (and <strong>mom</strong>) to access entries
                    
98in it by supplying keywords from the entries.  Depending on what
                    
99you've instructed <strong>mom</strong> to do, she will put the
                    
136The database is a file containing separate entries for each
                    
137reference you want to access from your <strong>mom</strong> files.
                    
138The file is <em>not</em> a "mom" file; it is a separate database.
                    
142<p>
                    
143Entries ("records") in the database file are separated from each
                    
144other by a single, blank line.  The records themselves are composed
                    
                
intro.html https://github.com/okuoku/freebsd-head.git | HTML | 405 lines
                    
28<br>
                    
29<a href="#CANONICAL">Canonical reference materials</a>
                    
30<br>
                    
55<p>
                    
56As might be inferred from the above, <strong>mom</strong> is two macro
                    
57packages in one: a set of typesetting macros, and a set of document
                    
97them (tabs and indents, for example) handle fundamental typesetting
                    
98requirements in ways radically different from groff primitives.
                    
99
                    
101With <strong>mom</strong>'s typesetting macros, you can, if you wish,
                    
102create individual output pages that you design from the ground up.
                    
103Provided you have not signalled to <strong>mom</strong> that you
                    
172
                    
173Formatting documents should be easy, from soup to nuts.  Writers need
                    
174to focus on what they're writing, not on how it looks.  From the
                    
                
JSON Schema: interactive and non interactive validation.html https://bitbucket.org/nut_code_monkey/jsonschemavalidator.git | HTML | 1050 lines
                    
53
                    
54        /* info code from SantaKlauss at http://www.madaboutstyle.com/tooltip2.html */
                    
55        a.info {
                    
160                interactive content generation in addition to user input checking, or validate data
                    
161                retrieved from various sources. This specification describes schema keywords
                    
162                dedicated to validation purposes.
                    
176and may be updated, replaced, or obsoleted by other documents at any time.
                    
177It is inappropriate to use Internet-Drafts as reference material or to cite
                    
178them other than as &ldquo;work in progress.&rdquo;</p>
                    
191carefully, as they describe your rights and restrictions with respect
                    
192to this document. Code Components extracted from this document must
                    
193include Simplified BSD License text as described in Section 4.e of
                    
                
JSON Hyper-Schema: Hypertext definitions for JSON Schema.html https://bitbucket.org/nut_code_monkey/jsonschemavalidator.git | HTML | 1027 lines
                    
53
                    
54        /* info code from SantaKlauss at http://www.madaboutstyle.com/tooltip2.html */
                    
55        a.info {
                    
172and may be updated, replaced, or obsoleted by other documents at any time.
                    
173It is inappropriate to use Internet-Drafts as reference material or to cite
                    
174them other than as &ldquo;work in progress.&rdquo;</p>
                    
187carefully, as they describe your rights and restrictions with respect
                    
188to this document. Code Components extracted from this document must
                    
189include Simplified BSD License text as described in Section 4.e of
                    
                
skeinforge_application.skeinforge_plugins.craft_plugins.tower.html https://github.com/jmil/SFACT.git | HTML | 220 lines
                    
46 <br>
                    
47Tower works by looking for islands in each layer and if it finds another island in the layer above, it goes to the next layer above instead of going across to other regions on the original layer.  It checks for collision with shapes already extruded within a cone from the nozzle tip.  The 'Extruder Possible Collision Cone Angle' setting is the angle of that cone.  Realistic values for the cone angle range between zero and ninety.  The higher the angle, the less likely a collision with the rest of the shape is, generally the extruder will stay in the region for only a few layers before a collision is detected with the wide cone.<br>
                    
48 <br>
                    
52 <br>
                    
53Defines the layer index which the script starts extruding towers, after the last raft layer which does not have support material.  It is best to not tower at least the first layer because the temperature of the first layer is sometimes different than that of the other layers.<br>
                    
54 <br>
                    
197<td width="100%"><dl><dt><a name="-getCraftedText"><strong>getCraftedText</strong></a>(fileName, text, towerRepository<font color="#909090">=None</font>)</dt><dd><tt>Tower&nbsp;a&nbsp;gcode&nbsp;linear&nbsp;move&nbsp;file&nbsp;or&nbsp;text.</tt></dd></dl>
                    
198 <dl><dt><a name="-getCraftedTextFromText"><strong>getCraftedTextFromText</strong></a>(gcodeText, towerRepository<font color="#909090">=None</font>)</dt><dd><tt>Tower&nbsp;a&nbsp;gcode&nbsp;linear&nbsp;move&nbsp;text.</tt></dd></dl>
                    
199 <dl><dt><a name="-getNewRepository"><s
                    
                
skeinforge_application.skeinforge_plugins.craft_plugins.raft.html https://github.com/jmil/SFACT.git | HTML | 487 lines
                    
26 <br>
                    
27Pictures of rafting in action are available from the Metalab blog at:<br>
                    
28<a href="http://reprap.soup.io/?search=rafting">http://reprap.soup.io/?search=rafting</a><br>
                    
31 <br>
                    
32If you want to only set the temperature or only create support material or only elevate the nozzle without creating a raft, set the Base Layers and Interface Layers to zero.<br>
                    
33 <br>
                    
33 <br>
                    
34The important values for the raft settings are the temperatures of the raft, the first layer and the next layers.  These will be different for each material.  The default settings for ABS, HDPE, PCL &amp; PLA are extrapolated from Nophead's experiments.<br>
                    
35 <br>
                    
70&nbsp;&nbsp;&nbsp;&nbsp;<a href="#Support Gap over Perimeter Extrusion Width">Support Gap over Perimeter Extrusion Width</a><br />
                    
71&nbsp;&nbsp;&nbsp;&nbsp;<a href="#Support Material Choice">Support Material Choice</a><br />
                    
72&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<a href="#Empty Layers Only">Empty Layers Only</a><br />
                    
182
                    
183If support material is generated, raft looks for alteration files in the alterations folder in the .skeinforge folder in the home directory.  Raft does not care if the text file names are capitalized, but some file systems do not handle file name cases properly, so to be on the safe side you should give them lower case names.  If it doesn't find the file it then looks in the alterations folder in the skeinforge_plugins folder.<br>
                    
184 <br>
                    
                
fabmetheus_utilities.xml_simple_reader.html https://github.com/jmil/SFACT.git | HTML | 205 lines
                    
26&gt;&gt;&gt; file.close()<br>
                    
27&gt;&gt;&gt; from xml_simple_reader import <a href="#XMLSimpleReader">XMLSimpleReader</a><br>
                    
28&gt;&gt;&gt; xmlParser = <a href="#XMLSimpleReader">XMLSimpleReader</a>(fileName, None, xmlText)<br>
                    
32  Scene, {'bf:id': 'theScene'}<br>
                    
33  materials, {'bf:elem-type': 'java.lang.Object', 'bf:list': 'collection', 'bf:id': '1', 'bf:type': 'java.util.Vector'}<br>
                    
34..<br>
                    
98
                    
99<dl><dt><a name="XMLElement-getIDSuffix"><strong>getIDSuffix</strong></a>(self, elementIndex<font color="#909090">=None</font>)</dt><dd><tt>Get&nbsp;the&nbsp;id&nbsp;suffix&nbsp;from&nbsp;the&nbsp;dictionary.</tt></dd></dl>
                    
100
                    
140
                    
141<dl><dt><a name="XMLElement-removeChildrenFromIDNameParent"><strong>removeChildrenFromIDNameParent</strong></a>(self)</dt><dd><tt>Remove&nbsp;the&nbsp;children&nbsp;from&nbsp;the&nbsp;id&nbsp;and&nbsp;name&nbsp;dictionaries&nbsp;and&nbsp;the&nbsp;children&nbsp;list.</tt></dd></dl>
                    
142
                    
142
                    
143<dl><dt><a name="XMLElement-removeFromIDNameParent"><strong>removeFromIDNameParent</strong></a>(self)</dt><dd><tt>Remove&nbsp;this&nbsp;from&nbsp;the&nbsp;id&nbsp;and&nbsp;name&nbsp;dictionaries&nbsp;and&nbsp;the&nbsp;children&nbsp;of&nbsp;the&nbsp;parent.</tt></dd></dl>
                    
144
                    
                
fabmetheus_utilities.geometry.manipulation_paths.overhang.html https://github.com/jmil/SFACT.git | HTML | 181 lines
                    
11><font color="#ffffff" face="helvetica, arial"><a href=".">index</a><br><a href="file:/home/enrique/Desktop/backup/babbleold/script/reprap/fabmetheus/fabmetheus_utilities/geometry/manipulation_paths/overhang.py">/home/enrique/Desktop/backup/babbleold/script/reprap/fabmetheus/fabmetheus_utilities/geometry/manipulation_paths/overhang.py</a></font></td></tr></table>
                    
12    <p><tt>Add material to support overhang or remove material at the overhang angle.</tt></p>
                    
13<p>
                    
49<tr bgcolor="#ffc8d8"><td rowspan=2><tt>&nbsp;&nbsp;&nbsp;</tt></td>
                    
50<td colspan=2><tt>Class&nbsp;to&nbsp;derive&nbsp;the&nbsp;path&nbsp;along&nbsp;the&nbsp;point&nbsp;and&nbsp;away&nbsp;from&nbsp;the&nbsp;point.<br>&nbsp;</tt></td></tr>
                    
51<tr><td>&nbsp;</td>
                    
71<tr bgcolor="#ffc8d8"><td rowspan=2><tt>&nbsp;&nbsp;&nbsp;</tt></td>
                    
72<td colspan=2><tt>Class&nbsp;to&nbsp;get&nbsp;the&nbsp;intersection&nbsp;up&nbsp;from&nbsp;the&nbsp;point.<br>&nbsp;</tt></td></tr>
                    
73<tr><td>&nbsp;</td>
                    
87<tr bgcolor="#ffc8d8"><td rowspan=2><tt>&nbsp;&nbsp;&nbsp;</tt></td>
                    
88<td colspan=2><tt>Class&nbsp;to&nbsp;get&nbsp;the&nbsp;intersection&nbsp;from&nbsp;the&nbsp;point&nbsp;down&nbsp;to&nbsp;the&nbsp;left.<br>&nbsp;</tt></td></tr>
                    
89<tr><td>&nbsp;</td>
                    
115<tr bgcolor="#ffc8d8"><td rowspan=2><tt>&nbsp;&nbsp;&nbsp;</tt></td>
                    
116<td colspan=2><tt>Class&nbsp;to&nbsp;get&nbsp;the&nbsp;intersection&nbsp;from&nbsp;the&nbsp;point&nbsp;down&nbsp;to&nbsp;the&nbsp;right.<br>&nbsp;</tt></td></tr>
                    
117<tr><td>&nbsp;</td>
                    
                
pcrepattern.html https://github.com/rameshj03/multitheftauto.git | HTML | 1149 lines
                    
11This page is part of the PCRE HTML documentation. It was generated automatically
                    
12from the original man page. If there is any nonsense in it, please consult the
                    
13man page, in case the conversion went wrong.
                    
43regular expressions in great detail. This description of PCRE's regular
                    
44expressions is intended as reference material.
                    
45</P>
                    
57<P>
                    
58A regular expression is a pattern that is matched against a subject string from
                    
59left to right. Most characters stand for themselves in a pattern, and match the
                    
64matches a portion of a subject string that is identical to itself. The power of
                    
65regular expressions comes from the ability to include alternatives and
                    
66repetitions in the pattern. These are encoded in the pattern by the use of
                    
124<P>
                    
125If you want to remove the special meaning from a sequence of characters, you
                    
126can do so by putting them between \Q and \E. This is different from Perl in
                    
                
registration.html https://bitbucket.org/glebiuskv/extjs-overlay.git | HTML | 137 lines
                    
59        <h3>Copyright Notice</h3>
                    
60        <p>The contents of all material available on the site are copyrighted by Sencha unless otherwise indicated. All rights are reserved by Sencha and, except as permitted in any license grant, may not be reproduced, downloaded, disseminated, published, or transferred in any form or by any means, except with the prior written permission of Sencha.</p>
                    
61        <h3>Legal Notice and Disclaimer</h3>
                    
63        <p>Sencha (including its employees and agents) assumes no responsibility for consequences from the use of the information herein, or in any respect for the content of such information, including, but not limited to, delays, errors or omissions, the accuracy or reasonableness of information, the defamatory nature of statements, ownership of copyright or other intellectual property rights, and the violation of property, privacy or personal rights of others. SENCHA IS NOT RESPONSIBLE FOR, AND EXPRESSLY DISCLAIMS ALL LIABILITY FOR, DAMAGES OF ANY KIND ARISING OUT OF USE, REFERENCE OR RELIANCE ON SUCH INFORMATION.</p>
                    
64        <p>IN NO EVENT SHALL SENCHA AND/OR ITS RESPECTIVE SUPPLIERS BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF SOFTWARE, DOCUMENTS, PROVISION OF OR FAILURE TO PROVIDE SERVICES, OR INFORMATION AVAILABLE FROM THE SERVICES.</p>
                    
65        <h3>No Unlawful or Prohibited Use</h3>
                    
65        <h3>No Unlawful or Prohibited Use</h3>
                    
66        <p>As a condition of your use of this web site, you warrant to Sencha that you will not use this web site or any information contained on the web site for any purpose that is unlawful or prohibited by these Terms.  You may not use the Services in any manner that could damage, disable, overburden, or impair any Sencha server, or the network(s) connected to any Sencha server, or interfere with any other party's use and enjoyment of any Services. You may not attempt to gain unauthorized access to any Services, other accounts, computer systems or networks connected to any Sencha server or to any of the Services, through hacking, password mining or any other means. You may not obtain or attempt to obtain any materials or information through any means not intentionally made available through the Services.</p>
                    
67        <h3>Personal and Non-Commercial Use of Services</h3>
                    
67        <h3>Personal and Non-Commercial Use of Services</h3>
                    
68        <p>Unless otherwise specified, the Services are for your personal and non-commercial use. You may not modify, copy, distribute, transmit, display, perform, reproduce, publish, license, create derivative works from, transfer, or sell any information, software, products or services obtained from the Services.</p>
                    
69        <h3>Returns Policy</h3>
                    
73        <h3>Links to Other Internet Sites</h3>
                    
74        <p>At certain places on this site, live "links" to other Internet addresses can be accessed ("Linked Sites"). Such Linked Sites contain information created, published, maintained, or otherwise posted by institutions or organizations independent of Sencha. Sencha does not endorse, approve, certify or control these Linked Sites and does not guarantee the accuracy, completeness, efficacy, timeliness or correct sequencing of information that they contain. Use of Linked Sites is voluntary, and should only be undertaken after an independent review of the accuracy, completeness, efficacy and timeliness of information contained therein. In addition, it is the user's responsibility to take precautions to ensure that material selected from such Linked Sites is free of such items as viruses, worms, Trojan horses and other items of a destructive nature. Sencha is not responsible for, and expressly disclaims all liability for, damages of any kind arising out of the use of such Linked Sites, or reference to or reliance on information contained therein.</p>
                    
75        <h3>Special License Restrictions for Non-Human Visitors</h3>
                    
                
index.html https://github.com/tris-sondon/scipy-lectures.github.com.git | HTML | 304 lines
                    
133<p class="topic-title first">This document</p>
                    
134<p>Teaching material on the scientific Python ecosystem, a quick
                    
135introduction to central tools and technics. The different chapters
                    
136each correspond to a 1 to 2 hours course with increasing level of
                    
137expertise, from beginner to expert.</p>
                    
138<div class="toctree-wrapper compound">
                    
                
LICENSE.html https://github.com/akash6190/pragyan.git | HTML | 279 lines
                    
55
                    
56To protect your rights, we need to prevent others from denying you these rights or asking you to surrender the rights. Therefore, you have certain responsibilities if you distribute copies of the software, or if you modify it: responsibilities to respect the freedom of others.
                    
57
                    
77
                    
78To “modify” a work means to copy from or adapt all or part of the work in a fashion requiring copyright permission, other than the making of an exact copy. The resulting work is called a “modified version” of the earlier work or a work “based on” the earlier work.
                    
79
                    
96
                    
97The Corresponding Source need not include anything that users can regenerate automatically from other parts of the Corresponding Source.
                    
98
                    
101
                    
102All rights granted under this License are granted for the term of copyright on the Program, and are irrevocable provided the stated conditions are met. This License explicitly affirms your unlimited permission to run the unmodified Program. The output from running a covered work is covered by this License only if the output, given its content, constitutes a covered work. This License acknowledges your rights of fair use or other equivalent, as provided by copyright law.
                    
103
                    
103
                    
104You may make, run and propagate covered works that you do not convey, without conditions so long as your license otherwise remains in force. You may convey covered works to others for the sole purpose of having them make modifications exclusively for you, or provide you with facilities for running those works, provided that you comply with the terms of this License in conveying all material for which you do not control copyright. Those thus making or running the covered works for you must do so exclusively on your behalf, under your direction and control, on terms that prohibit them from making any copies of your copyrighted material outside their relationship with you.
                    
105
                    
                
Legal.html https://bitbucket.org/shadowhoc/mumble-iphoneos.git | HTML | 585 lines
                    
42  this list of conditions and the following disclaimer in the documentation
                    
43  and/or other materials provided with the distribution.
                    
44- Neither the name of the Mumble Developers nor the names of its
                    
44- Neither the name of the Mumble Developers nor the names of its
                    
45  contributors may be used to endorse or promote products derived from this
                    
46  software without specific prior written permission.
                    
82   this list of conditions and the following disclaimer in the documentation
                    
83   and/or other materials provided with the distribution.
                    
84 - Neither the name of the Mumble Developers nor the names of its
                    
84 - Neither the name of the Mumble Developers nor the names of its
                    
85   contributors may be used to endorse or promote products derived from this
                    
86   software without specific prior written permission.
                    
103Mumble for iOS mimics Mumble on the desktop closely. Mumble for iOS and
                    
104the MumbleKit framework uses code and ideas from Mumble. Mumble is released
                    
105under the following terms:
                    
                
vigra-wiki.html https://github.com/hzg1/vigra.git | HTML | 677 lines
                    
22list of conditions and the following disclaimer in the documentation and/or other
                    
23materials provided with the distribution.
                    
24
                    
25Neither the name of the UnaMesa Association nor the names of its contributors may be
                    
26used to endorse or promote products derived from this software without specific
                    
27prior written permission.
                    
164.wizard .putToServer {background:#ff80ff;}
                    
165.wizard .gotFromServer {background:#80ffff;}
                    
166
                    
                
pcrepattern.html https://github.com/MaDDoGo/xbmc.git | HTML | 1188 lines
                    
11This page is part of the PCRE HTML documentation. It was generated automatically
                    
12from the original man page. If there is any nonsense in it, please consult the
                    
13man page, in case the conversion went wrong.
                    
59published by O'Reilly, covers regular expressions in great detail. This
                    
60description of PCRE's regular expressions is intended as reference material.
                    
61</P>
                    
82PCRE when its main matching function, <b>pcre_exec()</b>, is used.
                    
83From release 6.0, PCRE offers a second matching function,
                    
84<b>pcre_dfa_exec()</b>, which matches using a different algorithm that is not
                    
86<b>pcre_dfa_exec()</b> is used. The advantages and disadvantages of the
                    
87alternative function, and how it differs from the normal function, are
                    
88discussed in the
                    
135<P>
                    
136A regular expression is a pattern that is matched against a subject string from
                    
137left to right. Most characters stand for themselves in a pattern, and match the
                    
                
index.html https://bitbucket.org/vsposato/uri-tool.git | HTML | 710 lines
                    
12#       this list of conditions and the following disclaimer in the documentation
                    
13#       and/or other materials provided with the distribution.
                    
14#     * Neither the name of Cornell University nor the names of its contributors
                    
14#     * Neither the name of Cornell University nor the names of its contributors
                    
15#       may be used to endorse or promote products derived from this software
                    
16#       without specific prior written permission.
                    
421Enter your <b>netid</b> and a prefix <b>token</b> below these will be used
                    
422to distinguish your files from those you<br/> have worked with before
                    
423and those of other users. 
                    
                
introduction.html https://github.com/akiernan/omnibus.git | HTML | 89 lines
                    
41         DB is a general-purpose embedded database engine that is capable of providing a wealth
                    
42         of data management services.  It is designed from the ground up for high-throughput
                    
43         applications requiring in-process, bullet-proof management of mission-critical data. DB
                    
43         applications requiring in-process, bullet-proof management of mission-critical data. DB
                    
44         can gracefully scale from managing a few bytes to terabytes of data. For the most part,
                    
45         DB is limited only by your system's available physical resources. 
                    
51      <p>
                    
52      For a general description of using DB beyond the reference material available in this
                    
53      manual, see the Getting Started Guides which are identified in this manual's preface.
                    
                
footer_content.html https://gitlab.com/x33n/materialize | HTML | 108 lines
                    
72        <h2 class="header">Sticky Footer</h2>
                    
73        <p>A sticky footer always stays on the bottom of the page regardless of how little content is on the page. However, this footer will be pushed down if there is a lot of content, so it is different from a fixed footer. Add the following code to your CSS file.</p>
                    
74        <p>Note: This may cause issues in Internet Explorer which has weak support for flexbox.</p>
                    
94          <!-- CarbonAds Zone Code -->
                    
95          <script async type="text/javascript" src="//cdn.carbonads.com/carbon.js?zoneid=1673&serve=C6AILKT&placement=materializecss" id="_carbonads_js"></script>
                    
96        </div>
                    
                
Copying-This-Manual.html https://gitlab.com/Gentio/my-pdf | HTML | 554 lines
                    
177<p>The &ldquo;Title Page&rdquo; means, for a printed book, the title page itself,
                    
178plus such following pages as are needed to hold, legibly, the material
                    
179this License requires to appear in the title page.  For works in
                    
226the full title with all words of the title equally prominent and
                    
227visible.  You may add other material on the covers in addition.
                    
228Copying with changes limited to the covers, as long as they preserve
                    
239copy along with each Opaque copy, or state in or with each Opaque copy
                    
240a computer-network location from which the general network-using
                    
241public has access to download using public-standard network protocols
                    
241public has access to download using public-standard network protocols
                    
242a complete Transparent copy of the Document, free of added material.
                    
243If you use the latter option, you must take reasonably prudent steps,
                    
264<li> Use in the Title Page (and on the covers, if any) a title distinct
                    
265from that of the Document, and from those of previous versions
                    
266(which should, if there were any, be listed in the History section
                    
                
glibc-iconv-Implementation.html https://gitlab.com/Gentio/my-pdf | HTML | 943 lines
                    
111the third problem mentioned above (i.e., whenever there is a conversion
                    
112from a character set <em>A</em> to <em>B</em> and from
                    
113<em>B</em> to <em>C</em> it is always possible to convert from
                    
119<p>Triangulation is achieved by providing for each character set a
                    
120conversion from and to UCS-4 encoded ISO&nbsp;10646<!-- /@w -->.  Using ISO&nbsp;10646<!-- /@w -->
                    
121as an intermediate representation it is possible to <em>triangulate</em>
                    
187<p>Returning to the example above where one has written a module to directly
                    
188convert from ISO-2022-JP to EUC-JP and back.  All that has to be done is
                    
189to put the new module, let its name be ISO2022JP-EUCJP.so, in a directory
                    
215constructs a list of conversions that must be performed in succession
                    
216to get the transformation from the source to the destination character
                    
217set.
                    
222library itself is straightforward.  Since the latter conversion takes two
                    
223steps (from ISO-2022-JP to ISO&nbsp;10646<!-- /@w --> and then from ISO&nbsp;10646<!-- /@w --> to
                    
224EUC-JP), the cost is <em>1+1 = 2</em>.  The above <samp>gconv-modules</samp>
                    
                
Documentation-License.html https://gitlab.com/Gentio/my-pdf | HTML | 559 lines
                    
20(a) The FSF's Back-Cover Text is: "You have the freedom to
                    
21copy and modify this GNU manual.  Buying copies from the FSF
                    
22supports it in developing GNU and promoting software freedom." -->
                    
182<p>The &ldquo;Title Page&rdquo; means, for a printed book, the title page itself,
                    
183plus such following pages as are needed to hold, legibly, the material
                    
184this License requires to appear in the title page.  For works in
                    
231the full title with all words of the title equally prominent and
                    
232visible.  You may add other material on the covers in addition.
                    
233Copying with changes limited to the covers, as long as they preserve
                    
244copy along with each Opaque copy, or state in or with each Opaque copy
                    
245a computer-network location from which the general network-using
                    
246public has access to download using public-standard network protocols
                    
269<li> Use in the Title Page (and on the covers, if any) a title distinct
                    
270from that of the Document, and from those of previous versions
                    
271(which should, if there were any, be listed in the History section
                    
                
GNU-Free-Documentation-License.html https://gitlab.com/Gentio/my-pdf | HTML | 553 lines
                    
531 December 2014), a program that creates GNU standards-compliant
                    
6Makefiles from template files.
                    
7
                    
175<p>The &ldquo;Title Page&rdquo; means, for a printed book, the title page itself,
                    
176plus such following pages as are needed to hold, legibly, the material
                    
177this License requires to appear in the title page.  For works in
                    
224the full title with all words of the title equally prominent and
                    
225visible.  You may add other material on the covers in addition.
                    
226Copying with changes limited to the covers, as long as they preserve
                    
237copy along with each Opaque copy, or state in or with each Opaque copy
                    
238a computer-network location from which the general network-using
                    
239public has access to download using public-standard network protocols
                    
262<li> Use in the Title Page (and on the covers, if any) a title distinct
                    
263from that of the Document, and from those of previous versions
                    
264(which should, if there were any, be listed in the History section
                    
                
ants.html https://bitbucket.org/wesleyto/cs61a.git | HTML | 704 lines
                    
23your colony with the bravest ants you can muster.  Your ants must protect their
                    
24queen from the evil bees that invade your territory.  Irritate the bees enough
                    
25by throwing leaves at them, and they will be vanquished.  Fail to pester the
                    
30<p>This project combines functional and object-oriented programming paradigms,
                    
31focusing on the material from Chapter 2.5 of the lecture notes.  The project
                    
32also involves understanding, extending, and testing a large program with many
                    
152anyway!  You'll need to place a lot of <code>ThrowerAnt</code>s (the second
                    
153type) in order to keep the bees from reaching your queen.</p>
                    
154
                    
330you must iterate over a copy." Remember that damaging a bee may cause it to be
                    
331removed from its place.</p>
                    
332
                    
                
license.html https://github.com/bennett/communityengine.git | HTML | 465 lines
                    
81license, the GNU Library General Public License, applies to certain
                    
82designated libraries.  This license is quite different from the ordinary
                    
83one; be sure to read it in full, and don't assume that anything in it is
                    
100  However, unrestricted linking of non-free programs would deprive the
                    
101users of those programs of all benefit from the free status of the
                    
102libraries themselves.  This Library General Public License is intended to
                    
112"work based on the library" and a "work that uses the library".  The
                    
113former contains code derived from the library, while the latter only
                    
114works together with the library.
                    
147covered by this License; they are outside its scope.  The act of
                    
148running a program using the Library is not restricted, and output from
                    
149such a program is covered only if its contents constitute a work based
                    
255
                    
256  When a "work that uses the Library" uses material from a header file
                    
257that is part of the Library, the object code for the work may be a
                    
                
ex54f.F.html https://bitbucket.org/alexei-matveev/petsc-debian-pkg.git | HTML | 465 lines
                    
12<pre width="80"><a name="line1">  1: </a>!
                    
13<a name="line2">  2: </a>!   Description: Solve Ax=b.  A comes from an anisotropic 2D thermal problem with Q1 FEM on domain (-1,1)^2.
                    
14<a name="line3">  3: </a>!       Material conductivity given by tensor:
                    
109<a name="line98"> 98: </a>     $     PETSC_NULL_INTEGER, ierr)
                    
110<a name="line99"> 99: </a>      call <A href="../../../../../docs/manualpages/Mat/MatSetFromOptions.html#MatSetFromOptions">MatSetFromOptions</A>( Amat, ierr )
                    
111<a name="line100">100: </a>      call <A href="../../../../../docs/manualpages/Mat/MatSetUp.html#MatSetUp">MatSetUp</A>( Amat, ierr )
                    
112<a name="line101">101: </a>      call <A href="../../../../../docs/manualpages/Mat/MatGetOwnershipRange.html#MatGetOwnershipRange">MatGetOwnershipRange</A>( Amat, Istart, Iend, ierr )
                    
113<a name="line102">102: </a>!  Create vectors.  Note that we form 1 vector from scratch and
                    
114<a name="line103">103: </a>!  then duplicate as needed.
                    
115<a name="line104">104: </a>      call <A href="../../../../../docs/manualpages/Mat/MatGetVecs.html#MatGetVecs">MatGetVecs</A>( Amat, PETSC_NULL_OBJECT, xvec, ierr )
                    
116<a name="line105">105: </a>      call <A href="../../../../../docs/manualpages/Vec/VecSetFromOptions.html#VecSetFromOptions">VecSetFromOptions</A>( xvec, ierr )
                    
117<a name="line106">106: </a>      call <A href="../../../../../docs/manualpages/Vec/VecDuplicate.html#VecDuplicate">VecDuplicate</A>( xvec, bvec, ierr )
                    
                
ksp.html https://bitbucket.org/alexei-matveev/petsc-debian-pkg.git | HTML | 291 lines
                    
35<BR>
                    
36   Description: Solve Ax=b.  A comes from an anisotropic 2D thermal problem with Q1 FEM on domain (-1,1)^2.<BR>
                    
37       Material conductivity given by tensor:<BR>
                    
147matrix assembly, the matrix is intentionally laid out across processors<BR>
                    
148differently from the way it is assembled.  Input arguments are:<BR>
                    
149  -m &lt;size&gt; : problem size<BR>
                    
214<menu>
                    
215Reads a PETSc matrix and vector from a file and solves a linear system.<BR>This version first preloads and solves a small system, then loads <BR>
                    
216another (larger) system and solves it as well.  This example illustrates<BR>
                    
226<menu>
                    
227Reads a PETSc matrix and vector from a file and solves the normal equations.<BR></menu>
                    
228<LI><A HREF="../../../src/ksp/ksp/examples/tutorials/ex41.c.html"><CONCEPT>solving a linear system</CONCEPT></A>
                    
229<menu>
                    
230Reads a PETSc matrix and vector from a socket connection,  solves a linear system and sends the result back.<BR></menu>
                    
231<LI><A HREF="../../../src/ksp/ksp/examples/tutorials/ex11.c.html"><CONCEPT>solving a Helmholtz equation</CONCEPT></A>
                    
                
 

Source

Language