Home
last modified time | relevance | path

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

123

/plugin/imageflow/
Dscript.js5 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 Bar
127 _self.timeOut('initImages', 500);
[all …]
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Fixtures/expressions/
D_self.test2 _self returns the template name
4 {{ _self }}
Dpostfix.test4 {% import _self as macros %}
Dunary_macro_arguments.test4 {% import _self as macros %}
/plugin/openid/
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/
Dsimple.test4 {% import _self as test %}
5 {% from _self import test %}
Dreserved_variables.test4 {% from _self import test %}
Dnested_calls.test4 {% import _self as macros %}
Ddefault_values.test4 {% from _self import test %}
Dwith_filters.test4 {% import _self as test %}
Dvarargs.test4 {% from _self import test1, test2 %}
/plugin/ssocas/
Daction.php168 phpCAS::logoutWithRedirectServiceAndUrl($this->_self(), $this->_self());
204 $this->_redirect($this->_self());
/plugin/findologicxmlexport/vendor/twig/twig/doc/tags/
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 %}
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/
Dspecial_chars.test4 {% import _self as macros %}
Dsuper_globals.test4 {% import _self as macros %}
Dendmacro_name.test4 {% import _self as macros %}
Dself_import.test4 {% import _self as forms %}
Dbasic.test4 {% import _self as macros %}
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Fixtures/tags/deprecated/
Dmacro.legacy.test11 {% import _self as self %}
/plugin/scrape/vendor/ezyang/htmlpurifier/library/HTMLPurifier/ConfigSchema/schema/
DAttr.AllowedFrameTargets.txt6 targets include _blank, _self, _parent and _top. Values should be
/plugin/findologicxmlexport/vendor/twig/twig/doc/
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/
Daction.php34 function _self () { function in action_plugin_authplaincas
/plugin/findologicxmlexport/vendor/twig/twig/
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/
Dvki_kb.js1069 var _self = this;
1071 this.VKI_clickless = setTimeout(function() { _self.click(); }, self.VKI_clickless);

123