Home
last modified time | relevance | path

Searched refs:captured (Results 1 – 25 of 26) sorted by relevance

12

/plugin/interwikipaste/
Dscript.js32 let captured = matched[1] ? matched[1] : '';
34 captured = htmlDecode(captured);
36 return `${patternConf.shortcut}>${captured}`;
/plugin/pgn4web/pgn4web/libs/garbochess/
Dgarbochess.js471 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/
Dplugin.history.txt18 * Fixed attributes not captured correctly (width, multi word title)
/plugin/asciidocjs/node_modules/asap/
DCHANGES.md62 These data are captured automatically by [Continuous
DREADME.md121 These data are captured automatically by [Continuous
/plugin/jplayer/vendor/happyworm/jplayer/src/actionscript/happyworm/jPlayer/
DJplayerMp3.as232 myStatus.playOnLoad = true; // Raise flag, captured in loadOpen()
235 myStatus.playOnLoad = true; // Raise flag, captured in loadOpen()
DJplayerMp4.as224 myStatus.playOnLoad = true; // Raise flag, captured in onMetaDataHandler()
227 myStatus.playOnLoad = true; // Raise flag, captured in onMetaDataHandler()
DJplayerRtmp.as701 myStatus.playOnLoad = true; // Raise flag, captured in onMetaDataHandler()
704 myStatus.playOnLoad = true; // Raise flag, captured in onMetaDataHandler()
/plugin/latexcaption/
DREADME.md107 If you use the MathJax plugin, enable `mathjaxref`, to have labels not captured by this plugin pass…
/plugin/pgn4web/pgn4web/
DdemoGames.pgn37 captured when the Black's Queen arrives on h2. This move was voted the 4th
DREADME.txt358 then all keystrokes for that active page are captured and processed by pgn4web;
Dpgn-standard.txt758 captured pawn were on the capturing pawn's destination square. Pawn promotions
/plugin/revealjs/js/
Dreveal.js382 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/
Dprotocol.txt63 - text: other backend data (usually captured STDOUT).
/plugin/authgooglesheets/vendor/google/apiclient/
DREADME.md398 …Charles > Proxy > SSL Proxying Settings** and add the domain you'd like captured. In the case of t…
/plugin/strata/
Dmanual.txt382 Aggregation functions are used to process a variables captured values before display. These functio…
/plugin/amcharts/assets/amcharts/plugins/export/
DREADME.md1056 * Fix: Print issue on safari which captured the actual page instead of the export
/plugin/asciidocjs/node_modules/handlebars/
Drelease-notes.md374 …is not captured by the earlier fix._ In order to harden Handlebars against such exploits, calling …
/plugin/asciidocjs/node_modules/@asciidoctor/core/dist/node/
Dasciidoctor.cjs3561 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/
Dworkbox-9fe249eb.js.map1 …/Reference/Global_Objects/RegExp#grouping-back-references},\n * the captured values will be pa…
Dworkbox-f163abaa.js.map1 …/Reference/Global_Objects/RegExp#grouping-back-references},\n * the captured values will be pa…
Dworkbox-bed83ea8.js.map1 …/Reference/Global_Objects/RegExp#grouping-back-references},\n * the captured values will be pa…
/plugin/subjectindex/plugins/
Dbible_verses.txt4373 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/
DCHANGELOG.md1168 - 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/
Dvim.min.js.map1 … replace matches with. May contain $1,\n * $2, etc for replacing captured groups using Java…

12