Home
last modified time | relevance | path

Searched refs:objects (Results 76 – 100 of 248) sorted by last modified time

12345678910

/plugin/diagramsnet/lib/mxgraph/
H A DmxClient.js1733objects=[]}mxCodec.prototype.document=null;mxCodec.prototype.objects=null;mxCodec.prototype.elemen… method in mxCodec
1747 …ectCodec.prototype.decode=function(a,b,c){var d=b.getAttribute("id"),e=a.objects[d];null==e&&(e=c|…
1756 …s.idrefs[c],g=b.getAttribute(f);if(null!=g){b.removeAttribute(f);var k=a.objects[g]||a.lookup(g);n…
1770 …=d||new this.template.constructor;var b=c.getAttribute("id");null!=b&&(a.objects[b]=d);for(c=c.fir…
/plugin/diagramsnet/lib/js/
H A Dapp.min.js1971objects=[]}mxCodec.prototype.document=null;mxCodec.prototype.objects=null;mxCodec.prototype.elemen… method in mxCodec
1985 …ectCodec.prototype.decode=function(a,b,c){var d=b.getAttribute("id"),e=a.objects[d];null==e&&(e=c|…
1994 …s.idrefs[c],g=b.getAttribute(f);if(null!=g){b.removeAttribute(f);var k=a.objects[g]||a.lookup(g);n…
2008 …=d||new this.template.constructor;var b=c.getAttribute("id");null!=b&&(a.objects[b]=d);for(c=c.fir…
/plugin/dirtylittlehelper/mermaid/editor/docs/
H A D4.4.js.map1objects.js","webpack:///./node_modules/monaco-editor/esm/vs/language/json/_deps/vscode-json-langua…
H A D7.7.js.map1 …fpage',\n 'no-zero',\n 'null',\n 'number',\n 'object',\n 'objects',\n 'obligator…
H A Dbundle.js.map1objects.js","webpack:///./node_modules/monaco-editor/esm/vs/base/common/path.js","webpack:///./nod…
H A Deditor.worker.js.map1 …{\n runTimeout(drainQueue);\n }\n};\n\n// v8 likes predictible objects\nfunction Item(fu…
H A Djson.worker.js.map1objects.js","webpack:///./node_modules/monaco-editor/esm/vs/language/json/_deps/vscode-json-langua…
H A D2.2.js24142 …jects_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ../utils/objects.js */ "./node_mod…
26665 …jects_js__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(/*! ../utils/objects.js */ "./node_mod…
31017 …jects_js__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(/*! ../utils/objects.js */ "./node_mod…
32370 …jects_js__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(/*! ../utils/objects.js */ "./node_mod…
H A D3.3.js.map1objects have the same origin only when the scheme, host, and port all match.\\\")s without [TLS](h…
H A D2.2.js.map1objects.js","webpack:///./node_modules/monaco-editor/esm/vs/language/css/_deps/vscode-css-language…
/plugin/dirtylittlehelper/script/
H A Dmermaid.min.js.map1objects\nfunction Item(fun, array) {\n this.fun = fun;\n this.array = array;\n}\nItem.protot…
/plugin/ol3/
H A Dscript.js8 …(t,e,r){for(var n=0,i=t.length;n<i;++n)XS(t[n],e,r)}(a,i,o);var s=[],l=r.objects,u=this.layerName_…
/plugin/webcode/vendor/
H A Dfirebug-lite-1.2.js1597 objects:[],
1604 d.xhr.objects.push([item, val]);
1635 for(var i=0,len=d.xhr.objects.length; i<len; i++){
1636 var item = d.xhr.objects[i],
H A Dfirebug-lite-1.2-compressed.js71objects:[],addObject:function(){with(firebug){for(var i=0,len=arguments.length;i<len;i++){try{var …
H A Dfirebug-lite-1.4.js1454 var objects=args;
5684 appender.apply(this,[objects,row,rep]);
5706 },appendFormatted:function(objects,row,rep){if(!objects||!objects.length){return argument
5709 }var format=objects[0];
5732 i<objects.length;
5734 var object=objects[i];
5742 if(rep){rep.tag.replace({objects:objects},innerRow)
6174 var objects=errorObject;
6178 i++){objects.push(args[i])
8166 var length=objects.length;
[all …]
/plugin/webdav/
H A Dcomposer.lock367 …The VObject library for PHP allows you to easily parse and manipulate iCalendar and vCard objects",
/plugin/webdav/vendor/sabre/http/
H A DCHANGELOG.md192 serializes the objects into a standard HTTP message. This is mainly for
H A DREADME.md26 The objects are extendable and easily mockable.
124 It may be useful to extend the `Request` and `Response` objects in your
133 1. You may want to extend the objects with new behaviors differently, in
182 you to write simple clients, using the `Request` and `Response` objects you're
/plugin/webdav/vendor/sabre/vobject/lib/
H A DBirthdayCalendarGenerator.php21 protected $objects = []; variable in Sabre\\VObject\\BirthdayCalendarGenerator
42 * @param mixed $objects
46 if ($objects) {
47 $this->setObjects($objects);
57 * @param mixed $objects
59 public function setObjects($objects) argument
61 if (!is_array($objects)) {
62 $objects = [$objects];
65 $this->objects = [];
66 foreach ($objects as $object) {
[all …]
/plugin/webdav/vendor/sabre/dav/
H A DCHANGELOG.md942 * Added: Sabre\DAV\Client now has support for sending objects as streams.
960 for calendar objects, if the caldav backend provides this info.
1278 * Fixed: Rejecting calendar objects if they are not in the
1372 * Fixed: Issue 112: Stronger validation of iCalendar objects. Now making sure
1485 * Added: The contentlength for calendar objects can now be supplied by a CalDAV
1501 * Changed: Cloning VObject objects now clones the entire tree, rather than just
1513 objects when they're uploaded. At the moment we're just validating syntax.
1737 array with node-objects, a Root collection will automatically be created, and
2214 * Changed: Major refactoring, removed most of the logic from the Tree objects.
2216 objects. If you created your own Tree objects, this will most likely break in
[all …]
/plugin/webdav/vendor/sabre/dav/lib/CalDAV/Backend/
H A DAbstractBackend.php111 $objects = $this->getCalendarObjects($calendarId);
113 foreach ($objects as $object) {
/plugin/webdav/vendor/sabre/dav/lib/CalDAV/
H A DICSExportPlugin.php303 $objects = [];
315 $objects[] = clone $child;
337 foreach ($objects as $obj) $calendar->add($obj);
H A DPlugin.php720 $objects = array_map(function($url) use ($calendar) {
726 $generator->setObjects($objects);
/plugin/webdav/vendor/sabre/dav/lib/CalDAV/Schedule/
H A DPlugin.php941 $objects = [];
993 $objects = array_merge($objects, $calObjects);
1006 $generator->setObjects($objects);
/plugin/webdav/vendor/sabre/vobject/lib/Splitter/
H A DICalendar.php36 protected $objects = []; variable in Sabre\\VObject\\Splitter\\ICalendar
72 if (!array_key_exists($uid, $this->objects)) {
73 $this->objects[$uid] = new VCalendar();
76 $this->objects[$uid]->add(clone $component);
90 if ($object = array_shift($this->objects)) {

12345678910