/plugin/amcharts/assets/amcharts/plugins/export/examples/ |
H A D | export.config.advanced.js | 86 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 D | decorative.php |
|
/plugin/noabstract/ |
H A D | syntax.php | 39 $this->captureDefault = $renderer->capture; 40 $renderer->capture = false; 43 $renderer->capture = false; 46 $renderer->capture = $this->captureDefault;
|
/plugin/formatplus/syntax/ |
H A D | quoteplus.php | 92 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 D | blockquoteplus.php | 97 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 D | blockinsertplus.php | 132 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 D | blockdeleteplus.php | 137 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 D | blockquoteplus.php | 97 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 D | quoteplus.php | 92 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 D | blockinsertplus.php | 132 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 D | blockdeleteplus.php | 137 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 D | SetTokenParser.php | 38 $capture = false; 48 $capture = true; 60 return new SetNode($capture, $names, $values, $lineno, $this->getTag());
|
/plugin/header3/ |
H A D | syntax.php | 75 $this->capture = $renderer->capture; 76 $renderer->capture = true; 86 $renderer->capture = $this->capture;
|
/plugin/header2/ |
H A D | syntax.php | 80 $this->capture = $renderer->capture; 81 $renderer->capture = true; 91 $renderer->capture = $this->capture;
|
/plugin/yuriigantt/3rd/dhtmlxgantt/sources/ext/ |
H A D | dhtmlxgantt_tooltip.js | 475 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 D | SetNode.php | 24 …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 D | formatting.php | 127 if ($renderer->capture) { 131 $renderer->capture = false;
|
/plugin/formatplus/ |
H A D | formatting.php | 127 if ($renderer->capture) { 131 $renderer->capture = false;
|
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Fixtures/tags/set/ |
H A D | capture-empty.test | 2 "set" tag block empty capture
|
H A D | capture_scope.test | 2 "set" tag block capture
|
H A D | capture.test | 2 "set" tag block capture
|
/plugin/jcapture/ |
H A D | action.php | 40 'title' => 'Screen capture',
|
/plugin/snap/ |
H A D | syntax.php.ori | 65 //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 D | imgcaption.php | 175 if($renderer->capture && $data['caption']) $renderer->doc .= '<'; 180 if($renderer->capture && $data['caption']) $renderer->doc .= hsc($data['caption']).'>';
|
/plugin/instantpage/lib/ |
H A D | 5.1.0.js | 2 …capture:!0,passive:!0};if(f||document.addEventListener("touchstart",function(t){e=performance.now(… property in n
|