asdf

Full text search for "filename"


Search BackLinks only
Display context of search results
Case-sensitive searching
  • 파일,file . . . . 26 matches
         [[file_name]] [[filename]] WtEn:filename ?? Srch:filename
         extension뿐만 아니라 filename 자체도 convention으로 굳어진 filenames가 많다.
         (대개의 os/fs에서) filename에 금지된 characters
         (대개의 os/fs에서) 금지된 filenames
         extension: ''filename''' suffix convention? CHK
         [[extension]] - filename_extension / file_name_extension / file_extension (wpen)
         filename extension
         [[suffix]]? 항상? - Yes. "A filename extension, file name extension or file extension is a suffix to the name of a computer file"(we)
         [[classic_Mac_OS]]는 [[file_format]]을 indicate하기 위해 [[type_code]] { WpEn:Type_code }를 썼으며, 추가적으로 file icon을 doubleclick 시 어떤 application이 launch될 지를 결정하기 위해 [[creator_code]]{ WpEn:Creator_code = https://en.wikipedia.org/wiki/Creator_code }를 지정했다. 하지만 [[macOS]]는 거기에 추가적으로 [[filename_suffix]]es도 쓴다. (Unix-like NeXTSTEP에서 derived.)
         [[metadata]]의 일종이다. // filename, file's timestamp도 마찬가지.
         http://www.linfo.org/filename_extension.html
         WpEn:Filename#Filename_extensions = https://en.wikipedia.org/wiki/Filename#Filename_extensions
         WpEn:Filename_extension = https://en.wikipedia.org/wiki/Filename_extension
         https://foldoc.org/filename+extension
         }// filename extension
         WpEn:Filename = https://en.wikipedia.org/wiki/Filename
         }// filename
         fopen(filename, mode)
  • 필드,field . . . . 3 matches
          [[파일,file]] > filename : 확장자 extension ≃ filename_extension ... file_type 또는 file_format 에 대한 indicator 역할을 하는 filename의 일부분?(보통 suffix?)
  • 기계,machine . . . . 2 matches
          * Bytecode is binary and is natively interpreted by Parrot. Bytecode is usually stored in files with the filename extension ".pbc". // [[바이트코드,bytecode]]
          * Parrot_assembly_language (PASM) is the low level language that compiles down to bytecode. PASM code is usually stored in files with the filename extension ".pasm".
  • 이맥스,Emacs . . . . 2 matches
         buffer : (요새 편집기들의 tab과 비슷한 개념?) (tabbed interface를 쓰는 에디터와 비교한다면 tab으로 접근하는 그 텍스트 편집 공간에, MDI interface[* Bing:"Multiple Document Interface" (contrast: SDI interface Ggl:"Single Document Interface") ''....이건 Windows specific인가? QQQ 특히 MFC에서 강조되었던것같은데.. 아무튼.'' Main(root?) window가 있고 그 속에 별도의 데스크탑 같은 공간이 있으며 child window(들),,''(pl. children windows?)'',,이 들어있는 구조. 다만 대개의 경우 창을 배치 및 관리하기 번거로운 경우가 많아서인지 ''(오히려 그 이후에 나온?)'' Bing:"tabbed interface"나 또 그 이후에 나온 Bing:"ribbon interface"에 밀려 덜 쓰이게 되었다. 특히 텍스트 편집기^^[[text_editor]]^^에서는 더 그런데, 가로세로 분할 및 분할 비율 조절 정도면 완벽한 듯. 그래픽편집기^^[[graphics_editor]]{ Sub: WpEn:Raster_graphics_editor (ex. GIMP, Corel 페인트샵프로, Adobe 포토샵, ...) and WpEn:Vector_graphics_editor (ex. Inkscape, Adobe Illustrator, ...) }^^에서는 MDI가 많이 살아 남아 있는데, 여러 창을 동시에 띄워놓고 상대적 위치를 마우스로 조절해가며 관리하는 것이 graphics editor나 대형 IDE 정도에서는 [[생산성,productivity]]에 도움을 주지만 plain text file editor인 경우에는 그렇지는 않은 듯. - file navigator / commander도 마찬가지. 이쪽은 특히 화면을 좌우 절반으로 가르는 인터페이스가 인기있음]인 에디터와 비교한다면 각 ~~subwindow~~child_window[* Bing:subwindow 는 개념만 알고 표현은 모르는 내가 생각한 용어인데, 실제 MDI에 관한 글을 보니 [Bing:"MDI child window"|child window]라는 표현이 압도적으로 많이 쓰인다.]마다 있는 그 공간에 비슷한 개념. 다만 Emacs_buffer 는 name(identier)이 항상 있고 짧은 문자열 형태이며(filename과는 별개) 그것을 명시적으로 타이핑해서 접근하는 경우가 많다. (cf. tabbled interface에서는 (대개) 각 [[탭,tab]]에 [[서수,ordinal_number]]만이 있고[* 물론 연관된 파일명이 있고 그걸 탭에 보여주지만, filename과 Emacs_buffer name은 다른 것.] 순서만이 중요하다.) ex. "`C-x b buffer <RET>` : Select or create a buffer named buffer (switch-to-buffer).")[* [[버퍼,buffer]]의 뜻 중 하나.]
  • 표,table . . . . 2 matches
         [[유닉스,Unix]]-like filename suffix `-tab` 이 여기서 온 거 맞나?
          Ggl:"filename suffix tab table"
  • QB64 . . . . 1 match
         OPEN "filename" FOR mode AS #filenumber
  • vmlinuz . . . . 1 match
         Up: [[파일,file]] > [[filename]]
  • 경로,path . . . . 1 match
         [[파일,file]] > file_name or filename
  • 도스,DOS . . . . 1 match
         [[파일,file]] > filename / file_name
  • 문자,character . . . . 1 match
         wildcard_pattern 을 여러 filename/pathname에 쓰는 행동을 [[globbing]]이라 한다. { [[WpEn:Glob_(programming)]] = https://en.wikipedia.org/wiki/Glob_(programming) }
  • 액세스,access . . . . 1 match
         이건 httpd의 directory 접근권한 설정 파일 정도인데... [[filename]]이 convention인.
  • 파일 /etc/fstab . . . . 1 match
         Up: [[유닉스,Unix]] [[filename]]....보다는 [[pathname]] [[FHS]]?
Found 12 matching pages out of 1992 total pages

You can also click here to search title.