Searched refs:_self (Results 1 – 25 of 53) sorted by relevance
123
5 var _self = this;79 …erOffsetRight)) / 2), 'margin-top': this.root.width() * 0.02 + 30}).click(_self.scrollerClick).app…83 …r_cap_left').appendTo(this.scrollbar).bind('mousedown', { direction: -1 }, _self.scrollerSideDown);84 …'<div/>').addClass('imageflow_slider').appendTo(this.scrollbar).bind('mousedown', _self.dragStart);85 …r_cap_right').appendTo(this.scrollbar).bind('mousedown', { direction: 1 }, _self.scrollerSideDown);87 $(document).bind('mouseup', _self.scrollerSideUp);96 if ( _self.debug ) {110 _self[fkt](e, this);124 _self.loadingbar.show(); // Show loader Bar127 _self.timeOut('initImages', 500);[all …]
2 _self returns the template name4 {{ _self }}
4 {% import _self as macros %}
146 $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');
4 {% import _self as test %}5 {% from _self import test %}
4 {% from _self import test %}
4 {% import _self as test %}
4 {% from _self import test1, test2 %}
168 phpCAS::logoutWithRedirectServiceAndUrl($this->_self(), $this->_self());204 $this->_redirect($this->_self());
73 special ``_self`` variable to import them:77 {% import _self as forms %}84 might be tempted to call the macro directly via ``_self.input()`` instead98 {% import _self as forms %}
54 To import macros from the current file, use the special ``_self`` variable
4 {% import _self as forms %}
11 {% import _self as self %}
6 targets include _blank, _self, _parent and _top. Values should be
187 * As of Twig 1.x, using the ``_self`` global variable to get access to the190 ``_self`` returns the current template name instead of the current191 ``\Twig\Template`` instance. If you are using ``{{ _self.templateName }}``,192 just replace it with ``{{ _self }}``.
34 function _self () { function in action_plugin_authplaincas
163 …* 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 tags497 …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 _self901 * renamed self to _self (to avoid conflict)
1069 var _self = this;1071 this.VKI_clickless = setTimeout(function() { _self.click(); }, self.VKI_clickless);