Home
last modified time | relevance | path

Searched refs:prev (Results 51 – 75 of 424) sorted by relevance

12345678910>>...17

/plugin/jcapture/src/com/hammurapi/jcapture/
H A DRegion.java15 private BufferedImage prev; field in Region
20 …public Region(BufferedImage master, String format, FileChannel channel, BufferedImage prev, boolea… in Region() argument
24 this.prev = prev; in Region()
83 int oldPixel = prev.getRGB(xt, yt); in grabImage()
100 prev = null; in grabImage()
/plugin/sketchcanvas/phplib/
H A Dimage.php216 function cubicBezierCurve($im, $prev, $p, $color){ argument
217 $a = array($prev["x"], $prev["y"]);
297 $prev = $pts[0]; variable
304 imageline($im, $prev[0], $prev[1], $p1[0], $p1[1], $c);
305 $prev = $p1; variable
334 $prev = null; variable
336 if($prev !== null)
337 cubicBezierCurve($im, $prev,
338 $prev = $p; global() variable
[all...]
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/
H A DAbstractPatternSniff.php316 $prev = $phpcsFile->findPrevious(
323 if ($prev === false
324 || $tokens[$prev]['code'] !== $pattern[$i]['token']
332 ($prev + 1),
333 ($stackPtr - $prev - 1)
336 $found = $tokens[$prev]['content'].$tokenContent.$found;
341 $stackPtr = $prev;
343 $stackPtr = ($prev - 1);
429 … $prev = $phpcsFile->findPrevious($ignoreTokens, ($stackPtr - 1), null, true);
430 … if ($prev !== false && $tokens[$prev]['line'] !== $tokens[$stackPtr]['line']) {
/plugin/findologicxmlexport/vendor/sebastian/diff/src/LCS/
H A DMemoryEfficientLongestCommonSubsequenceImplementation.php82 $prev = $current;
86 $current[$j + 1] = $prev[$j] + 1;
88 $current[$j + 1] = \max($current[$j], $prev[$j + 1]);
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/MySource/Sniffs/Channels/
H A DDisallowSelfActionsSniff.php56 $prev = $phpcsFile->findPrevious(T_WHITESPACE, ($stackPtr - 1), null, true);
57 if ($prev !== false && $tokens[$prev]['code'] === T_ABSTRACT) {
/plugin/codemirror/dist/modes/
H A Dswift.min.js.map1prev","sol","indented","indentation","eatSpace","ch","peek","match","skipToEnd","tokenize","push",…
H A Dr.min.js1prev:a.ctx}}function t(a,b){var c=a.ctx;a.ctx={type:c.type,indent:c.indent,flags:c.flags|b,column:… property in a.ctx
H A Dxml.min.js1prev=a.context;this.tagName=b;this.indent=a.indented;this.startOfLine=c;if(g.doNotIndent.hasOwnPro…
H A Djsx.min.js.map1prev","this","copyContext","context","copyState","defineMode","config","modeConfig","xmlMode","get…
H A Dcoffeescript.min.js.map1prev","indentUnit","column","length","_indent","matched","tokenLexer","style","delimiter_index","i…
H A Dstylus.min.js1prev=c;this.line=d||{firstWord:"",indent:0}}function T(a,b,c,d){d=d>=0?d:n;a.context=new S(c,b.ind…
H A Dcommonlisp.min.js1prev:null,start:0,indentTo:0},lastType:null,tokenize:h}},token:function(b,d){if(b.sol()&&typeof d.…
/plugin/impressjs/tpl/dokuwiki/
H A Dimpress.js229 prev: empty,
552 var prev = function () { function
553 var prev = steps.indexOf( activeStep ) - 1;
554 prev = prev >= 0 ? steps[ prev ] : steps[ steps.length-1 ];
556 return goto(prev);
638 prev: prev property in AnonymousClass188cee6f0b01
710 api.prev();
773 result = api.prev();
/plugin/pagenav/
H A Ddeleted.files9 img/prev-off.png
10 img/prev.png
H A Dsyntax.php76 $prev = '';
102 $prev = $list[$i]['id'];
109 if ($mode & 2) $renderer->doc .= $this->buildImgLink($prev, 'prev');
/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/
H A DErrorHandler.php93 $prev = set_exception_handler(function (\Throwable $e): void {
102 if ($callPrevious && $prev) {
103 $this->previousExceptionHandler = $prev;
115 $prev = set_error_handler([$this, 'handleError'], $errorTypes);
118 $this->previousErrorHandler = $prev ?: true;
/plugin/lms/syntax/
H A Dlms.php150 $prev = $this->hlp->getPrevLesson($INFO['id']);
151 if (!$prev) return '';
152 return $this->makeLink($prev, 'prev');
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Squiz/Sniffs/PHP/
H A DInnerFunctionsSniff.php71 $prev = $phpcsFile->findPrevious(T_WHITESPACE, ($stackPtr - 1), null, true);
72 if ($tokens[$prev]['code'] === T_EQUAL) {
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Generic/Sniffs/NamingConventions/
H A DUpperCaseConstantNameSniff.php137 $prev = $phpcsFile->findPrevious(T_WHITESPACE, ($stackPtr - 1), null, true);
138 if ($tokens[$prev]['code'] === T_OBJECT_OPERATOR
139 || $tokens[$prev]['code'] === T_DOUBLE_COLON
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Squiz/Sniffs/Objects/
H A DObjectInstantiationSniff.php62 $prev = $phpcsFile->findPrevious($allowedTokens, ($stackPtr - 1), null, true);
73 if (isset($allowedTokens[$tokens[$prev]['code']]) === false) {
/plugin/tipoftheday/syntax/
H A Dtotd.php78 $prev = ($current == 0 ? count($sections) : $current) -1;
83prev])), "<", 'title="previous" onclick="totd_loadnew(\'' . $page . (count($flags)>0 ? '%26' . …
/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/src/
H A DHandlerStack.php198 if (!($prev = $this->handler)) {
203 $prev = $fn[0]($prev);
206 $this->cached = $prev;
/plugin/bloglinks/
H A Daction.php32 if (isset ($relatedEntries['prev'])) {
34 'rel' => 'prev',
35 'href' => wl($relatedEntries['prev']['id'], '')
121 // Initialize prev, cur and next with null
123 $prev = null;
127 if ($curIndex > 0 && $curIndex < count($entries) - 1) { // got a prev and a next
128 list ($next, $cur, $prev) = array_slice($entries, $curIndex -1, 3);
129 } else if ($curIndex == 0) { // only got a prev
130 list ($cur, $prev) = array_slice($entries, $curIndex, 2);
135 return array('prev'
[all...]
/plugin/sqlite/
H A DTools.php26 $prev = $i ? $sql[$i - 1] : "\n";
59 if ($char == '-' && $next == '-' && $prev == "\n") {
/plugin/jplayer/vendor/mustache/mustache/src/Mustache/
H A DParser.php210 $prev = null;
214 if ($prev = end($nodes)) {
215 if (!$this->tokenIsWhitespace($prev)) {
244 if ($prev) {

12345678910>>...17