Home
last modified time | relevance | path

Searched refs:methods (Results 551 – 575 of 582) sorted by path

1...<<21222324

/plugin/sequencediagram/bower_components/underscore/
H A Dunderscore.js997 _.functions = _.methods = function(obj) {
/plugin/sha3sum/
H A DLICENSE310 "Installation Information" for a User Product means any methods,
/plugin/showinitpage/
H A Dgpl-3.0.md310 "Installation Information" for a User Product means any methods,
/plugin/socialshareprivacy2/SSP/
H A DREADME.md49 * [Methods](#methods)
150 <span id="methods">Methods</span>
/plugin/stars2/
H A DREADME.md61 Stars can be created with two methods:
/plugin/subjectindex/plugins/
H A Dbible_verses.txt28451 …oved and faithful child in [the] Lord; and he will put YOU in mind of my methods in connection wit…
/plugin/syntaxhighlighter3/sxh3/pkg/scripts/
H A DshBrushGroovy.js32 var methods = 'allProperties count get size '+
54 { regex: new RegExp(this.getKeywords(methods), 'gm'), css: 'functions' } // methods
/plugin/syntaxhighlighter3/sxh3/src/js/
H A DshBrushGroovy.js16 var methods = 'allProperties count get size '+
38 { regex: new RegExp(this.getKeywords(methods), 'gm'), css: 'functions' } // methods
/plugin/syntaxhighlighter4/dist/
H A Dsyntaxhighlighter.js4295 …var methods = 'allProperties count get size ' + 'collect each eachProperty eachPropertyName eachWi…
4325 regex: new RegExp(this.getKeywords(methods), 'gm'),
H A Dsyntaxhighlighter.js.map1methods","verbs","commenthelp","special","builtins","getKeywordsPrependedBy","by","statements","pr…
/plugin/tagfilter/script/select2/
H A Dselect2.js648 * @param methods
650 function clazz(SuperClass, methods) { argument
655 constructor.prototype = $.extend(constructor.prototype, methods);
/plugin/tcycle/
H A DLICENSE310 "Installation Information" for a User Product means any methods,
/plugin/timetrack/
H A DLICENSE310 "Installation Information" for a User Product means any methods,
/plugin/toggle/
H A DLICENSE310 "Installation Information" for a User Product means any methods,
/plugin/upgrade/vendor/splitbrain/php-cli/
H A DREADME.md93 Simple colored log messages can be printed by you using the convinence methods ``success()`` (green), ``info()`` (cyan),
159 Convenience methods for all log levels are available. Placeholder interpolation as described in PSR-3 is available, too.
/plugin/usecounter/
H A DLICENSE310 "Installation Information" for a User Product means any methods,
/plugin/wavedrom/
H A DLICENSE310 "Installation Information" for a User Product means any methods,
/plugin/webdav/vendor/sabre/dav/
H A DCHANGELOG.md949 * Added: Checking preconditions for MOVE, COPY, DELETE and PROPPATCH methods.
1434 * BC Break: The Sabre_DAVACL_IPrincipalCollection now has two new methods:
1500 classes, if they are created using the add() or __set() methods.
1772 * Changed: All getETag methods MUST now surround the etag with double-quotes.
1888 * Changed: The Allow: header is now more accurate, with appropriate HTTP methods
1961 * Fixed: Comma's between HTTP methods in 'Allow' method.
1999 header-methods are called.
2065 * Fixed: Issue 23: Comma's between methods in Allow header.
2198 * Changed: Made more methods in Sabre_DAV_Server public.
2282 * Fixed: Some methods didn't get passed through in the FilterTree (r283).
[all …]
/plugin/webdav/vendor/sabre/dav/lib/DAV/
H A DCorePlugin.php212 $methods = $this->server->getAllowedMethods($request->getPath());
214 $response->setHeader('Allow', strtoupper(implode(', ', $methods)));
H A DServer.php514 $methods = [
531 $methods[] = 'MKCOL';
535 …foreach ($this->plugins as $plugin) $methods = array_merge($methods, $plugin->getHTTPMethods($path…
536 array_unique($methods);
538 return $methods;
/plugin/webdav/vendor/sabre/dav/lib/DAV/Exception/
H A DMethodNotAllowed.php39 $methods = $server->getAllowedMethods($server->getRequestUri());
42 'Allow' => strtoupper(implode(', ', $methods)),
/plugin/webdav/vendor/sabre/dav/lib/DAV/Xml/Property/
H A DSupportedMethodSet.php30 protected $methods = []; variable in Sabre\\DAV\\Xml\\Property\\SupportedMethodSet
35 * @param string[] $methods
37 function __construct(array $methods) { argument
39 $this->methods = $methods;
50 return $this->methods;
64 $this->methods
/plugin/webdav/vendor/sabre/http/
H A DCHANGELOG.md254 * Added: URLUtil, methods for calculation relative and base urls.
/plugin/webdav/vendor/sabre/vobject/
H A DCHANGELOG.md780 * Fixed: The FreeBusyGenerator is now properly using the factory methods for
811 * Added: Basic validation and repair methods for broken input data.
/plugin/webdavclient/vendor/sabre/vobject/
H A DChangeLog.md554 * Fixed: The FreeBusyGenerator is now properly using the factory methods for
585 * Added: Basic validation and repair methods for broken input data.

1...<<21222324