Lines Matching refs:cke
218 …var href = ( element && ( element.data( 'cke-saved-href' ) || element.getAttribute( 'href' ) ) ) …
1151 attributes[ 'data-cke-saved-href' ] = ( url.indexOf( '/' ) === 0 ) ? url : protocol + url;
1199 attributes[ 'data-cke-saved-href' ] = ( url.indexOf( '/' ) === 0 ) ? url : protocol + url;
1224 attributes[ 'data-cke-saved-href' ] = data.url.url;
1230 attributes[ 'data-cke-saved-href' ] = ( url.indexOf( '/' ) === 0 ) ? url : protocol + url;
1236 attributes[ 'data-cke-saved-href' ] = '#' + ( name || id || '' );
1249 attributes[ 'data-cke-saved-href' ] = ( url.indexOf( '/' ) === 0 ) ? url : protocol + url;
1299 attributes[ 'data-cke-saved-href' ] = linkHref.join( '' );
1322 attributes[ 'name' ] = attributes[ 'data-cke-saved-name' ] = data.adv[ 'advName' ];
1324 removeAttributes = removeAttributes.concat( [ 'data-cke-saved-name', 'name' ] );
1342 attributes.href = attributes[ 'data-cke-saved-href' ];
1356 data.email.address : attributes[ 'data-cke-saved-href' ], editor.document );
1391 href = element.data( 'cke-saved-href' ),
1408 data.email.address : attributes[ 'data-cke-saved-href' ] );