This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
xiaomi:cepheus | |
xiaomi:cas | |
xiaomi:raphael | |
xiaomi:davinci | |
xiaomi:umi | |
xiaomi:dipper | |
xiaomi:apollo | |
xiaomi:laurel_sprout | |
poco:vayu | |
redmi:galahad |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
.method private static getAwbRgb2Rgb3(Lndo;)[F | |
.locals 6 | |
sget-object v0, Landroid/hardware/camera2/CaptureResult;->COLOR_CORRECTION_TRANSFORM:Landroid/hardware/camera2/CaptureResult$Key; | |
invoke-interface {p0, v0}, Lndo;->a(Landroid/hardware/camera2/CaptureResult$Key;)Ljava/lang/Object; | |
move-result-object v4 | |
check-cast v4, Landroid/hardware/camera2/params/ColorSpaceTransform; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
.method public final c(Ljava/util/List;Lndh;Landroid/os/Handler;)V | |
.locals 6 | |
:try_start_0 | |
iget-object v0, p0, Lmxr;->a:Landroid/hardware/camera2/CameraDevice; | |
const/4 v1, 0x0 | |
invoke-virtual {v0}, Landroid/hardware/camera2/CameraDevice;->getId()Ljava/lang/String; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
if(get_field('ifspecs')) { | |
echo '<div id="specs"><h2>Harga dan Spesifikasi</h2>'; | |
if(get_field('body1')) { | |
$body_name = get_field_object('body1'); | |
if( have_rows('body1') ): | |
while( have_rows('body1') ) : the_row(); | |
echo '<table cellspacing="0">'; | |
echo '<tbody>'; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
function baca_lagi($atts){ | |
//global $post; | |
$output = ''; | |
extract( shortcode_atts( array( | |
'ids' => null, |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
var app = { | |
// Application Constructor | |
initialize: function() { | |
this.bindEvents(); | |
}, | |
// Bind Event Listeners | |
// | |
// Bind any events that are required on startup. Common events are: | |
// 'load', 'deviceready', 'offline', and 'online'. | |
bindEvents: function() { |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// if your markup = sample | |
// | |
// <div class="video-container"> | |
// <div class="embed"> | |
// <iframe width="1200" height="675" src="https://www.youtube.com/embed/qLJP3X2yOLk?feature=oembed" frameborder="0" allowfullscreen></iframe> | |
// </div> | |
// </div> | |
// | |
{ |