C++/g_는 mutable 전역 변수에만 쓴다

Full text search for "replace"


Case-sensitive searching
Display context of search results
  • C++/문자열 교체 헬퍼 std:string Replace . . . . 7 matches
         #keywords C++,Helper,replace,string,함수
         inline int Replace_Helper(string* source, const string& replaceString, const string& fmt)
          offset = source->find(replaceString, offset);
          source->replace(offset, replaceString.length(), fmt);
         int Replace(string* source, const string& replaceString, const string& fmt)
          while (Replace_Helper(source, replaceString, fmt)) ++seq;
         Replace(&str, "▶", fmt);
  • omr1/404/01 . . . . 5 matches
          sbuffer = boost::regex_replace(sbuffer, expression, " ", boost::format_all);
          sbuffer = boost::regex_replace(sbuffer, expression, " ", boost::format_all);
          sbuffer = boost::regex_replace(sbuffer, expression, " ", boost::format_all);
          sbuffer = boost::regex_replace(sbuffer, expression, " ", boost::format_all);
          sbuffer = boost::regex_replace(sbuffer, expression, " ", boost::format_all);
  • WordPressAudioPlayer . . . . 3 matches
          1. This element will be replaced with a player. If the browser doesn’t support '''Audio Player''', the element will not be replaced so use it to show alternative content (maybe a message telling the user to download Flash)
         Ensure you replace “http://yoursite.com/path/to” with the correct paths to all files.
  • C++/(C++0x)정규표현식 . . . . 2 matches
         === 대체 regex_replace ===
         str = std::tr1::regex_replace(str, email_ascii, fmt);
  • VisualStudio 솔루션 이름 변경 . . . . 2 matches
         UCanCode ToolBox (A Very useful Replace all in Files and Visual Studio Project Renamer)
         http://www.ucancode.net/Products/free%20product/toolbox_replace.htm
         == 메뉴>Tools/Advance Replace All… 선택 ==
         attachment:replace1.gif
         이제 Replace what에 변경 전 이름과 변경 후 이름을 입력하고 Replace All 버튼을 누르면 소스 파일에 포함된 이름이 변경된다.
  • Blog/2014-03 . . . . 1 match
         Google Chrome Hotdogs Icon Will Replace The Wrench Menu Icon
         http://www.technize.net/google-chrome-hotdogs-icon-will-replace-the-wrench-menu-icon/
  • C++/SAL 표준 표식 언어 . . . . 1 match
         </p><p style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; line-height: 1.6; ">    /*</p><p style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; line-height: 1.6; ">     __exceptthat</p><p style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; line-height: 1.6; ">    </p><p style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; line-height: 1.6; ">     Given a set of annotations Q containing __exceptthat maybeP, the effect of</p><p style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; line-height: 1.6; ">     the except clause is to erase any P or notP annotations (explicit or</p><p style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; line-height: 1.6; ">     implied) within Q at the same level of dereferencing that the except</p><p style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; line-height: 1.6; ">     clause appears, and to replace it with maybeP.</p><p style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; line-height: 1.6; ">    </p><p style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; line-height: 1.6; ">      Example 1: __valid __exceptthat __maybenull on a pointer p means that the</p><p style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; line-height: 1.6; ">                 pointer may be null, and is otherwise valid, thus overriding</p><p style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; line-height: 1.6; ">                 the implicit notnull annotation implied by __valid on</p><p style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; line-height: 1.6; ">                 pointers.</p><p style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; line-height: 1.6; ">    </p><p style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; line-height: 1.6; ">      Example 2: __valid __deref __exceptthat __maybenull on an int **p means</p><p style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; line-height: 1.6; ">                 that p is not null (implied by valid), but the elements</p><p style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; line-height: 1.6; ">                 pointed to by p could be null, and are otherwise valid. </p><p style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; line-height: 1.6; ">    */</p><p style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; line-height: 1.6; ">    #define __exceptthat                __declspec("SAL_except")</p><p style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; line-height: 1.6; ">    #define __execeptthat               __exceptthat</p><p style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; line-height: 1.6; "> </p><p style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; line-height: 1.6; ">    /*</p><p style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; line-height: 1.6; ">     _refparam</p><p style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; line-height: 1.6; ">    </p><p style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; line-height: 1.6; ">     Added to all out parameter macros to indicate that they are all reference</p><p style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; line-height: 1.6; ">     parameters.</p><p style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; line-height: 1.6; ">    */</p><p style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; line-height: 1.6; ">    #define __refparam                  __deref __notreadonly</p><p style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; line-height: 1.6; ">
  • DateTimeMacro . . . . 1 match
         @SIG''''''@ or @DATE''''''@ is replaced to DateTimeMacro.
  • FootNoteMacro . . . . 1 match
          * {{{[[FootNote([1])]]}}}: could be replaced with {{{[1]}}} ?
  • HelpOnMacros . . . . 1 match
         We don't show examples for all macros here, because that would make this page quite long. Here is is the replacement text for the {{{[[SystemInfo]]}}} macro:
  • HelpOnPageCreation . . . . 1 match
         The following variables are substituted when a page is ''finally'' saved. Note that they'll appear unreplaced in the preview!
  • LocalKeywords . . . . 1 match
         C++ Helper replace string 함수
  • MoniWikiFaq . . . . 1 match
          return preg_replace('/\/wiki.php/','',$_SERVER["SCRIPT_NAME"]); // 추가된 부분
  • RecentChangesMacro . . . . 1 match
          * bytesize is replaced by item=''number'' and bytesize is ignored
  • omr1/103 . . . . 1 match
          $kicklist=str_replace(" ".$arr4, "", $kicklist);
  • 바이트 체커 . . . . 1 match
          str = str.replace(/\s/gm,'');
  • 정규표현식 . . . . 1 match
         $description = preg_replace("/(\s){2,}/", '$1', $description);
Found 17 matching pages out of 1205 total pages (930 pages are searched)

You can also click here to search title.