Home
last modified time | relevance | path

Searched refs:collection (Results 26 – 50 of 167) sorted by relevance

1234567

/plugin/authgooglesheets/vendor/google/apiclient-services/src/
H A DGames.php354 'path' => 'games/v1/players/{playerId}/categories/{collection}',
362 'collection' => [
409 'path' => 'games/v1/players/me/players/{collection}',
412 'collection' => [
497 'path' => 'games/v1/leaderboards/{leaderboardId}/scores/{collection}',
505 'collection' => [
529 'path' => 'games/v1/leaderboards/{leaderboardId}/window/{collection}',
537 'collection' => [
/plugin/fedauth/
H A Dhelper.php53 'desc' => 'returns the authorization provider collection',
54 'return' => array('authorization provider collection' => 'object'),
/plugin/datatables/assets/datatables.net-buttons-bs/js/
H A Dbuttons.bootstrap.min.js
/plugin/html2pdf/html2pdf/html2ps/
H A Dcss.parse.properties.php4 $collection =& parse_css_properties($string, $pipeline);
5 return $collection;
/plugin/sequencediagram/bower_components/lodash/vendor/backbone/test/
H A Dmodel.js7 var doc, collection; variable
18 collection = new Klass();
19 collection.add(doc);
29 assert.equal(this.collection, collection);
32 var model = new Model({}, {collection: collection});
34 assert.equal(model.collection, collection);
75 var model = new Model({}, {collection: collection});
77 assert.equal(model.collection, collection);
90 var model = new Model({id: 'foo'}, {collection: collection});
91 assert.equal(model.collection, collection);
[all …]
/plugin/codeprettify/code-prettify/src/
H A Dlang-xq.js64collection-properties|xdmp:collection-locks|xdmp:collection-delete|xdmp:collation-canonical-uri|xd…
/plugin/sequencediagram/bower_components/lodash/vendor/backbone/
H A Dbackbone.js400 if (options.collection) this.collection = options.collection;
700 _.result(this.collection, 'url') ||
1060 var collection = this;
1063 collection[method](resp, options);
1065 collection.trigger('sync', collection, resp, options);
1080 var collection = this;
1083 if (wait) collection.add(m, callbackOpts);
1121 if (!attrs.collection) attrs.collection = this;
1125 options.collection = this;
1179 if (this === model.collection) delete model.collection;
[all …]
/plugin/geophp/vendor/funiq/geophp/src/Adapter/
H A DGeoJSON.php206 $collection = new GeometryCollection($geometries);
207 $collection->setSRID($this->getSRID($obj));
208 return $collection;
/plugin/authgoogle/google/contrib/
H A DGoogle_MirrorService.php800 public $collection; variable in Google_Notification
808 public function setCollection( $collection) { argument
809 $this->collection = $collection;
812 return $this->collection;
866 public $collection; variable in Google_Subscription
882 public function setCollection( $collection) { argument
883 $this->collection = $collection;
886 return $this->collection;
H A DGoogle_PlusService.php48 * @param string $collection The collection of activities to list.
55 public function listActivities($userId, $collection, $optParams = array()) { argument
56 $params = array('userId' => $userId, 'collection' => $collection);
154 * @param string $collection The collection to which to write moments.
175 * @param string $collection The collection of moments to list.
184 public function listMoments($userId, $collection, $optParams = array()) { argument
185 $params = array('userId' => $userId, 'collection' => $collection);
240 * @param string $collection The collection of people to list.
248 public function listPeople($userId, $collection, $optParams = array()) { argument
249 $params = array('userId' => $userId, 'collection' => $collection);
[all …]
H A DGoogle_PlusDomainsService.php69 * @param string $collection The collection of activities to list.
76 public function listActivities($userId, $collection, $optParams = array()) { argument
77 $params = array('userId' => $userId, 'collection' => $collection);
356 * @param string $collection
361 public function insert($userId, $collection, Google_Media $postBody, $optParams = array()) { argument
404 * @param string $collection The collection of people to list.
412 public function listPeople($userId, $collection, $optParams = array()) { argument
413 $params = array('userId' => $userId, 'collection' => $collection);
427 * @param string $collection The collection of people to list.
434 public function listByActivity($activityId, $collection, $optParams = array()) { argument
[all …]
/plugin/datatables/assets/datatables.net-plugins/integration/foundation/
H A DdataTables.foundation.min.js
/plugin/findologicxmlexport/vendor/jms/serializer/tests/Fixtures/
H A DCircularReferenceCollection.php15 public $collection = []; variable in JMS\\Serializer\\Tests\\Fixtures\\CircularReferenceCollection
/plugin/tfslink/conf/
H A Ddefault.php13 'guid' => 'insert guid of the project collection',
/plugin/webcomponent/
H A Dplugin.info.txt6 desc A collection of UI Web component
/plugin/linkscollection/
H A Dplugin.info.txt6 desc Create a link collection from site tree
/plugin/findologicxmlexport/vendor/jms/serializer/tests/Serializer/
H A DJsonSerializationTest.php157 $collection = new FirstClassMapCollection($items);
159 self::assertSame($expected, $this->serialize($collection));
161 $collection,
162 $this->deserialize($expected, get_class($collection))
/plugin/mikioplugin/icons/bootstrap-icons/svg/
H A Dcollection-fill.svg1 <svg class="bi bi-collection-fill" width="1em" height="1em" viewBox="0 0 16 16" fill="currentColor" xmlns="http://www.w3.org/2000/svg">
H A Dcollection.svg1 <svg class="bi bi-collection" width="1em" height="1em" viewBox="0 0 16 16" fill="currentColor" xmlns="http://www.w3.org/2000/svg">
H A Dcollection-play-fill.svg1 <svg class="bi bi-collection-play-fill" width="1em" height="1em" viewBox="0 0 16 16" fill="currentColor" xmlns="http://www.w3.org/2000/svg">
H A Dcollection-play.svg1 <svg class="bi bi-collection-play" width="1em" height="1em" viewBox="0 0 16 16" fill="currentColor" xmlns="http://www.w3.org/2000/svg">
/plugin/datatables/assets/datatables.net-plugins/integration/bootstrap/2/
H A DdataTables.bootstrap.min.js
/plugin/datatables/assets/datatables.net-buttons/js/
H A DdataTables.buttons.min.js4 !function(e){var o,i;"function"==typeof define&&define.amd?define(["jquery","datatables.net"],function(t){return e(t,window,document)}):"object"==typeof exports?(o=require("jquery"),i=function(t,n){n.fn.dataTable||require("datatables.net")(t,n)},"undefined"==typeof window?module.exports=function(t,n){return t=t||window,n=n||o(t),i(t,n),e(n,t,t.document)}:(i(window,o),module.exports=e(o,window,window.document))):e(jQuery,window,document)}(function(y,v,x,w){"use strict";var e=y.fn.dataTable,o=0,C=0,_=e.ext.buttons;function A(t,n,e){y.fn.animate?t.stop().fadeIn(n,e):(t.css("display","block"),e&&e.call(t))}function k(t,n,e){y.fn.animate?t.stop().fadeOut(n,e):(t.css("display","none"),e&&e.call(t))}function B(n,t){if(!(this instanceof B))return function(t){return new B(t,n).container()};!0===(t=void 0===t?{}:t)&&(t={}),Array.isArray(t)&&(t={buttons:t}),this.c=y.extend(!0,{},B.defaults,t),t.buttons&&(this.c.buttons=t.buttons),this.s={dt:new e.Api(n),buttons:[],listenKeys:"",namespace:"dtb"+o++},this.dom={container:y("<"+this.c.dom.container.tag+"/>").addClass(this.c.dom.container.className)},this._constructor()}y.extend(B.prototype,{action:function(t,n){t=this._nodeToButton(t);return n===w?t.conf.action:(t.conf.action=n,this)},active:function(t,n){var t=this._nodeToButton(t),e=this.c.dom.button.active,o=y(t.node);return t.inCollection&&this.c.dom.collection.button&&this.c.dom.collection.button.active!==w&&(e=this.c.dom.collection.button.active),n===w?o.hasClass(e):(o.toggleClass(e,n===w||n),this)},add:function(t,n,e){var o=this.s.buttons;if("string"==typeof n){for(var i=n.split("-"),s=this.s,a=0,r=i.length-1;a<r;a++)s=s.buttons[+i[a]];o=s.buttons,n=+i[i.length-1]}return this._expandButton(o,t,t!==w?t.split:w,(t===w||t.split===w||0===t.split.length)&&s!==w,!1,n),e!==w&&!0!==e||this._draw(),this},collectionRebuild:function(t,n){var e=this._nodeToButton(t);if(n!==w){for(var o=e.buttons.length-1;0<=o;o--)this.remove(e.buttons[o].node);for(e.conf.prefixButtons&&n.unshift.apply(n,e.conf.prefixButtons),e.conf.postfixButtons&&n.push.apply(n,e.conf.postfixButtons),o=0;o<n.length;o++){var i=n[o];this._expandButton(e.buttons,i,i!==w&&i.config!==w&&i.config.split!==w,!0,i.parentConf!==w&&i.parentConf.split!==w,null,i.parentConf)}}this._draw(e.collection,e.buttons)},container:function(){return this.dom.container},disable:function(t){t=this._nodeToButton(t);return y(t.node).addClass(this.c.dom.button.disabled).prop("disabled",!0),this},destroy:function(){y("body").off("keyup."+this.s.namespace);for(var t=this.s.buttons.slice(),n=0,e=t.length;n<e;n++)this.remove(t[n].node);this.dom.container.remove();var o=this.s.dt.settings()[0];for(n=0,e=o.length;n<e;n++)if(o.inst===this){o.splice(n,1);break}return this},enable:function(t,n){return!1===n?this.disable(t):(n=this._nodeToButton(t),y(n.node).removeClass(this.c.dom.button.disabled).prop("disabled",!1),this)},index:function(t,n,e){n||(n="",e=this.s.buttons);for(var o=0,i=e.length;o<i;o++){var s=e[o].buttons;if(e[o].node===t)return n+o;if(s&&s.length){s=this.index(t,o+"-",s);if(null!==s)return s}}return null},name:function(){return this.c.name},node:function(t){return t?(t=this._nodeToButton(t),y(t.node)):this.dom.container},processing:function(t,n){var e=this.s.dt,o=this._nodeToButton(t);return n===w?y(o.node).hasClass("processing"):(y(o.node).toggleClass("processing",n),y(e.table().node()).triggerHandler("buttons-processing.dt",[n,e.button(t),e,y(t),o.conf]),this)},remove:function(t){var n=this._nodeToButton(t),e=this._nodeToHost(t),o=this.s.dt;if(n.buttons.length)for(var i=n.buttons.length-1;0<=i;i--)this.remove(n.buttons[i].node);n.conf.destroying=!0,n.conf.destroy&&n.conf.destroy.call(o.button(t),o,y(t),n.conf),this._removeKey(n.conf),y(n.node).remove();o=y.inArray(n,e);return e.splice(o,1),this},text:function(t,n){function e(t){return"function"==typeof t?t(i,s,o.conf):t}var o=this._nodeToButton(t),t=o.textNode,i=this.s.dt,s=y(o.node);return n===w?e(o.conf.text):(o.conf.text=n,t.html(e(n)),this)},_constructor:function(){var e=this,t=this.s.dt,o=t.settings()[0],n=this.c.buttons;o._buttons||(o._buttons=[]),o._buttons.push({inst:this,name:this.c.name});for(var i=0,s=n.length;i<s;i++)this.add(n[i]);t.on("destroy",function(t,n){n===o&&e.destroy()}),y("body").on("keyup."+this.s.namespace,function(t){var n;x.activeElement&&x.activeElement!==x.body||(n=String.fromCharCode(t.keyCode).toLowerCase(),-1!==e.s.listenKeys.toLowerCase().indexOf(n)&&e._keypress(n,t))})},_addKey:function(t){t.key&&(this.s.listenKeys+=(y.isPlainObject(t.key)?t.key:t).key)},_draw:function(t,n){t||(t=this.dom.container,n=this.s.buttons),t.children().detach();for(var e=0,o=n.length;e<o;e++)t.append(n[e].inserter),t.append(" "),n[e].buttons&&n[e].buttons.length&&this._draw(n[e].collection,n[e].buttons)},_expandButton:function(t,n,e,o,i,s,a){for(var r,l=this.s.dt,c=this.c.dom.collection,u=Array.isArray(n)?n:[n],d=0,f=(u=n===w?Array.isArray(e)?e:[e]:u).length;d<f;d++){var p=this._resolveExtends(u[d]);if(p)if(r=!(!p.config||!p.config.split),Array.isArray(p))this._expandButton(t,p,h!==w&&h.conf!==w?h.conf.split:w,o,a!==w&&a.split!==w,s,a);else{var h=this._buildButton(p,o,p.split!==w||p.config!==w&&p.config.split!==w,i);if(h){if(s!==w&&null!==s?(t.splice(s,0,h),s++):t.push(h),h.conf.buttons&&(h.collection=y("<"+c.container.content.tag+"/>"),h.conf._collection=h.collection,y(h.node).append(c.action.dropHtml),this._expandButton(h.buttons,h.conf.buttons,h.conf.split,!r,r,s,h.conf)),h.conf.split){h.collection=y("<"+c.container.tag+"/>"),h.conf._collection=h.collection;fo
[all...]
/plugin/googleanalytics/lang/en/
H A Dintro.txt15 …D" (also known as "[[https://developers.google.com/analytics/devguides/collection/analyticsjs|anal…
16 …D" (also known as "[[https://developers.google.com/analytics/devguides/collection/gtagjs|gtag.js]]…
/plugin/datatables/assets/datatables.net-plugins/integration/bootstrap/3/
H A DdataTables.bootstrap.min.js

1234567