Home
last modified time | relevance | path

Searched refs:https (Results 276 – 300 of 2694) sorted by last modified time

1...<<11121314151617181920>>...108

/plugin/combo/syntax/
H A Dwebcode.php8 * @license GPL 3 (https://www.gnu.org/licenses/gpl-3.0.en.html)
52 * @see https://www.dokuwiki.org/devel:syntax_plugins#syntax_types
H A Dbadge.php19 * called an alert in <a href="https://getbootstrap.com/docs/4.0/components/badge/">bootstrap</a>
35 * @see https://www.dokuwiki.org/devel:syntax_plugins#syntax_types
51 * @see https://www.dokuwiki.org/devel:syntax_plugins#ptype
151 * https://getbootstrap.com/docs/5.0/components/alerts/
199 // https://getbootstrap.com/docs/5.0/migration/#badges-1
/plugin/combo/vendor/antlr/antlr4-php-runtime/
H A DREADME.md2 [![Travis CI](https://api.travis-ci.org/antlr/antlr-php-runtime.svg?branch=master)](https://travis-ci.org/antlr/antlr-php-runtime)
3 [![Latest Stable Version](https://poser.pugx.org/antlr/antlr4-php-runtime/v/stable)](https://packagist.org/packages/antlr/antlr4-php-runtime)
4 [![License](https://poser.pugx.org/antlr/antlr4-php-runtime/license)](https://packagist.org/packages/antlr/antlr4-php-runtime)
10 [The getting started guide](https://github.com/antlr/antlr4/blob/master/doc/getting-started.md)
30 as described in [the getting started guide](https://github.com/antlr/antlr4/blob/master/doc/getting-started.md).
38 [tool documentation page](https://github.com/antlr/antlr4/blob/master/doc/tool-options.md).
42 Suppose you're using the JSON grammar from https
[all...]
/plugin/combo/vendor/composer/
H A DClassLoader.php40 * @see https://www.php-fig.org/psr/psr-0/
41 * @see https://www.php-fig.org/psr/psr-4/
/plugin/combo/
H A Dcomposer.lock4 "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
14 "url": "https://github.com/antlr/antlr-php-runtime.git",
19 "url": "https://api.github.com/repos/antlr/antlr-php-runtime/zipball/73790bc994cec4b18a414865234ab0db198b065d",
44 "notification-url": "https://packagist.org/downloads/",
55 "issues": "https://github.com/antlr/antlr-php-runtime/issues",
56 "source": "https://github.com/antlr/antlr-php-runtime/tree/0.5.1"
65 "url": "https://github.com/ThomasWeinert/PhpCss.git",
70 "url": "https://api.github.com/repos/ThomasWeinert/PhpCss/zipball/944cdd0cf21655ceb1bd3262dee9b33602020c09",
86 "notification-url": "https://packagist.org/downloads/",
98 "issues": "https
[all...]
H A Drequirements.txt1 # additional requirements for this plugin: https://github.com/splitbrain/dokuwiki-travis
2 https://github.com/cosmocode/sqlite.git lib/plugins/sqlite
3 https://github.com/michitux/dokuwiki-plugin-move lib/plugins/move
4 https://github.com/alexlehm/dokuwiki-plugin-gtm lib/plugins/googletagmanager
5 https://github.com/tatewake/dokuwiki-plugin-googleanalytics lib/plugins/googleanalytics
H A Dyarn.lock7 resolved "https://registry.yarnpkg.com/@tootallnate/once/-/once-2.0.0.tgz#f544a148d3ab35801c1f633a7441fd87c2e484bf"
12 resolved "https://registry.yarnpkg.com/abab/-/abab-2.0.6.tgz#41b80f2c871d19686216b82309231cfd3cb3d291"
17 resolved "https://registry.yarnpkg.com/agent-base/-/agent-base-6.0.2.tgz#49fff58577cfee3f37176feab4c22e00f86d7f77"
24 resolved "https://registry.yarnpkg.com/asynckit/-/asynckit-0.4.0.tgz#c79ed97f7f34cb8f2ba1bc9790bcc366474b4b79"
29 resolved "https://registry.yarnpkg.com/combined-stream/-/combined-stream-1.0.8.tgz#c3d45a8b34fd730631a110a8a2520682b31d5a7f"
36 resolved "https://registry.yarnpkg.com/cssstyle/-/cssstyle-3.0.0.tgz#17ca9c87d26eac764bb8cfd00583cff21ce0277a"
43 resolved "https://registry.yarnpkg.com/data-urls/-/data-urls-4.0.0.tgz#333a454eca6f9a5b7b0f1013ff89074c3f522dd4"
52 resolved "https://registry.yarnpkg.com/debug/-/debug-4.3.4.tgz#1319f6579357f2338d3337d2cdd4914bb5dcc865"
59 resolved "https://registry.yarnpkg.com/decimal.js/-/decimal.js-10.4.3.tgz#1044092884d245d1b7f65725fa4ad4c6f781cc23"
64 resolved "https
[all...]
H A DREADME.md8 [![Build Status](https://travis-ci.com/ComboStrap/combo.svg?branch=main)](https://travis-ci.com/ComboStrap/combo)
12 [ComboStrap](https://combostrap.com) the publication platform, provides:
14 * [Markdown like UI Components (Bootstrap based)](https://combostrap.com/ui/components)
15 * [Easy Styling](https://combostrap.com/styling)
16 * [Seo](https://combostrap.com/seo)
17 * [Social (Google, Twitter, Facebook)](https://combostrap.com/social)
18 * [Blazing Fast Performance (Lazy loading, responsive image)](https://combostrap.com/performance)
19 * [Animation (hover, visible)](https://combostrap.com/animation)
20 * [Ads](https
[all...]
/plugin/combo/vendor/dragonmantank/cron-expression/
H A DCHANGELOG.md35 - Fixes issue [#28](https://github.com/mtdowling/cron-expression/issues/28) where PHP increments of ranges were failing due to PHP casting hyphens to 0
36 - Only set default timezone if the given $currentTime is not a DateTime instance ([#34](https://github.com/mtdowling/cron-expression/issues/34))
/plugin/combo/vendor/dragonmantank/cron-expression/tests/Cron/
H A DCronExpressionTest.php369 * @see https://github.com/mtdowling/cron-expression/issues/20
/plugin/combo/vendor/php-webdriver/webdriver/
H A DREADME.md3 [![Latest stable version](https://img.shields.io/packagist/v/php-webdriver/webdriver.svg?style=flat-square&label=Packagist)](https://packagist.org/packages/php-webdriver/webdriver)
4 [![GitHub Actions build status](https://img.shields.io/github/workflow/status/php-webdriver/php-webdriver/Tests?style=flat-square&label=GitHub%20Actions)](https://github.com/php-webdriver/php-webdriver/actions)
5 [![SauceLabs test status](https://img.shields.io/github/workflow/status/php-webdriver/php-webdriver/Sauce%20Labs?style=flat-square&label=SauceLabs)](https://saucelabs.com/u/php-webdriver)
6 [![Total downloads](https://img.shields.io/packagist/dd/php-webdriver/webdriver.svg?style=flat-square&label=Downloads)](https://packagist.org/packages/php-webdriver/webdriver)
13 The library supports [JsonWireProtocol](https://github.com/SeleniumHQ/selenium/wiki/JsonWireProtocol) and also
14 implements **experimental support** of [W3C WebDriver](https
[all...]
/plugin/combo/vendor/php-webdriver/webdriver/lib/Chrome/
H A DChromeDevToolsDriver.php10 * @see https://chromedevtools.github.io/devtools-protocol/
H A DChromeOptions.php12 * @see https://sites.google.com/a/chromium.org/chromedriver/capabilities
/plugin/combo/vendor/symfony/polyfill-php80/
H A DREADME.md7 - [`fdiv`](https://php.net/fdiv)
11 - [`get_debug_type`](https://php.net/get_debug_type)
12 - [`preg_last_error_msg`](https://php.net/preg_last_error_msg)
13 - [`str_contains`](https://php.net/str_contains)
14 - [`str_starts_with`](https://php.net/str_starts_with)
15 - [`str_ends_with`](https://php.net/str_ends_with)
16 - [`get_resource_id`](https://php.net/get_resource_id)
19 [main Polyfill README](https://github.com/symfony/polyfill/blob/main/README.md).
/plugin/combo/vendor/php-webdriver/webdriver/lib/
H A DCookie.php12 * @see https://w3c.github.io/webdriver/webdriver-spec.html#cookies
143 * Whether this cookie requires a secure connection (https). Defaults to false if omitted.
/plugin/combo/vendor/symfony/process/Pipes/
H A DWindowsPipes.php20 * @see https://bugs.php.net/51800
21 * @see https://bugs.php.net/65650
46 // @see https://bugs.php.net/51800
121 // We're not using pipe on Windows platform as it hangs (https://bugs.php.net/51800)
122 // We're not using file handles as it can produce corrupted output https://bugs.php.net/65650
/plugin/combo/vendor/symfony/yaml/
H A DREADME.md9 * [Documentation](https://symfony.com/doc/current/components/yaml.html)
10 * [Contributing](https://symfony.com/doc/current/contributing/index.html)
11 * [Report issues](https://github.com/symfony/symfony/issues) and
12 [send Pull Requests](https://github.com/symfony/symfony/pulls)
13 in the [main Symfony repository](https://github.com/symfony/symfony)
/plugin/combo/vendor/php-webdriver/webdriver/lib/Exception/
H A DWebDriverException.php8 * @see https://w3c.github.io/webdriver/#errors
90 // @see https://w3c.github.io/webdriver/#errors
/plugin/combo/resources/firebug/
H A DREADME.md15 * https://getfirebug.com/releases/lite/1.2/firebug-lite-compressed.js
16 * https://cdnjs.cloudflare.com/ajax/libs/firebug-lite/1.4.0/firebug-lite.js
/plugin/combo/vendor/carica/phpcss/
H A DREADME.md3 [![Build Status](https://travis-ci.org/ThomasWeinert/PhpCss.svg?branch=master)](https://travis-ci.org/ThomasWeinert/PhpCss)
4 [![License](https://poser.pugx.org/carica/phpcss/license.svg)](https://packagist.org/packages/carica/phpcss)
5 [![Total Downloads](https://poser.pugx.org/carica/phpcss/downloads.svg)](https://packagist.org/packages/carica/phpcss)
6 [![Latest Stable Version](https://poser.pugx.org/carica/phpcss/v/stable.svg)](https://packagist.org/packages/carica/phpcss)
7 [![Latest Unstable Version](https://poser.pugx.org/carica/phpcss/v/unstable.svg)](https
[all...]
/plugin/combo/vendor/php-webdriver/webdriver/lib/Remote/
H A DRemoteStatus.php8 * @see https://www.w3.org/TR/webdriver/#status
H A DRemoteTargetLocator.php110 * @see https://w3c.github.io/webdriver/#new-window
/plugin/combo/vendor/salesforce/handlebars-php/
H A DCODE_OF_CONDUCT.md95 version 1.4, available at https://www.contributor-covenant.org/version/1/4/code-of-conduct.html.
101 [contributor-covenant-home]: https://www.contributor-covenant.org (https://www.contributor-covenant.org/)
102 [golang-coc]: https://golang.org/conduct
103 [cncf-coc]: https://github.com/cncf/foundation/blob/master/code-of-conduct.md
104 [microsoft-coc]: https://opensource.microsoft.com/codeofconduct/
105 [cc-by-3-us]: https://creativecommons.org/licenses/by/3.0/us/
H A DContributors.md1 [Joey Rivera](https://github.com/joeyrivera
H A DREADME.md1 [![PHPUnit](https://github.com/salesforce/handlebars-php/actions/workflows/ci.yml/badge.svg)](https://github.com/salesforce/handlebars-php/actions/workflows/ci.yml)
28 Fork of: [Handlebars.php by XaminProject](https://github.com/mardix/Handlebars)
771 * Fork of [Handlebars.php by XaminProject](https://github.com/XaminProject/handlebars.php)

1...<<11121314151617181920>>...108