Searched refs:captured (Results 1 – 25 of 26) sorted by relevance
12
| /plugin/interwikipaste/ |
| D | script.js | 32 let captured = matched[1] ? matched[1] : ''; 34 captured = htmlDecode(captured); 36 return `${patternConf.shortcut}>${captured}`;
|
| /plugin/pgn4web/pgn4web/libs/garbochess/ |
| D | garbochess.js | 471 var captured = g_board[moveTo] & 0x7; 474 if (captured != 0) { 476 score = (captured << 5) - pieceType; 510 var captured = g_board[(moves[i] >> 8) & 0xFF] & 0x7; 513 moveScores[i] = (captured << 5) - pieceType; 730 var captured = g_board[(this.moves[i] >> 8) & 0xFF] & 0x7; 732 this.moveScores[i] = (captured << 5) - pieceType; 1661 var captured = g_board[to]; 1667 captured = g_board[epcEnd]; 1671 …entSquare, g_castleRights, g_inCheck, g_baseEval, g_hashKeyLow, g_hashKeyHigh, g_move50, captured); [all …]
|
| /plugin/plantuml/ |
| D | plugin.history.txt | 18 * Fixed attributes not captured correctly (width, multi word title)
|
| /plugin/asciidocjs/node_modules/asap/ |
| D | CHANGES.md | 62 These data are captured automatically by [Continuous
|
| D | README.md | 121 These data are captured automatically by [Continuous
|
| /plugin/jplayer/vendor/happyworm/jplayer/src/actionscript/happyworm/jPlayer/ |
| D | JplayerMp3.as | 232 myStatus.playOnLoad = true; // Raise flag, captured in loadOpen() 235 myStatus.playOnLoad = true; // Raise flag, captured in loadOpen()
|
| D | JplayerMp4.as | 224 myStatus.playOnLoad = true; // Raise flag, captured in onMetaDataHandler() 227 myStatus.playOnLoad = true; // Raise flag, captured in onMetaDataHandler()
|
| D | JplayerRtmp.as | 701 myStatus.playOnLoad = true; // Raise flag, captured in onMetaDataHandler() 704 myStatus.playOnLoad = true; // Raise flag, captured in onMetaDataHandler()
|
| /plugin/latexcaption/ |
| D | README.md | 107 If you use the MathJax plugin, enable `mathjaxref`, to have labels not captured by this plugin pass…
|
| /plugin/pgn4web/pgn4web/ |
| D | demoGames.pgn | 37 captured when the Black's Queen arrives on h2. This move was voted the 4th
|
| D | README.txt | 358 then all keystrokes for that active page are captured and processed by pgn4web;
|
| D | pgn-standard.txt | 758 captured pawn were on the capturing pawn's destination square. Pawn promotions
|
| /plugin/revealjs/js/ |
| D | reveal.js | 382 captured: false, property 5469 if( !touch.captured ) { 5482 touch.captured = true; 5496 touch.captured = true; 5510 touch.captured = true; 5519 touch.captured = true; 5531 if( touch.captured || isVerticalSlide( currentSlide ) ) { 5558 touch.captured = false;
|
| /plugin/remotescript/lib/JsHttpRequest/ |
| D | protocol.txt | 63 - text: other backend data (usually captured STDOUT).
|
| /plugin/authgooglesheets/vendor/google/apiclient/ |
| D | README.md | 398 …Charles > Proxy > SSL Proxying Settings** and add the domain you'd like captured. In the case of t…
|
| /plugin/strata/ |
| D | manual.txt | 382 Aggregation functions are used to process a variables captured values before display. These functio…
|
| /plugin/amcharts/assets/amcharts/plugins/export/ |
| D | README.md | 1056 * Fix: Print issue on safari which captured the actual page instead of the export
|
| /plugin/asciidocjs/node_modules/handlebars/ |
| D | release-notes.md | 374 …is not captured by the earlier fix._ In order to harden Handlebars against such exploits, calling …
|
| /plugin/asciidocjs/node_modules/@asciidoctor/core/dist/node/ |
| D | asciidoctor.cjs | 3561 var captured = nil; 3563 if ($truthy((captured = m['$[]'](0))['$include?']($$('RS')))) { 3564 return captured.$sub($$('RS'), "") 17520 * Returns a JSON {Object} of references captured by the processor. 17530 * Returns an {Array} of {Document/ImageReference} captured by the processor. 17541 * Returns an {Array} of links captured by the processor. 17562 * Returns an {Array} of {Document/Footnote} captured by the processor.
|
| /plugin/diagramsnet/lib/ |
| D | workbox-9fe249eb.js.map | 1 …/Reference/Global_Objects/RegExp#grouping-back-references},\n * the captured values will be pa…
|
| D | workbox-f163abaa.js.map | 1 …/Reference/Global_Objects/RegExp#grouping-back-references},\n * the captured values will be pa…
|
| D | workbox-bed83ea8.js.map | 1 …/Reference/Global_Objects/RegExp#grouping-back-references},\n * the captured values will be pa…
|
| /plugin/subjectindex/plugins/ |
| D | bible_verses.txt | 4373 Then Moses sent some to spy on Ja'zer. So they captured its dependent towns and dispossessed the Am… 4974 …s did we take as plunder for ourselves, together with the spoil of the cities that we had captured. 5970 …. After that the people went up into the city, each one straight before him, and captured the city. 6024 And Joshua and all Israel saw that the ambush had captured the city, and that the smoke of the city… 6066 …t as soon as A·do'ni-ze'dek the king of Jerusalem heard that Joshua had captured A'i and then devo… 6093 And Joshua captured Mak·ke'dah on that day and went striking it with the edge of the sword. As for … 6097 Accordingly Jehovah gave La'chish into Israel's hand so that they captured it on the second day, an… 6107 And Joshua captured all these kings and their land at one time, because it was Jehovah the God of I… 6118 More than that, Joshua turned about at that time and captured Ha'zor; and its king he struck down w… 6120 And all the cities of these kings and all their kings Joshua captured and went striking them with t… [all …]
|
| /plugin/calendar/ |
| D | CHANGELOG.md | 1168 - Added `--verbose` flag to sync command so output is captured 1169 - Sync output is now captured and written to the log file
|
| /plugin/codemirror/dist/keymaps/ |
| D | vim.min.js.map | 1 … replace matches with. May contain $1,\n * $2, etc for replacing captured groups using Java…
|
12