Home
last modified time | relevance | path

Searched refs:wrapText (Results 1 – 8 of 8) sorted by relevance

/plugin/authgooglesheets/vendor/google/apiclient-services/src/HangoutsChat/ !
DGoogleAppsCardV1DecoratedText.php49 public $wrapText; variable in Google\\Service\\HangoutsChat\\GoogleAppsCardV1DecoratedText
180 public function setWrapText($wrapText) argument
182 $this->wrapText = $wrapText;
189 return $this->wrapText;
/plugin/ckgdoku/ckeditor/plugins/wrap/dialogs/ !
Dwrap.js150 var wrapText = this.text ? this.text: dialog.getValueOf( 'tab-basic', 'wrap' );
151 editor.insertText ( open + wrapText + close);
/plugin/ckgedit/ckeditor/plugins/wrap/dialogs/ !
Dwrap.js166 var wrapText = this.text ? this.text: dialog.getValueOf( 'tab-basic', 'wrap' );
167 editor.insertText ( open + wrapText + close);
/plugin/xlsx2dw/packages/exceljs/ !
Dexceljs.js20585 wrapText: function wrapText(value) {
20688 add('wrapText', validation.wrapText(model.wrapText) ? '1' : false);
20716 add(node.attributes.wrapText, 'wrapText', !!node.attributes.wrapText);
/plugin/sequencediagram/bower_components/lodash/vendor/firebug-lite/src/ !
Dfirebug-lite-debug.js19527 return wrapText(param.value, true);
/plugin/webcode/vendor/ !
Dfirebug-lite-1.4.js5152 return wrapText(param.value,true)
/plugin/combo/resources/firebug/ !
H A Dfirebug-lite-1.4.js5163 return wrapText(param.value,true)
/plugin/xlsx2dw/packages/xlsx/ !
Dxlsx.mjs10925 if(y.wrapText) alignment.wrapText = parsexmlbool(y.wrapText);