Home
last modified time | relevance | path

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

123

/plugin/strata/syntax/
Dentry.php229 $positions = self::$previewMetadata[$ID]['strata']['positions'];
231 $positions = p_get_metadata($ID, 'strata positions');
235 if(is_array($positions) && isset($positions[$data['entry']])) {
236 $positions = $positions[$data['entry']];
237 $currentPosition = array_search($data['position'],$positions);
238 …$previousPosition = isset($positions[$currentPosition-1])?'data_fragment_'.$positions[$currentPosi…
239 …$nextPosition = isset($positions[$currentPosition+1])?'data_fragment_'.$positions[$currentPosition…
240 $currentPosition = 'data_fragment_'.$positions[$currentPosition];
/plugin/asciidocjs/node_modules/clean-css/lib/optimizer/level-2/
Dmerge-non-adjacent-by-selector.js30 var positions = allSelectors[repeatedSelectors[i]];
33 for (var j = positions.length - 1; j > 0; j--) {
34 var positionOne = positions[j - 1];
36 var positionTwo = positions[j];
Dmerge-media-queries.js33 var positions = candidates[name];
36 for (var j = positions.length - 1; j > 0; j--) {
37 var positionOne = positions[j];
39 var positionTwo = positions[j - 1];
/plugin/authradius/
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/
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/
Daction.php46 $positions = array('replace', 'top', 'bottom');
56 foreach ($positions as $pos) {
/plugin/findologicxmlexport/vendor/twig/twig/src/
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/
Ddhtmlxgantt_fullscreen.js155 var positions = [];
157 positions.push({
164 return positions;
166 function restoreParentPositioning(positions) { argument
167 positions.forEach(function (record) {
/plugin/magnifier/
DREADME.md6 …upe cannot be changed at the moment since the script requires its current dimensions and positions.
/plugin/asciidocjs/node_modules/pug-filters/node_modules/source-map/
DREADME.md186 for information about the original file positions by giving it a file position
248 source's line and column positions provided. The only argument is an object with
291 line, and column positions provided. The only argument is an object with
464 * `generated`: An object with the generated line and column positions.
466 * `original`: An object with the original line and column positions.
DCHANGELOG.md98 * Change the default direction that searching for positions fuzzes when there is
129 all generated positions associated with a given original source and line.
/plugin/asciidocjs/node_modules/source-map/
DCHANGELOG.md98 * Change the default direction that searching for positions fuzzes when there is
129 all generated positions associated with a given original source and line.
DREADME.md186 for information about the original file positions by giving it a file position
248 source's line and column positions provided. The only argument is an object with
295 line, and column positions provided. The only argument is an object with
476 * `generated`: An object with the generated line and column positions.
478 * `original`: An object with the original line and column positions.
/plugin/yuriigantt/3rd/dhtmlxgantt/ext/
Ddhtmlxgantt_fullscreen.js.map1positions","push","originalPositioning","resetParentPositioning","setFullScreenSizes","forEach","r…
/plugin/dokucrypt3/
H A Dcrypto_low-level.js106 function cyclicShiftLeft(theArray, positions) { argument
107 var temp = theArray.slice(0, positions);
108 theArray = theArray.slice(positions).concat(temp);
/plugin/datatables/assets/pdfmake/
Dpdfmake.js16138 var positions = [];
16141 positions.push({
16149 return [encoded, positions];
16214 for (var i = 0; i < run.positions.length; i++) {
16215 var position = run.positions[i];
16245 var positions = onlyWidth ? null : [];
16257 positions = positions.concat(run.positions);
16267 positions: positions,
16276 positions = _this$layout.positions;
16289 return [res, positions];
[all …]
Dpdfmake.min.js2positions.length;u++){var p=o.positions[u];for(var g in p)p[g]*=this.scale;p.advanceWidth=o.glyphs…
/plugin/dokucrypt/
Dscript.js533 function cyclicShiftLeft(theArray, positions) { argument
534 var temp = theArray.slice(0, positions);
535 theArray = theArray.slice(positions).concat(temp);
/plugin/dokucrypt2/
Dscript.js605 function cyclicShiftLeft(theArray, positions) { argument
606 var temp = theArray.slice(0, positions);
607 theArray = theArray.slice(positions).concat(temp);
/plugin/asciidocjs/node_modules/pug-filters/node_modules/source-map/dist/
Dsource-map.min.js.map1positions.\n\t * - original: An object with the original line and column positions.\n\t * - so…
/plugin/asciidocjs/node_modules/source-map/dist/
Dsource-map.min.js.map1positions.\n\t * - original: An object with the original line and column positions.\n\t * - so…
/plugin/pgn4web/pgn4web/
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.
2023 may not fit conveniently on some displays. However, these positions aren't too
2121 positions along with an extended set of structured attribute values using the
[all …]
/plugin/amcharts/assets/amcharts/plugins/export/libs/pdfmake/
Dpdfmake.js13459 return _.isEmpty(node.positions);
13468 nodeInfo.startPosition = _.first(node.positions);
13469 nodeInfo.pageNumbers = _.chain(node.positions).map('pageNumber').uniq().value();
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}; property
13874 addAll(node.positions, item.positions);
[all …]
/plugin/mizarveifiabledocs/dist/
Dscript.js.map1positions a character takes up a JavaScript string.\n*/ function $3ef527dddcdea745$export$a870abf2…
/plugin/mizarproofchecker/dist/
Dscript.js.map1positions a character takes up a JavaScript string.\n*/ function $3ef527dddcdea745$export$a870abf2…

123