Home
last modified time | relevance | path

Searched refs:map_deep (Results 1 – 11 of 11) sorted by relevance

/dports/science/py-cirq-aqt/Cirq-0.12.0/cirq-core/cirq/circuits/
H A Dcircuit_operation.py213 def map_deep(op: 'cirq.Operation') -> 'cirq.OP_TREE': function
217 return circuit.map_operations(map_deep)
219 return circuit.map_operations(map_deep) * abs(self.repetitions)
226 return rekeyed_circuit.map_operations(map_deep)
/dports/science/py-cirq-core/Cirq-0.13.1/cirq-core/cirq/circuits/
H A Dcircuit_operation.py231 def map_deep(op: 'cirq.Operation') -> 'cirq.OP_TREE': function
235 return circuit.map_operations(map_deep)
237 return circuit.map_operations(map_deep) * abs(self.repetitions)
244 return rekeyed_circuit.map_operations(map_deep)
/dports/science/py-cirq-pasqal/Cirq-0.13.1/cirq-core/cirq/circuits/
H A Dcircuit_operation.py231 def map_deep(op: 'cirq.Operation') -> 'cirq.OP_TREE': function
235 return circuit.map_operations(map_deep)
237 return circuit.map_operations(map_deep) * abs(self.repetitions)
244 return rekeyed_circuit.map_operations(map_deep)
/dports/science/py-cirq-google/Cirq-0.13.0/cirq-core/cirq/circuits/
H A Dcircuit_operation.py231 def map_deep(op: 'cirq.Operation') -> 'cirq.OP_TREE': function
235 return circuit.map_operations(map_deep)
237 return circuit.map_operations(map_deep) * abs(self.repetitions)
244 return rekeyed_circuit.map_operations(map_deep)
/dports/science/py-cirq-ionq/Cirq-0.13.1/cirq-core/cirq/circuits/
H A Dcircuit_operation.py231 def map_deep(op: 'cirq.Operation') -> 'cirq.OP_TREE': function
235 return circuit.map_operations(map_deep)
237 return circuit.map_operations(map_deep) * abs(self.repetitions)
244 return rekeyed_circuit.map_operations(map_deep)
/dports/chinese/wordpress-zh_TW/wordpress/wp-includes/
H A Dformatting.php2751 return map_deep( $value, 'stripslashes_from_strings_only' );
2775 return map_deep( $value, 'urlencode' );
2787 return map_deep( $value, 'rawurlencode' );
2799 return map_deep( $value, 'urldecode' );
4926 function map_deep( $value, $callback ) { function
4929 $value[ $index ] = map_deep( $item, $callback );
4934 $value->$property_name = map_deep( $property_value, $callback );
H A Dkses.php2053 * @see map_deep()
2059 return map_deep( $data, 'wp_kses_post' );
H A Ddeprecated.php4125 return map_deep( $value, 'addslashes_strings_only' );
/dports/chinese/wordpress-zh_CN/wordpress/wp-includes/
H A Dformatting.php2751 return map_deep( $value, 'stripslashes_from_strings_only' );
2775 return map_deep( $value, 'urlencode' );
2787 return map_deep( $value, 'rawurlencode' );
2799 return map_deep( $value, 'urldecode' );
4926 function map_deep( $value, $callback ) { function
4929 $value[ $index ] = map_deep( $item, $callback );
4934 $value->$property_name = map_deep( $property_value, $callback );
H A Dkses.php2053 * @see map_deep()
2059 return map_deep( $data, 'wp_kses_post' );
H A Ddeprecated.php4125 return map_deep( $value, 'addslashes_strings_only' );