Home
last modified time | relevance | path

Searched refs:setData (Results 251 – 275 of 326) sorted by relevance

1...<<11121314

/plugin/findologicxmlexport/vendor/hoa/stream/Test/Unit/
H A DBucket.php119 ->when($result = $bucket->setData('bazqux'))
/plugin/findologicxmlexport/vendor/jms/serializer/tests/Serializer/
H A DJsonSerializationTest.php435 $event->getVisitor()->setData('_links', [
453 $event->getVisitor()->setData('full_name', 'new name');
/plugin/ckgdoku/ckeditor/plugins/tags/dialogs/
H A Dtags.js.unc122 …editor.setData(editor.getData().replace(/\{\{tag&gt;.*?\}\}/g,'')+(selected=='' ? '' : codeB+selec…
/plugin/ckgdoku/ckeditor/plugins/wsc/dialogs/
H A Dwsc.js27 …taStorage.setData("scayt_user_dictionary_name",e):c.wsc.DataStorage.setData("scayt_user_dictionary…
43 …dow.localStorage?c:d;a.DataStorage={getData:function(a){return e.get(a)},setData:function(a,b){e.s…
54 …ayt?(c?(b.wsc.DataStorage.setData("scayt_user_dictionary_name",c),b.scayt.restoreUserDictionary(c)…
55setData("scayt_user_dictionary",[])):(c?b.wsc.DataStorage.setData("scayt_user_dictionary_name",c):…
H A Dwsc_ie.js6 …:function(){c.hide()},onFinish:function(b){a.focus();c.getParentEditor().setData(b.value);c.hide()…
/plugin/ckgdoku/ckeditor/adapters/
H A Djquery.js10 ….data("ckeditorInstance");if(b.is("textarea")&&c){var f=new a.Deferred;c.setData(d,function(){f.re…
/plugin/ckgedit/ckeditor/plugins/wsc/dialogs/
H A Dwsc_ie.js6 …:function(){c.hide()},onFinish:function(b){a.focus();c.getParentEditor().setData(b.value);c.hide()…
H A Dwsc.js27 …setDisable()},settext:function(b){function d(){try{c.focus()}catch(d){}c.setData(b.text,function()…
28setData("scayt_user_dictionary",[]);d()};e.state.scayt[c.name]&&f.setMarkupPaused(!1);h?(c.wsc.Dat…
29 c.wsc.DataStorage.setData("scayt_user_dictionary",l)),d()}else d()},ReplaceText:function(b){delete …
44 …dow.localStorage?c:d;a.DataStorage={getData:function(a){return e.get(a)},setData:function(a,b){e.s…
/plugin/ckgedit/ckeditor/adapters/
H A Djquery.js10 ….data("ckeditorInstance");if(b.is("textarea")&&c){var f=new a.Deferred;c.setData(d,function(){f.re…
/plugin/barcodes/vendor/jucksearm/php-barcode/lib/
H A DQRcode.php1472 $setData = array_slice($data, 0, $size);
1473 if (count($setData) < $size) {
1474 $setData = array_merge($setData, array_fill(0, ($size - count($setData)), 0));
1476 if (!$this->check($mode, $size, $setData)) {
1482 $inputitem['data'] = $setData;
/plugin/findologicxmlexport/vendor/jms/serializer/
H A DUPGRADING.md40 - `JsonSerializationVisitor::setData` will be removed,
/plugin/geophp/vendor/funiq/geophp/src/Adapter/
H A DGeoJSON.php85 $geometry->setData($property, $value);
H A DKML.php101 $geometry->setData($data);
/plugin/qrcode2/
H A Dphpqrcode.php1053 $setData = array_slice($data, 0, $size);
1055 if (count($setData) < $size) {
1056 $setData = array_merge($setData, array_fill(0,$size-count($setData),0));
1059 if(!QRinput::check($mode, $size, $setData)) {
1060 throw new Exception('Error m:'.$mode.',s:'.$size.',d:'.join(',',$setData));
1066 $this->data = $setData;
/plugin/charter/
H A Dhelper.php43 'name' => 'setData',
297 function setData($data = array()) { function in helper_plugin_charter
/plugin/swiftmail/Swift/Plugin/
H A DFileEmbedder.php428 $part->setData($body);
/plugin/diagramsnet/lib/js/diagramly/
H A DInit.js292 window.parent.openFile.setData(data, filename);
H A DStorageFile.js318 this.setData(this.ui.getFileData());
/plugin/code3/src/
H A Dpsyhi.js250 window.clipboardData.setData('text', code);
/plugin/authgoogle/google/contrib/
H A DGoogle_PagespeedonlineService.php475 public function setData( $data) { function in Google_ResultScreenshot
H A DGoogle_ComputeService.php1801 public function setData(/* array(Google_AddressesScopedListWarningData) */ $data) { function in Google_AddressesScopedListWarning
2125 public function setData(/* array(Google_DisksScopedListWarningData) */ $data) { function in Google_DisksScopedListWarning
2708 public function setData(/* array(Google_InstancesScopedListWarningData) */ $data) { function in Google_InstancesScopedListWarning
3066 public function setData(/* array(Google_MachineTypesScopedListWarningData) */ $data) { function in Google_MachineTypesScopedListWarning
3568 public function setData(/* array(Google_OperationWarningsData) */ $data) { function in Google_OperationWarnings
3634 public function setData(/* array(Google_OperationsScopedListWarningData) */ $data) { function in Google_OperationsScopedListWarning
4039 public function setData(/* array(Google_RouteWarningsData) */ $data) { function in Google_RouteWarnings
H A DGoogle_ReportsService.php515 public function setData(/* array(Google_UsageReportsWarningsData) */ $data) { function in Google_UsageReportsWarnings
/plugin/swiftmail/Swift/Message/
H A DMime.php259 public function setData($data) function in Swift_Message_Mime
/plugin/codehighlight/cp/engines/
H A Dmsie.js74 … window.clipboardData.setData('Text',window.clipboardData.getData('Text').replace(/\t/g,'\u2008'));
/plugin/geophp/vendor/funiq/geophp/src/Geometry/
H A DGeometry.php299 public function setData($property, $value = null) function in geoPHP\\Geometry\\Geometry

1...<<11121314