Home
last modified time | relevance | path

Searched refs:_self (Results 1 – 25 of 52) sorted by relevance

123

/plugin/imageflow/
H A Dscript.js5 var _self = this;
200 _self.moveTo(_self.current); // Force repaint
214 …__self.pc = _self.xstep * (((__self.width + 1) > (__self.height / (_self.reflectionHeight + 1))) ?…
366 …if ( img < _self.current - _self.focusedElememtsPerSide || img > _self.current + _self.focusedElem…
371 var movement = (img - _self.current) * _self.xstep;
440 … var new_slider_pos = (_self.scrollbarwidth * (_self.current/(_self.checkedImages.length-1)));
457_self.moveTo(_self.current + (whereToMove-_self.current)/3, whereToMove); // move in three steps
470_self.moveTo(_self.current, _self.current); // If the above got interrupted, set the new distance
557 _self.handle(delta - _self.scrollerDragOffset);
576_self.scrollerStartDragOffset = _self.scrollerIsDragging ? _self.scroller.offset().left : false;
[all …]
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Fixtures/expressions/
H A D_self.test2 _self returns the template name
4 {{ _self }}
H A Dpostfix.test4 {% import _self as macros %}
H A Dunary_macro_arguments.test4 {% import _self as macros %}
/plugin/openid/
H A Daction.php146 $this->_redirect( $this->_self('openid') );
155 $message = sprintf($this->getLang('complete_registration_notice'), $this->_self('openid'));
189 $return_to = $this->_self('openid') . '&id=' . $ID;
205 $response = $consumer->complete($this->_self('openid'));
298 echo '<form action="' . $this->_self('openid') . '" method="post"><div class="no">';
378 $msg = sprintf("<p>$msg</p>", $this->_self('openid'));
385 echo '<p>', sprintf($this->getLang('manage_link'), $this->_self('openid')), '</p>';
423 $redirect_url = $this->_self('openid');
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Fixtures/macros/
H A Dsimple.test4 {% import _self as test %}
5 {% from _self import test %}
H A Dreserved_variables.test4 {% from _self import test %}
H A Dnested_calls.test4 {% import _self as macros %}
H A Ddefault_values.test4 {% from _self import test %}
H A Dwith_filters.test4 {% import _self as test %}
H A Dvarargs.test4 {% from _self import test1, test2 %}
/plugin/ssocas/
H A Daction.php168 phpCAS::logoutWithRedirectServiceAndUrl($this->_self(), $this->_self());
204 $this->_redirect($this->_self());
/plugin/findologicxmlexport/vendor/twig/twig/doc/tags/
H A Dmacro.rst73 special ``_self`` variable to import them:
77 {% import _self as forms %}
84 might be tempted to call the macro directly via ``_self.input()`` instead
98 {% import _self as forms %}
H A Dimport.rst54 To import macros from the current file, use the special ``_self`` variable
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Fixtures/tags/macro/
H A Dspecial_chars.test4 {% import _self as macros %}
H A Dsuper_globals.test4 {% import _self as macros %}
H A Dendmacro_name.test4 {% import _self as macros %}
H A Dself_import.test4 {% import _self as forms %}
H A Dbasic.test4 {% import _self as macros %}
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Fixtures/tags/deprecated/
H A Dmacro.legacy.test11 {% import _self as self %}
/plugin/scrape/HTMLPurifier/ConfigSchema/schema/
H A DAttr.AllowedFrameTargets.txt
/plugin/findologicxmlexport/vendor/twig/twig/doc/
H A Ddeprecated.rst187 * As of Twig 1.x, using the ``_self`` global variable to get access to the
190 ``_self`` returns the current template name instead of the current
191 ``\Twig\Template`` instance. If you are using ``{{ _self.templateName }}``,
192 just replace it with ``{{ _self }}``.
/plugin/authplaincas/
H A Daction.php34 function _self () { function in action_plugin_authplaincas
/plugin/findologicxmlexport/vendor/twig/twig/
H A DCHANGELOG163 …* added support for {{ _self }} to provide an upgrade path from 1.x to 2.0 (replaces {{ _self.temp…
247 * undeprecated _self (should only be used to get the template name, not the template instance)
321 * deprecated the _self variable for usage outside of the from and import tags
497 …extension when an exception was thrown from a macro called without being imported (using _self.XXX)
858 * the self special variable has been renamed to _self
901 * renamed self to _self (to avoid conflict)
/plugin/fckg/scripts/
H A Dvki_kb.js1069 var _self = this;
1071 this.VKI_clickless = setTimeout(function() { _self.click(); }, self.VKI_clickless);

123