Home
last modified time | relevance | path

Searched refs:new (Results 326 – 350 of 1508) sorted by last modified time

1...<<11121314151617181920>>...61

/plugin/spreadout/
H A DLICENSE26 in new free programs; and that you know you can do these things.
237 9. The Free Software Foundation may publish revised and/or new versions
238 of the General Public License from time to time. Such new versions will
240 address new problems or concerns.
284 If you develop a new program, and you want it to be of the greatest
/plugin/indexmenu/
H A DCREDITS61 Rewrite of indexmenu to add new dokuwiki compatibility
62 Added a new toolbar wizard
H A DCOPYING26 in new free programs; and that you know you can do these things.
241 9. The Free Software Foundation may publish revised and/or new versions
242 of the General Public License from time to time. Such new versions will
244 address new problems or concerns.
289 If you develop a new program, and you want it to be of the greatest
/plugin/indexmenu/scripts/
H A Dcontextmenu.local.js.example22 //indexmenu_contextmenu['all']['pg']['view'].splice(1, 0, ['Input new page', '"javascript: IndexmenuContextmenu.reqpage(\'"+index.config.urlbase+"\',\'"+index.config.sepchar+"\',\'"+node.dokuid+"\');"']);
/plugin/actionrenderer/
H A DLICENSE26 in new free programs; and that you know you can do these things.
237 9. The Free Software Foundation may publish revised and/or new versions
238 of the General Public License from time to time. Such new versions will
240 address new problems or concerns.
284 If you develop a new program, and you want it to be of the greatest
/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/
H A DLogger.php176 $new = clone $this;
177 $new->name = $name;
179 return $new;
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/Common/
H A DAsymmetricKey.php190 $new = static::onLoad($components);
191 $new->format = $format;
192 $new->comment = $comment;
193 return $new instanceof PrivateKey ?
195 $new;
273 $new->format = $format;
276 $new;
507 $new = clone $this;
509 $new->hash = new Hash($hash);
510 $new->hmac = new Hash($hash);
[all …]
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/
H A DEC.php220 $new = new Parameters();
222 return $new;
239 return $new;
389 $new = clone $this;
390 $new->shortFormat = $format;
392 return $new;
421 $new = clone $this;
423 $new->context = null;
424 return $new;
432 $new->context = $context;
[all …]
H A DRSA.php728 $new = clone $this;
748 $new->hLen = $new->hash->getLengthInBytes();
750 return $new;
764 $new = clone $this;
784 $new->mgfHLen = $new->mgfHash->getLengthInBytes();
786 return $new;
814 $new = clone $this;
815 $new->sLen = $sLen;
816 return $new;
848 return $new;
[all …]
H A DDH.php345 $new = new Parameters();
347 $new = isset($components['privateKey']) ?
352 $new->prime = $components['prime'];
353 $new->base = $components['base'];
356 $new->privateKey = $components['privateKey'];
359 $new->publicKey = $components['publicKey'];
362 return $new;
H A DDSA.php240 $new = new Parameters();
242 $new = new PrivateKey();
243 $new->x = $components['x'];
245 $new = new PublicKey();
248 $new->p = $components['p'];
249 $new->q = $components['q'];
250 $new->g = $components['g'];
256 return $new;
332 $new = clone $this;
333 $new->shortFormat = $format;
[all …]
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/RSA/
H A DPublicKey.php515 $new = new PrivateKey();
516 $new->exponent = $this->exponent;
517 $new->modulus = $this->modulus;
518 $new->k = $this->k;
519 $new->format = $this->format;
520 return $new
/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/
H A DREADME.md23 $client = new \GuzzleHttp\Client();
31 $request = new \GuzzleHttp\Psr7\Request('GET', 'http://httpbin.org');
H A DUPGRADING.md112 $client = new GuzzleHttp\Client();
137 $client = new GuzzleHttp\Client(['handler' => $handler]);
292 $mock = new Mock();
453 $factory = new PhpStreamRequestFactory();
858 $multi = new Guzzle\Http\Curl\CurlMulti();
918 $client = new self(
944 $client = new self(
1103 $sd = new ServiceDescription();
1115 $sd = new ServiceDescription();
1144 $client->addSubscriber(new LogPlugin(new ClosureLogAdapter(function($m) { echo $m; }, $verbosity = …
[all …]
/plugin/authgooglesheets/vendor/guzzlehttp/psr7/src/
H A DMessageTrait.php35 $new = clone $this;
37 return $new;
74 $new = clone $this;
76 unset($new->headers[$new->headerNames[$normalized]]);
81 return $new;
90 $new = clone $this;
99 return $new;
112 $new = clone $this;
113 unset($new->headers[$header], $new->headerNames[$normalized]);
115 return $new;
[all …]
H A DRequest.php84 $new = clone $this;
85 $new->requestTarget = $requestTarget;
86 return $new;
97 $new = clone $this;
98 $new->method = strtoupper($method);
99 return $new;
113 $new = clone $this;
114 $new->uri = $uri;
117 $new->updateHostFromUri();
120 return $new;
H A DResponse.php133 $new = clone $this;
134 $new->statusCode = $code;
135 if ($reasonPhrase == '' && isset(self::$phrases[$new->statusCode])) {
136 $reasonPhrase = self::$phrases[$new->statusCode];
138 $new->reasonPhrase = (string) $reasonPhrase;
139 return $new;
/plugin/authgooglesheets/vendor/monolog/monolog/
H A DCHANGELOG.md209 …any of the Monolog's Formatters' `normalize` method, make sure you add the new `$depth = 0` argume…
247 * Fixed lots of minor issues in the new Slack integrations
302 * Added `Logger->withName` to clone a logger (keeping all handlers) with a new name
363 * Fixed regression in HipChat requiring a new token to be created
444 …* Added support for the new official graylog2/gelf-php lib for GelfHandler, upgrade if you can by …
458 * Added $version to LogstashFormatter to allow using the new v1 Logstash format
524 * Added support for the new MongoClient class in MongoDBHandler
532 * Added new $logopts arg to SyslogHandler to provide custom openlog options
H A DREADME.md35 $log = new Logger('name');
36 $log->pushHandler(new StreamHandler('path/to/your.log', Logger::WARNING));
H A DUPGRADE.md20 - `HandlerInterface` has been split off and two new interfaces now exist for
27 the new `Monolog\Handler\Handler` base class too.
72 renamed to ElasticaHandler and the new one added as ElasticsearchHandler.
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/
H A DREADME.md66 * [Create a Support Ticket on GitHub](https://github.com/phpseclib/phpseclib/issues/new)
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/Common/Traits/
H A DPasswordProtected.php47 $new = clone $this;
48 $new->password = $password;
49 return $new;
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Net/
H A DSFTP.php880 $new = [];
887 array_pop($new);
892 $new[] = $dir;
896 return '/' . implode('/', $new);
/plugin/authgooglesheets/vendor/guzzlehttp/psr7/
H A DCHANGELOG.md185 - `(new Uri)->withPath('foo')->withHost('example.com')` will throw an exception
187 - `(new Uri())->withScheme('http')` will return `'http://localhost'`
H A DREADME.md28 $composed = new Psr7\AppendStream([$a, $b]);
52 $buffer = new Psr7\BufferStream(1024);
69 $stream = new Psr7\CachingStream($original);
95 $dropping = new Psr7\DroppingStream($stream, 10);
151 $stream = new Psr7\LazyOpenStream('/path/to/file', 'r');
175 $stream = new Psr7\LimitStream($original, 1024, 2048);
201 $noSeek = new Psr7\NoSeekStream($original);
276 $eofStream = new EofCallbackStream($original, function () {
318 $request = new GuzzleHttp\Psr7\Request('GET', 'http://example.com');
477 Create a new stream based on the input type.
[all …]

1...<<11121314151617181920>>...61