Home
last modified time | relevance | path

Searched refs:capture (Results 26 – 50 of 75) sorted by relevance

123

/plugin/ruby/
H A Dsyntax.php70 …if ($renderer->capture) $renderer->doc .= hsc($data[0]) . hsc($rp[0]) . hsc($data[1]) . hsc($rp[1]…
/plugin/autolink4/syntax/
H A Dallwords.php156 if (!$renderer->capture) {
H A Dregex.php111 if (!$renderer->capture) {
/plugin/tag/syntax/
H A Dtag.php109 if ($renderer->capture) {
/plugin/color/
H A Dsyntax.php91 if ($renderer->capture) $renderer->cdata($match);
/plugin/feed/
H A Dsyntax.php152 if ($renderer->capture) {
/plugin/findologicxmlexport/vendor/twig/twig/doc/tags/
H A Dset.rst41 The ``set`` tag can also be used to 'capture' chunks of text:
/plugin/imagemap/
H A Dsyntax.php214 if ($renderer->capture && $title)
220 if ($renderer->capture)
/plugin/imagemapping/
H A Dsyntax.php236 if ($renderer->capture && $title)
242 if ($renderer->capture)
/plugin/jcapture/src/com/hammurapi/jcapture/
H A DCaptureFrame.java192 capture(); in CaptureFrame()
219 protected void capture() throws Exception { in capture() method in CaptureFrame
/plugin/yuriigantt/3rd/dhtmlxgantt/ext/
H A Ddhtmlxgantt_tooltip.js.map1capture","addEventListener","attachEvent","eventRemove","removeEventListener","detachEvent","eleme…
H A Ddhtmlxgantt_tooltip.js13capture:r}),e(t,o,n,r)},detach:function(t,e,n,r){o(t,e,n,r);for(var a=0;a<i.length;a++){var c=i[a]…
/plugin/amcharts/assets/amcharts/plugins/export/
H A Dexport.min.js1capture:!0},PNG:{mimeType:"image/png",extension:"png",capture:!0},SVG:{mimeType:"text/xml",extensi…
2capture:c.config.formats[i.format].capture,action:c.config.action,fileName:c.config.fileName},i):i…
H A Dexport.js438 capture: true property in AmCharts._this.defaults.formats.JPG
443 capture: true property in AmCharts._this.defaults.formats.PNG
448 capture: true property in AmCharts._this.defaults.formats.SVG
453 capture: true property in AmCharts._this.defaults.formats.PDF
986 capture: function( options, callback ) { method in AmCharts._this
2595 capture: _this.config.formats[ item.format ].capture,
2620 this.capture( item, function() {
2715 if ( item.capture || item.action == "print" || item.format == "PRINT" ) {
2716 this.capture( item, function() {
2752 …"draw" || item.format == "PRINT" || ( item.format != "UNDEFINED" && item.capture ) ) && !_this.dra…
H A DREADME.md524 your global configuration, or pass it to the `capture` method if you export
601 …p](#a-list-of-menu-item-properties) | Called right before the passed callback of the capture method
762 this.capture({},function() {
772 The above will use plugin's internal `capture` method to capture it's current
1048 * Fix: Wait for lazy images, triggers capture callback only when all images have been fully loaded
/plugin/diagramsnet/lib/
H A Dworkbox-9fe249eb.js.map1capture groups]{@link https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Obj…
H A Dworkbox-bed83ea8.js.map1capture groups]{@link https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Obj…
H A Dworkbox-f163abaa.js.map1capture groups]{@link https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Obj…
/plugin/markdownextra/
H A Dmarkdown.php2079 …`{3,})[ ]*(?:\.?[-_:a-zA-Z0-9]+|'.$this->id_class_attr_nocatch_re.')?[ ]*\n?$}', $tag, $capture)) {
2081 $fence_indent = strlen($capture[1]); # use captured indent in re
2082 $fence_re = $capture[2]; # use captured fence in re
/plugin/findologicxmlexport/vendor/twig/twig/
H A DCHANGELOG146 * added Twig_NodeCaptureInterface for nodes that capture all output
727 * added an optimization for the set tag when used to capture a large chunk of static text
916 * fixed set tag when used with a capture
/plugin/authgooglesheets/vendor/google/apiclient/
H A DREADME.md383 ….com/documentation/getting-started/). Download and run Charles, and then capture all HTTP traffic …
/plugin/syntaxhighlighter4/dist/
H A Dsyntaxhighlighter.js.map1capture names, or `null`.\n * @param {String} xSource XRegExp pattern used to generate `regex`, or…
/plugin/yuriigantt/3rd/dhtmlxgantt/sources/
H A Ddhtmlxgantt.js29120 attach: function(el, event, callback, capture){ argument
29121 handlers.push({element: el, event:event, callback: callback, capture: capture});
29122 addEvent(el, event, callback, capture);
29124 detach: function(el, event, callback, capture){ argument
29125 removeEvent(el, event, callback, capture);
29128 …== el && handler.event === event && handler.callback === callback && handler.capture === capture) {
29139 eventScope.detach(handler.element, handler.event, handler.callback, handler.capture);
30092 function event(el, event, handler, capture){ argument
30094 el.addEventListener(event, handler, capture === undefined ? false : capture);
30100 function eventRemove(el, event, handler, capture){ argument
[all …]
/plugin/jcapture/lib/
H A Djcapture.jarMETA-INF/MANIFEST.MF META-INF/HAMMURAP.SF META-INF/HAMMURAP ...
/plugin/pgn4web/pgn4web/
H A Dpgn-standard.txt843 include: letter case remapping, capture indicator insertion, check indicator
2076 immediately execute the en passant capture.
2113 capture:
2216 immediately execute the en passant capture.
2474 pawn move or capture. This information is used to implement the fifty move

123