content
stringlengths
263
5.24M
pred_label
stringclasses
1 value
pred_score_pos
float64
0.6
1
package com.saucelabs.appium.page_object.widgets.android.simple; import com.saucelabs.appium.page_object.widgets.Movie; import io.appium.java_client.android.AndroidElement; import io.appium.java_client.pagefactory.AndroidFindBy; import org.openqa.selenium.WebElement; public class AndroidMovie extends Movie { @An...
__label__POS
0.881549
package com.saucelabs.appium.page_object.widgets.android.simple; import com.saucelabs.appium.page_object.widgets.Review; import io.appium.java_client.android.AndroidElement; import io.appium.java_client.pagefactory.AndroidFindBy; import org.openqa.selenium.WebElement; public class AndroidReview extends Review { ...
__label__POS
0.852412
import java.net.MalformedURLException; import java.net.URL; import org.openqa.selenium.remote.DesiredCapabilities; import org.testng.Assert; import org.testng.annotations.AfterTest; import org.testng.annotations.BeforeTest; import org.testng.annotations.Test; import io.appium.java_client.android.AndroidDriver; impor...
__label__POS
0.696006
import java.net.MalformedURLException; import java.net.URL; import org.openqa.selenium.remote.DesiredCapabilities; import org.testng.Assert; import org.testng.annotations.AfterTest; import org.testng.annotations.BeforeTest; import org.testng.annotations.Test; import io.appium.java_client.ios.IOSDriver; import io.ap...
__label__POS
0.892411
import java.net.MalformedURLException; import java.net.URL; import org.openqa.selenium.remote.DesiredCapabilities; import org.testng.Assert; import org.testng.annotations.AfterTest; import org.testng.annotations.BeforeTest; import org.testng.annotations.Test; import io.appium.java_client.ios.IOSDriver; import io.ap...
__label__POS
0.984137
import java.net.MalformedURLException; import java.net.URL; import org.openqa.selenium.remote.DesiredCapabilities; import org.testng.Assert; import org.testng.annotations.AfterTest; import org.testng.annotations.BeforeTest; import org.testng.annotations.Test; import io.appium.java_client.android.AndroidDriver; impo...
__label__POS
0.983436
<?php /** * (C) Copyright Apperta Foundation 2021 * This file is part of OpenEyes. * OpenEyes is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any lat...
__label__POS
0.615657
package io.appium.java_client.flutter.commands; import lombok.Getter; import lombok.experimental.Accessors; import org.openqa.selenium.WebElement; import org.openqa.selenium.internal.Require; import java.util.Map; @Accessors(chain = true) @Getter public class DragAndDropParameter extends FlutterCommandParameter { ...
__label__POS
0.709422
package io.appium.java_client.flutter.commands; import io.appium.java_client.AppiumBy; import lombok.Getter; import lombok.Setter; import lombok.experimental.Accessors; import org.openqa.selenium.internal.Require; import java.time.Duration; import java.util.Collections; import java.util.HashMap; import java.util.Map;...
__label__POS
0.689647
package io.appium.java_client.flutter.options; import io.appium.java_client.remote.options.BaseOptions; import io.appium.java_client.remote.options.CanSetCapability; import org.openqa.selenium.Capabilities; import java.util.Optional; import static io.appium.java_client.internal.CapabilityHelpers.toInteger; public i...
__label__POS
0.899671
<?php /* * DataTables example server-side processing script. * * Please note that this script is intentionally extremely simply to show how * server-side processing can be implemented, and probably shouldn't be used as * the basis for a large complex system. It is suitable for simple use cases as * for learning....
__label__POS
0.743788
package io.appium.java_client.touch.offset; import io.appium.java_client.touch.ActionOptions; import org.openqa.selenium.Point; import java.util.Map; import static java.util.Optional.ofNullable; @Deprecated public class PointOption<T extends PointOption<T>> extends ActionOptions<T> { protected Point coordinate...
__label__POS
0.923275
package io.appium.java_client.touch.offset; import org.openqa.selenium.Point; import org.openqa.selenium.WebElement; import org.openqa.selenium.remote.RemoteWebElement; import java.util.HashMap; import java.util.Map; import static com.google.common.base.Preconditions.checkArgument; import static java.util.Objects.re...
__label__POS
0.991383
package io.appium.java_client.android.nativekey; public enum AndroidKey { /** * Key code constant: Unknown key code. */ UNKNOWN(0), /** * Key code constant: Soft Left key. * Usually situated below the display on phones and used as a multi-function * feature key for selecting a soft...
__label__POS
0.945555
package io.appium.java_client.android.nativekey; public enum KeyEventMetaModifier { /** * SHIFT key locked in CAPS mode. * Reserved for use by MetaKeyKeyListener for a published constant in its API. */ CAP_LOCKED(0x100), /** * ALT key locked. * Reserved for use by MetaKeyKeyListene...
__label__POS
0.778127
@file:JvmName("CalendarUtils") package com.applandeo.materialcalendarview import android.content.Context import android.graphics.* import android.graphics.drawable.BitmapDrawable import android.graphics.drawable.Drawable import androidx.core.content.ContextCompat import java.util.* import java.util.concurrent.TimeUni...
__label__POS
0.811413
<?php use OE\factories\models\traits\HasFactory; /** * Created by PhpStorm. * User: PATELH3 * Date: 11/12/2015 * Time: 14:51. */ class Eye_Status extends BaseActiveRecord { use HasFactory; /** * Returns the static model of the specified AR class. * * @return Eye the static model class ...
__label__POS
0.669918
package com.applandeo.materialcalendarview.utils import android.view.View import java.util.* /** * This helper class represent a selected day when calendar is in a picker date mode. * It is used to remember a selected calendar cell. * * @param calendar Calendar instance representing selected cell date * @param v...
__label__POS
0.837882
@file:JvmName("DateUtils") package com.applandeo.materialcalendarview.utils import android.content.Context import com.applandeo.materialcalendarview.R import java.util.* import java.util.concurrent.TimeUnit /** * Created by Applandeo Team. */ /** * @return An instance of the Calendar object with hour set to 00:0...
__label__POS
0.642412
package com.applandeo.materialcalendarview.utils import android.content.Context import android.graphics.Typeface import android.graphics.drawable.Drawable import android.view.View import com.applandeo.materialcalendarview.CalendarDay import com.applandeo.materialcalendarview.CalendarView import com.applandeo.materialc...
__label__POS
0.964789
// // NMGUtils.h // NMGeometryFramework // // Created by Won-Young Son on 2017. 1. 10.. // Copyright Β© 2017λ…„ NAVER. All rights reserved. // #import "NMGGeometry.h" @class NMGPoint; @class NMGLatLng; @class NMGLineString; /** μ§€μ˜€λ©”νŠΈλ¦¬μ™€ κ΄€λ ¨λœ μœ ν‹Έλ¦¬ν‹° κΈ°λŠ₯을 μ œκ³΅ν•˜λŠ” 클래슀. */ NMG_EXPORT @interface NMGUtils : NSObject /** `line...
__label__POS
0.94521
// // NMGLatLngBounds.h // NMGeometryFramework // // Created by mrtajo on 2017. 2. 6.. // Copyright Β© 2017λ…„ NAVER. All rights reserved. // #import "NMGGeometry.h" @class NMGLatLng; /** λ‚¨μ„œμͺ½κ³Ό 뢁동μͺ½ 두 μœ„κ²½λ„ μ’Œν‘œλ‘œ 이루어진 <a href="https://terms.naver.com/entry.nhn?docId=3479529&amp;cid=58439&amp;categoryId=58439">μ΅œμ†Œ 경계 μ‚¬κ°ν˜•...
__label__POS
0.692267
<?php class m170302_141036_fix_eye_status_in_operationnote_biometry_view extends CDbMigration { public function up() { $this->execute('CREATE OR REPLACE VIEW et_ophtroperationnote_biometry AS SELECT eol.id AS id,eol.eye_id AS eye_id,eol.last_modified_date AS last_modified_d...
__label__POS
0.88181
package com.applandeo.materialcalendarsampleapp; import android.os.Bundle; import android.widget.Button; import android.widget.Toast; import androidx.appcompat.app.AppCompatActivity; import com.applandeo.materialcalendarview.CalendarView; import com.applandeo.materialcalendarview.EventDay; import com.applandeo.mater...
__label__POS
0.940454
package com.applandeo.materialcalendarsampleapp; import android.graphics.Color; import android.os.Bundle; import androidx.appcompat.app.AppCompatActivity; import com.applandeo.materialcalendarsampleapp.utils.DrawableUtils; import com.applandeo.materialcalendarview.CalendarView; import com.applandeo.materialcalendarv...
__label__POS
0.880169
package com.applandeo.materialcalendarsampleapp; import android.os.Bundle; import android.widget.Button; import android.widget.Toast; import androidx.appcompat.app.AppCompatActivity; import com.applandeo.materialcalendarview.CalendarView; import java.util.Calendar; /** * Created by Mateusz Kornakiewicz on 26.05.2...
__label__POS
0.964206
<?php class m150518_112756_fixOperationNoteView extends CDbMigration { public function up() { $this->execute('CREATE OR REPLACE VIEW et_ophtroperationnote_biometry AS SELECT eol.id, eol.event_id, eol.eye_id, eol.last_modified_date, target_refraction_left, target_refraction_right, (SELECT ...
__label__POS
0.937953
package com.applandeo.materialcalendarsampleapp; import android.os.Bundle; import android.widget.Button; import android.widget.Toast; import androidx.appcompat.app.AppCompatActivity; import com.applandeo.materialcalendarsampleapp.utils.DrawableUtils; import com.applandeo.materialcalendarview.CalendarDay; import com....
__label__POS
0.967553
package com.applandeo.materialcalendarsampleapp.utils; import android.content.Context; import android.graphics.drawable.Drawable; import android.graphics.drawable.GradientDrawable; import android.graphics.drawable.InsetDrawable; import android.graphics.drawable.LayerDrawable; import androidx.annotation.ColorRes; impo...
__label__POS
0.819744
<?php class m160121_151906_add_constants_iol_ref_surgeon_table extends CDbMigration { public function up() { $this->createTable('ophinbiometry_surgeon', array( 'id' => 'pk', 'name' => 'varchar(255) NOT NULL', )); $this->addColumn('et_ophinbiometry_iol_ref_values', 'cons...
__label__POS
0.85142
<?php class m220526_134300_change_formula_id_to_allow_null_value extends OEMigration { public function up() { $this->dbConnection->createCommand("alter table et_ophinbiometry_selection modify column `formula_id_left` int(10) unsigned NULL, modify column `formula_id_right` int(10) unsigned NULL;")->quer...
__label__POS
0.820714
<?php class m151218_144423_update_et_operationnote_biometry_view extends CDbMigration { public function up() { $this->execute('CREATE OR REPLACE VIEW et_ophtroperationnote_biometry AS SELECT eol.id, eol.eye_id, eol.last_modified_date, target_refraction_left, target_refraction_right, (SELE...
__label__POS
0.99161
<?php class m150731_125728_move_lens_type extends CDbMigration { public function up() { //Drop key $this->dropForeignKey('ophinbiometry_lenstype_lens_l_fk', 'et_ophinbiometry_lenstype'); $this->dropForeignKey('ophinbiometry_lenstype_lens_r_fk', 'et_ophinbiometry_lenstype'); //D...
__label__POS
0.742226
<?php class m191029_182003_add_lvc_lvc_mode_fields extends OEMigration { public function up() { $this->addColumn('et_ophinbiometry_measurement', 'lvc_left', 'varchar(30)'); $this->addColumn('et_ophinbiometry_measurement', 'lvc_mode_left', 'varchar(30)'); $this->addColumn('et_ophinbiomet...
__label__POS
0.997473
// // NMGUtils.h // NMGeometryFramework // // Created by Won-Young Son on 2017. 1. 10.. // Copyright Β© 2017λ…„ NAVER. All rights reserved. // #import "NMGGeometry.h" @class NMGPoint; @class NMGLatLng; @class NMGLineString; /** μ§€μ˜€λ©”νŠΈλ¦¬μ™€ κ΄€λ ¨λœ μœ ν‹Έλ¦¬ν‹° κΈ°λŠ₯을 μ œκ³΅ν•˜λŠ” 클래슀. */ NMG_EXPORT @interface NMGUtils : NSObject /** `line...
__label__POS
0.94521
<?php class m191211_124602_set_biometry_target_refraction_default_to_null extends CDbMigration { public function up() { $this->alterColumn('et_ophinbiometry_calculation', 'target_refraction_left', 'DECIMAL(6,2) NULL DEFAULT NULL'); $this->alterColumn('et_ophinbiometry_calculation', 'target_refr...
__label__POS
0.999179
// // NMGLatLngBounds.h // NMGeometryFramework // // Created by mrtajo on 2017. 2. 6.. // Copyright Β© 2017λ…„ NAVER. All rights reserved. // #import "NMGGeometry.h" @class NMGLatLng; /** λ‚¨μ„œμͺ½κ³Ό 뢁동μͺ½ 두 μœ„κ²½λ„ μ’Œν‘œλ‘œ 이루어진 <a href="https://terms.naver.com/entry.nhn?docId=3479529&amp;cid=58439&amp;categoryId=58439">μ΅œμ†Œ 경계 μ‚¬κ°ν˜•...
__label__POS
0.692267
<?php class m160224_112505_operationnote_biometry_view_fix extends CDbMigration { public function up() { $this->execute('CREATE OR REPLACE VIEW et_ophtroperationnote_biometry AS SELECT eol.id, eol.eye_id, eol.last_modified_date, target_refraction_left, target_refraction_right, (SELECT nam...
__label__POS
0.89256
<?php class m170313_104815_change_snr_column_default_in_et_ophinbiometry_measurement extends CDbMigration { public function up() { $this->alterColumn('et_ophinbiometry_measurement', 'snr_left', 'DECIMAL(6,1) NULL'); $this->alterColumn('et_ophinbiometry_measurement', 'snr_right', 'DECIMAL(6,1) N...
__label__POS
0.998514
<?php class m160202_132954_change_operationnote_biometry_view_new_a_constant extends CDbMigration { public function up() { $this->execute('CREATE OR REPLACE VIEW et_ophtroperationnote_biometry AS SELECT eol.id, eol.eye_id, eol.last_modified_date, target_refraction_left, target_refraction_right, ...
__label__POS
0.936755
<?php class m220810_145300_update_biometry_view extends OEMigration { public function up() { $this->dbConnection->createCommand(" CREATE OR REPLACE VIEW et_ophtroperationnote_biometry AS SELECT `eol`.`id` AS `id`, `eol`.`eye_id` AS `eye_id`, `eol`.`la...
__label__POS
0.992677
<?php class m170316_093759_display_name_field extends CDbMigration { public function up() { $this->addColumn('ophinbiometry_lenstype_lens', 'display_name', 'varchar(255) NOT NULL'); $this->addColumn('ophinbiometry_lenstype_lens_version', 'display_name', 'varchar(255) NOT NULL'); $this-...
__label__POS
0.715186
#import "NMFFoundation.h" @class NMFIndoorRegion; @class NMFIndoorZone; @class NMFIndoorLevel; /** ν•˜λ‚˜μ˜ 싀내지도 μ˜μ—­ λ‚΄μ—μ„œ μ„ νƒλœ ꡬ역 및 측을 λ‚˜νƒ€λ‚΄λŠ” λΆˆλ³€ 클래슀. */ NMF_EXPORT @interface NMFIndoorSelection : NSObject /** μ„ νƒλœ κ΅¬μ—­μ˜ μ˜μ—­. */ @property(nonatomic, readonly, nonnull) NMFIndoorRegion *region; /** μ„ νƒλœ κ΅¬μ—­μ˜ 인덱슀. */ @property(n...
__label__POS
0.821388
#import <CoreLocation/CoreLocation.h> #import "NMFFoundation.h" @class NMGLatLng; NS_ASSUME_NONNULL_BEGIN /** μΉ΄λ©”λΌμ˜ μœ„μΉ˜ κ΄€λ ¨ 정보λ₯Ό λ‚˜νƒ€λ‚΄λŠ” λΆˆλ³€ 클래슀. μΉ΄λ©”λΌμ˜ μœ„μΉ˜λŠ” μ’Œν‘œ, 쀌 레벨, 기울기 각도, ν—€λ”© κ°λ„λ‘œ κ΅¬μ„±λ©λ‹ˆλ‹€. */ NMF_EXPORT @interface NMFCameraPosition : NSObject <NSSecureCoding, NSCopying> /** μΉ΄λ©”λΌμ˜ μ’Œν‘œ. */ @property (nonatomic, strong, read...
__label__POS
0.745819
<?php class m151123_144314_add_update_snr extends OEMigration { public function up() { $this->alterColumn('et_ophinbiometry_measurement', 'snr_left', 'decimal(6,1) not null DEFAULT 0.0'); $this->alterColumn('et_ophinbiometry_measurement', 'snr_right', 'decimal(6,1) not null DEFAULT 0.0'); ...
__label__POS
0.942224
#import <UIKit/UIKit.h> #import "NMFFoundation.h" #import "NMFMyPositionMode.h" @class NMFMapView; @protocol NMFMapViewDelegate; /** μ§€λ„μ˜ μ»¨νŠΈλ‘€μ„ λ‚΄μž₯ν•œ 지도 λ·° 클래슀. */ NMF_EXPORT @interface NMFNaverMapView : UIView /** 지도 λ·° 객체. @see `NMFMapView` */ @property(nonatomic, readonly, nonnull) NMFMapView *mapView; /** μ§€...
__label__POS
0.639562
#import <UIKit/UIKit.h> #import "NMFTypes.h" NS_ASSUME_NONNULL_BEGIN @class NMFMapView; @class NMFSymbol; @class NMFIndoorRegion; /** `NMFMapView`에 κ΄€λ ¨λœ μ—…λ°μ΄νŠΈ 및 비동기 μž‘μ—…μ˜ κ²°κ³Όλ₯Ό μ•Œλ €μ£ΌλŠ” 콜백 λ©”μ„œλ“œκ°€ μ •μ˜λœ ν”„λ‘œν† μ½œ. 이 ν”„λ‘œν† μ½œμ€ 더이상 μ‚¬μš©μ΄ ꢌμž₯λ˜μ§€ μ•ŠμŠ΅λ‹ˆλ‹€. `NMFMapViewTouchDelegate`, `NMFMapViewCameraDelegate`, `NMFMapViewOptionDelegate`λ₯Ό μ‚¬μš©ν•˜μ„Έμš”. */ ...
__label__POS
0.907387
#import <Foundation/Foundation.h> #import <NMapsGeometry/NMapsGeometry.h> #import "NMFOverlay.h" @class NMGLatLng; /** κΈ°λ³Έ 원 μ˜€λ²„λ ˆμ΄ μ „μ—­ Z 인덱슀 */ const static int NMF_CIRCLE_OVERLAY_GLOBAL_Z_INDEX = -200000; NS_ASSUME_NONNULL_BEGIN /** 지도에 원을 λ‚˜νƒ€λ‚΄λŠ” μ˜€λ²„λ ˆμ΄. */ NMF_EXPORT @interface NMFCircleOverlay : NMFOverlay /** 쀑...
__label__POS
0.844859
#import <Foundation/Foundation.h> #import <UIKit/UIKit.h> #import <NMapsGeometry/NMapsGeometry.h> #import "NMFMapView.h" NS_INLINE CGFloat ScreenScaleFactor() { static dispatch_once_t onceToken; static CGFloat screenFactor; dispatch_once(&onceToken, ^{ screenFactor = [UIScreen instancesRespon...
__label__POS
0.927132
#import "NMFFoundation.h" @class NMFIndoorLevel; NS_ASSUME_NONNULL_BEGIN /** ν•˜λ‚˜μ˜ 싀내지도 ꡬ역을 λ‚˜νƒ€λ‚΄λŠ” λΆˆλ³€ 클래슀. ν•˜λ‚˜μ˜ 싀내지도 κ΅¬μ—­μ—λŠ” ν•œ 개 μ΄μƒμ˜ 측이 μžˆμŠ΅λ‹ˆλ‹€. 이 클래슀의 μΈμŠ€ν„΄μŠ€λŠ” 직접 생성할 수 μ—†κ³  `NMFIndoorRegion`을 μ΄μš©ν•΄μ„œ κ°€μ Έμ˜¬ 수 μžˆμŠ΅λ‹ˆλ‹€. @see `NMFIndoorRegion` */ NMF_EXPORT @interface NMFIndoorZone : NSObject /** ꡬ역 ID. */ @property(nonatomic, reado...
__label__POS
0.773423
#import <Foundation/Foundation.h> #import <UIKit/UIKit.h> #import "NMFGeometry.h" #import "NMFOverlay.h" NS_ASSUME_NONNULL_BEGIN /** κΈ°λ³Έ 지상 μ˜€λ²„λ ˆμ΄ μ „μ—­ Z 인덱슀 */ const static int NMF_GROUND_OVERLAY_GLOBAL_Z_INDEX = -300000; @class NMFOverlayImage; @class NMGLatLngBounds; /** μ§€λ„μ—μ„œ νŠΉμ • μ˜μ—­μ„ λ‚˜νƒ€λ‚΄λŠ” μ˜€λ²„λ ˆμ΄. 지도에 μΆ”κ°€ν•˜κΈ° 전에 λ°˜λ“œμ‹œ `bo...
__label__POS
0.759908
#import <UIKit/UIKit.h> #import <CoreGraphics/CoreGraphics.h> #import <NMapsGeometry/NMapsGeometry.h> #import "NMFFoundation.h" @class NMFCameraUpdateParams; @class NMFCameraPosition; @class NMFMapView; NS_ASSUME_NONNULL_BEGIN /** κ°œλ°œμžκ°€ APIλ₯Ό ν˜ΈμΆœν•΄ 카메라가 μ›€μ§μ˜€μŒμ„ λ‚˜νƒ€λ‚΄λŠ” κ°’. @see `NMFCameraUpdate.reason` */ const static NS...
__label__POS
0.729577
#import <UIKit/UIKit.h> #import "NMFFoundation.h" @class NMFOverlay; NS_ASSUME_NONNULL_BEGIN /** μ˜€λ²„λ ˆμ΄μ—μ„œ μ‚¬μš©ν•˜λŠ” λΉ„νŠΈλ§΅ 이미지λ₯Ό λ‚˜νƒ€λ‚΄λŠ” λΆˆλ³€ 클래슀. νŒ©ν† λ¦¬ λ©”μ„œλ“œλ₯Ό μ΄μš©ν•΄ asset, `UIImage`, `NSBundle` λ“±μœΌλ‘œλΆ€ν„° μΈμŠ€ν„΄μŠ€λ₯Ό 생성할 수 μžˆμŠ΅λ‹ˆλ‹€. */ NMF_EXPORT @interface NMFOverlayImage : NSObject /** μž¬μ‚¬μš© μ‹λ³„μž. */ @property(nonatomic, readonly, copy) NSString ...
__label__POS
0.92943
#import <Foundation/Foundation.h> @class NMFCameraPosition; @class NMFMapView; @class NMGLatLng; NS_ASSUME_NONNULL_BEGIN /** 카메라λ₯Ό 이동할 지점에 κ΄€ν•œ λ‹€μ–‘ν•œ 정보λ₯Ό λ‚˜νƒ€λ‚΄λŠ” 클래슀. 주둜 `NMFCameraUpdate`λ₯Ό λ§Œλ“€κΈ° μœ„ν•œ νŒŒλΌλ―Έν„°λ‘œ μ‚¬μš©λ©λ‹ˆλ‹€. `target`, `zoom`, `tilt`, `heading` λ“± 카메라 μœ„μΉ˜μ— λŒ€ν•œ λ„€ κ°€μ§€ 속성을 λ‚˜νƒ€λ‚΄λŠ” 것은 `NMFCameraPosition`κ³Ό μœ μ‚¬ν•˜μ§€λ§Œ, `NMFCameraPosition...
__label__POS
0.626984
#import "NMFFoundation.h" // Project version number for NaverMap Framework. FOUNDATION_EXPORT NMF_EXPORT double NaverMapFrameworkVersionNumber; // Project version string for NaverMap Framework. FOUNDATION_EXPORT NMF_EXPORT const unsigned char NaverMapFrameworVersionString[]; #import "NMFUtils.h" #import "NMFAuthMan...
__label__POS
0.935112
#import "NMFFoundation.h" @class NMGWebMercatorCoord; @class NMGLatLng; @class NMGLatLngBounds; /** 타일 IDλ₯Ό λ‹€λ£¨λŠ” 클래슀. 타일 IDλŠ” μ •μˆ˜ λ‹¨μœ„μ˜ 쀌 λ ˆλ²¨μ„ μ˜λ―Έν•˜λŠ” `z` μ„±λΆ„, `x`μΆ• 인덱슀λ₯Ό μ˜λ―Έν•˜λŠ” `x` μ„±λΆ„, `y`μΆ• 인덱슀λ₯Ό μ˜λ―Έν•˜λŠ” `y` μ„±λΆ„μœΌλ‘œ κ΅¬μ„±λ˜λ©°, 각 성뢄을 μ‘°ν•©ν•œ `long` νƒ€μž…μœΌλ‘œ ν‘œν˜„λ©λ‹ˆλ‹€. 이 클래슀의 λ©”μ„œλ“œλ₯Ό μ‚¬μš©ν•΄ `long` νƒ€μž…μ˜ 타일 IDλ‘œλΆ€ν„° 각 성뢄을 μΆ”μΆœν•˜κ±°λ‚˜ 각 μ„±λΆ„μœΌλ‘œλΆ€ν„° 타일 IDλ₯Ό μ‘°ν•©ν•  수 μžˆμŠ΅λ‹ˆλ‹€. */ NMF...
__label__POS
0.990493
#import <UIKit/UIKit.h> #import "NMFOverlay.h" NS_ASSUME_NONNULL_BEGIN /** κΈ°λ³Έ ν™”μ‚΄ν‘œ 경둜 μ˜€λ²„λ ˆμ΄ μ „μ—­ Z 인덱슀 */ const static int NMF_ARROWHEAD_PATH_OVERLAY_GLOBAL_Z_INDEX = 100000; @class NMGLatLng; /** ν™”μ‚΄ν‘œ ν˜•νƒœλ‘œ λ°©ν–₯ λ˜λŠ” νšŒμ „ 지점을 λ‚˜νƒ€λ‚΄λŠ” μ˜€λ²„λ ˆμ΄. κ²½λ‘œμ„  μ˜€λ²„λ ˆμ΄μ™€ λ§ˆμ°¬κ°€μ§€λ‘œ μ’Œν‘œμ—΄μ„ λ‚˜νƒ€λ‚΄μ§€λ§Œ μ§„μ²™λ₯ μ„ μ§€μ •ν•  수 μ—†κ³ , 끝 지점에 μ‚Όκ°ν˜• λͺ¨μ–‘μ˜ 머리가 μΆ”κ°€λ©λ‹ˆλ‹€. */ NMF_EXPORT @int...
__label__POS
0.63723
#import "NMFFoundation.h" @class NMFMapView; NS_ASSUME_NONNULL_BEGIN /** 타일 λͺ©λ‘μ— 변경이 일어남에 λŒ€ν•œ 이벀트λ₯Ό 받을 델리게이트. */ @protocol NMFTileCoverHelperDelegate <NSObject> /** 타일 λͺ©λ‘μ— 변경이 μΌμ–΄λ‚˜λ©΄ ν˜ΈμΆœλ˜λŠ” 콜백 λ©”μ„œλ“œ. @param addedTileIds 화면에 μΆ”κ°€λœ 타일 ID의 λͺ©λ‘. @param removedTileIds ν™”λ©΄μ—μ„œ 제거된 타일 ID의 λͺ©λ‘. */ - (void)onTileChanged:(NSArray<N...
__label__POS
0.638158
#import <UIKit/UIKit.h> /** μœ„μΉ˜ 좔적 λͺ¨λ“œλ₯Ό λ‚˜νƒ€λ‚΄λŠ” μ—΄κ±°ν˜•. */ typedef NS_ENUM(NSUInteger, NMFMyPositionMode) { /** μœ„μΉ˜ 좔적을 μ‚¬μš©ν•˜μ§€ μ•ŠλŠ” λͺ¨λ“œ. `NMFLocationOverlay`λŠ” 움직이지 μ•ŠμŠ΅λ‹ˆλ‹€. */ NMFMyPositionDisabled = 0, /** μœ„μΉ˜λŠ” μΆ”μ ν•˜μ§€λ§Œ μ§€λ„λŠ” 움직이지 μ•ŠλŠ” λͺ¨λ“œ. `NMFLocationOverlay`κ°€ μ‚¬μš©μžμ˜ μœ„μΉ˜λ₯Ό 따라 μ›€μ§μ΄λ‚˜ μ§€λ„λŠ” 움직이지 μ•ŠμŠ΅λ‹ˆλ‹€. */ ...
__label__POS
0.678838
#import "NMFIndoorView.h" NS_ASSUME_NONNULL_BEGIN /** ν•˜λ‚˜μ˜ 싀내지도 측을 λ‚˜νƒ€λ‚΄λŠ” λΆˆλ³€ 클래슀. ν•˜λ‚˜μ˜ 싀내지도 측은 λ‹€λ₯Έ μΈ΅κ³Ό 연결될 수 μžˆμŠ΅λ‹ˆλ‹€. 이 클래슀의 μΈμŠ€ν„΄μŠ€λŠ” 직접 생성할 수 μ—†κ³  `NMFIndoorZone`을 μ΄μš©ν•΄μ„œ κ°€μ Έμ˜¬ 수 μžˆμŠ΅λ‹ˆλ‹€. @see `NMFIndoorZone` */ NMF_EXPORT @interface NMFIndoorLevel : NSObject /** 측에 ν•΄λ‹Ήν•˜λŠ” 싀내지도 λ·°. */ @property(nonatomic, readonly) NMFIndoorView *...
__label__POS
0.72979
<div class="data-group"> <table class="cols-11 large-text borders"> <colgroup> <col class="cols-3"> <col class="cols-2"> <col class="cols-1"> </colgroup> <tbody> <tr> <td> AL: </td> <td> ...
__label__POS
0.984526
#import <UIKit/UIKit.h> NS_ASSUME_NONNULL_BEGIN @class NMFMapView; @class NMFSymbol; /** μΉ΄λ©”λΌμ˜ μ›€μ§μž„μ— λŒ€ν•œ 콜백 ν”„λ‘œν† μ½œ. */ @protocol NMFMapViewCameraDelegate <NSObject> @optional /** μΉ΄λ©”λΌμ˜ μ›€μ§μž„μ΄ μ‹œμž‘λ  λ•Œ ν˜ΈμΆœλ˜λŠ” 콜백 λ©”μ„œλ“œ. ν•΄λ‹Ή μ‹œμ μ˜ 카메라 μœ„μΉ˜λŠ” 콜백 λ‚΄μ—μ„œ `NMFMapView.cameraPosition`으둜 얻을 수 μžˆμŠ΅λ‹ˆλ‹€. @param mapView `NMFMapView` 객체. @param reaso...
__label__POS
0.904167
#import <CoreLocation/CoreLocation.h> #import <UIKit/UIKit.h> #import "NMFFoundation.h" @class NMFMapView; @class NMGLatLng; @class NMGLatLngBounds; NS_ASSUME_NONNULL_BEGIN /** 지리적 μ’Œν‘œμ™€ ν™”λ©΄ μ’Œν‘œ κ°„μ˜ λ³€ν™˜μ„ λ‹΄λ‹Ήν•˜λŠ” 클래슀. 이 클래슀의 μΈμŠ€ν„΄μŠ€λŠ” 직접 생성할 수 μ—†κ³  `NMFMapView.projection`을 μ΄μš©ν•΄μ„œ κ°€μ Έμ˜¬ 수 μžˆμŠ΅λ‹ˆλ‹€. */ NMF_EXPORT @interface NMFProjection...
__label__POS
0.983051
#import <Foundation/Foundation.h> #import <UIKit/UIKit.h> #import "NMFGeometry.h" #import "NMFOverlay.h" NS_ASSUME_NONNULL_BEGIN /** κΈ°λ³Έ 폴리곀 μ˜€λ²„λ ˆμ΄ μ „μ—­ Z 인덱슀 */ const static int NMF_POLYGON_OVERLAY_GLOBAL_Z_INDEX = -200000; @class NMGPolygon; /** 지도에 λ„ν˜•μ„ λ‚˜νƒ€λ‚΄λŠ” μ˜€λ²„λ ˆμ΄. */ NMF_EXPORT @interface NMFPolygonOverlay : NMFO...
__label__POS
0.653391
#import "NMFFoundation.h" NS_ASSUME_NONNULL_BEGIN @class NMFIndoorZone; /** 싀내지도가 μ‘΄μž¬ν•˜λŠ” μ˜μ—­μ„ λ‚˜νƒ€λ‚΄λŠ” λΆˆλ³€ 클래슀. ν•˜λ‚˜μ˜ 싀내지도 μ˜μ—­μ€ μ„œλ‘œ 겹쳐진 ν•œ 개 μ΄μƒμ˜ κ΅¬μ—­μœΌλ‘œ μ΄λ£¨μ–΄μ§‘λ‹ˆλ‹€. 이 클래슀의 μΈμŠ€ν„΄μŠ€λŠ” 직접 생성할 수 μ—†μŠ΅λ‹ˆλ‹€. */ NMF_EXPORT @interface NMFIndoorRegion : NSObject /** μ˜μ—­μ— 속해 μžˆλŠ” ꡬ역 λͺ©λ‘ */ @property(nonatomic, readonly) NSArray<NMFIndoorZone *> *zones;...
__label__POS
0.803616
#import "NMFFoundation.h" @class NMFIndoorRegion; @class NMFIndoorZone; @class NMFIndoorLevel; /** ν•˜λ‚˜μ˜ 싀내지도 μ˜μ—­ λ‚΄μ—μ„œ μ„ νƒλœ ꡬ역 및 측을 λ‚˜νƒ€λ‚΄λŠ” λΆˆλ³€ 클래슀. */ NMF_EXPORT @interface NMFIndoorSelection : NSObject /** μ„ νƒλœ κ΅¬μ—­μ˜ μ˜μ—­. */ @property(nonatomic, readonly, nonnull) NMFIndoorRegion *region; /** μ„ νƒλœ κ΅¬μ—­μ˜ 인덱슀. */ @property(n...
__label__POS
0.821388
#import <CoreLocation/CoreLocation.h> #import "NMFFoundation.h" @class NMGLatLng; NS_ASSUME_NONNULL_BEGIN /** μΉ΄λ©”λΌμ˜ μœ„μΉ˜ κ΄€λ ¨ 정보λ₯Ό λ‚˜νƒ€λ‚΄λŠ” λΆˆλ³€ 클래슀. μΉ΄λ©”λΌμ˜ μœ„μΉ˜λŠ” μ’Œν‘œ, 쀌 레벨, 기울기 각도, ν—€λ”© κ°λ„λ‘œ κ΅¬μ„±λ©λ‹ˆλ‹€. */ NMF_EXPORT @interface NMFCameraPosition : NSObject <NSSecureCoding, NSCopying> /** μΉ΄λ©”λΌμ˜ μ’Œν‘œ. */ @property (nonatomic, strong, read...
__label__POS
0.745819
#import <UIKit/UIKit.h> #import "NMFFoundation.h" #import "NMFMyPositionMode.h" @class NMFMapView; @protocol NMFMapViewDelegate; /** μ§€λ„μ˜ μ»¨νŠΈλ‘€μ„ λ‚΄μž₯ν•œ 지도 λ·° 클래슀. */ NMF_EXPORT @interface NMFNaverMapView : UIView /** 지도 λ·° 객체. @see `NMFMapView` */ @property(nonatomic, readonly, nonnull) NMFMapView *mapView; /** μ§€...
__label__POS
0.639562
#import <UIKit/UIKit.h> #import "NMFTypes.h" NS_ASSUME_NONNULL_BEGIN @class NMFMapView; @class NMFSymbol; @class NMFIndoorRegion; /** `NMFMapView`에 κ΄€λ ¨λœ μ—…λ°μ΄νŠΈ 및 비동기 μž‘μ—…μ˜ κ²°κ³Όλ₯Ό μ•Œλ €μ£ΌλŠ” 콜백 λ©”μ„œλ“œκ°€ μ •μ˜λœ ν”„λ‘œν† μ½œ. 이 ν”„λ‘œν† μ½œμ€ 더이상 μ‚¬μš©μ΄ ꢌμž₯λ˜μ§€ μ•ŠμŠ΅λ‹ˆλ‹€. `NMFMapViewTouchDelegate`, `NMFMapViewCameraDelegate`, `NMFMapViewOptionDelegate`λ₯Ό μ‚¬μš©ν•˜μ„Έμš”. */ ...
__label__POS
0.907387
<?php if (! function_exists('markdown')) { /** * Compile Markdown to HTML. * * @param string|null $text * @return string */ function markdown($text = null) { return app(ParsedownExtra::class)->text($text); } } if (! function_exists('gravatar_profile_url')) { /** *...
__label__POS
0.990308
<?php namespace App; use File; class Documentation { /** * Read content of given markdown file. * * @param string $file * @return string */ public function get($file = 'documentation.md') { $content = File::get($this->path($file)); return $this->replaceLinks($con...
__label__POS
0.997938
#import <Foundation/Foundation.h> #import <NMapsGeometry/NMapsGeometry.h> #import "NMFOverlay.h" @class NMGLatLng; /** κΈ°λ³Έ 원 μ˜€λ²„λ ˆμ΄ μ „μ—­ Z 인덱슀 */ const static int NMF_CIRCLE_OVERLAY_GLOBAL_Z_INDEX = -200000; NS_ASSUME_NONNULL_BEGIN /** 지도에 원을 λ‚˜νƒ€λ‚΄λŠ” μ˜€λ²„λ ˆμ΄. */ NMF_EXPORT @interface NMFCircleOverlay : NMFOverlay /** 쀑...
__label__POS
0.844859
#import <Foundation/Foundation.h> #import <UIKit/UIKit.h> #import <NMapsGeometry/NMapsGeometry.h> #import "NMFMapView.h" NS_INLINE CGFloat ScreenScaleFactor() { static dispatch_once_t onceToken; static CGFloat screenFactor; dispatch_once(&onceToken, ^{ screenFactor = [UIScreen instancesRespon...
__label__POS
0.927132
#import "NMFFoundation.h" @class NMFIndoorLevel; NS_ASSUME_NONNULL_BEGIN /** ν•˜λ‚˜μ˜ 싀내지도 ꡬ역을 λ‚˜νƒ€λ‚΄λŠ” λΆˆλ³€ 클래슀. ν•˜λ‚˜μ˜ 싀내지도 κ΅¬μ—­μ—λŠ” ν•œ 개 μ΄μƒμ˜ 측이 μžˆμŠ΅λ‹ˆλ‹€. 이 클래슀의 μΈμŠ€ν„΄μŠ€λŠ” 직접 생성할 수 μ—†κ³  `NMFIndoorRegion`을 μ΄μš©ν•΄μ„œ κ°€μ Έμ˜¬ 수 μžˆμŠ΅λ‹ˆλ‹€. @see `NMFIndoorRegion` */ NMF_EXPORT @interface NMFIndoorZone : NSObject /** ꡬ역 ID. */ @property(nonatomic, reado...
__label__POS
0.773423
#import <Foundation/Foundation.h> #import <UIKit/UIKit.h> #import "NMFGeometry.h" #import "NMFOverlay.h" NS_ASSUME_NONNULL_BEGIN /** κΈ°λ³Έ 지상 μ˜€λ²„λ ˆμ΄ μ „μ—­ Z 인덱슀 */ const static int NMF_GROUND_OVERLAY_GLOBAL_Z_INDEX = -300000; @class NMFOverlayImage; @class NMGLatLngBounds; /** μ§€λ„μ—μ„œ νŠΉμ • μ˜μ—­μ„ λ‚˜νƒ€λ‚΄λŠ” μ˜€λ²„λ ˆμ΄. 지도에 μΆ”κ°€ν•˜κΈ° 전에 λ°˜λ“œμ‹œ `bo...
__label__POS
0.759908
#import <UIKit/UIKit.h> #import <CoreGraphics/CoreGraphics.h> #import <NMapsGeometry/NMapsGeometry.h> #import "NMFFoundation.h" @class NMFCameraUpdateParams; @class NMFCameraPosition; @class NMFMapView; NS_ASSUME_NONNULL_BEGIN /** κ°œλ°œμžκ°€ APIλ₯Ό ν˜ΈμΆœν•΄ 카메라가 μ›€μ§μ˜€μŒμ„ λ‚˜νƒ€λ‚΄λŠ” κ°’. @see `NMFCameraUpdate.reason` */ const static NS...
__label__POS
0.729577
<?php class OphInVisualfields_Field_Measurement extends Measurement { /** * @return string the associated database table name */ public function tableName() { return 'ophinvisualfields_field_measurement'; } public function relations() { return array( 'eye'...
__label__POS
0.648462
#import <UIKit/UIKit.h> #import "NMFFoundation.h" @class NMFOverlay; NS_ASSUME_NONNULL_BEGIN /** μ˜€λ²„λ ˆμ΄μ—μ„œ μ‚¬μš©ν•˜λŠ” λΉ„νŠΈλ§΅ 이미지λ₯Ό λ‚˜νƒ€λ‚΄λŠ” λΆˆλ³€ 클래슀. νŒ©ν† λ¦¬ λ©”μ„œλ“œλ₯Ό μ΄μš©ν•΄ asset, `UIImage`, `NSBundle` λ“±μœΌλ‘œλΆ€ν„° μΈμŠ€ν„΄μŠ€λ₯Ό 생성할 수 μžˆμŠ΅λ‹ˆλ‹€. */ NMF_EXPORT @interface NMFOverlayImage : NSObject /** μž¬μ‚¬μš© μ‹λ³„μž. */ @property(nonatomic, readonly, copy) NSString ...
__label__POS
0.92943
#import <Foundation/Foundation.h> @class NMFCameraPosition; @class NMFMapView; @class NMGLatLng; NS_ASSUME_NONNULL_BEGIN /** 카메라λ₯Ό 이동할 지점에 κ΄€ν•œ λ‹€μ–‘ν•œ 정보λ₯Ό λ‚˜νƒ€λ‚΄λŠ” 클래슀. 주둜 `NMFCameraUpdate`λ₯Ό λ§Œλ“€κΈ° μœ„ν•œ νŒŒλΌλ―Έν„°λ‘œ μ‚¬μš©λ©λ‹ˆλ‹€. `target`, `zoom`, `tilt`, `heading` λ“± 카메라 μœ„μΉ˜μ— λŒ€ν•œ λ„€ κ°€μ§€ 속성을 λ‚˜νƒ€λ‚΄λŠ” 것은 `NMFCameraPosition`κ³Ό μœ μ‚¬ν•˜μ§€λ§Œ, `NMFCameraPosition...
__label__POS
0.626984
#import "NMFFoundation.h" // Project version number for NaverMap Framework. FOUNDATION_EXPORT NMF_EXPORT double NaverMapFrameworkVersionNumber; // Project version string for NaverMap Framework. FOUNDATION_EXPORT NMF_EXPORT const unsigned char NaverMapFrameworVersionString[]; #import "NMFUtils.h" #import "NMFAuthMan...
__label__POS
0.935112
#import "NMFFoundation.h" @class NMGWebMercatorCoord; @class NMGLatLng; @class NMGLatLngBounds; /** 타일 IDλ₯Ό λ‹€λ£¨λŠ” 클래슀. 타일 IDλŠ” μ •μˆ˜ λ‹¨μœ„μ˜ 쀌 λ ˆλ²¨μ„ μ˜λ―Έν•˜λŠ” `z` μ„±λΆ„, `x`μΆ• 인덱슀λ₯Ό μ˜λ―Έν•˜λŠ” `x` μ„±λΆ„, `y`μΆ• 인덱슀λ₯Ό μ˜λ―Έν•˜λŠ” `y` μ„±λΆ„μœΌλ‘œ κ΅¬μ„±λ˜λ©°, 각 성뢄을 μ‘°ν•©ν•œ `long` νƒ€μž…μœΌλ‘œ ν‘œν˜„λ©λ‹ˆλ‹€. 이 클래슀의 λ©”μ„œλ“œλ₯Ό μ‚¬μš©ν•΄ `long` νƒ€μž…μ˜ 타일 IDλ‘œλΆ€ν„° 각 성뢄을 μΆ”μΆœν•˜κ±°λ‚˜ 각 μ„±λΆ„μœΌλ‘œλΆ€ν„° 타일 IDλ₯Ό μ‘°ν•©ν•  수 μžˆμŠ΅λ‹ˆλ‹€. */ NMF...
__label__POS
0.990493
#import <UIKit/UIKit.h> #import "NMFOverlay.h" NS_ASSUME_NONNULL_BEGIN /** κΈ°λ³Έ ν™”μ‚΄ν‘œ 경둜 μ˜€λ²„λ ˆμ΄ μ „μ—­ Z 인덱슀 */ const static int NMF_ARROWHEAD_PATH_OVERLAY_GLOBAL_Z_INDEX = 100000; @class NMGLatLng; /** ν™”μ‚΄ν‘œ ν˜•νƒœλ‘œ λ°©ν–₯ λ˜λŠ” νšŒμ „ 지점을 λ‚˜νƒ€λ‚΄λŠ” μ˜€λ²„λ ˆμ΄. κ²½λ‘œμ„  μ˜€λ²„λ ˆμ΄μ™€ λ§ˆμ°¬κ°€μ§€λ‘œ μ’Œν‘œμ—΄μ„ λ‚˜νƒ€λ‚΄μ§€λ§Œ μ§„μ²™λ₯ μ„ μ§€μ •ν•  수 μ—†κ³ , 끝 지점에 μ‚Όκ°ν˜• λͺ¨μ–‘μ˜ 머리가 μΆ”κ°€λ©λ‹ˆλ‹€. */ NMF_EXPORT @int...
__label__POS
0.63723
#import "NMFFoundation.h" @class NMFMapView; NS_ASSUME_NONNULL_BEGIN /** 타일 λͺ©λ‘μ— 변경이 일어남에 λŒ€ν•œ 이벀트λ₯Ό 받을 델리게이트. */ @protocol NMFTileCoverHelperDelegate <NSObject> /** 타일 λͺ©λ‘μ— 변경이 μΌμ–΄λ‚˜λ©΄ ν˜ΈμΆœλ˜λŠ” 콜백 λ©”μ„œλ“œ. @param addedTileIds 화면에 μΆ”κ°€λœ 타일 ID의 λͺ©λ‘. @param removedTileIds ν™”λ©΄μ—μ„œ 제거된 타일 ID의 λͺ©λ‘. */ - (void)onTileChanged:(NSArray<N...
__label__POS
0.638158
#import <UIKit/UIKit.h> /** μœ„μΉ˜ 좔적 λͺ¨λ“œλ₯Ό λ‚˜νƒ€λ‚΄λŠ” μ—΄κ±°ν˜•. */ typedef NS_ENUM(NSUInteger, NMFMyPositionMode) { /** μœ„μΉ˜ 좔적을 μ‚¬μš©ν•˜μ§€ μ•ŠλŠ” λͺ¨λ“œ. `NMFLocationOverlay`λŠ” 움직이지 μ•ŠμŠ΅λ‹ˆλ‹€. */ NMFMyPositionDisabled = 0, /** μœ„μΉ˜λŠ” μΆ”μ ν•˜μ§€λ§Œ μ§€λ„λŠ” 움직이지 μ•ŠλŠ” λͺ¨λ“œ. `NMFLocationOverlay`κ°€ μ‚¬μš©μžμ˜ μœ„μΉ˜λ₯Ό 따라 μ›€μ§μ΄λ‚˜ μ§€λ„λŠ” 움직이지 μ•ŠμŠ΅λ‹ˆλ‹€. */ ...
__label__POS
0.678838
#import "NMFIndoorView.h" NS_ASSUME_NONNULL_BEGIN /** ν•˜λ‚˜μ˜ 싀내지도 측을 λ‚˜νƒ€λ‚΄λŠ” λΆˆλ³€ 클래슀. ν•˜λ‚˜μ˜ 싀내지도 측은 λ‹€λ₯Έ μΈ΅κ³Ό 연결될 수 μžˆμŠ΅λ‹ˆλ‹€. 이 클래슀의 μΈμŠ€ν„΄μŠ€λŠ” 직접 생성할 수 μ—†κ³  `NMFIndoorZone`을 μ΄μš©ν•΄μ„œ κ°€μ Έμ˜¬ 수 μžˆμŠ΅λ‹ˆλ‹€. @see `NMFIndoorZone` */ NMF_EXPORT @interface NMFIndoorLevel : NSObject /** 측에 ν•΄λ‹Ήν•˜λŠ” 싀내지도 λ·°. */ @property(nonatomic, readonly) NMFIndoorView *...
__label__POS
0.72979
<?php use Illuminate\Support\Facades\Schema; use Illuminate\Database\Schema\Blueprint; use Illuminate\Database\Migrations\Migration; class CreateCommentsTable extends Migration { /** * Run the migrations. * * @return void */ public function up() { Schema::create('comments', fun...
__label__POS
0.65757
<?php use Illuminate\Support\Facades\Schema; use Illuminate\Database\Schema\Blueprint; use Illuminate\Database\Migrations\Migration; class CreateArticleTagTable extends Migration { /** * Run the migrations. * * @return void */ public function up() { Schema::create('article_tag'...
__label__POS
0.625198
<?php use Illuminate\Support\Facades\Schema; use Illuminate\Database\Schema\Blueprint; use Illuminate\Database\Migrations\Migration; class CreateVotesTable extends Migration { /** * Run the migrations. * * @return void */ public function up() { Schema::create('votes', function ...
__label__POS
0.646679
#import <UIKit/UIKit.h> NS_ASSUME_NONNULL_BEGIN @class NMFMapView; @class NMFSymbol; /** μΉ΄λ©”λΌμ˜ μ›€μ§μž„μ— λŒ€ν•œ 콜백 ν”„λ‘œν† μ½œ. */ @protocol NMFMapViewCameraDelegate <NSObject> @optional /** μΉ΄λ©”λΌμ˜ μ›€μ§μž„μ΄ μ‹œμž‘λ  λ•Œ ν˜ΈμΆœλ˜λŠ” 콜백 λ©”μ„œλ“œ. ν•΄λ‹Ή μ‹œμ μ˜ 카메라 μœ„μΉ˜λŠ” 콜백 λ‚΄μ—μ„œ `NMFMapView.cameraPosition`으둜 얻을 수 μžˆμŠ΅λ‹ˆλ‹€. @param mapView `NMFMapView` 객체. @param reaso...
__label__POS
0.904167
<?php namespace App\Providers; use Illuminate\Support\ServiceProvider; class AppServiceProvider extends ServiceProvider { /** * Bootstrap any application services. * * @return void */ public function boot() { if (is_api_domain() and request()->getLanguages()) { $pr...
__label__POS
0.690189
<?php namespace App\Transformers; use App\Article; use Appkr\Api\TransformerAbstract; use League\Fractal\ParamBag; class ArticleTransformer extends TransformerAbstract { /** * List of resources possible to include using url query string. * e.g. collection case -> ?include=comments:limit(5|1):order(crea...
__label__POS
0.788085
<?php namespace App\Transformers; use App\Tag; use Appkr\Api\TransformerAbstract; use League\Fractal\ParamBag; class TagTransformer extends TransformerAbstract { /** * List of resources possible to include using url query string. * e.g. collection case -> ?include=comments:limit(5|1):order(created_at|d...
__label__POS
0.836428
<?php class m140610_143247_assessment_result_values extends CDbMigration { public function up() { $this->insert('ophinvisualfields_result_assessment', array('id' => 1, 'active' => 1, 'name' => 'Nasal step')); $this->insert('ophinvisualfields_result_assessment', array('id' => 2, 'active' => 1, '...
__label__POS
0.745054
#import <CoreLocation/CoreLocation.h> #import <UIKit/UIKit.h> #import "NMFFoundation.h" @class NMFMapView; @class NMGLatLng; @class NMGLatLngBounds; NS_ASSUME_NONNULL_BEGIN /** 지리적 μ’Œν‘œμ™€ ν™”λ©΄ μ’Œν‘œ κ°„μ˜ λ³€ν™˜μ„ λ‹΄λ‹Ήν•˜λŠ” 클래슀. 이 클래슀의 μΈμŠ€ν„΄μŠ€λŠ” 직접 생성할 수 μ—†κ³  `NMFMapView.projection`을 μ΄μš©ν•΄μ„œ κ°€μ Έμ˜¬ 수 μžˆμŠ΅λ‹ˆλ‹€. */ NMF_EXPORT @interface NMFProjection...
__label__POS
0.983051
<?php namespace App\Transformers; use App\Attachment; use Appkr\Api\TransformerAbstract; class AttachmentTransformer extends TransformerAbstract { /** * Transform single resource. * * @param \App\Attachment $attachment * @return array */ public function transform(Attachment $attach...
__label__POS
0.692859
<?php namespace App\Transformers; use App\User; use Appkr\Api\TransformerAbstract; use League\Fractal\ParamBag; class UserTransformer extends TransformerAbstract { /** * List of resources possible to include using url query string. * e.g. collection case -> ?include=comments:limit(5|1):order(created_at...
__label__POS
0.899404
#import <Foundation/Foundation.h> #import <UIKit/UIKit.h> #import "NMFGeometry.h" #import "NMFOverlay.h" NS_ASSUME_NONNULL_BEGIN /** κΈ°λ³Έ 폴리곀 μ˜€λ²„λ ˆμ΄ μ „μ—­ Z 인덱슀 */ const static int NMF_POLYGON_OVERLAY_GLOBAL_Z_INDEX = -200000; @class NMGPolygon; /** 지도에 λ„ν˜•μ„ λ‚˜νƒ€λ‚΄λŠ” μ˜€λ²„λ ˆμ΄. */ NMF_EXPORT @interface NMFPolygonOverlay : NMFO...
__label__POS
0.653391
<?php namespace App\Listeners; use App\Events\CommentsEvent; use Illuminate\Queue\InteractsWithQueue; use Illuminate\Contracts\Queue\ShouldQueue; class CommentsEventListener { /** * Handle the event. * * @param CommentsEvent $event * @return void */ public function handle(CommentsE...
__label__POS
0.961107
<?php class DefaultController extends BaseEventTypeController { protected function setComplexAttributes_Element_OphInVisualfields_Condition($element, $data, $index) { $abilities = array(); if (!empty($data['MultiSelect_ability'])) { foreach ($data['MultiSelect_ability'] as $abilit...
__label__POS
0.937687
#import "NMFFoundation.h" NS_ASSUME_NONNULL_BEGIN @class NMFIndoorZone; /** 싀내지도가 μ‘΄μž¬ν•˜λŠ” μ˜μ—­μ„ λ‚˜νƒ€λ‚΄λŠ” λΆˆλ³€ 클래슀. ν•˜λ‚˜μ˜ 싀내지도 μ˜μ—­μ€ μ„œλ‘œ 겹쳐진 ν•œ 개 μ΄μƒμ˜ κ΅¬μ—­μœΌλ‘œ μ΄λ£¨μ–΄μ§‘λ‹ˆλ‹€. 이 클래슀의 μΈμŠ€ν„΄μŠ€λŠ” 직접 생성할 수 μ—†μŠ΅λ‹ˆλ‹€. */ NMF_EXPORT @interface NMFIndoorRegion : NSObject /** μ˜μ—­μ— 속해 μžˆλŠ” ꡬ역 λͺ©λ‘ */ @property(nonatomic, readonly) NSArray<NMFIndoorZone *> *zones;...
__label__POS
0.803616