Home
last modified time | relevance | path

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

123

/plugin/authgooglesheets/vendor/google/apiclient-services/src/Gmail/Resource/
H A DUsersLabels.php20 use Google\Service\Gmail\Label; alias
38 * @param Label $postBody
40 * @return Label
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
106 return $this->call('patch', [$params], Label::class);
114 * @param Label $postBody
[all …]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/MyBusinessBusinessInformation/
H A DFreeFormServiceItem.php26 protected $labelType = Label::class;
44 * @param Label
46 public function setLabel(Label $label)
51 * @return Label
H A 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/
H A DListLabelsResponse.php23 protected $labelsType = Label::class;
27 * @param Label[]
34 * @return Label[]
H A 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())
35 return "Label";
H A DLead.php17 public static function createForMarkup($page): Label
19 return (new Label())
H A DMetaManagerForm.php41 Label::PROPERTY_NAME,
/plugin/wysiwyg/fckeditor/editor/_source/classes/
H A Dfcktoolbarfontformatcombo.js30 this.Label = this.GetLabel() ;
31 this.Tooltip = tooltip ? tooltip : this.Label ;
77 style.Label = oNames[ elementName ] ;
105 targetSpecialCombo.SetLabel( style.Label ) ;
H A Dfcktoolbarfontsizecombo.js27 this.Label = this.GetLabel() ;
28 this.Tooltip = tooltip ? tooltip : this.Label ;
66 style.Label = caption ;
H A Dfcktoolbarfontscombo.js27 this.Label = this.GetLabel() ;
28 this.Tooltip = tooltip ? tooltip : this.Label ;
65 style.Label = caption ;
H A 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 ) ;
H A Dfcktoolbarbutton.js27 this.Label = label ;
43 …this._UIButton = new FCKToolbarButtonUI( this.CommandName, this.Label, this.Tooltip, this.IconPath…
H A Dfcktoolbarbuttonui.js27 this.Label = label || name ;
28 this.Tooltip = tooltip || this.Label ;
96 oCell.appendChild( oDoc.createTextNode( this.Label ) ) ;
H A Dfckspecialcombo.js30 this.Label = ' ' ;
173 if ( text == this.Label )
176 this.Label = text ;
241 this._LabelEl.innerHTML = this.Label ;
H A Dfckmenuitem.js27 this.Label = label || name ;
81 eCell.appendChild( oDoc.createTextNode( this.Label ) ) ;
/plugin/jdraw/src/com/mxgraph/examples/swing/resources/
H A Deditor_zh-CN.properties.bak46 label=Label
47 labelFill=Label Fill
48 labelBorder=Label Border
84 rotateLabel=Rotate Label
H A Deditor.properties47 label=Label
48 labelFill=Label Fill
49 labelBorder=Label Border
87 rotateLabel=Rotate Label
H A Deditor.properties.bak45 label=Label
46 labelFill=Label Fill
47 labelBorder=Label Border
83 rotateLabel=Rotate Label
H A Deditor_zh-CN.properties46 label=Label
47 labelFill=Label Fill
48 labelBorder=Label Border
84 rotateLabel=Rotate Label
/plugin/combo/ComboStrap/Meta/Api/
H A DMetadataSystem.php19 use ComboStrap\Label; alias
99 Label::PROPERTY_NAME => Label::class,
/plugin/labeled/
H A Dplugin.info.txt6 desc Label dokuwiki pages.
/plugin/bez/mdl/
H A DLabel.php5 class Label extends Entity { class
/plugin/struct/lang/de/
H A Deditor_edit.txt7 Das Label-Konfigurations-Feld sollte für menschen-lesbare Namen verwendet werden.
/plugin/bliki/
H A Dlocal.php.dist9 $conf['plugin']['bliki']['newlabel'] = '» New Post'; // Label for the new post button/link

123