Home
last modified time | relevance | path

Searched refs:api (Results 1 – 25 of 172) sorted by path

1234567

/plugin/accscounter/lang/de/
H A Dviewer.txt11 [HINWEIS] Die Spammer Check-Funktion benötigt eine Verbindung zu api.stopforumspam.org. Wenn Sie me…
/plugin/accscounter/lang/en/
H A Dviewer.txt11 [NOTE] The Spammer Check function needs connection to api.stopforumspam.org. If you specify many p…
/plugin/accscounter/lang/ja/
H A Dviewer.txt11 【注】スパムチェックの機能では、api.stopforumspam.orgへの接続が必要となります。スパムチェックをするページを一度にたくさん指定すると、操作完了まで時間が掛かる事があります。
/plugin/accscounter/lang/pt-br/
H A Dviewer.txt11 [OBSERVAÇÃO] A função Verificação de Spammer precisa de conexão com api.stopforumspam.org. Se você …
/plugin/adfs/phpsaml/
H A DREADME.md3 [![Build Status](https://api.travis-ci.org/onelogin/php-saml.png?branch=master)](http://travis-ci.o…
/plugin/advrack/
H A Djquery.qtip.js1382 var api = QTIP.api[ $.attr(this, ATTR_ID) ];
1383 api && !api.disabled && method.apply(api, arguments);
1741 var api; if((api = $(this).data(NAMESPACE))) { api.destroy(true); }
1783 api[command].apply(api, args);
1796 var api, id;
1805 else { QTIP.api[id] = api; }
1822 QTIP.api = {};
1831 if(attr === title && api && 'object' === typeof api && api.options.suppress) {
1837 if(api && api.options.content.attr === title && api.cache.attr) {
2548 return new Tip(api, api.options.style.tip);
[all …]
/plugin/aichat/
H A Dcomposer.lock19 "url": "https://api.github.com/repos/bdelespierre/php-kmeans/zipball/625f95f0c8f6b20c58fcc7566ef8a59b0b7552f3",
68 "url": "https://api.github.com/repos/erusev/parsedown/zipball/cb17b6477dfff935958ba01325f2e8a2bfa6dab3",
118 "url": "https://api.github.com/repos/mehrab-wj/tiktoken-php/zipball/f894247f05bb3494a9cb4bcad5d588e87ff50e73",
165 "url": "https://api.github.com/repos/vanderlee/php-sentence/zipball/ed7ce41ef815bd21e61f62b692418740f988451f",
215 "plugin-api-version": "2.3.0"
/plugin/aichat/vendor/mehrab-wj/tiktoken-php/
H A Dcomposer.lock20 "url": "https://api.github.com/repos/composer/pcre/zipball/4bff79ddd77851fe3cdd11616ed3f92841ba5bd2",
91 "url": "https://api.github.com/repos/composer/semver/zipball/3953f23262f2bff1919fc82183ad9acb13ff62c9",
172 "url": "https://api.github.com/repos/composer/xdebug-handler/zipball/ced299686f41dce890debac69273b47ffe98a40c",
238 "url": "https://api.github.com/repos/doctrine/annotations/zipball/e157ef3f3124bbf6fe7ce0ffd109e8a8ef284e7f",
314 "url": "https://api.github.com/repos/doctrine/instantiator/zipball/c6222283fa3f4ac679f8b9ced9a4e23f163e80d0",
384 "url": "https://api.github.com/repos/doctrine/lexer/zipball/84a527db05647743d50373e0ec53a152f2cde568",
461 "url": "https://api.github.com/repos/PHP-CS-Fixer/PHP-CS-Fixer/zipball/b418036b95b4936a33fe906245d3044395935e73",
551 "url": "https://api.github.com/repos/myclabs/DeepCopy/zipball/14daed4296fae74d9e3201d2c4925d1acb7aa614",
610 "url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/570e980a201d8ed0236b0a62ddf2c9cbb2034039",
666 "url": "https://api
[all...]
/plugin/airtable/
H A DREADME.md8 * Create an airtable account and get an API key: https://airtable.com/api - also see their document…
/plugin/api/
H A DREADME.md3 …vis-ci.org/gerardnico/dokuwiki-plugin-api.svg?branch=master)](https://travis-ci.org/gerardnico/dok…
19 http://localhost:81/lib/exe/ajax.php?call=api&fn=pages&limit=10
30 http://localhost:81/lib/exe/ajax.php?call=api&fn=page
H A Dplugin.info.txt1 base api
6 desc A rest api implementation
7 url https://github.com/gerardnico/dokuwiki-plugin-api
/plugin/authgooglesheets/
H A Dcomposer.lock71 "url": "https://github.com/googleapis/google-api-php-client.git",
76 …"url": "https://api.github.com/repos/googleapis/google-api-php-client/zipball/702eed9ae7022ba20dc7…
127 "homepage": "http://developers.google.com/api-client-library/php",
132 "issues": "https://github.com/googleapis/google-api-php-client/issues",
133 "source": "https://github.com/googleapis/google-api-php-client/tree/v2.12.4"
142 "url": "https://github.com/googleapis/google-api-php-client-services.git",
147 …"url": "https://api.github.com/repos/googleapis/google-api-php-client-services/zipball/33aef1ccce3…
171 "homepage": "http://developers.google.com/api-client-library/php",
176 "issues": "https://github.com/googleapis/google-api-php-client-services/issues",
177 … "source": "https://github.com/googleapis/google-api-php-client-services/tree/v0.246.0"
[all …]
/plugin/authgooglesheets/vendor/google/apiclient-services/
H A DREADME.md6 [Google API PHP Client](https://github.com/googleapis/google-api-php-client/releases)
12 [Google API PHP Client](https://github.com/googleapis/google-api-php-client/releases)
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ServiceControl/
H A DAttributeContext.php45 public function setApi(Api $api) argument
47 $this->api = $api;
54 return $this->api;
/plugin/authgooglesheets/vendor/google/apiclient/
H A DREADME.md1 ![](https://github.com/googleapis/google-api-php-client/workflows/.github/workflows/tests.yml/badge…
6 …><a href="https://googleapis.github.io/google-api-php-client/main/">https://googleapis.github.io/g…
52 … that you pin to the [latest version](https://github.com/googleapis/google-api-php-client-services…
109 …ckage in its entirety. The [Releases](https://github.com/googleapis/google-api-php-client/releases…
110 with the name `google-api-php-client-[RELEASE_NAME].zip` for a package including this library and i…
115 require_once '/path/to/google-api-php-client/vendor/autoload.php';
240 The classes used to call the API in [google-api-php-client-services](https://github.com/googleapis/…
423 YouTube: https://github.com/youtube/api-samples/tree/master/php
433 …place to ask is via the google-api-php-client tag on StackOverflow: https://stackoverflow.com/ques…
435 …h the library, please [file an issue](https://github.com/googleapis/google-api-php-client/issues) …
/plugin/authgooglesheets/vendor/google/apiclient/src/Service/
H A DREADME.md4 [google-api-php-client-services](https://github.com/google/google-api-php-client-services)
/plugin/authgooglesheets/vendor/google/auth/
H A DREADME.md306 [google-apis-php-client]: https://github.com/google/google-api-php-client
/plugin/authgooglesheets/vendor/google/auth/src/Credentials/
H A DAppIdentityCredentials.php25 use google\appengine\api\app_identity\AppIdentityService;
/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/
H A DREADME.md24 $response = $client->request('GET', 'https://api.github.com/repos/guzzle/guzzle');
/plugin/authgooglesheets/vendor/guzzlehttp/promises/
H A DREADME.md12 - [API](#api)
/plugin/authgooglesheets/vendor/monolog/monolog/
H A DCHANGELOG.md121 …* Added TelegramBotHandler to log records to a [Telegram](https://core.telegram.org/bots/api) bot …
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/
H A DREADME.md22 * [API Documentation](https://api.phpseclib.com/3.0/) (generated by Doctum)
/plugin/authnc/
H A DREADME.md10 …ps://docs.nextcloud.com/server/latest/developer_manual/client_apis/OCS/ocs-api-overview.html) from…
/plugin/barcode/api/
H A Dbarcode.inc18 require_once DOKU_PLUGIN_BARCODE . 'api/' . $provider . '/barcode.inc';
/plugin/barcode/api/qrserver/
H A Dbarcode.inc14 // http://qrserver.com/api/documentation/create-qr-code/
19 $resultStr = 'http://api.qrserver.com/v1/create-qr-code/?';

1234567