Lines Matching refs:selection
6691 selection;
6693 for(; i < length && ( executeOnly || !selection ); i++ ) {
6694 selection = list[ i ]( options, originalOptions, jqXHR );
6697 if ( typeof selection === "string" ) {
6698 if ( !executeOnly || inspected[ selection ] ) {
6699 selection = undefined;
6701 options.dataTypes.unshift( selection );
6702 selection = inspectPrefiltersOrTransports(
6703 structure, options, originalOptions, jqXHR, selection, inspected );
6709 if ( ( executeOnly || !selection ) && !inspected[ "*" ] ) {
6710 selection = inspectPrefiltersOrTransports(
6715 return selection;