Lines Matching refs:cke
232 …var href = ( element && ( element.data( 'cke-saved-href' ) || element.getAttribute( 'href' ) ) ) …
1152 attributes[ 'data-cke-saved-href' ] = ( url.indexOf( '/' ) === 0 ) ? url : protocol + url;
1196 attributes[ 'data-cke-saved-href' ] = ( url.indexOf( '/' ) === 0 ) ? url : protocol + url;
1213 attributes[ 'data-cke-saved-href' ] = data.url.url;
1218 attributes[ 'data-cke-saved-href' ] = ( url.indexOf( '/' ) === 0 ) ? url : protocol + url;
1224 attributes[ 'data-cke-saved-href' ] = '#' + ( name || id || '' );
1237 attributes[ 'data-cke-saved-href' ] = ( url.indexOf( '/' ) === 0 ) ? url : protocol + url;
1287 attributes[ 'data-cke-saved-href' ] = linkHref.join( '' );
1310 attributes[ 'name' ] = attributes[ 'data-cke-saved-name' ] = data.adv[ 'advName' ];
1312 removeAttributes = removeAttributes.concat( [ 'data-cke-saved-name', 'name' ] );
1329 attributes.href = attributes[ 'data-cke-saved-href' ];
1343 data.email.address : attributes[ 'data-cke-saved-href' ], editor.document );
1379 href = element.data( 'cke-saved-href' ),
1396 data.email.address : attributes[ 'data-cke-saved-href' ] );