Home
last modified time | relevance | path

Searched refs:linkType (Results 1 – 25 of 45) sorted by path

12

/plugin/authgoogle/google/contrib/
H A DGoogle_GanService.php1406 public $linkType; variable in Google_Link
1509 public function setLinkType( $linkType) { argument
1510 $this->linkType = $linkType;
1513 return $this->linkType;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Classroom/
H A DAttachment.php26 protected $linkType = Link::class; variable in Google\\Service\\Classroom\\Attachment
H A DCourseMaterial.php26 protected $linkType = Link::class; variable in Google\\Service\\Classroom\\CourseMaterial
H A DMaterial.php26 protected $linkType = Link::class; variable in Google\\Service\\Classroom\\Material
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudTrace/
H A DLinks.php27 protected $linkType = Link::class; variable in Google\\Service\\CloudTrace\\Links
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Compute/
H A DInterconnect.php70 public $linkType; variable in Google\\Service\\Compute\\Interconnect
283 public function setLinkType($linkType) argument
285 $this->linkType = $linkType;
292 return $this->linkType;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Docs/
H A DTextStyle.php40 protected $linkType = Link::class; variable in Google\\Service\\Docs\\TextStyle
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Forms/
H A DExtraMaterial.php22 protected $linkType = TextLink::class; variable in Google\\Service\\Forms\\ExtraMaterial
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Sheets/
H A DTextFormat.php42 protected $linkType = Link::class; variable in Google\\Service\\Sheets\\TextFormat
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ShoppingContent/
H A DAccountsCustomBatchRequestEntryLinkRequest.php30 public $linkType; variable in Google\\Service\\ShoppingContent\\AccountsCustomBatchRequestEntryLinkRequest
57 public function setLinkType($linkType) argument
59 $this->linkType = $linkType;
66 return $this->linkType;
H A DAccountsLinkRequest.php32 public $linkType; variable in Google\\Service\\ShoppingContent\\AccountsLinkRequest
75 public function setLinkType($linkType) argument
77 $this->linkType = $linkType;
84 return $this->linkType;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Slides/
H A DImageProperties.php32 protected $linkType = Link::class; variable in Google\\Service\\Slides\\ImageProperties
H A DLineProperties.php34 protected $linkType = Link::class; variable in Google\\Service\\Slides\\LineProperties
H A DShapeProperties.php28 protected $linkType = Link::class; variable in Google\\Service\\Slides\\ShapeProperties
H A DTextStyle.php44 protected $linkType = Link::class; variable in Google\\Service\\Slides\\TextStyle
/plugin/ckgdoku/ckeditor/lang/
H A Den.js.beautified782 CKEDITOR.lang.en.common["linkType"] = "Link type";
H A Den.js.ckgedit142 CKEDITOR.lang.en["common"]["linkType"] = "Link type";
H A Den.js.unc148 CKEDITOR.lang.en["common"]["linkType"] = "Link type";
H A Dfr.js.unc10 "linkType" : "Type de lien",
/plugin/ckgdoku/ckeditor/plugins/image/dialogs/
H A Dimage.js1 …padding:1,children:[{id:"cmbLinkType",type:"select",label:e.lang.common.linkType||"Link Type","def…
H A Dimage.js.unc316 var linkType;
320 linkType = element['$'].getAttribute('type');
356 if(linkType) {
357 ckgeditImageReselectObj['link'] = linkType;
786 label: editor.lang.common.linkType||"Link Type",
/plugin/ckgdoku/ckeditor/plugins/link/dialogs/
H A Dlink.js.unc568 id : 'linkType',
667 if ( dialog.getContentElement( 'info', 'linkType' ) &&
668 dialog.getValueOf( 'info', 'linkType' ) != 'url' )
702 if ( !this.getDialog().getContentElement( 'info', 'linkType' ) )
880 if ( !dialog.getContentElement( 'info', 'linkType' ) ||
881 dialog.getValueOf( 'info', 'linkType' ) != 'email' )
892 var linkType = this.getDialog().getContentElement( 'info', 'linkType' );
893 if ( linkType && linkType.getValue() == 'email' )
943 if ( !this.getDialog().getContentElement( 'info', 'linkType' ) )
1471 var linkType = this.getContentElement( 'info', 'linkType' ),
[all …]
/plugin/ckgedit/ckeditor/lang/
H A Den.4.9.js.beautified872 CKEDITOR.lang.en.common["linkType"] = "Link type";
H A Den.js-4.9.merged150 CKEDITOR.lang.en["common"]["linkType"] = "Link type";
H A Den.js.ckgedit149 CKEDITOR.lang.en["common"]["linkType"] = "Link type";

12