Searched refs:api (Results 1 – 25 of 172) sorted by relevance
1234567
20 var api = window.Cookies = factory(); variable 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, ke[all...]
... appengine/api/ com/google/appengine/api/utils/ com/google/appengine/api ...
19 …api:"https://api.cdnjs.com/libraries/mathjax?fields=version",key:"version",base:"https://cdnjs.clo… property in k.cdn.jsdelivr.net
1 base api6 desc A rest api implementation7 url https://github.com/gerardnico/dokuwiki-plugin-api
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=1030 http://localhost:81/lib/exe/ajax.php?call=api&fn=page
45 public function setApi(Api $api) argument47 $this->api = $api;54 return $this->api;
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);
254 …p://docs.ckeditor.com/#!/api/CKEDITOR.tools-method-getCookie) and [`CKEDITOR.tools.setCookie()`](h…403 …api/CKEDITOR.plugins.widget.repository-method-onWidget) method — a convenient way to listen …458 …api/CKEDITOR.editor-event-paste) event and a set of new editor events was introduced — [`dra…459 …api/CKEDITOR.plugins.clipboard.dataTransfer) facade was introduced to unify access to data in vari…788 …api/CKEDITOR.plugins.widget) to make the handling of styles by widgets fully customizable. See: [`…1008 …api/CKEDITOR.editor-property-enterMode) and [`editor.shiftEnterMode`](http://docs.ckeditor.com/#!/…1010 …api/CKEDITOR.editor-method-setActiveEnterMode) method, [`editor.activeEnterModeChange`](http://doc…1015 * [`document.find()`](http://docs.ckeditor.com/#!/api/CKEDITOR.dom.document-method-find),1016 … * [`document.findOne()`](http://docs.ckeditor.com/#!/api/CKEDITOR.dom.document-method-findOne),1019 …e`](http://docs.ckeditor.com/#!/api/CKEDITOR.htmlParser.node) and [`htmlParser.element`](http://do…[all …]
1382 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 …]
129 …4/latest/api/CKEDITOR_tools.html#method-eventsBuffer) was extracted into [`tools.buffers.event`](h…130 …r4/latest/api/CKEDITOR_tools.html#method-throttle) was extracted into [`tools.buffers.throttle`](h…196 …api/CKEDITOR_config.html#cfg-extraPlugins), [`removePlugins`](https://ckeditor.com/docs/ckeditor4/…197 …api/CKEDITOR_config.html#cfg-extraPlugins), [`removePlugins`](https://ckeditor.com/docs/ckeditor4/…878 …api/CKEDITOR_editor.html#event-paste) event and a set of new editor events was introduced — …1208 …api/CKEDITOR.plugins.widget.html) to make the handling of styles by widgets fully customizable. Se…1428 …api/CKEDITOR_editor.html#property-enterMode) and [`editor.shiftEnterMode`](https://ckeditor.com/do…1435 …* [`document.find()`](https://ckeditor.com/docs/ckeditor4/latest/api/CKEDITOR_dom_document.html#me…1436 …* [`document.findOne()`](https://ckeditor.com/docs/ckeditor4/latest/api/CKEDITOR_dom_document.html…1439 …docs/ckeditor4/latest/api/CKEDITOR.htmlParser.node.html) and [`htmlParser.element`](https://ckedit…[all …]
4 [google-api-php-client-services](https://github.com/google/google-api-php-client-services)
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",177 … "source": "https://github.com/googleapis/google-api-php-client-services/tree/v0.246.0"[all …]
402 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 );
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" />
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…277 …"url": "https://api.github.com/repos/phpspec/prophecy/zipball/3132b1f44c7bf2ec4c7eb2d3cb78fdeca760…487 …"url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/3e82f4e9fc92665fafd915756…577 …"url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/9b97f9d807b862c2de2a36e8669…705 …"url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/937efb279bd37a375bcadf58…769 …"url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/863df9687835c62aa423a22412d26f…871 …"url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/7ae5513327cb536431847bcc0c…1041 …"url": "https://api.github.com/repos/sebastianbergmann/version/zipball/58b3a85e7999757d6ad81c787a1…[all …]
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)
936 private $api = null; variable in SIOCWikiArticle 952 $api, argument 968 $this->api = $api;1019 if ($this->api) {1020 $rdf .= clean("&api=" . $this->api);1053 if ($this->api) {1054 $rdf .= clean("&api=" . $this->api);[all...]
287 if(!$api = $this->getProviderAPI($tag['url'])) return false;289 $api = str_replace("{format}", $this->getConf('format_preference'), $api);291 $query_url = $this->buildURL($api, $params);523 if(($api = $attrs['api']) != null){524 return $api;
3 …[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), …
179 $results = $facebook->api($param);234 $fql_results = $facebook->api($param);247 $fql_results = $facebook->api($param);
20 "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/fe2466802556d3fe4e4d1d58ffd3ccfd0a19be0b",81 "url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/6150bf2c35d3fc379e50c7602b75caceaa39dbf0",128 "url": "https://api.github.com/repos/sebastianbergmann/php-text-template/zipball/31f8b717e51d9a2afca6c9f046f5d69fc27c8686",169 "url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/3e82f4e9fc92665fafd9157568e4dcb01d014e5b",210 "url": "https://api.github.com/repos/sebastianbergmann/php-token-stream/zipball/ad4e1e23ae01b483c16f600ff1bebec184588e32",260 "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/38709dc22d519a3d1be46849868aa2ddf822bcf6",333 "url": "https://api.github.com/repos/sebastianbergmann/phpunit-mock-objects/zipball/5794e3c5c5ba0fb037b11d8151add2a07fa82875",382 "url": "https://api.github.com/repos/nrk/predis/zipball/192dfd61e54c3d32c9526bba03365fff818e17e4",432 "url": "https://api.github.com/repos/squizlabs/PHP_CodeSniffer/zipball/11a2545c44a5915f883e2e5ec12e14ed345e3ab2",506 "url": "https://api[all...]
19 "url": "https://api.github.com/repos/jucksearm/php-barcode/zipball/8b67dbe7cebfe0228a56911a33985bf79a67998d",73 "url": "https://api.github.com/repos/doctrine/instantiator/zipball/c6222283fa3f4ac679f8b9ced9a4e23f163e80d0",143 "url": "https://api.github.com/repos/myclabs/DeepCopy/zipball/3a6b9a42cd8f8771bd4295d13e1423fa7f3d942c",203 "url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/23c79fbbfb725fb92af9bcf41065c8e9a0d49ddb",261 "url": "https://api.github.com/repos/phar-io/manifest/zipball/54750ef60c58e43759730615a392c31c80e23176",328 "url": "https://api.github.com/repos/phar-io/version/zipball/4f7fd7836c6f332bb2933569e566a0d6c4cbed74",379 "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/85402a822d1ecf1db1096959413d35e1c37cf1a5",457 "url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/cf1c2e7c203ac650e352f4cc675a7021e7d1b3cf",517 "url": "https://api.github.com/repos/sebastianbergmann/php-invoker/zipball/5a10147d0aaf65b58940a0b72f71c9ac0423cc67",580 "url": "https://api[all...]
19 "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"
24 - `{type}` part in `indices.put_mapping` API is not required anymore, see new specification [here](https://github.com/elastic/elasticsearch/blob/v6.7.0/rest-api-spec/src/main/resources/rest-api-spec/api/indices.put_mapping.json)
19 "url": "https://api.github.com/repos/antlr/antlr-php-runtime/zipball/73790bc994cec4b18a414865234ab0db198b065d",70 "url": "https://api.github.com/repos/ThomasWeinert/PhpCss/zipball/944cdd0cf21655ceb1bd3262dee9b33602020c09",113 "url": "https://api.github.com/repos/dragonmantank/cron-expression/zipball/9504fa9ea681b586028adaaa0877db4aecf32bad",160 "url": "https://api.github.com/repos/hidehalo/nanoid-php/zipball/14187ab7a5affa34078b6a54df94176bb7a21227",217 "url": "https://api.github.com/repos/paragonie/random_compat/zipball/996434e5492cb4c3edcb9168db6fbb1359ef965a",267 "url": "https://api.github.com/repos/php-webdriver/php-webdriver/zipball/b27ddf458d273c7d4602106fcaf978aa0b7fe15a",332 "url": "https://api.github.com/repos/salesforce/handlebars-php/zipball/d3a0552d85472249617ef6b56197c844d62d2ac3",389 "url": "https://api.github.com/repos/symfony/deprecation-contracts/zipball/e8b495ea28c1d97b5e0c121748d6f9b53d075c66",456 "url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/5bbc823adecdae860bb64756d639ecfec17b050a",538 "url": "https://api[all...]