/template/kajukkk/js/ |
H A D | sendsns.js | 12 method:'popup', property in sendsns.case 19 method:'popup', property in sendsns.case 26 method:'popup', property in sendsns.case 57 method:'web2app', property in sendsns.case 68 method:'web2app', property in sendsns.case 82 switch(o.method)
|
/template/twigstarter/vendor/twig/twig/src/Sandbox/ |
H A D | SecurityPolicy.php | 88 public function checkMethodAllowed($obj, $method) argument 95 $method = strtr($method, 'ABCDEFGHIJKLMNOPQRSTUVWXYZ', 'abcdefghijklmnopqrstuvwxyz'); 98 $allowed = \in_array($method, $methods); 106 …sprintf('Calling "%s" method on a "%s" object is not allowed.', $method, $class), $class, $method);
|
H A D | SecurityPolicyInterface.php | 32 * @param string $method 36 public function checkMethodAllowed($obj, $method); argument
|
/template/twigstarter/vendor/twig/twig/src/Extension/ |
H A D | CoreExtension.php | 586 if ('common' === $method) { 590 if ('ceil' !== $method && 'floor' !== $method) { 1158 if (!method_exists($template, $method)) { 1169 return $template->$method(...$args); 1502 $classCache[$method] = $method; 1506 $name = substr($method, 3); 1509 $name = substr($method, 2); 1512 $name = substr($method, 3); 1537 $method = $cache[$class][$item]; 1539 $method = $cache[$class][$lcItem]; [all …]
|
H A D | SandboxExtension.php | 80 public function checkMethodAllowed($obj, $method, int $lineno = -1, Source $source = null) argument 84 $this->policy->checkMethodAllowed($obj, $method);
|
/template/m1/ |
H A D | script.js | 197 $.sidr = function( method ) { argument 199 if ( methods[method] ) { 200 return methods[method].apply( this, Array.prototype.slice.call( arguments, 1 )); 202 else if ( typeof method === 'function' || typeof method === 'string' || ! method ) { 206 $.error( 'Method ' + method + ' does not exist on jQuery.sidr' );
|
/template/bootstrap3/compat/inc/Menu/Item/ |
H A D | AbstractItem.php | 35 /** @var string the method to be used when this action is used in a form */ 36 protected $method = 'get'; variable in dokuwiki\\Menu\\Item\\AbstractItem 125 * Convenience method to get the attributes for constructing an <a> element 147 * Convenience method to create a full <a> element 170 * Convenience method to create a <button> element inside it's own form element 182 $this->method, 247 'method' => $this->method,
|
H A D | Edit.php | 22 $this->method = 'post';
|
/template/adoradark/ |
H A D | CHANGELOG.md | 5 Go back to old method as users prefer to install via extension manager. 9 Move repo to update-proof install method.
|
/template/gtopia/ |
H A D | TwitterAPIExchange.php | 223 * @param string $method 228 private function buildBaseString($baseURI, $method, $params) argument 238 return $method . "&" . rawurlencode($baseURI) . '&' . rawurlencode(implode('&', $return));
|
/template/twigstarter/vendor/twig/twig/src/Node/Expression/ |
H A D | MethodCallExpression.php | 18 …public function __construct(AbstractExpression $node, string $method, ArrayExpression $arguments, … argument 20 …parent::__construct(['node' => $node, 'arguments' => $arguments], ['method' => $method, 'safe' => …
|
H A D | BlockReferenceExpression.php | 52 private function compileTemplateCall(Compiler $compiler, string $method): Compiler argument 68 $compiler->raw(sprintf('->%s', $method));
|
H A D | CallExpression.php | 308 $method = substr($callable, $pos + 2); 309 if (!method_exists($class, $method)) { 314 $callable = [$class, $method];
|
/template/starterpjax/ |
H A D | jquery.pjax.js | 126 type: form.method.toUpperCase(), 450 method = options.type ? options.type.toUpperCase() : 'GET' 453 method: method === 'GET' ? 'GET' : 'POST', 458 if (method !== 'GET' && method !== 'POST') { 462 value: method.toLowerCase()
|
/template/templar/js/ |
H A D | bootstrap-collapse.js | 95 , transition: function (method, startEvent, completeEvent) { argument 109 this.$element[method]('in')
|
/template/a_new_day/js/ |
H A D | prototype.js | 428 invoke: function(method) { argument 431 return value[method].apply(value, args); 807 method: 'post', property in Ajax.Base.setOptions.options 815 this.options.method = this.options.method.toLowerCase(); 836 this.method = this.options.method; 839 if (!['get', 'post'].include(this.method)) { 841 params['_method'] = this.method; 842 this.method = 'post'; 849 if (this.method == 'get' && params) 891 if (this.method == 'post') { [all …]
|
/template/battlehorse/js/ |
H A D | prototype.js | 428 invoke: function(method) { argument 431 return value[method].apply(value, args); 807 method: 'post', property in Ajax.Base.setOptions.options 815 this.options.method = this.options.method.toLowerCase(); 836 this.method = this.options.method; 839 if (!['get', 'post'].include(this.method)) { 841 params['_method'] = this.method; 842 this.method = 'post'; 849 if (this.method == 'get' && params) 891 if (this.method == 'post') { [all …]
|
/template/twigstarter/vendor/twig/twig/ |
H A D | CHANGELOG | 10 * Fix call to deprecated `convertToHtml` method 90 * Fix implementation of case-insensitivity for method names 219 __toString() method on an object was possible even if not allowed by the 296 * optimized the performance of calling an extension method at runtime 297 * optimized the performance of the dot operator for array and method calls 338 * fixed edge case in the method cache for Twig attributes 349 * "empty" test will now consider the return value of the __toString() method for
|
/template/neolaoresources2/ |
H A D | style.ini | 15 ; the stylesheets. Changing this file is the simplest method to
|
/template/strap/bootstrap/ |
H A D | README.md | 24 Jquery must not be slim because the `post` http method is needed for the search box (`qsearch`)
|
/template/bootstrap3/ |
H A D | EventHandlers.php | 71 foreach ($methods as $method) { 72 $EVENT_HANDLER->register_hook($event, $advise, $this, $method);
|
/template/wikimagination/ |
H A D | style.ini | 13 ; the stylesheets. Changing this file is the simplest method to
|
/template/r7throot1/ |
H A D | style_blue.ini | 17 ; the stylesheets. Changing this file is the simplest method to
|
/template/h6e-minimal/ |
H A D | style.ini | 20 ; the stylesheets. Changing this file is the simplest method to
|
/template/headstrong/ |
H A D | style.ini | 22 ; the stylesheets. Changing this file is the simplest method to
|