| /plugin/batchedit/ |
| D | js.cookie.js | 20 var api = window.Cookies = factory(); 21 api.noConflict = function () { 23 return api; 40 function api (key, value, attributes) { function 51 }, api.defaults, attributes); 142 api.set = api; 143 api.get = function (key) { function 144 return api.call(api, key); 146 api.getJSON = function () { 147 return api.apply({ [all …]
|
| /plugin/diagramsnet/lib/WEB-INF/lib/ |
| D | gae-stub-1.0.8.jar | ... appengine/api/
com/google/appengine/api/utils/
com/google/appengine/api ... |
| /plugin/matrixnotifierwas/vendor/meet-kinksters/php-matrix-sdk/src/ |
| D | User.php | 14 protected $api; variable in MatrixPhp\\User 19 * @param MatrixHttpApi $api 24 public function __construct(MatrixHttpApi $api, string $userId, ?string $displayName = null) { argument 28 $this->api = $api; 46 $this->displayName = $this->api->getDisplayName($this->userId); 64 return $this->api->setDisplayName($this->userId, $displayName); 75 $mxurl = $this->api->getAvatarUrl($this->userId); 78 $url = $this->api->getDownloadUrl($mxurl); 94 return $this->api->setAvatarUrl($this->userId, $avatarUrl);
|
| D | Room.php | 62 $member = $this->api()->getMembership($this->roomId, $this->client->userId()); 72 $this->api()->setMembership( 127 return $this->api()->sendMessage($this->roomId, $text); 153 return $this->api()->sendMessageEvent($this->roomId, 'm.room.message', $content); 165 … return $this->api()->setRoomAccountData($this->client->userId(), $this->roomId, $type, $data); 175 return $this->api()->getUserTags($this->client->userId(), $this->roomId); 186 return $this->api()->removeUserTag($this->client->userId(), $this->roomId, $tag); 199 … return $this->api()->addUserTag($this->client->userId(), $this->roomId, $tag, $order, $content); 212 return $this->api()->sendEmote($this->roomId, $text); 229 return $this->api()->sendContent($this->roomId, $url, $name, 'm.file', $fileinfo); [all …]
|
| D | MatrixClient.php | 66 protected $api; variable in MatrixPhp\\MatrixClient 121 $this->api = new MatrixHttpApi($baseUrl, $token); 122 $this->api->validateCertificate($validCertCheck); 131 $response = $this->api->whoami(); 146 $response = $this->api->register([], 'guest'); 161 $response = $this->api->register($auth, 'user', false, $username, $password); 170 $this->api->setToken($this->token); 178 $response = $this->api->login('m.login.password', [ 204 $response = $this->api->login( 231 $this->api->setToken($this->token); [all …]
|
| /plugin/matrixnotifierwas/vendor/meet-kinksters/php-matrix-sdk/tests/ |
| D | MatrixHttpApiTest.php | 52 protected $api; variable in MatrixPhp\\Tests\\MatrixHttpApiTest 57 $this->api = new MatrixHttpApi('http://example.com'); 126 $this->api->setClient(new Client(['handler' => $handler])); 127 $this->api->setRoomAccountData($this->userId, $this->roomId, 'foo', ['bar' => 1]); 250 $this->api->setClient(new Client(['handler' => $handler])); 251 $this->api->uploadKeys($args); 286 $this->api->setClient(new Client(['handler' => $handler])); 288 $this->api->claimKeys($keyRequest, 1000);
|
| D | UserTest.php | 33 $this->user = new User($this->client->api(), $this->userId); 43 $this->client->api()->setClient(new Client(['handler' => $handler])); 60 $this->client->api()->setClient(new Client(['handler' => $handler]));
|
| /plugin/diagramsnet/lib/math/ |
| D | latest.js | 19 …api:"https://api.cdnjs.com/libraries/mathjax?fields=version",key:"version",base:"https://cdnjs.clo… property
|
| /plugin/datatables/assets/datatables.net/js/ |
| D | dataTables.semanticui.js | 91 var api = new DataTable.Api( settings ); 101 if ( !$(e.currentTarget).hasClass('disabled') && api.page() != e.data.action ) { 102 api.page( e.data.action ).draw( 'page' ); 214 var api = new $.fn.dataTable.Api( ctx ); 218 $( 'div.dataTables_length select', api.table().container() ).dropdown(); 222 …$( 'div.dataTables_filter.ui.input', api.table().container() ).removeClass('input').addClass('form… 223 $( 'div.dataTables_filter input', api.table().container() ).wrap( '<span class="ui input" />' );
|
| D | dataTables.bulma.js | 77 var api = new DataTable.Api( settings ); 87 if ( ! $(e.currentTarget.firstChild).attr('disabled') && api.page() != e.data.action ) { 88 api.page( e.data.action ).draw( 'page' ); 202 var api = new $.fn.dataTable.Api( ctx ); 205 $( 'div.dataTables_length select', api.table().container() ).wrap('<div class="select">');
|
| /plugin/api/ |
| D | plugin.info.txt | 1 base api 6 desc A rest api implementation 7 url https://github.com/gerardnico/dokuwiki-plugin-api
|
| D | README.md | 3 …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
|
| /plugin/redproject/ |
| D | syntax.php | 113 $proj = $client->api('project')->show($data['proj']); 121 $parentId = $client->api('project')->getIdByName($nameParent); 122 $parent = $client->api('project')->show($parentId); 159 $versions = $client->api('version')->all($data['proj']); 189 $issueTotal = $client->api('issue')->all(array( 196 $issueOpen = $client->api('issue')->all(array( 235 $issueTotal = $client->api('issue')->all(array( 240 $issueOpen = $client->api('issue')->all(array( 247 $members = $client->api('membership')->all($projId); 293 $mailCurrentUser = $client->api('user')->show($userId);
|
| /plugin/authgooglesheets/vendor/google/apiclient-services/src/ServiceControl/ |
| D | AttributeContext.php | 45 public function setApi(Api $api) argument 47 $this->api = $api; 54 return $this->api;
|
| /plugin/ckgdoku/ckeditor/ |
| D | CHANGES.md | 8 …itor.com/ticket/13793): The [`embed_provider`](http://docs.ckeditor.com/#!/api/CKEDITOR.config-cfg… 15 … code evaluation call in [`CKEDITOR.template`](http://docs.ckeditor.com/#!/api/CKEDITOR.template) … 19 …850): Added a new [`config.enableContextMenu`](http://docs.ckeditor.com/#!/api/CKEDITOR.config-cfg… 20 …meter in [CKEDITOR.editor.getCommandKeystroke](http://docs.ckeditor.dev/#!/api/CKEDITOR.editor-met… 21 …cket/17010): The [`CKEDITOR.dom.range.shrink`](http://docs.ckeditor.com/#!/api/CKEDITOR.dom.range-… 55 …/pull/336): Fixed: Typo in [`CKEDITOR.getCss`](http://docs.ckeditor.com/#!/api/CKEDITOR-method-get… 72 … and a new [`config.colorButton_colorsPerRow`](http://docs.ckeditor.com/#!/api/CKEDITOR.config-cfg… 81 …he [`config.pasteFromWord_heuristicsEdgeList`](http://docs.ckeditor.com/#!/api/CKEDITOR.config-cfg… 86 ….com/ticket/16753): Fixed: [`element.setSize`](http://docs.ckeditor.com/#!/api/CKEDITOR.dom.elemen… 94 …allback` parameter in the [CKEDITOR.ajax.post](http://docs.ckeditor.com/#!/api/CKEDITOR.ajax-metho… [all …]
|
| /plugin/advrack/ |
| D | jquery.qtip.js | 231 QTIP.api[this.id] = this; 283 delete QTIP.api[this.id]; 333 content.text = function(event, api) { argument 334 var loading = text || $(this).attr(api.options.content.attr) || 'Loading...', 337 $.extend({}, ajax, { context: api }) 341 if(content && once) { api.set('content.text', content); } 345 if(api.destroyed || xhr.status === 0) { return; } 346 api.set('content.text', status + ': ' + error); 349 return !once ? (api.set('content.text', loading), deferred) : loading; 1382 var api = QTIP.api[ $.attr(this, ATTR_ID) ]; [all …]
|
| /plugin/ckgedit/ckeditor/ |
| D | CHANGES.md | 23 …s not use [`CKEDITOR.getUrl()`](https://ckeditor.com/docs/ckeditor4/latest/api/CKEDITOR.html#metho… 24 …s not use [`CKEDITOR.getUrl()`](https://ckeditor.com/docs/ckeditor4/latest/api/CKEDITOR.html#metho… 42 …rough [`config.allowedContent`](https://ckeditor.com/docs/ckeditor4/latest/api/CKEDITOR_config.htm… 111 …[`config.forceSimpleAmpersand`](https://ckeditor.com/docs/ckeditor4/latest/api/CKEDITOR_config.htm… 112 …th custom [additional entities](https://ckeditor.com/docs/ckeditor4/latest/api/CKEDITOR_config.htm… 117 …s/1454): Fixed: The [`onAbort`](https://ckeditor.com/docs/ckeditor4/latest/api/CKEDITOR_fileTools_… 119 …: [`CKEDITOR.filter.instances`](https://ckeditor.com/docs/ckeditor4/latest/api/CKEDITOR_filter.htm… 125 …DITOR.ui.panel.block.getItems`](https://ckeditor.com/docs/ckeditor4/latest/api/CKEDITOR_ui_panel_b… 126 … [`CKEDITOR.tools.convertToPx`](https://ckeditor.com/docs/ckeditor4/latest/api/CKEDITOR_tools.html… 127 …he widget definition [`insert`](https://ckeditor.com/docs/ckeditor4/latest/api/CKEDITOR_plugins_wi… [all …]
|
| /plugin/authgooglesheets/ |
| D | composer.lock | 19 …"url": "https://api.github.com/repos/firebase/php-jwt/zipball/c297139da7c6873dbd67cbd1093f09ec0bbd… 71 "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", [all …]
|
| /plugin/authgooglesheets/vendor/google/apiclient/src/Service/ |
| D | README.md | 4 [google-api-php-client-services](https://github.com/google/google-api-php-client-services)
|
| /plugin/impressjs/tpl/dokuwiki/ |
| D | impress.js | 402 triggerEvent(root, "impress:init", { api: roots[ "impress-root-" + rootId ] }); property 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/smtp/subtree/txtthinking/Mailer/ |
| H A D | composer.lock | 19 …"url": "https://api.github.com/repos/php-fig/log/zipball/fe0936ee26643249e916849d48e3a51d5f5e278b", 59 …"url": "https://api.github.com/repos/doctrine/instantiator/zipball/8e884e78f9f0eb1329e445619e04456… 152 …"url": "https://api.github.com/repos/Seldaek/monolog/zipball/dc5150cc608f2334c72c3b6a553ec9668a415… 228 …"url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/d68dbdc53dc358a816f0… 277 …"url": "https://api.github.com/repos/phpspec/prophecy/zipball/3132b1f44c7bf2ec4c7eb2d3cb78fdeca760… 337 …"url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/5bd48b86cd282da41… 399 …"url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/6150bf2c35d3fc379… 446 …"url": "https://api.github.com/repos/sebastianbergmann/php-text-template/zipball/31f8b717e51d9a2af… 487 …"url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/3e82f4e9fc92665fafd915756… 528 …"url": "https://api.github.com/repos/sebastianbergmann/php-token-stream/zipball/7a9b0969488c3c54fd… [all …]
|
| /plugin/dokusioc/lib/ |
| D | sioc_inc.php | 936 private $api = null; variable in SIOCWikiArticle 952 $api, argument 968 $this->api = $api; 1053 if ($this->api) { 1054 $rdf .= clean("&api=" . $this->api); 1082 if ($this->api) { 1083 $rdf .= clean("&api=" . $this->api); 1112 if ($this->api) { 1113 $rdf .= clean("&api=" . $this->api); 1137 if ($this->api) { [all …]
|
| /plugin/gitlabapi/ |
| D | README.md | 24 <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/oembed/ |
| D | syntax.php | 296 if(!$api = $this->getProviderAPI($tag['url'])) return false; 298 $api = str_replace("{format}", $this->getConf('format_preference'), $api); 300 $query_url = $this->buildURL($api, $params); 528 if(($api = $attrs['api']) != null){ 529 return $api;
|
| /plugin/authgooglesheets/vendor/google/apiclient-services/ |
| D | README.md | 6 [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)
|