/plugin/strata/syntax/ |
H A D | entry.php | 226 // determine positions of other data entries 229 $positions = self::$previewMetadata[$ID]['strata']['positions']; 231 $positions = p_get_metadata($ID, 'strata positions'); 234 // only read positions if we have them 235 if(is_array($positions) && isset($positions[$data['entry']])) { 236 $positions = $positions[ [all...] |
/plugin/authradius/ |
H A D | des.php | 122 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 D | Projector.js | 450 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[ [all...] |
/plugin/extendpage/ |
H A D | action.php | 46 $positions = array('replace', 'top', 'bottom'); 56 foreach ($positions as $pos) {
|
/plugin/findologicxmlexport/vendor/twig/twig/src/ |
H A D | Lexer.php | 38 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 D | dhtmlxgantt_fullscreen.js | 155 var positions = []; 157 positions.push({ 164 return positions; 166 function restoreParentPositioning(positions) { argument 167 positions.forEach(function (record) {
|
/plugin/magnifier/ |
H A D | README.md | 6 …upe cannot be changed at the moment since the script requires its current dimensions and positions.
|
/plugin/yuriigantt/3rd/dhtmlxgantt/ext/ |
H A D | dhtmlxgantt_fullscreen.js.map | 1 …positions","push","originalPositioning","resetParentPositioning","setFullScreenSizes","forEach","r…
|
/plugin/dokucrypt/ |
H A D | script.js | 533 function cyclicShiftLeft(theArray, positions) { argument 534 var temp = theArray.slice(0, positions); 535 theArray = theArray.slice(positions).concat(temp);
|
/plugin/dokucrypt2/ |
H A D | script.js | 605 function cyclicShiftLeft(theArray, positions) { argument 606 var temp = theArray.slice(0, positions); 607 theArray = theArray.slice(positions).concat(temp);
|
/plugin/pgn4web/pgn4web/ |
H A D | pgn-standard.txt | 1015 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 D | README.txt | 230 The board widget allows showing games and positions in web pages and blogs,
|
/plugin/datatables/assets/pdfmake/build/ |
H A D | pdfmake.min.js |
|
/plugin/amcharts/assets/amcharts/plugins/export/libs/pdfmake/ |
H A D | pdfmake.js | 13665 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 D | pdfmake.min.js | 9 …positions=[],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 D | Graph.js | 6206 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 D | fullcalendar.less | 325 /* re-scope all positions */ 961 /* so slats/bg/content/etc positions get scoped within here */
|
/plugin/html2pdf/html2pdf/html2ps/ |
H A D | ChangeLog | 667 positions on all pages except the first one. 867 unexpected positions
|
/plugin/commonmark/vendor/league/commonmark/ |
H A D | CHANGELOG-0.x.md |
|
/plugin/pdfjs/pdfjs/build/ |
H A D | pdf.js | 15978 …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 D | CHANGES.txt | 993 # --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 D | 2.2.js | 32981 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 D | editor.worker.js.map | 1 …positions are equal, the result will be false.\n */\n isBefore(other) {\n return Pos…
|
H A D | json.worker.js.map | 1 …positions are equal, the result will be false.\n */\n isBefore(other) {\n return Pos…
|
/plugin/sequencediagram/bower_components/lodash/test/ |
H A D | test.js | 5811 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) {
|