Home
last modified time | relevance | path

Searched refs:classes (Results 126 – 150 of 396) sorted by last modified time

12345678910>>...16

/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/
H A DUPGRADING.md171 from the following classes:
480 EntityBody interfaces and classes have been removed or moved to
481 `GuzzleHttp\Stream`. All classes and interfaces that once required
605 chained classes. See: https://github.com/guzzle/retry-subscriber
736 …hods were removed from interfaces. All of these methods are still available in the concrete classes
777 …HeaderFactory which can map specific headers to specific header classes. There is now a Link heade…
814 * Most classes that used to require a `Guzzle\Service\Command\CommandInterface` typehint now reques…
H A DCHANGELOG.md417 * Removing all classes from `GuzzleHttp\Adapter`, these are now
617 * Curl classes now properly throw AdapterExceptions
814 …HeaderFactory which can map specific headers to specific header classes. There is now a Link heade…
830 * Most classes that used to require a `Guzzle\Service\Command\CommandInterface` typehint now reques…
952 * Added support for instantiating responseType=class responseClass classes. Classes must implement
970 * Various updates to classes to use ServiceDescriptionInterface type hints rather than ServiceDescr…
1124 * Now allowing dot notation for classes in the CacheAdapterFactory
1208 * BC: Inflection classes moved to Guzzle\Inflection. No longer static methods. Can now inject custo…
1243 * Making it easier to add event subscribers to HasDispatcherInterface classes. Can now directly cal…
/plugin/authgooglesheets/vendor/monolog/monolog/
H A DCHANGELOG.md41 …* Fixed Utils::getClass handling of anonymous classes not being fully compatible with PHP 8 (#1563)
448 * Added $skipClassesPartials to tweak the ignored classes in the IntrospectionProcessor
/plugin/authgooglesheets/vendor/google/apiclient/src/Service/
H A DREADME.md3 Google API Client Service classes have been moved to the
/plugin/authgooglesheets/vendor/psr/http-message/
H A DREADME.md4 This repository holds all interfaces/classes/traits related to
/plugin/authgooglesheets/vendor/google/apiclient/src/Http/
H A DBatch.php82 $classes = array();
121 $classes['response-' . $key] = $request->getHeaderLine('X-Php-Expected-Class');
141 return $this->parseResponse($response, $classes);
144 public function parseResponse(ResponseInterface $response, $classes = array()) argument
/plugin/authgooglesheets/vendor/guzzlehttp/psr7/
H A DCHANGELOG.md48 - Most classes got a `@final` annotation to prepare for 2.0
/plugin/authgooglesheets/vendor/google/apiclient/
H A DREADME.md240 The classes used to call the API in [google-api-php-client-services](https://github.com/googleapis/…
441 ### Why do some Google\Service classes have weird names? ###
443classes are generally automatically generated from the API discovery documents: https://developers…
/plugin/authgooglesheets/vendor/psr/log/
H A DREADME.md4 This repository holds all interfaces/classes/traits related to
/plugin/authgooglesheets/vendor/firebase/php-jwt/
H A DREADME.md263 - Fixes to exceptions classes. See [#81](https://github.com/firebase/php-jwt/pull/81) for details. …
/plugin/c3chart/assets/
H A Dc3.min.js2 …ind(this)(e.names),"classes"in e&&Object.keys(e.classes).forEach(function(t){i.data_classes[t]=e.c…
/plugin/layeranimation/
H A DREADME.md64 The requirements in this case are: three ``<div>`` elements with respective classes and styles that…
/plugin/bpmnioeditor/
H A Dstyle.css452 * classes on the palette. Events to hook into palette
/plugin/bpmnioeditor/vendor/bpmnio-js/
H A Dbpmn-modeler.development.js1457 function classes(el) { function
4354 classes(group).add(cls);
4763 classes(gfx).add(marker);
4831 return classes(gfx).has(marker);
7107 classes(gfx).add('djs-element');
28177 classes(hit).add('djs-hit');
28182 classes(groupGfx).add(cls);
28217 classes(hit).add('djs-hit');
31449 classes.add(cls);
31618 classes(clonedMarker)
[all …]
H A Ddiagram-js.css447 * classes on the palette. Events to hook into palette
/plugin/pureldap/
H A Dauth.php4 use dokuwiki\plugin\pureldap\classes\ADClient;
5 use dokuwiki\plugin\pureldap\classes\Client;
/plugin/pureldap/classes/
H A DGroupHierarchyCache.php3 namespace dokuwiki\plugin\pureldap\classes;
H A DADClient.php3 namespace dokuwiki\plugin\pureldap\classes;
H A DClient.php3 namespace dokuwiki\plugin\pureldap\classes;
296 * Inheriting classes may want to manipulate the user before binding
325 * Can be extended in sub classes
/plugin/pureldap/vendor/freedsx/asn1/
H A DCHANGELOG.md50 * Remove the TypeFactory. Do not load classes dynamically.
/plugin/pureldap/vendor/freedsx/ldap/
H A DREADME.md39 Use the LdapClient class and the helper classes:
H A DCHANGELOG.md54 * Moved the Socket classes to their own library so it can be used in other projects.
/plugin/pureldap/_test/
H A DADClient.test.php
H A DGroupHierarchyCacheTest.php
/plugin/include/syntax/
H A Dheader.php43 $classes = array();
47 $classes[] = 'include_firsttag__' . $tag;
54 $classes[] = $renderer->startSectionEdit($pos, array('target' => 'section', 'name' => $headline, 'hid' => $hid));
56 $classes[] = $renderer->startSectionEdit($pos, 'section', $headline);
59 if ($classes) {
60 $renderer->doc .= ' class="'. implode(' ', $classes) . '"';

12345678910>>...16