Home
last modified time | relevance | path

Searched refs:positions (Results 1 – 25 of 44) sorted by relevance

12

/plugin/strata/syntax/
H A Dentry.php225 // determine positions of other data entries
228 $positions = self::$previewMetadata[$ID]['strata']['positions'];
230 $positions = p_get_metadata($ID, 'strata positions');
233 // only read positions if we have them
234 if(is_array($positions) && isset($positions[$data['entry']])) {
235 $positions = $positions[
[all...]
/plugin/authradius/
H A Ddes.php122 foreach ($shifts as $positions) {
124 $c[$index] = des_rotate_left ($c[$index - 1], $positions);
125 $d[$index] = des_rotate_left ($d[$index - 1], $positions);
250 function des_rotate_left($input, $positions) { argument
251 return substr($input, $positions) . substr($input, 0, $positions);
/plugin/stlviewer/stlviewer/
H A DProjector.js450 var positions = attributes.position.array;
452 for ( var i = 0, l = positions.length; i < l; i += 3 ) {
454 renderList.pushVertex( positions[ i ], positions[ i + 1 ], positions[ i + 2 ] );
512 for ( var i = 0, l = positions.length / 3; i < l; i += 3 ) {
661 var positions = attributes.position.array;
663 for ( var i = 0, l = positions.length; i < l; i += 3 ) {
665 renderList.pushVertex( positions[ i ], positions[ i + 1 ], positions[ i + 2 ] );
695 for ( var i = 0, l = ( positions.length / 3 ) - 1; i < l; i += step ) {
785 var positions = attributes.position.array;
787 for ( var i = 0, l = positions.length; i < l; i += 3 ) {
[all …]
/plugin/extendpage/
H A Daction.php46 $positions = array('replace', 'top', 'bottom');
56 foreach ($positions as $pos) {
/plugin/findologicxmlexport/vendor/twig/twig/src/
H A DLexer.php38 protected $positions; variable in Twig\\Lexer
115 $this->positions = $matches;
160 if ($this->position == \count($this->positions[0]) - 1) {
168 $position = $this->positions[0][++$this->position];
170 if ($this->position == \count($this->positions[0]) - 1) {
173 $position = $this->positions[0][++$this->position];
178 if (isset($this->positions[2][$this->position][0])) {
184 switch ($this->positions[1][$this->position][0]) {
/plugin/yuriigantt/3rd/dhtmlxgantt/sources/ext/
H A Ddhtmlxgantt_fullscreen.js155 var positions = [];
157 positions.push({
164 return positions;
166 function restoreParentPositioning(positions) { argument
167 positions.forEach(function (record) {
/plugin/magnifier/
H A DREADME.md6 …upe cannot be changed at the moment since the script requires its current dimensions and positions.
/plugin/yuriigantt/3rd/dhtmlxgantt/ext/
H A Ddhtmlxgantt_fullscreen.js.map1positions","push","originalPositioning","resetParentPositioning","setFullScreenSizes","forEach","r…
/plugin/dokucrypt/
H A Dscript.js533 function cyclicShiftLeft(theArray, positions) { argument
534 var temp = theArray.slice(0, positions);
535 theArray = theArray.slice(positions).concat(temp);
/plugin/dokucrypt2/
H A Dscript.js605 function cyclicShiftLeft(theArray, positions) { argument
606 var temp = theArray.slice(0, positions);
607 theArray = theArray.slice(positions).concat(temp);
/plugin/pgn4web/pgn4web/
H A Dpgn-standard.txt1015 is a letter from "A" to "E" and the "D" positions are digits; this is used for
1111 9.7: Alternative starting positions
1628 database; this results in scores from terminal positions being propagated back
1629 to earlier positions and even back to moves from the starting array.
1764 games. It runs under MS-DOS and displays positions rather than games. For
1767 100,000 positions covering all the common openings. Users can feed in their
1778 positions) and no PGN or transposition support but is otherwise the same as
1983 positions using the ASCII character set.
2121 positions along with an extended set of structured attribute values using the
2408 This opcode is intended for use with problem sets composed of positions
[all …]
H A DREADME.txt230 The board widget allows showing games and positions in web pages and blogs,
/plugin/datatables/assets/pdfmake/build/
H A Dpdfmake.min.js
/plugin/amcharts/assets/amcharts/plugins/export/libs/pdfmake/
H A Dpdfmake.js13665 node.positions = [];
13758 addAll(node.positions, item.positions);
13774 addAll(columnNode.positions, result.positions);
13793 var pageBreaks = [], positions = [];
13814 addAll(positions, column.positions);
13824 return {pageBreaks: pageBreaks, positions: positions};
13874 addAll(node.positions, item.positions);
13913 addAll(tableNode.positions, result.positions);
13929 node.positions.push(positions);
13954 node.positions.push(position);
[all …]
H A Dpdfmake.min.js9positions=[],a.each(t.canvas,function(t){var e=t.x,n=t.y,r=t.x1,i=t.y1,o=t.x2,a=t.y2;t.resetXY=fun…
/plugin/diagramsnet/lib/js/grapheditor/
H A DGraph.js6206 TableLayout.prototype.layoutRow = function(row, positions, height, tw, lastCells) argument
6215 if (positions != null)
6217 positions = positions.slice();
6218 positions.splice(0, 0, off.x);
6232 if (positions != null)
6234 cell.x = positions[i];
6235 cell.width = positions[i + 1] - cell.x;
6238 if (i == cells.length - 1 && i < positions.length - 2)
/plugin/davcal/fullcalendar-3.10.5/
H A Dfullcalendar.less325 /* re-scope all positions */
961 /* so slats/bg/content/etc positions get scoped within here */
/plugin/html2pdf/html2pdf/html2ps/
H A DChangeLog667 positions on all pages except the first one.
867 unexpected positions
/plugin/commonmark/vendor/league/commonmark/
H A DCHANGELOG-0.x.md
/plugin/pdfjs/pdfjs/build/
H A Dpdf.js15978 …ctRepeat: function CanvasGraphics_paintImageMaskXObjectRepeat(imgData, scaleX, scaleY, positions) {
15993 for (var i = 0, ii = positions.length; i < ii; i += 2) {
15995 ctx.transform(scaleX, 0, 0, scaleY, positions[i], positions[i + 1]);
16035 …eXObjectRepeat: function CanvasGraphics_paintImageXObjectRepeat(objId, scaleX, scaleY, positions) {
16047 for (var i = 0, ii = positions.length; i < ii; i += 2) {
16049 transform: [scaleX, 0, 0, scaleY, positions[i], positions[i + 1]],
/plugin/jmol2/jmol/
H A DCHANGES.txt993 # --NMR files where you want just one model at a time and, once loaded, want to save the positions
2076 # bug fix: quaternion frame "n" after rotationSelected does not reset NH hydrogen positions
2559 # bug fix: rocket positions after translateselected
5603 # When more than one atom is involved, average positions are used.
5856 # full state support for "tainting" atom positions using translateSelected or invertSelected
/plugin/dirtylittlehelper/mermaid/editor/docs/
H A D2.2.js32981 function getSelectionRanges(document, positions, stylesheet) { argument
32993 return positions.map(getSelectionRange);
37693 SelectionRangeAdapter.prototype.provideSelectionRanges = function (model, positions, token) { argument
37696 …nction (worker) { return worker.getSelectionRanges(resource.toString(), positions.map(fromPosition…
H A Deditor.worker.js.map1positions are equal, the result will be false.\n */\n isBefore(other) {\n return Pos…
H A Djson.worker.js.map1positions are equal, the result will be false.\n */\n isBefore(other) {\n return Pos…
/plugin/sequencediagram/bower_components/lodash/test/
H A Dtest.js5811 var positions = [[0.1, 1.6], ['0', 1], [0, '1'], ['1'], [NaN, 1], [1, NaN]];
5813 var actual = lodashStable.map(positions, function(pos) {
20539 var positions = [[0.1, 1.6], ['0', 1], [0, '1'], ['1'], [NaN, 1], [1, NaN]];
20541 var actual = lodashStable.map(positions, function(pos) {
21291 var positions = [-Infinity, NaN, -3, -1, 0, 1, 2, 3, 5, MAX_SAFE_INTEGER, Infinity];
21293 assert.ok(lodashStable.every(positions, function(position) {

12