Home
last modified time | relevance | path

Searched full:add (Results 4301 – 4325 of 5573) sorted by path

1...<<171172173174175176177178179180>>...223

/plugin/stellarium/
H A DREADME.md15 3. In the `Remote Control` plugin configuration, enable CORS and add your DokuWiki instance's URL
/plugin/stlviewer/stlviewer/
H A DCanvasRenderer.js453 _ambientLight.add( lightColor );
459 _directionalLights.add( lightColor );
465 _pointLights.add( lightColor );
491 color.add( _lightColor.multiplyScalar( amount ) );
507 color.add( _lightColor.multiplyScalar( amount ) );
721 …_centroid.copy( v1.positionWorld ).add( v2.positionWorld ).add( v3.positionWorld ).divideScalar( 3…
725 _color.multiply( _diffuseColor ).add( _emissiveColor );
H A DOrbitControls.js150 pan.add( panOffset );
163 pan.add( panOffset );
261 this.target.add( pan );
267 position.copy( this.target ).add( offset );
H A DTrackballControls.js164 moveDirection.copy( objectUpDirection.add( objectSidewaysDirection ) );
243 pan.add( objectUp.copy( _this.object.up ).setLength( mouseChange.y ) );
245 _this.object.position.add( pan );
246 _this.target.add( pan );
254 …_panStart.add( mouseChange.subVectors( _panEnd, _panStart ).multiplyScalar( _this.dynamicDampingFa…
H A Dstl_viewer.min.js2add(e.mesh),o.model_loaded(e.id),o.check_loading_status(e,0,0),e.mesh.geometry.boundingBox||e.mesh…
H A Dthree.min.js2add=function(t,e){return void 0!==e?(console.warn("THREE.Vector2: .add() now only accepts one argu… function
/plugin/stlviewer/
H A Dsyntax.php97 //add default px unit
/plugin/stopforumspam2/
H A Dhelper.php169 * Report and add a spammer to the database of the forum
196 curl_setopt ($this->ch, CURLOPT_URL, 'https://www.stopforumspam.com/add.php');
/plugin/strata/
H A DREADME.md7 Strata is a semi-structured data plugin for [DokuWiki][dw]. Strata allows you to add data to your wiki pages, and later on query that data to create automatic indices or other overviews.
17 Add data to a page with:
H A Daction.php58 // add an extra key for the event - to tell event handlers the page whose metadata this is
123 * add the entry title.
H A Dmanual.txt3 The strata plugin allows you to add data to your pages and to query that data from your pages. This manual is split into two parts:
13 A good way to get more experienced is to add some simple data to your wiki, and start querying it. Most error messages are descriptive enough to get some idea of what went wrong.
18 Data entry is done with ''<data>'' tags. The following example is a data block for Jane Doe. The block is meant to add some extra data to the page it is on (we assume it is on the page ''persons:jane_doe''). The example shows you how to add simple values, how to declare a class, and how to use types.
27 **Simple Values**: You add simple values to the data block by adding a line like ''field: value''. The field and value are sometimes called the predicate and object respectively.
29 **Classes**: You can add one or more classes to a data block by placing them in the opening tag. Classes are separated by spaces, so class names declared in this way can not contain spaces. (Note that declaring a class name is effectively the same as adding a ''is a: person'' field-value pair to the data block.)
31 **Types**: You can add a [[#types|type]] to use by putting the type between ''['' and '']'' after the field name. Types determine how the data is displayed, and how it is stored.
85 **Captions**: You can put captions in the opening tag to change the caption of the column. Captions are not displayed by lists, but are still used to add names to the filtering and sorting interface.
132 **Comments**: As with a [[#data block]], you can use ''%%--%%'' at the start of a line to add comments.
134 **Caching**: By default, the results you see on the page will be cached. So if you edit other pages, you'll need to refresh the page with the list yourself, or add ''
[all...]
H A Dscript.js157 // Create a filter field of the given type and add it to the given filterElement
330 } else if (isAdditional) { // Add as sort field
/plugin/strata/helper/
H A Dsyntax.php409 // add all filters; these are a bit weird, as only a single FILTER is really supported
H A Dtriples.php290 // Add an extra triple pattern (Vx, ?__p, ?__o)
296 // add extra tuple
795 // add fields suggested for consideration
/plugin/strata/lang/en/
H A Dlang.php8 $lang['error_triples_add'] = 'Strata storage: Failed to add triples: %s';
/plugin/struct/
H A DLICENSE232 may add an explicit geographical distribution limitation excluding
310 Also add information on how to contact you by electronic and paper mail.
H A DREADME3 Add and query additional structured page data
/plugin/struct/action/
H A Daggregationeditor.php51 * Add user's permissions to JSINFO
H A Dbureaucracy.php25 * It also registers the struct_schema type for bureaucracy which will add all fields of the
H A Dcache.php62 * For pages containing an aggregation, add the last modified date of the database itself
H A Dconfig.php55 * Add config options to JSINFO
H A Ddiff.php31 * Add structured data to the diff
H A Dedit.php38 // add the struct editor to the edit form;
H A Dentry.php113 // add a summary
H A Dmigration.php51 * Add a latest column to all existing multi tables
64 $sql = "ALTER TABLE $table ADD COLUMN latest INT DEFAULT 1";
106 // add rid and new primary key to regular tables
109 // add rid and new primary key to lookup tables
322 * Add "published" column to all existing tables
337 $sql = "ALTER TABLE $table ADD COLUMN published INT DEFAULT NULL";

1...<<171172173174175176177178179180>>...223