Home
last modified time | relevance | path

Searched refs:newData (Results 1 – 25 of 26) sorted by relevance

12

/plugin/davcal/vendor/sabre/dav/bin/
H A Dmigrateto17.php156 $newData = getDenormalizedData($row['calendardata']); variable
165 $newData['etag'],
166 $newData['size'],
167 $newData['componentType'],
168 $newData['firstOccurence'],
169 $newData['lastOccurence'],
/plugin/zip/pear/File/Archive/Reader/
H A DBzip2.php122 $newData = bzread($this->bzfile);
123 $data .= $newData;
124 } while ($newData != '');
133 $newData = bzread($this->bzfile, $length - strlen($data));
134 if ($newData == '') {
137 $data .= $newData;
H A DGzip.php130 $newData = gzread($this->gzfile, 8192);
131 $data .= $newData;
132 } while ($newData != '');
H A DZip.php361 $newData = substr($this->data, 0, $this->offset + $seek);
365 $newData .= substr($this->data, 0, $length);
371 $newData .= $this->data;
385 $writer->writeData($newData);
/plugin/davcal/vendor/sabre/dav/tests/Sabre/CalDAV/
H A DCalendarObjectTest.php83 $newData = TestUtil::getTestCalendarData();
85 $children[0]->put($newData);
86 $this->assertEquals($newData, $children[0]->get());
97 $newData = TestUtil::getTestCalendarData();
100 fwrite($stream, $newData);
103 $this->assertEquals($newData, $children[0]->get());
/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAV/Locks/Backend/
H A DMock.php130 * @param array $newData
133 protected function putData(array $newData) { argument
135 $this->data = $newData;
/plugin/webdav/vendor/sabre/dav/lib/DAV/Locks/Backend/
H A DFile.php166 * @param array $newData
169 protected function putData(array $newData) { argument
179 fwrite($handle, serialize($newData));
/plugin/davcal/vendor/sabre/dav/lib/DAV/Locks/Backend/
H A DFile.php166 * @param array $newData
169 protected function putData(array $newData) { argument
179 fwrite($handle, serialize($newData));
/plugin/elasticsearch/vendor/ezimuel/guzzlestreams/tests/
H A DLimitStreamTest.php84 $newData = $this->body->read(100);
85 $this->assertEquals(10, strlen($newData));
86 $this->assertNotSame($data, $newData);
/plugin/freechat/phpfreechat/data/public/js/
H A Dxajax.js204 willChange:function(element,attribute,newData){if(!document.body){return true;} argument
205 if(attribute=="innerHTML"){newData=this.getBrowserHTML(newData);}
206 …f(elementObject){var oldData;eval("oldData=this.$('"+element+"')."+attribute);if(newData!==oldData)
/plugin/adfs/phpsaml/extlib/xmlseclibs/
H A Dxmlseclibs.php1044 $newData = $this->sigNode->ownerDocument->importNode($data, true);
1046 $newData = $this->sigNode->ownerDocument->createTextNode($data);
1048 $objNode->appendChild($newData);
/plugin/sequencediagram/bower_components/lodash/dist/
H A Dlodash.js5394 var newData = [
5401 setData(result, newData);
5510 var newData = [
5516 mergeData(newData, data);
5518 func = newData[0];
5519 bitmask = newData[1];
5520 thisArg = newData[2];
5521 partials = newData[3];
5522 holders = newData[4];
5523 arity = newData[9] = newData[9] === undefined
[all …]
/plugin/sequencediagram/bower_components/lodash/
H A Dlodash.js5394 var newData = [
5401 setData(result, newData);
5510 var newData = [
5516 mergeData(newData, data);
5518 func = newData[0];
5519 bitmask = newData[1];
5520 thisArg = newData[2];
5521 partials = newData[3];
5522 holders = newData[4];
5523 arity = newData[9] = newData[9] === undefined
[all …]
/plugin/jplayer/vendor/james-heinrich/getid3/getid3/
H A Dmodule.audio-video.quicktime.php278 $newData = array();
282 $newData[$subatomarray['name']] = $newData_subatomarray;
286 $atom_structure['data'] = $newData;
/plugin/diagramsnet/lib/WEB-INF/lib/
H A Dcommons-codec-1.10.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/ ...
/plugin/sequencediagram/bower_components/lodash/vendor/backbone/test/
H A Dcollection.js1571 var newData = { class in AnonymousFunctionf8dce19eb900
1597 job.set(job.parse(newData, {parse: true}));
/plugin/sequencediagram/bower_components/raphael/dev/
H A Draphael.core.js1143 var newData = [];
1149 newData.push(newLevel);
1151 return newData; } );
/plugin/amcharts/assets/amcharts/plugins/export/libs/pdfmake/
H A Dpdfmake.js5557newData = [func, bitmask, thisArg, partials, holders, partialsRight, holdersRight, argPos, ary, ar…
5560 mergeData(newData, data);
5561 bitmask = newData[1];
5562 arity = newData[9];
5564 newData[9] = arity == null
5569 var result = createBindWrapper(newData[0], newData[2]);
5570 …} else if ((bitmask == PARTIAL_FLAG || bitmask == (BIND_FLAG | PARTIAL_FLAG)) && !newData[4].lengt…
5571 result = createPartialWrapper.apply(null, newData);
5573 result = createHybridWrapper.apply(null, newData);
5576 return setter(result, newData);
H A Dpdfmake.min.js.map1newData","mergeData","baseSetData","setData","arrLength","othLength","arrValue","othValue","othInd…
/plugin/jcapture/lib/
H A Dtransform-3.0.2.jarMETA-INF/MANIFEST.MF META-INF/HAMMURAP.SF META-INF/HAMMURAP ...
/plugin/bpmnioeditor/vendor/bpmnio-js/
H A Dbpmn-modeler.development.js50253 newData = context.newData,
50267 x: newData.x,
50268 y: newData.y
50280 self.createShape(newData, position, oldShape.parent, hints);
51234 newData: newShape, property in AnonymousFunctionf8d14cd15ca00.context
H A Dbpmn-modeler.production.min.js34newData,s=e.hints||{};function c(e,t,n){return r.allowed("connection.reconnect",{connection:n,sour… property in AnonymousFunction238dff8768200.i
/plugin/edittable/lib/
H A Dhandsontable.full.js33608 var newData = void 0;
33610 newData = this.filterData(index, amount);
33612 if (newData) {
33614 Array.prototype.push.apply(data, newData);
33765 var newData = this.dataSource.filter(function (row, index) {
33769 return newData;
/plugin/bpmnio/vendor/dmn-js/dist/
H A Ddmn-modeler.production.min.js21newData,s=e.hints||{};function u(e,t,n){return r.allowed("connection.reconnect",{connection:n,sour… property in Hh.replaceShape.i
/plugin/bpmnio/vendor/bpmn-js/dist/
H A Dbpmn-modeler.production.min.js194newData,s=e.hints||{};function c(e,t,n){return r.allowed("connection.reconnect",{connection:n,sour… property in AnonymousFunctionc4f831ab70d00.i

12