Home
last modified time | relevance | path

Searched refs:ids (Results 26 – 50 of 121) sorted by relevance

12345

/plugin/diagramsnet/lib/js/diagramly/
H A DTrelloClient.js106 var ids = id.split(this.SEPARATOR);
115 Trello.cards.get(ids[0] + '/attachments/' + ids[1], mxUtils.bind(this, function(meta)
274 var ids = file.meta.compoundId.split(this.SEPARATOR);
278 this.writeFile(file.meta.name, data, ids[0], function(meta)
280 Trello.del('cards/' + ids[0] + '/attachments/' + ids[1], mxUtils.bind(this, function()
/plugin/authgoogle/google/contrib/
H A DGoogle_AnalyticsService.php1651 public $ids; variable in Google_GaDataQuery
1676 public function setIds( $ids) { argument
1677 $this->ids = $ids;
1680 return $this->ids;
2274 public $ids; variable in Google_McfDataQuery
2299 public function setIds( $ids) { argument
2300 $this->ids = $ids;
2303 return $this->ids;
2771 public $ids; variable in Google_RealtimeDataQuery
2788 $this->ids = $ids;
[all …]
/plugin/bugzillaxmlrpc/
H A Dsyntax.php155 $ids = $submatch[1];
157 if (empty($ids)) {
172 … $summary, $dependson, $product, $creation_ts, $bug_status, $deadline) = $this->myGetBugInfo($ids);
/plugin/do/syntax/
H A Ddo.php23 private $ids = array(); variable in syntax_plugin_do_do
232 if (!in_array($data['task']['md5'], $this->ids)) {
234 $this->ids[] = $data['task']['md5'];
/plugin/virtualkeyboard/vk/extensions/dom/
H A Dselectbox.js524 this.getOptionsNames = function (ids /* :Array */) /* :Array */ { argument
525 if (ids) ids = new RegExp("^("+RegExp.escape(ids)+")$","i");
528 if (isUndefined(ids) || (isRegExp(ids) && ids.test(options[i].value))) {
/plugin/authgooglesheets/vendor/google/apiclient-services/src/
H A DDfareporting.php266 'ids' => [
363 'ids' => [
498 'ids' => [
645 'ids' => [
754 'ids' => [
863 'ids' => [
1069 'ids' => [
1166 'ids' => [
1339 'ids' => [
1559 'ids' => [
[all …]
H A DKgsearch.php67 'ids' => [
/plugin/dokugitviewer/
H A Dplugin.info.txt6 desc display git commits and link bug-id and feature-ids
/plugin/pdfjs/pdfjs/web/
H A Ddebugger.js511 enable(ids) {
513 if (ids.length === 1 && ids[0] === 'all') {
518 if (all || ids.includes(tool.id)) {
525 var indexA = ids.indexOf(a.id);
527 var indexB = ids.indexOf(b.id);
/plugin/codehighlight/cp/languages/
H A Dcss.css5 b, b a, b u {color:#000080;} /* tags, ids, classes */
/plugin/findologicxmlexport/
H A DDokuwikiXMLExport.php95 $ids = array_diff($pagesAndDeletedPages, $excludedPages);
97 return array_values($ids);
/plugin/elasticsearch/vendor/ruflin/elastica/src/
H A DClient.php449 * Deletes documents with the given ids, index, type from the index.
453 * @param array $ids Document ids
455 * @param bool|string $routing Optional routing key for all ids
463 public function deleteIds(array $ids, $index, $routing = false): ResponseSet
465 if (!$ids) {
472 foreach ($ids as $id) {
438 deleteIds(array $ids, $index, $routing = false) global() argument
/plugin/elasticsearch/vendor/ruflin/elastica/src/QueryBuilder/DSL/
H A DQuery.php240 * ids query.
242 * @see https://www.elastic.co/guide/en/elasticsearch/reference/current/query-dsl-ids-query.html
244 public function ids(array $ids = []): Ids argument
246 return new Ids($ids);
/plugin/idcount/
H A DREADME.md3 Provides a button in the editor to insert an ongoing number (to be used as unique ids) in the text.…
/plugin/newpagetemplate/
H A Dnewpage.ini7 ; The titles are page ids of the templates
/plugin/authorstats/
H A Daction.php52 $ids = $usd["pages"][$_REQUEST["type"]];
61 foreach ($ids as $key => $value) {
/plugin/sequencediagram/bower_components/lodash/vendor/underscore/test/
H A Dutility.js118 var ids = [], i = 0;
119 while (i++ < 100) ids.push(_.uniqueId());
120 assert.equal(_.uniq(ids).length, ids.length, 'can generate a globally-unique stream of ids');
/plugin/userimportextended/lang/en/
H A Dintro.txt8 Duplicate user-ids will be ignored.
/plugin/yuriigantt/3rd/dhtmlxgantt/sources/ext/
H A Ddhtmlxgantt_smart_rendering.js223 var ids = this.getRange();
225 for(var i=0; i < ids.length; i++){
226 var item = gantt.getTask(ids[i]);
/plugin/include/_test/
H A Dnested_include.test.php10 private $ids = array( variable in plugin_include_nested_test
/plugin/autlogin/
H A Daction.php278 $ids = preg_split('/:/',$ID);
280 $count = count($ids);
282 if($ids[$i] != $pages[$i]){
/plugin/s5reloaded/ui/thesis/
H A Dslides.js2468 function changeOpac(opacity, ids) { argument
2627 function fadeoutSound(ids, option) { argument
2629 if(isNaN(ids)) {
2630 if(ids == "bgSound") {
2641 var cnum = ids;
2642 ids = sound[cnum]["id"];
2658 function stopSound(ids) { argument
2660 if(isNaN(ids)) {
2661 sid = ids;
2662 }else if(sound[ids]) {
[all …]
/plugin/bibtex/OSBib/format/
H A DBIBSTYLE.php235 $ids = explode(",", $this->row[$nameType]);
240 foreach($ids as $id)
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/build/Elasticsearch/Namespaces/
H A DIngestNamespace.asciidoc50 $params['id'] = (string) Comma separated list of pipeline ids. Wildcards supported
/plugin/rater/
H A DREADME23 If you want to use this multiple times you have to choose different ids and names.

12345