Home
last modified time | relevance | path

Searched refs:Label (Results 1 – 25 of 73) sorted by relevance

123

/plugin/authgooglesheets/vendor/google/apiclient-services/src/Gmail/Resource/
DUsersLabels.php20 use Google\Service\Gmail\Label; alias
38 * @param Label $postBody
40 * @return Label
42 public function create($userId, Label $postBody, $optParams = [])
46 return $this->call('create', [$params], Label::class);
70 * @return Label
76 return $this->call('get', [$params], Label::class);
98 * @param Label $postBody
100 * @return Label
102 public function patch($userId, $id, Label $postBody, $optParams = [])
[all …]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/MyBusinessBusinessInformation/
DFreeFormServiceItem.php26 protected $labelType = Label::class;
44 * @param Label
46 public function setLabel(Label $label)
51 * @return Label
DLabel.php20 class Label extends \Google\Model class
80 class_alias(Label::class, 'Google_Service_MyBusinessBusinessInformation_Label');
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Gmail/
DListLabelsResponse.php23 protected $labelsType = Label::class;
27 * @param Label[]
34 * @return Label[]
DLabel.php20 class Label extends \Google\Model class
204 class_alias(Label::class, 'Google_Service_Gmail_Label');
/plugin/combo/ComboStrap/
H A DLabel.php11 class Label extends MetadataText class
17 public static function createForMarkup($page): Label
19 return (new Label())
H A DLead.php17 public static function createForMarkup($page): Label
19 return (new Label())
/plugin/wysiwyg/fckeditor/editor/_source/classes/
Dfcktoolbarfontformatcombo.js30 this.Label = this.GetLabel() ;
31 this.Tooltip = tooltip ? tooltip : this.Label ;
77 style.Label = oNames[ elementName ] ;
105 targetSpecialCombo.SetLabel( style.Label ) ;
Dfcktoolbarfontsizecombo.js27 this.Label = this.GetLabel() ;
28 this.Tooltip = tooltip ? tooltip : this.Label ;
66 style.Label = caption ;
Dfcktoolbarfontscombo.js27 this.Label = this.GetLabel() ;
28 this.Tooltip = tooltip ? tooltip : this.Label ;
65 style.Label = caption ;
Dfcktoolbarstylecombo.js30 this.Label = this.GetLabel() ;
31 this.Tooltip = tooltip ? tooltip : this.Label ;
81 FCKToolbarStyleCombo_BuildPreview( style, style.Label || styleName ) ;
110 targetSpecialCombo.SetLabel( style.Label || style.Name ) ;
Dfcktoolbarbuttonui.js27 this.Label = label || name ;
28 this.Tooltip = tooltip || this.Label ;
96 oCell.appendChild( oDoc.createTextNode( this.Label ) ) ;
Dfcktoolbarbutton.js27 this.Label = label ;
43 …this._UIButton = new FCKToolbarButtonUI( this.CommandName, this.Label, this.Tooltip, this.IconPath…
Dfckspecialcombo.js30 this.Label = ' ' ;
173 if ( text == this.Label )
176 this.Label = text ;
241 this._LabelEl.innerHTML = this.Label ;
/plugin/grensladawritezor/fckeditor/editor/_source/classes/
Dfcktoolbarfontformatcombo.js27 this.Label = this.GetLabel() ;
28 this.Tooltip = tooltip ? tooltip : this.Label ;
101 if ( combo.Label != ' ' )
Dfcktoolbarfontscombo.js27 this.Label = this.GetLabel() ;
28 this.Tooltip = tooltip ? tooltip : this.Label ;
Dfcktoolbarfontsizecombo.js27 this.Label = this.GetLabel() ;
28 this.Tooltip = tooltip ? tooltip : this.Label ;
Dfcktoolbarbutton.js27 this.Label = label ;
41 …this._UIButton = new FCKToolbarButtonUI( this.CommandName, this.Label, this.Tooltip, this.IconPath…
Dfcktoolbarbuttonui.js27 this.Label = label || name ;
28 this.Tooltip = tooltip || this.Label ;
104 oCell.appendChild( oDoc.createTextNode( this.Label ) ) ;
Dfckspecialcombo.js30 this.Label = ' ' ;
159 this.Label = text.length == 0 ? ' ' : text ;
163 this._LabelEl.innerHTML = this.Label ;
223 this._LabelEl.innerHTML = this.Label ;
/plugin/jdraw/src/com/mxgraph/examples/swing/resources/
Deditor_zh-CN.properties.bak46 label=Label
47 labelFill=Label Fill
48 labelBorder=Label Border
84 rotateLabel=Rotate Label
Deditor.properties.bak45 label=Label
46 labelFill=Label Fill
47 labelBorder=Label Border
83 rotateLabel=Rotate Label
Deditor.properties47 label=Label
48 labelFill=Label Fill
49 labelBorder=Label Border
87 rotateLabel=Rotate Label
Deditor_zh-CN.properties46 label=Label
47 labelFill=Label Fill
48 labelBorder=Label Border
84 rotateLabel=Rotate Label
/plugin/dokullm/doc/profiles/
H A Ddefault.txt3 ^ ID ^ Label ^ Description ^ Icon ^ Result ^
14 * **Label**: The text displayed on the button

123