/plugin/imageflow/ |
H A D | script.js | 5 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.test | 2 _self returns the template name 4 {{ _self }}
|
H A D | postfix.test | 4 {% import _self as macros %}
|
H A D | unary_macro_arguments.test | 4 {% import _self as macros %}
|
/plugin/openid/ |
H A D | action.php | 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');
|
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Fixtures/macros/ |
H A D | simple.test | 4 {% import _self as test %} 5 {% from _self import test %}
|
H A D | reserved_variables.test | 4 {% from _self import test %}
|
H A D | nested_calls.test | 4 {% import _self as macros %}
|
H A D | default_values.test | 4 {% from _self import test %}
|
H A D | with_filters.test | 4 {% import _self as test %}
|
H A D | varargs.test | 4 {% from _self import test1, test2 %}
|
/plugin/ssocas/ |
H A D | action.php | 168 phpCAS::logoutWithRedirectServiceAndUrl($this->_self(), $this->_self()); 204 $this->_redirect($this->_self());
|
/plugin/findologicxmlexport/vendor/twig/twig/doc/tags/ |
H A D | macro.rst | 73 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 D | import.rst | 54 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 D | special_chars.test | 4 {% import _self as macros %}
|
H A D | super_globals.test | 4 {% import _self as macros %}
|
H A D | endmacro_name.test | 4 {% import _self as macros %}
|
H A D | self_import.test | 4 {% import _self as forms %}
|
H A D | basic.test | 4 {% import _self as macros %}
|
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Fixtures/tags/deprecated/ |
H A D | macro.legacy.test | 11 {% import _self as self %}
|
/plugin/scrape/HTMLPurifier/ConfigSchema/schema/ |
H A D | Attr.AllowedFrameTargets.txt |
|
/plugin/findologicxmlexport/vendor/twig/twig/doc/ |
H A D | deprecated.rst | 187 * 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 D | action.php | 34 function _self () { function in action_plugin_authplaincas
|
/plugin/findologicxmlexport/vendor/twig/twig/ |
H A D | CHANGELOG | 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 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 D | vki_kb.js | 1069 var _self = this; 1071 this.VKI_clickless = setTimeout(function() { _self.click(); }, self.VKI_clickless);
|