Home
last modified time | relevance | path

Searched refs:class (Results 26 – 50 of 2173) sorted by path

12345678910>>...87

/plugin/amcharts/assets/amcharts/plugins/export/
H A DREADME.md60 "class": "export-main",
68 "class": "export-drawing",
174 "class": "export-main",
211 "class": "export-main",
292 li.setAttribute("class","something special");
414 "class": "export-main",
435 "class": "export-main",
443 "class": "export-drawing",
461 "class": "export-main",
469 "class": "export-drawing",
[all …]
H A Dexport.css196 * Menu; custom class
/plugin/amcharts/assets/amcharts/plugins/export/libs/pdfmake/
H A Dpdfmake.min.js.map1class\n\t that = fromTypedArray(that, new Uint8Array(array))\n\t }\n\t return that\n\t}\n\n\t…
/plugin/amcharts/assets/amcharts/plugins/responsive/
H A Dlicense.txt185 file or class name and description of purpose be included on the
/plugin/anewssystem/
H A Dstyle.css287 /*____________ NEWS Archive style-class = toc ________________________________*/
H A Dsyntax.php950 if ($val < $min+round($delta)) $class = 'newscloud1';
951 elseif ($val < $min+round(2*$delta)) $class = 'newscloud2';
952 elseif ($val < $min+round(4*$delta)) $class = 'newscloud3';
953 elseif ($val < $min+round(8*$delta)) $class = 'newscloud4';
954 else $class = 'newscloud5';
955 …ews_output').$this->getConf('act_delim').'tag='.trim($tag).'" class="' . $class .'"title="'.$val.'…
/plugin/api/
H A DREADME.md57 * `RemoteApi` dokuwiki class was renamed to `API`
/plugin/approve/action/
H A Drevisions.php9 class action_plugin_approve_revisions extends DokuWiki_Action_Plugin {
49 && $element->attr('class') == 'li') {
58 $class = 'plugin__approve_draft';
60 $class = 'plugin__approve_approved';
62 $class = 'plugin__approve_old_approved';
64 $class = 'plugin__approve_ready';
66 $class = 'plugin__approve_draft';
70 $parent_div->addClass($class);
/plugin/approve/syntax/
H A Dtable.php9 class syntax_plugin_approve_table extends DokuWiki_Syntax_Plugin {
182 $class = 'plugin__approve_approved';
189 $class = 'plugin__approve_ready';
196 $class = 'plugin__approve_draft';
202 $renderer->doc .= '<tr class="'.$class.'">';
/plugin/authfacebook/lib/
H A Dautoload.php43 * @param string $class The fully-qualified class name.
47 spl_autoload_register(function ($class) {
64 if (strncmp($prefix, $class, $len) !== 0) {
70 $relativeClass = substr($class, $len);
/plugin/authgooglesheets/
H A Dcomposer.lock1167 "description": "Symfony polyfill for intl's Normalizer class and related functions",
/plugin/authgooglesheets/vendor/composer/
H A DClassLoader.php338 * @param string $class The name of the class
341 public function loadClass($class) argument
343 if ($file = $this->findFile($class)) {
353 * @param string $class The name of the class
357 public function findFile($class) argument
360 if (isset($this->classMap[$class])) {
361 return $this->classMap[$class];
386 $this->missingClasses[$class] = true;
407 $first = $class[0];
409 $subPath = $class;
[all …]
H A Dautoload_real.php9 public static function loadClassLoader($class) argument
11 if ('Composer\Autoload\ClassLoader' === $class) {
/plugin/authgooglesheets/vendor/google/apiclient-services/
H A DLICENSE185 file or class name and description of purpose be included on the
H A Dautoload.php20 foreach ($servicesClassMap as $alias => $class) {
21 class_alias($class, $alias);
25 spl_autoload_register(function ($class) {
26 if (0 === strpos($class, 'Google_Service_')) {
31 $classExists = class_exists($newClass = str_replace('_', '\\', $class));
/plugin/authgooglesheets/vendor/google/apiclient/
H A DLICENSE185 file or class name and description of purpose be included on the
H A DREADME.md266 // create the datastore service class
290 However, as each property of the JSON API has a corresponding generated class, the above code could…
293 // create the datastore service class
/plugin/authgooglesheets/vendor/google/apiclient/src/
H A Daliases.php32 foreach ($classMap as $class => $alias) {
33 class_alias($class, $alias);
/plugin/authgooglesheets/vendor/google/auth/
H A DCOPYING186 file or class name and description of purpose be included on the
H A DLICENSE185 file or class name and description of purpose be included on the
H A DREADME.md263 the `Google\Auth\AccessToken` class to verify the ID token:
/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/
H A DCHANGELOG.md83 * Improvement: Use class reference for getting the name of the class instead of using hardcoded str…
306 * Added a guard in the Pool class to not use recursion for request retries.
310 * Pool class no longer uses recursion when a request is intercepted.
334 makes the Query class match PHP's http_build_query function. However, if you
614 * Updated Url class to check if a scheme and host are set before adding ":"
621 * Test server is now a collection of static methods on a class
727 * Added a static facade class that allows you to use Guzzle with static methods and mount the class
944 * BC: Removed `Guzzle\Http\Utils` class
1076 * Removed dot class notation
1098 * Cleaning up Collection class and removing default values from the get method
[all …]
H A DUPGRADING.md63 - Removed `Transaction` class
543 class is shipped with PHP 5.4.
553 `Psr\Log\LoggerInterface` for all logging. The MessageFormatter class has been
653 - `readLine` has moved from an instance method to a static class method of
834 The `Guzzle\Http\Utils` class was removed. This class was only used for testing.
910 class YourClient extends \Guzzle\Service\Client
936 class YourClient extends \Guzzle\Service\Client
/plugin/authgooglesheets/vendor/guzzlehttp/promises/
H A DREADME.md492 also the deferred value, allowing promises of the same parent class to reach
/plugin/authgooglesheets/vendor/guzzlehttp/psr7/
H A DREADME.md109 to create a concrete class for a simple extension point.
243 class EofCallbackStream implements StreamInterface
291 You can use the `GuzzleHttp\Psr7\StreamWrapper` class if you need to use a
588 …standard `Psr\Http\Message\UriInterface` implementation in form of the `GuzzleHttp\Psr7\Uri` class,

12345678910>>...87