Home
last modified time | relevance | path

Searched refs:anchor (Results 76 – 100 of 262) sorted by relevance

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
/plugin/ckgedit/ckeditor/plugins/link/dialogs/
H A Dlink.js.unc271 retval.type = 'anchor';
272 retval.anchor = {};
273 retval.anchor.name = retval.anchor.id = anchorMatch[1];
1233 case 'anchor':
1234 var name = ( data.anchor && data.anchor.name ),
1235 id = ( data.anchor && data.anchor.id );
1720 * Handles the "click" on a given result anchor
/plugin/data-au/
H A Dstyle.css85 /* This is the anchor for the position: absolute autocompletion */
/plugin/html2pdf/html2pdf/html2ps/
H A Doutput.pcl.class.php246 function add_local_link($left, $top, $width, $height, $anchor) { /* N/A */ } argument
/plugin/data/
H A Dstyle.css102 /* This is the anchor for the position: absolute autocompletion */
/plugin/latexport/implementation/
H A Ddecorator.php203 function anchor($link, $title = null) { function in decorator
205 $this->decorator->anchor($link, $title);
H A Ddecorator_persister.php175 function anchor($link, $title = null) { function in DecoratorPersister
/plugin/diagramsnet/lib/plugins/
H A DcConf-1-4-8.js532 fn('data:confluence/anchor,' + anchorSelect.value);
929 var anchor = href.substring(23);
933 if (anchor)
950 newWin.location = url + '#' + encodeURIComponent(anchor.replace(/\s/g, '-'));
/plugin/ckgedit/ckeditor/lang/
H A Den.js.4.95anchor":"Anchor","flash":"Flash Animation","hiddenfield":"Hidden Field","iframe":"IFrame","unknown…
H A Dlang_array.txt233 "anchor": "Anchor",
424 "anchor": {
429 "errorName": "Please type the anchor name",
472 "toAnchor": "Link to anchor in the text",
H A Den.4.9.js.beautified313 "anchor": "Anchor",
498 "anchor": {
503 "errorName": "Please type the anchor name",
548 "toAnchor": "Link to anchor in the text",
H A Den.js-4.9.merged5anchor":"Anchor","flash":"Flash Animation","hiddenfield":"Hidden Field","iframe":"IFrame","unknown…
H A Den.js.unc5anchor":"Anchor","flash":"Flash Animation","hiddenfield":"Hidden Field","iframe":"IFrame","unknown…
/plugin/fckg/fckeditor/editor/css/
H A Dfck_internal.css81 /* Any anchor for non-IE, if we combine it with the previous rule IE ignores all. */
/plugin/wysiwyg/fckeditor/editor/css/
H A Dfck_internal.css74 /* Any anchor for non-IE, if we combine it with the previous rule IE ignores all. */
/plugin/ckgdoku/ckeditor/lang/
H A Dlang_array.txt233 "anchor": "Anchor",
424 "anchor": {
429 "errorName": "Please type the anchor name",
472 "toAnchor": "Link to anchor in the text",
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…
/plugin/codemirror/dist/
H A Dscripts.min.js3anchor,d.anchor)||!gb(c.head,d.head)){return false}}return true};cf.prototype.deepCopy=function(){…
4anchor}else if(a=="end"||a=="to"||a===false){c=b.to()}else{c=b.from()}return c},listSelections:fun…
5anchor,k.head,d.extend)}else{g=k}}if(!d.addNew){h=0;Of(f,new cf([g],0),S);i=f.sel}else if(h==-1){h… property in Sh.f
6 …1,null,true)}})}function k(b){var d=a.cmpPos(b.anchor,b.head)>0;return{anchor:new c(b.anchor.line,…
7anchor:e.from(),head:e.to()})}if(d.length)this.setSelections(d,0)})});(function(a){if(typeof expor…
/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;
/plugin/ckgedit/lang/
H A Den.4.9.js.beautified313 "anchor": "Anchor",
498 "anchor": {
503 "errorName": "Please type the anchor name",
548 "toAnchor": "Link to anchor in the text",
/plugin/combo/
H A Ddeleted.files139 action/anchor.php
/plugin/icons/assets/typicons/
H A Dtypicons.min.css1 …ypcn-adjust-contrast:before{content:'\e001'}.typcn-anchor-outline:before{content:'\e002'}.typcn-an…
/plugin/discussion/
H A Daction.php1097 $anchor = ($jump ? '#discussion__comment_form' : '' );
1100 … class="button discussion__<?php echo $act?>" method="get" action="<?php echo script().$anchor ?>">
/plugin/findologicxmlexport/vendor/symfony/yaml/Tests/Fixtures/
H A DYtsSpecificationExamples.yml1015 anchor : &A001 This scalar has an anchor.
1021 [ 'anchor' => 'This scalar has an anchor.',

1234567891011