Home
last modified time | relevance | path

Searched refs:anchor (Results 201 – 225 of 262) sorted by last modified time

1234567891011

/plugin/ckgdoku/ckeditor/plugins/link/dialogs/
H A Dlink.js.unc285 retval.type = 'anchor';
286 retval.anchor = {};
287 retval.anchor.name = retval.anchor.id = anchorMatch[1];
1221 case 'anchor':
1222 var name = ( data.anchor && data.anchor.name ),
1223 id = ( data.anchor && data.anchor.id );
1672 * Handles the "click" on a given result anchor
H A Danchor.js17 function createFakeAnchor( editor, anchor ) argument
19 return editor.createFakeElement( anchor, 'cke_anchor', 'anchor' );
23 title : editor.lang.anchor.title,
62 var anchor = editor.document.createElement( 'a', { attributes: attributes } );
66 anchor = createFakeAnchor( editor, anchor );
68 range.insertNode( anchor );
121 label : editor.lang.anchor.title,
128 label : editor.lang.anchor.name,
134 alert( editor.lang.anchor.errorName );
/plugin/ckgdoku/ckeditor/
H A Dckeditor.js915 …"unlink",toolbar:"links,20"}),a.ui.addButton("Anchor",{label:a.lang.link.anchor.toolbar,command:"a…
917anchor:1}&&b.data.link&&a.getSelection().selectElement(b.data.link)},null,null,20);a.addMenuItems&…
918 …RISTATE_OFF,unlink:CKEDITOR.TRISTATE_OFF});b&&b.hasAttribute("name")&&(c.anchor=c.removeAnchor=CKE…
924 "anchor",A.anchor={},A.anchor.name=A.anchor.id=r[1];else if(r=c.match(l)){z=c.match(k);c=c.match(d)…
926 …ndexOf("/")?h:e+h;break;case "anchor":e=d.anchor&&d.anchor.id;g["data-cke-saved-href"]="#"+(d.anch…
H A Dcontents-default.css64 /* text-decoration: -moz-anchor-decoration; */ /* For Firefox 3, otherwise no underline will be use…
H A DCHANGES.md738 …docs.ckeditor.com/#!/api/CKEDITOR.config-cfg-linkJavaScriptLinksAllowed) anchor tags with JavaScri…
H A Dcontents.css.unc66 /* text-decoration: -moz-anchor-decoration; */ /* For Firefox 3, otherwise no underline will be use…
/plugin/ckgdoku/ckeditor/plugins/link/
H A Dplugin.js1anchor.toolbar,command:"anchor"});CKEDITOR.dialog.add("link",this.path+"dialogs/link.js");CKEDITOR…
H A Dplugin.js.unc12 editor.addCommand( 'anchor', new CKEDITOR.dialogCommand( 'anchor' ) );
28 command : 'anchor'
31 CKEDITOR.dialog.add( 'anchor', this.path + 'dialogs/anchor.js' );
108 anchor :
112 group : 'anchor',
120 group : 'anchor',
157 if ( anchor.getAttribute( 'href' ) && anchor.getChildCount() )
160 if ( anchor && anchor.hasAttribute( 'name' ) )
238 return 'anchor';
350 anchor;
[all …]
/plugin/ckgdoku/ckeditor/lang/
H A Den.js1anchor:"Anchor",flash:"Flash Animation",hiddenfield:"Hidden Field",iframe:"IFrame",unknown:"Unknow… property in CKEDITOR.lang.en.fakeobjects
H A Den.js.beautified229 anchor: "Anchor",
420 anchor: {
425 errorName: "Please type the anchor name",
468 toAnchor: "Link to anchor in the text",
H A Den.js.unc5anchor":"Anchor","flash":"Flash Animation","hiddenfield":"Hidden Field","iframe":"IFrame","unknown…
H A Dfr.js.unc239 "anchor": "Ancre",
430 "anchor": {
H A Dlang_array.txt233 "anchor": "Anchor",
424 "anchor": {
429 "errorName": "Please type the anchor name",
472 "toAnchor": "Link to anchor in the text",
/plugin/mdpage/vendor/cebe/markdown/tests/markdown-data/
H A Dspecs.md140 in your anchor tag `href` attribute. Needless to say, this is easy to
/plugin/fckg/fckeditor/editor/css/
H A Dfck_editorarea.css.dokuwiki_template70 /* text-decoration: -moz-anchor-decoration; */ /* For Firefox 3, otherwise no underline will be use…
H A Dfck_internal.css81 /* Any anchor for non-IE, if we combine it with the previous rule IE ignores all. */
H A Dfck_editorarea.css70 /* text-decoration: -moz-anchor-decoration; */ /* For Firefox 3, otherwise no underline will be use…
H A Dfck_editorarea.css.default_template68 /* text-decoration: -moz-anchor-decoration; */ /* For Firefox 3, otherwise no underline will be use…
/plugin/fckg/fckeditor/editor/lang/
H A Dlang-template.txt55 DlgLnkIntExtras : "To create a query string and/or to set a page anchor from Dokuwiki headers, …
/plugin/tocselect/
H A Daction.php122 function format_link($title,$anchor,$id) { argument
123 $link = "<a href ='". TOC_URL . $id. '#'. $anchor."'>" . "$title</a>";
/plugin/discoursesearch/
H A Dasyncsearch.js38 _.$root = $('<div/>').appendTo( _.anchor );
59 _.successHandler.call( _.anchor );
70 discoursesearchprovider.anchor = this;
/plugin/authgoogle/google/contrib/
H A DGoogle_DriveService.php2002 public $anchor; variable in Google_Comment
2023 public function setAnchor( $anchor) { argument
2024 $this->anchor = $anchor;
2027 return $this->anchor;
H A DGoogle_CustomsearchService.php134 public $anchor; variable in Google_ContextFacets
136 public function setAnchor( $anchor) { argument
137 $this->anchor = $anchor;
140 return $this->anchor;
/plugin/amcharts/assets/amcharts/
H A Damcharts.js325 …th"==k&&0>c&&(c=0);void 0!==k&&(g[k]=c);"text"==f&&("text-anchor"==b&&(a.anchor=c,k=h.clientWidth,…
329 …tion(a,b){var c=a.node;c&&(c.innerHTML=b);this.setAttr(a,"text-anchor",a.anchor)},addListener:func…
/plugin/amcharts/assets/
H A Djs-yaml.min.js2anchor&&(e.anchorMap[e.anchor]=i),h=e.input.charCodeAt(++e.position);0!==h;){if(x(e,!0,t),h=e.inpu…

1234567891011