- LocalKeywords . . . . 3 matches
accept "accept path" path
MFC path
- MoniWikiOptions . . . . 3 matches
`'''$path'''`
* rcs를 ~/bin같은 곳에 설치할 때 이 변수에 path를 지정한다 예를 들어 `/usr/local/bin:/usr/bin`
* 윈도우즈 환경이라면 {{{$path='./bin;c:/program files/vim/vimXX';}}}와 같은 식으로 설정한다.
* (monisetup.php에 의해 자동 결정된다) apache2를 쓸 경우는 '?'를 쓰거나, `AcceptPathInfo on`를 쓰고 '/'로 지정한다.
- mym/2010_01_02 . . . . 3 matches
Dikjstra's algorithm also known as the shortest path first(SPF) algorithm
- SPF 결과 Shortest Path Tree
|| Dest.Net || Shortest Path ||Cost ||
EIRGP shortest path를 결정 -> metric에 의해서
routing table : best(route) path
- 현대화된 모니위키 . . . . 3 matches
$_css_path = "/theme/$theme/css/default.css";
$_css_mtime = @filemtime('.' . $_css_path);
$options['css_url'] = $_css_prefix . $_css_path . ($_css_mtime ? '?v=' . $_css_mtime : '');
- Blog/2026-03 . . . . 2 matches
> "There's a difference between knowing the path, and walking the path"
- C++/STL/byte array to shared_ptr . . . . 2 matches
std::ifstream ifs(path, std::ios_base::in | std::ios::binary);
std::ifstream ifs(path, std::ios_base::in | std::ios::binary);
- MoniWikiFaq . . . . 2 matches
config.php에서 $path="/home/bin:/usr/bin:/bin:/usr/local/bin";이라고 고쳐보세요. 귀찮으시더라도 다른 비슷한 증상이 있는 분들을 위해 ^^;; --WkPark
cafe24는 path가 변경이 안되더군요. -- BL
- WinDbg . . . . 2 matches
* .sympath+: 심볼 패스 추가 ex) .sympath+ c:\mysymbols
- C++/(Windows)캡처 윈도우 . . . . 1 match
WCHAR buf[MAX_PATH] = {0,};
if (GetProcessImageFileName(hProcess, buf, MAX_PATH))
WCHAR buf[MAX_PATH] = {0,};
GetProcessName(pid, buf, MAX_PATH);
TCHAR buf[MAX_PATH] = {0,};
if (CUtilGlobal::GetProcessPathByPID(pid, buf))
str.Format(_T("Get Process Path Failed (Pid=%d)"), pid);
//CaptureWnd(process id, file path);
- C++/이미지 대표색 찾기 . . . . 1 match
cout << "Usage: ./kmeans image_path" << endl;
- C_Sharp/잘못된 파일 이름이나 경로 검색 삭제 . . . . 1 match
http://stackoverflow.com/questions/146134/how-to-remove-illegal-characters-from-path-and-filenames
string invalidPathChars = new string(Path.GetInvalidFileNameChars()) + new string(Path.GetInvalidPathChars());
foreach (char c in invalidPathChars)
string regexSearch = new string(Path.GetInvalidFileNameChars()) + new string(Path.GetInvalidPathChars());
foreach (char c in invalidPathChars)
[01:08] <04hyacinth> !csharp string invalidPathChars = new string(System.IO.Path.GetInvalidFileNameChars()) + new string(System.IO.Path.GetInvalidPathChars());
[01:08] <04hyacinth> !csharp string invalidPathChars = new string(System.IO.Path.GetInvalidFileNameChars()) + new string(System.IO.Path.GetInvalidPathChars()); foreach (char c in invalidPathChars){System.Console.Write(c.ToString() + "; " + System.Convert.ToByte(c).ToString("X2"));}}
[01:09] <04hyacinth> !csharp string invalidPathChars = new string(System.IO.Path.GetInvalidFileNameChars()) + new string(System.IO.Path.GetInvalidPathChars()); foreach (char c in invalidPathChars){System.Console.Write(c.ToString() + "; " + System.Convert.ToByte(c).ToString("X2"));}
[01:10] <04hyacinth> !csharp string invalidPathChars = new string(System.IO.Path.GetInvalidFileNameChars()) + new string(System.IO.Path.GetInvalidPathChars()); foreach (char c in invalidPathChars){System.Console.Write(c.ToString() + "; " + System.Convert.ToByte(c).ToString("X2"));}System.Console.Write(invalidPathChars.Length.ToString());
[01:10] <04hyacinth> !csharp string invalidPathChars = new string(System.IO.Path.GetInvalidFileNameChars()) + new string(System.IO.Path.GetInvalidPathChars()); System.Console.Write(invalidPathChars.Length.ToString());
[01:11] <04hyacinth> !csharp string invalidPathChars = new string(System.IO.Path.GetInvalidFileNameChars()) + new string(System.IO.Path.GetInvalidPathChars()); System.Console.Write(System.Convert.ToByte(invalidPathChars[0]).ToString("X2"));
[01:11] <04hyacinth> !csharp string invalidPathChars = new string(System.IO.Path.GetInvalidFileNameChars()) + new string(System.IO.Path.GetInvalidPathChars()); System.Console.Write(System.Convert.ToByte(invalidPathChars[1]).ToString("X2"));
[01:11] <04hyacinth> !csharp string invalidPathChars = new string(System.IO.Path.GetInvalidFileNameChars()) + new string(System.IO.Path.GetInvalidPathChars()); System.Console.Write(System.Convert.ToByte(invalidPathChars[2]).ToString("X2"));
- HelpOnConfiguration . . . . 1 match
MoniWiki는 `config.php`에 있는 설정을 입맛에 맛게 고칠 수 있다. config.php는 MoniWiki본체 프로그램에 의해 `include`되므로 PHP의 include_path변수로 설정된 어느 디렉토리에 위치할 수도 있다. 특별한 경우가 아니라면 MoniWiki가 설치된 디렉토리에 config.php가 있을것이다.
- HelpOnProcessingInstructions . . . . 1 match
MoinMoin processing instructions have the same semantics as in XML: they control the paths taken when processing a page. Processing instructions are lines that start with a "{{{#}}}" character followed by a keyword and optionally some arguments. Two consecutive hash marks at the start of a line are a comment that won't appear in the processed page.
- HelpOnProcessors . . . . 1 match
다음과 같이 코드 블럭 영역 최 상단에 {{{#!}}}로 시작하는 프로세서 이름을 써 넣으면, 예를 들어 {{{#!python}}}이라고 하면 그 코드블럭 영역은 {{{plugin/processor/python.php}}}에 정의된 processor_python()이라는 모니위키의 플러그인에 의해 처리되게 됩니다. {{{#!python}}}은 유닉스의 스크립트 해석기를 지정하는 이른바 ''bang path'' 지정자 형식과 같으며, 유닉스에서 사용하는 목적과 동일한 컨셉트로 작동됩니다. (즉, 스크립트의 최 상단에 지정된 스크립트 지정자에 의해 스크립트의 파일 나머지 부분이 해석되어 집니다.)
- JavaScript/브라우저 체크, 익스플로러 버전 체크 . . . . 1 match
Mozilla/4.0 (compatible; '''MSIE 7.0'''; Windows NT 5.1; Trident/4.0; InfoPath.2; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729)
mozilla/5.0 (windows nt 6.1; wow64; trident/7.0; slcc2; .net clr 2.0.50727; .net clr 3.5.30729; .net clr 3.0.30729; media center pc 6.0; .net4.0c; infopath.3; .net4.0e; '''rv:11.0''') like gecko
- LocalKeywords/CommonWords . . . . 1 match
path
- UsenetMacro . . . . 1 match
$out = "GET {$purl['path']} HTTP/1.0\nHost: {$purl['host']}\n\n";
- 모니위키 팁 . . . . 1 match
2. vim 프로세서가 gvim.exe을 실행할 수 있도록 config.php에 `$path="/bin;/Program Files/Vim/VimXX";` 추가.
- 프로그램의 텍스트 출력 방법들 . . . . 1 match
error = FT_New_Face(library, "/path/to/font.ttf", 0, &face);
Found 29 matching pages out of 1230 total pages
You can also click here to search title.