Home
last modified time | relevance | path

Searched refs:api (Results 76 – 100 of 172) sorted by path

1234567

/plugin/etherpadlite/externals/etherpad-lite-client/
H A DREADME.md7 $instance = new EtherpadLiteClient('EtherpadFTW,http://beta.etherpad.org/api');
/plugin/facebookalbum/
H A Dfacebook.php487 public function api(/* polymorphic */) { function in Facebook
H A Dsyntax.php179 $results = $facebook->api($param);
234 $fql_results = $facebook->api($param);
247 $fql_results = $facebook->api($param);
/plugin/fblogin/files/
H A Dfacebook.class.php84 $me = $facebook->api('/me');
164 $fbuser = $facebook->api("/$user");
/plugin/fblogin/lib/
H A Dbase_facebook.php644 public function api(/* polymorphic */) { function in BaseFacebook
716 $user_info = $this->api('/me');
/plugin/file2dw/docker/dokuwikiapp/
H A DinstallLatestPandoc.sh3 curl -s https://api.github.com/repos/jgm/pandoc/releases/latest | grep browser_download_url | grep …
/plugin/findologicxmlexport/vendor/hoa/file/
H A DCHANGELOG.md3 * doc(api) Rewrite `copy` definition. (Ivan Enderlin, 2017-07-11T09:35:10+02:00)
/plugin/findologicxmlexport/vendor/jms/serializer/
H A DREADME.md36 case you have heavily used internal-api or you are relaying on some of the removed features,
H A DUPGRADING.md5 in case you have heavily used internal-api here are the most important the changes:
/plugin/findologicxmlexport/vendor/twig/twig/doc/
H A Dindex.rst10 api
/plugin/findologicxmlexport/vendor/twig/twig/doc/tags/
H A Dautoescape.rst80 The chapter :doc:`Twig for Developers<../api>` gives more information
H A Dinclude.rst67 sandboxing it. More information in the :doc:`Twig for Developers<../api>`
H A Dsandbox.rst16 enabled (see the :doc:`Twig for Developers<../api>` chapter).
/plugin/findologicxmlexport/vendor/webmozart/assert/
H A DREADME.md5 [![Build status](https://ci.appveyor.com/api/projects/status/lyg83bcsisrr94se/branch/master?svg=tru…
/plugin/flowplay/flowplayer/
H A DREADME.txt227 message to: api@iki.fi
/plugin/flowplay2/flowplayer/
H A DREADME.txt443 You can also contact the author directly: api@iki.fi
/plugin/flowplayer/player/
H A DREADME.txt70 - fixed switch stream api support in paused state. #279.
105 - #442 fix for code error in the javascript api.
149 'image' and 'api' as configuration values.
/plugin/geophp/
H A Dcomposer.lock19 "url": "https://api.github.com/repos/funiq/geoPHP/zipball/82a8f112463f5e9d8dc7664fcd9ee61ce8c50547",
93 "plugin-api-version": "2.3.0"
/plugin/gitlabapi/
H A DREADME.md24 <gitlab-api project-path="<NAMESPACE>/<SUB_DIRS>/<PROJECT_NAME>" />
34 <gitlab-api project-path="ns/dir1/dir2/project" />
49 <gitlab-api project-path="ns/dir/project" commits="10" issues="5" milestones="3" pipelines="10" />
70 <gitlab-api server="gitlab.home" project-path="ns/project" />
/plugin/hipchat/
H A Dcomposer.lock18 …"url": "https://api.github.com/repos/guzzle/guzzle/zipball/3a3fa1c5af3ac29b5dcb216b708ee3c48b52325…
110 …"url": "https://api.github.com/repos/rcrowe/Hippy/zipball/7f4de488d01e3d79cd733f6e0786c05a59b2d274…
160 …"url": "https://api.github.com/repos/symfony/EventDispatcher/zipball/7fc72a7a346a1887d3968cc1ce564…
/plugin/icalevents/vendor/sabre/uri/
H A DREADME.md42 [3]: http://nodejs.org/api/url.html
/plugin/idoit/
H A DREADME.md3 …[i-doit JSON-RPC API client in PHP](https://bitbucket.org/dstuecken/i-doit-api-clients/wiki/PHP) w…
13 …ollowing command ([More Information](https://bitbucket.org/dstuecken/i-doit-api-clients/wiki/PHP)).
59 …tions in [https://bitbucket.org/dstuecken/i-doit-api-clients](https://bitbucket.org/dstuecken/i-do…
127 …[i-doit JSON-RPC API client in PHP](https://bitbucket.org/dstuecken/i-doit-api-clients/wiki/PHP), …
/plugin/impressjs/tpl/dokuwiki/
H A Dimpress.js402 triggerEvent(root, "impress:init", { api: roots[ "impress-root-" + rootId ] });
678 var api = event.detail.api;
710 api.prev();
717 api.next();
744 if ( api.goto(target) ) {
759 if ( api.goto(target) ) {
773 result = api.prev();
775 result = api.next();
787 api.goto( document.querySelector(".active"), 500 );
/plugin/ipban/ip-lib/
H A DREADME.md1 [![TravisCI Build Status](https://api.travis-ci.org/mlocati/ip-lib.svg?branch=master)](https://trav…
2 [![AppVeyor Build Status](https://ci.appveyor.com/api/projects/status/github/mlocati/ip-lib?branch=…
/plugin/issuelinks/services/
H A DJira.service.php269 $endpoint = '/rest/api/2/search?jql=' . $jqlQuery . '&maxResults=50&startAt=' . $startat;
332 $projects = $this->makeJiraRequest('/rest/api/2/project', [], 'GET');

1234567