Home
last modified time | relevance | path

Searched refs:prev (Results 76 – 100 of 424) sorted by relevance

12345678910>>...17

/plugin/codemirror/dist/modes/
H A Dfcl.min.js1prev=e}function k(a,b,c){return a.context=new j(a.indented,b,c,null,a.context)}function l(a){if(!a…
H A Druby.min.js1prev;e.eat("}")}while((h=e.next())!=null){if(h==a&&(d||!g)){f.tokenize.pop();break}if(c&&h=="#"&&!… property in f.context
H A Dclojure.min.js1prev:null,start:0,indentTo:0},lastToken:null,tokenize:o}},token:function(a,c){if(a.sol()&&typeof c…
H A Dcypher.min.js1prev:a.context,indent:a.indent,col:c,type:b}};var f=function(a){a.indent=a.context.indent;return a… property in a.context
H A Dsparql.min.js1prev:a.context,indent:a.indent,col:c,type:b}}function k(a){a.indent=a.context.indent;a.context=a.c… property in a.context
H A Dturtle.min.js1prev:a.context,indent:a.indent,col:c,type:b}}function k(a){a.indent=a.context.indent;a.context=a.c… property in a.context
H A Dgroovy.min.js1prev=e}function o(a,b,c){return a.context=new n(a.indented,b,c,null,a.context)}function p(a){var b…
H A Dcss.min.js1prev=c}function A(a,b,c,d){a.context=new z(c,b.indentation()+(d===false?0:e),a.context);return c}f…
H A Dclike.min.js1prev=f}function c(a,c,d,e){var f=a.indented;if(a.context&&a.context.type=="statement"&&d!="stateme…
H A Djavascript.min.js1prev=e;this.info=f;if(d!=null)this.align=d}function y(a,b){for(var c=a.localVars;c;c=c.next)if(c.n…
/plugin/sequencediagram/bower_components/lodash/lib/main/
H A Dbuild-site.js97 $('p:empty + h3').prev().remove();
101 let node = this.prev;
102 while ((node = node.prev) && node.name != 'h3' && node.name != 'p') {
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Squiz/Sniffs/Operators/
H A DIncrementDecrementUsageSniff.php110 … $prev = $phpcsFile->findPrevious(PHP_CodeSniffer_Tokens::$emptyTokens, ($start - 3), null, true);
111 if ($prev === false) {
116 … if ($tokens[$next]['code'] === T_STRING_CONCAT || $tokens[$prev]['code'] === T_STRING_CONCAT) {
/plugin/dw2pdf/vendor/mpdf/mpdf/src/Writer/
H A DBookmarkWriter.php70 // Set prev and next pointers
71 $prev = $lru[$o['l']];
72 $this->mpdf->BMoutlines[$prev]['next'] = $i;
73 $this->mpdf->BMoutlines[$i]['prev'] = $prev;
86 if (isset($o['prev'])) {
87 $this->writer->write('/Prev ' . ($n + $o['prev']) . ' 0 R');
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Squiz/Sniffs/WhiteSpace/
H A DLogicalOperatorSpacingSniff.php77 $prev = $phpcsFile->findPrevious(T_WHITESPACE, ($stackPtr - 1), null, true);
78 if ($tokens[$stackPtr]['line'] === $tokens[$prev]['line']
/plugin/xtern/
H A Dscript.js31 var prev = jQuery( this ).prev();
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Generic/Sniffs/Functions/
H A DCallTimePassByReferenceSniff.php65 $prev = $phpcsFile->findPrevious($findTokens, ($stackPtr - 1), null, true);
71 $prevCode = $tokens[$prev]['code'];
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Squiz/Sniffs/Arrays/
H A DArrayBracketSpacingSniff.php75 …$prev = $phpcsFile->findPrevious(PHP_CodeSniffer_Tokens::$emptyTokens, ($openBracket - 1), null, t…
76 if ($tokens[$prev]['code'] === T_EQUAL) {
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/PSR2/Sniffs/Namespaces/
H A DUseDeclarationSniff.php127 $prev = $phpcsFile->findPrevious(T_NAMESPACE, ($stackPtr - 1));
128 if ($prev !== false) {
130 if ($prev !== $first) {
/plugin/abc2/abc-libraries/abc2svg/
H A Dgrid3-1.js132 if(!p_vc.last_sym){p_vc.sym=s}else{s.prev=p_vc.last_sym
133 s.prev.next=s}
177 ss={type:C.BAR,bar_type:"|",fname:s.fname,istart:s.istart,iend:s.iend,v:p_vc.v,p_v:p_vc,st:0,time:s.time,dur:0,nhd:0,notes:[{pit:18}],next:s,ts_next:s,prev:s.prev,ts_prev:s.ts_prev} property in abc2svg.grid3.output_music.ss
182 ss.prev.next=ss.ts_prev.ts_next=s.prev=s.ts_prev=ss
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/PSR2/Sniffs/ControlStructures/
H A DSwitchDeclarationSniff.php161 … $prev = $phpcsFile->findPrevious(T_WHITESPACE, ($nextCloser - 1), $nextCase, true);
162 if ($tokens[$prev]['line'] === $tokens[$nextCloser]['line']) {
166 $phpcsFile->fixer->addNewLine($prev);
/plugin/dataloop/syntax/
H A Droll.php243 $prev = $offset - $data['limit'];
244 if($prev < 0) $prev = 0;
246 …>doc .= '<a href="'.wl($ID,array('datasrt'=>$_GET['datasrt'], 'dataofs'=>$prev, 'dataflt'=>$_GET['…
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/PSR2/Sniffs/Methods/
H A DMethodDeclarationSniff.php78 $prev = $phpcsFile->findPrevious($find, ($stackPtr - 1), null, true);
81 …hpcsFile->findPrevious(PHP_CodeSniffer_Tokens::$methodPrefixes, ($prefix - 1), $prev)) !== false) {
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Squiz/Sniffs/Commenting/
H A DDocCommentAlignmentSniff.php114 … $prev = $phpcsFile->findPrevious(T_DOC_COMMENT_WHITESPACE, ($i - 1), $stackPtr, true);
115 if ($tokens[$prev]['line'] === $tokens[$i]['line']) {
/plugin/imagecarousel/
H A Dall.less37 .slick-prev::before, .slick-next::before {
47 #swipebox-prev,
/plugin/diagramsnet/lib/js/diagramly/
H A DTrelloFile.js86 var prev = this.meta.name;
91 this.meta.name = prev;

12345678910>>...17