Home
last modified time | relevance | path

Searched refs:capture (Results 1 – 25 of 75) sorted by relevance

123

/plugin/amcharts/assets/amcharts/plugins/export/examples/
H A Dexport.config.advanced.js86 this.capture( {
129 _this.capture( {}, function() {
165 _this.capture( {
183 this.capture( {}, function() {
192 this.capture( {}, function() {
201 this.capture( {}, function() {
210 this.capture( {}, function() {
246 this.capture( {}, function() {
/plugin/pagetitle/syntax/
H A Ddecorative.php106 static $doc, $capture; // store properties of $renderer
121 $capture = $renderer->capture;
126 $renderer->capture = ($format == 'metadata') ? true : $capture;
135 $renderer->capture = ($format == 'metadata') ? true : $capture;
/plugin/noabstract/
H A Dsyntax.php39 $this->captureDefault = $renderer->capture;
40 $renderer->capture = false;
43 $renderer->capture = false;
46 $renderer->capture = $this->captureDefault;
/plugin/formatplus/syntax/
H A Dquoteplus.php92 if ($renderer->capture){
100 if ($renderer->capture) {
102 if (strlen($renderer->doc) > 250) $renderer->capture = false;
106 if ($renderer->capture) $renderer->doc .= $output;
H A Dblockquoteplus.php97 if ($renderer->capture){
105 if ($renderer->capture) {
107 if (strlen($renderer->doc) > 250) $renderer->capture = false;
111 if ($renderer->capture) $renderer->doc .= $output;
H A Dblockinsertplus.php132 if ($renderer->capture)
136 if ($renderer->capture) {
138 if (strlen($renderer->doc) > 250) $renderer->capture = false;
142 if ($renderer->capture) $renderer->doc .= $output;
H A Dblockdeleteplus.php137 if ($renderer->capture)
141 if ($renderer->capture) {
143 if (strlen($renderer->doc) > 250) $renderer->capture = false;
147 if ($renderer->capture) $renderer->doc .= $output;
/plugin/formatplus2/syntax/
H A Dblockquoteplus.php97 if ($renderer->capture){
105 if ($renderer->capture) {
107 if (strlen($renderer->doc) > 250) $renderer->capture = false;
111 if ($renderer->capture) $renderer->doc .= $output;
H A Dquoteplus.php92 if ($renderer->capture){
100 if ($renderer->capture) {
102 if (strlen($renderer->doc) > 250) $renderer->capture = false;
106 if ($renderer->capture) $renderer->doc .= $output;
H A Dblockinsertplus.php132 if ($renderer->capture)
136 if ($renderer->capture) {
138 if (strlen($renderer->doc) > 250) $renderer->capture = false;
142 if ($renderer->capture) $renderer->doc .= $output;
H A Dblockdeleteplus.php137 if ($renderer->capture)
141 if ($renderer->capture) {
143 if (strlen($renderer->doc) > 250) $renderer->capture = false;
147 if ($renderer->capture) $renderer->doc .= $output;
/plugin/findologicxmlexport/vendor/twig/twig/src/TokenParser/
H A DSetTokenParser.php38 $capture = false;
48 $capture = true;
60 return new SetNode($capture, $names, $values, $lineno, $this->getTag());
/plugin/header3/
H A Dsyntax.php75 $this->capture = $renderer->capture;
76 $renderer->capture = true;
86 $renderer->capture = $this->capture;
/plugin/header2/
H A Dsyntax.php80 $this->capture = $renderer->capture;
81 $renderer->capture = true;
91 $renderer->capture = $this->capture;
/plugin/yuriigantt/3rd/dhtmlxgantt/sources/ext/
H A Ddhtmlxgantt_tooltip.js475 attach: function(el, event, callback, capture){ argument
476 handlers.push({element: el, event:event, callback: callback, capture: capture});
477 addEvent(el, event, callback, capture);
479 detach: function(el, event, callback, capture){ argument
480 removeEvent(el, event, callback, capture);
483 …== el && handler.event === event && handler.callback === callback && handler.capture === capture) {
494 eventScope.detach(handler.element, handler.event, handler.callback, handler.capture);
1157 function event(el, event, handler, capture){ argument
1159 el.addEventListener(event, handler, capture === undefined ? false : capture);
1165 function eventRemove(el, event, handler, capture){ argument
[all …]
/plugin/findologicxmlexport/vendor/twig/twig/src/Node/
H A DSetNode.php24 …public function __construct($capture, \Twig_NodeInterface $names, \Twig_NodeInterface $values, $li… argument
26 …parent::__construct(['names' => $names, 'values' => $values], ['capture' => $capture, 'safe' => fa…
/plugin/formatplus2/
H A Dformatting.php127 if ($renderer->capture) {
131 $renderer->capture = false;
/plugin/formatplus/
H A Dformatting.php127 if ($renderer->capture) {
131 $renderer->capture = false;
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Fixtures/tags/set/
H A Dcapture-empty.test2 "set" tag block empty capture
H A Dcapture_scope.test2 "set" tag block capture
H A Dcapture.test2 "set" tag block capture
/plugin/jcapture/
H A Daction.php40 'title' => 'Screen capture',
/plugin/snap/
H A Dsyntax.php.ori65 //Proportions largeur/hauteur de l'image de la capture
79 //Serveur de capture (voir le parametrage de server.sh)
107 …x : url ou url|larg ou url|xhaut ou url|largxhaut; + un ! pour forcer la capture sans recherche da…
169 …u qu'elle est trop vieille ou qu'on demande une taille differente de celle existante, on la capture
/plugin/imagereference/syntax/
H A Dimgcaption.php175 if($renderer->capture && $data['caption']) $renderer->doc .= '<';
180 if($renderer->capture && $data['caption']) $renderer->doc .= hsc($data['caption']).'>';
/plugin/instantpage/lib/
H A D5.1.0.js2capture:!0,passive:!0};if(f||document.addEventListener("touchstart",function(t){e=performance.now(… property in n

123