Home
last modified time | relevance | path

Searched refs:selectors (Results 1 – 4 of 4) sorted by relevance

/f-stack/freebsd/contrib/device-tree/Bindings/display/mediatek/
H A Dmediatek,disp.txt6 and input selectors in the MMSYS_CONFIG register space. Pixel clock and start
/f-stack/tools/libxo/xohtml/external/
H A Djquery.js4283 var Expr = Sizzle.selectors = {
5353 Sizzle.selectors.attrMap = {};
5355 jQuery.expr = Sizzle.selectors;
5449 closest: function( selectors, context ) { argument
5453 if ( jQuery.isArray( selectors ) ) {
5457 for ( i = 0; i < selectors.length; i++ ) {
5459 if ( jQuery( cur ).is( selectors[ i ] ) ) {
5460 ret.push({ selector: selectors[ i ], elem: cur, level: level });
5472 var pos = POS.test( selectors ) || typeof selectors !== "string" ?
5473 jQuery( selectors, context || this.context ) :
[all …]
/f-stack/dpdk/doc/guides/freebsd_gsg/
H A Dbuild_dpdk.rst208 Where a comma separated list of selectors is set, the list must not contain any
/f-stack/dpdk/doc/guides/prog_guide/
H A Drte_security.rst708 using the SA selectors and the ``rte_crypto_ipsec_xform`` as the ``rte_flow_action``.