Home
last modified time | relevance | path

Searched refs:linkType (Results 26 – 45 of 45) sorted by last modified time

12

/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/diagramsnet/lib/plugins/webcola/
H A Dcola.min.js2 …a,this._linkLengthCalculator=null,this):this._linkDistance},a.prototype.linkType=function(a){retur…
/plugin/diagramsnet/lib/js/diagramly/
H A DDialogs.js5308 linkType : 'direct',
H A DDropboxClient.js772 linkType : 'direct',
876 linkType : 'direct',
/plugin/diagramsnet/lib/js/onedrive/
H A DOneDriveOrig.js2linkType&&(t.linkType=i.invokerOptions.linkType);t.trapFocus=i.invokerOptions.trapFocus;return i.p…
H A DOneDrive.js6linkType&&(t.linkType=i.invokerOptions.linkType);t.trapFocus=i.invokerOptions.trapFocus;return i.p…
/plugin/diagramsnet/lib/js/
H A Dapp.min.js10221 …dropbox-logo.svg",mxResources.get("dropbox"),function(){Dropbox.choose({linkType:"direct",cancel:f…
/plugin/ol3/
H A Dscript.js8 …t.setAttribute("href",e);var n=r[r.length-1].properties,i=[n.linkText,n.linkType];Vc({node:t},xb,N…
/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/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/fckg/fckeditor/editor/dialog/fck_link/
H A Dfck_link.js691 function SetLinkType( linkType ) argument
694 ShowE('divLinkTypeUrl' , (linkType == 'url') ) ;
695 ShowE('divLinkTypeAnchor' , (linkType == 'anchor') ) ;
696 ShowE('divLinkTypeEMail' , (linkType == 'email') ) ;
697 ShowE('divLinkTypeInternal' , (linkType == 'internal') ) ;
698 ShowE('divLinkTypeOtherMime', (linkType == 'other_mime') ) ;
700 ShowE('divLinkTypeSMB' , (linkType == 'samba') );
702 dialog.SetTabVisibility( 'Target' , (linkType == 'url') ) ;
710 if ( linkType == 'email' )
713 HTMLParserVar_linktype = linkType;
[all …]
/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/redirect2/
H A Dadmin.php141 $linkType = 'external';
143 $linkType = 'media';
145 $linkType = 'page';
148 switch ($linkType) {
/plugin/wysiwyg/fckeditor/editor/dialog/fck_link/
H A Dfck_link.js334 function SetLinkType( linkType ) argument
336 ShowE('divLinkTypeUrl' , (linkType == 'url') ) ;
337 ShowE('divLinkTypeAnchor' , (linkType == 'anchor') ) ;
338 ShowE('divLinkTypeEMail' , (linkType == 'email') ) ;
341 window.parent.SetTabVisibility( 'Target' , (linkType == 'url') ) ;
344 window.parent.SetTabVisibility( 'Upload' , (linkType == 'url') ) ;
347 window.parent.SetTabVisibility( 'Advanced' , (linkType != 'anchor' || bHasAnchors) ) ;
349 if ( linkType == 'email' )

12