Home
last modified time | relevance | path

Searched refs:oldsub (Results 1 – 25 of 76) sorted by relevance

1234

/dports/science/py-rmf/rmf-1.3.1/tools/dev_tools/git/
H A Dsubtree-utils.sh68 oldsub="$2"
73 if [ -n "$oldsub" ]; then
74 oldsub_short=$(git rev-parse --short "$oldsub")
77 … git log --pretty=tformat:'%h %s' "$oldsub..$newsub" | perl -pe "s^#(\d+)^${github}#\1^g"
78 … git log --pretty=tformat:'REVERT: %h %s' "$newsub..$oldsub" | perl -pe "s^#(\d+)^${github}#\1^g"
92 oldsub="$3"
96 git diff --binary "$oldsub..$newsub" \
100 squash_msg "$dir" "$oldsub" "$newsub" "$github" | git commit -n -F - || exit $?
/dports/science/rmf/rmf-1.3.1/tools/dev_tools/git/
H A Dsubtree-utils.sh68 oldsub="$2"
73 if [ -n "$oldsub" ]; then
74 oldsub_short=$(git rev-parse --short "$oldsub")
77 … git log --pretty=tformat:'%h %s' "$oldsub..$newsub" | perl -pe "s^#(\d+)^${github}#\1^g"
78 … git log --pretty=tformat:'REVERT: %h %s' "$newsub..$oldsub" | perl -pe "s^#(\d+)^${github}#\1^g"
92 oldsub="$3"
96 git diff --binary "$oldsub..$newsub" \
100 squash_msg "$dir" "$oldsub" "$newsub" "$github" | git commit -n -F - || exit $?
/dports/devel/libxs/libxs-1.2.0/tests/
H A Dlibzmq21.cpp62 int oldsub = socket (AF_INET, SOCK_STREAM, IPPROTO_TCP); in XS_TEST_MAIN() local
67 rc = connect (oldsub, (struct sockaddr*) &address, sizeof (address)); in XS_TEST_MAIN()
78 rc = recv (oldsub, buf, sizeof (buf), 0); in XS_TEST_MAIN()
86 rc = closesocket (oldsub); in XS_TEST_MAIN()
89 rc = close (oldsub); in XS_TEST_MAIN()
/dports/devel/cgit/cgit-1.2.3/git/contrib/subtree/
H A Dgit-subtree.sh470 oldsub="$2"
474 if test -n "$oldsub"
476 oldsub_short=$(git rev-parse --short "$oldsub")
479 git log --no-show-signature --pretty=tformat:'%h %s' "$oldsub..$newsub"
480 git log --no-show-signature --pretty=tformat:'REVERT: %h %s' "$newsub..$oldsub"
528 oldsub="$2"
533 squash_msg "$dir" "$oldsub" "$newsub" |
/dports/devel/git-svn/git-2.34.1/contrib/subtree/
H A Dgit-subtree.sh552 oldsub="$2"
556 if test -n "$oldsub"
558 oldsub_short=$(git rev-parse --short "$oldsub")
561 git log --no-show-signature --pretty=tformat:'%h %s' "$oldsub..$newsub"
562 git log --no-show-signature --pretty=tformat:'REVERT: %h %s' "$newsub..$oldsub"
618 oldsub="$2"
623 squash_msg "$dir" "$oldsub" "$newsub" |
/dports/devel/git-gui/git-2.34.1/contrib/subtree/
H A Dgit-subtree.sh552 oldsub="$2"
556 if test -n "$oldsub"
558 oldsub_short=$(git rev-parse --short "$oldsub")
561 git log --no-show-signature --pretty=tformat:'%h %s' "$oldsub..$newsub"
562 git log --no-show-signature --pretty=tformat:'REVERT: %h %s' "$newsub..$oldsub"
618 oldsub="$2"
623 squash_msg "$dir" "$oldsub" "$newsub" |
/dports/devel/git-p4/git-2.34.1/contrib/subtree/
H A Dgit-subtree.sh552 oldsub="$2"
556 if test -n "$oldsub"
558 oldsub_short=$(git rev-parse --short "$oldsub")
561 git log --no-show-signature --pretty=tformat:'%h %s' "$oldsub..$newsub"
562 git log --no-show-signature --pretty=tformat:'REVERT: %h %s' "$newsub..$oldsub"
618 oldsub="$2"
623 squash_msg "$dir" "$oldsub" "$newsub" |
/dports/devel/git/git-2.34.1/contrib/subtree/
H A Dgit-subtree.sh552 oldsub="$2"
556 if test -n "$oldsub"
558 oldsub_short=$(git rev-parse --short "$oldsub")
561 git log --no-show-signature --pretty=tformat:'%h %s' "$oldsub..$newsub"
562 git log --no-show-signature --pretty=tformat:'REVERT: %h %s' "$newsub..$oldsub"
618 oldsub="$2"
623 squash_msg "$dir" "$oldsub" "$newsub" |
/dports/devel/git-cvs/git-2.34.1/contrib/subtree/
H A Dgit-subtree.sh552 oldsub="$2"
556 if test -n "$oldsub"
558 oldsub_short=$(git rev-parse --short "$oldsub")
561 git log --no-show-signature --pretty=tformat:'%h %s' "$oldsub..$newsub"
562 git log --no-show-signature --pretty=tformat:'REVERT: %h %s' "$newsub..$oldsub"
618 oldsub="$2"
623 squash_msg "$dir" "$oldsub" "$newsub" |
/dports/devel/protobuf-c/protobuf-c-1.4.0/protoc-c/
H A Dc_helpers.cc408 void StringReplace(const std::string& s, const std::string& oldsub, in StringReplace() argument
411 if (oldsub.empty()) { in StringReplace()
419 pos = s.find(oldsub, start_pos); in StringReplace()
425 start_pos = pos + oldsub.size(); // start searching again after the "old" in StringReplace()
440 std::string StringReplace(const std::string& s, const std::string& oldsub, in StringReplace() argument
443 StringReplace(s, oldsub, newsub, replace_all, &ret); in StringReplace()
/dports/www/moodle310/moodle/question/type/match/
H A Dquestiontype.php87 foreach ($oldsubquestions as $oldsub) {
88 $fs->delete_area_files($context->id, 'qtype_match', 'subquestion', $oldsub->id);
89 $DB->delete_records('qtype_match_subquestions', array('id' => $oldsub->id));
/dports/www/moodle311/moodle/question/type/match/
H A Dquestiontype.php92 foreach ($oldsubquestions as $oldsub) {
93 $fs->delete_area_files($context->id, 'qtype_match', 'subquestion', $oldsub->id);
94 $DB->delete_records('qtype_match_subquestions', array('id' => $oldsub->id));
/dports/www/moodle39/moodle/question/type/match/
H A Dquestiontype.php87 foreach ($oldsubquestions as $oldsub) {
88 $fs->delete_area_files($context->id, 'qtype_match', 'subquestion', $oldsub->id);
89 $DB->delete_records('qtype_match_subquestions', array('id' => $oldsub->id));
/dports/devel/protobuf25/protobuf-2.5.0/src/google/protobuf/stubs/
H A Dstrutil.cc104 void StringReplace(const string& s, const string& oldsub, in StringReplace() argument
107 if (oldsub.empty()) { in StringReplace()
115 pos = s.find(oldsub, start_pos); in StringReplace()
121 start_pos = pos + oldsub.size(); // start searching again after the "old" in StringReplace()
135 string StringReplace(const string& s, const string& oldsub, in StringReplace() argument
138 StringReplace(s, oldsub, newsub, replace_all, &ret); in StringReplace()
/dports/databases/percona57-pam-for-mysql/percona-server-5.7.36-39/extra/protobuf/protobuf-2.6.1/src/google/protobuf/stubs/
H A Dstrutil.cc104 void StringReplace(const string& s, const string& oldsub, in StringReplace() argument
107 if (oldsub.empty()) { in StringReplace()
115 pos = s.find(oldsub, start_pos); in StringReplace()
121 start_pos = pos + oldsub.size(); // start searching again after the "old" in StringReplace()
135 string StringReplace(const string& s, const string& oldsub, in StringReplace() argument
138 StringReplace(s, oldsub, newsub, replace_all, &ret); in StringReplace()
/dports/databases/mysqlwsrep57-server/mysql-wsrep-wsrep_5.7.35-25.27/extra/protobuf/protobuf-2.6.1/src/google/protobuf/stubs/
H A Dstrutil.cc104 void StringReplace(const string& s, const string& oldsub, in StringReplace() argument
107 if (oldsub.empty()) { in StringReplace()
115 pos = s.find(oldsub, start_pos); in StringReplace()
121 start_pos = pos + oldsub.size(); // start searching again after the "old" in StringReplace()
135 string StringReplace(const string& s, const string& oldsub, in StringReplace() argument
138 StringReplace(s, oldsub, newsub, replace_all, &ret); in StringReplace()
/dports/databases/xtrabackup/percona-xtrabackup-2.4.21/extra/protobuf/protobuf-2.6.1/src/google/protobuf/stubs/
H A Dstrutil.cc104 void StringReplace(const string& s, const string& oldsub, in StringReplace() argument
107 if (oldsub.empty()) { in StringReplace()
115 pos = s.find(oldsub, start_pos); in StringReplace()
121 start_pos = pos + oldsub.size(); // start searching again after the "old" in StringReplace()
135 string StringReplace(const string& s, const string& oldsub, in StringReplace() argument
138 StringReplace(s, oldsub, newsub, replace_all, &ret); in StringReplace()
/dports/databases/percona57-server/percona-server-5.7.36-39/extra/protobuf/protobuf-2.6.1/src/google/protobuf/stubs/
H A Dstrutil.cc104 void StringReplace(const string& s, const string& oldsub, in StringReplace() argument
107 if (oldsub.empty()) { in StringReplace()
115 pos = s.find(oldsub, start_pos); in StringReplace()
121 start_pos = pos + oldsub.size(); // start searching again after the "old" in StringReplace()
135 string StringReplace(const string& s, const string& oldsub, in StringReplace() argument
138 StringReplace(s, oldsub, newsub, replace_all, &ret); in StringReplace()
/dports/databases/percona57-client/percona-server-5.7.36-39/extra/protobuf/protobuf-2.6.1/src/google/protobuf/stubs/
H A Dstrutil.cc104 void StringReplace(const string& s, const string& oldsub, in StringReplace() argument
107 if (oldsub.empty()) { in StringReplace()
115 pos = s.find(oldsub, start_pos); in StringReplace()
121 start_pos = pos + oldsub.size(); // start searching again after the "old" in StringReplace()
135 string StringReplace(const string& s, const string& oldsub, in StringReplace() argument
138 StringReplace(s, oldsub, newsub, replace_all, &ret); in StringReplace()
/dports/databases/mysql57-client/mysql-5.7.36/extra/protobuf/protobuf-2.6.1/src/google/protobuf/stubs/
H A Dstrutil.cc104 void StringReplace(const string& s, const string& oldsub, in StringReplace() argument
107 if (oldsub.empty()) { in StringReplace()
115 pos = s.find(oldsub, start_pos); in StringReplace()
121 start_pos = pos + oldsub.size(); // start searching again after the "old" in StringReplace()
135 string StringReplace(const string& s, const string& oldsub, in StringReplace() argument
138 StringReplace(s, oldsub, newsub, replace_all, &ret); in StringReplace()
/dports/www/firefox-legacy/firefox-52.8.0esr/toolkit/components/protobuf/src/google/protobuf/stubs/
H A Dstrutil.cc105 void StringReplace(const string& s, const string& oldsub, in StringReplace() argument
108 if (oldsub.empty()) { in StringReplace()
116 pos = s.find(oldsub, start_pos); in StringReplace()
122 start_pos = pos + oldsub.size(); // start searching again after the "old" in StringReplace()
136 string StringReplace(const string& s, const string& oldsub, in StringReplace() argument
139 StringReplace(s, oldsub, newsub, replace_all, &ret); in StringReplace()
/dports/security/keybase/client-v5.7.1/shared/ios/Pods/glog/src/
H A Dgoogletest.h432 const string& oldsub, in StringReplace() argument
434 size_t pos = str->find(oldsub); in StringReplace()
436 str->replace(pos, oldsub.size(), newsub.c_str()); in StringReplace()
/dports/devel/glog/glog-0.5.0/src/
H A Dgoogletest.h436 const string& oldsub, in StringReplace() argument
438 size_t pos = str->find(oldsub); in StringReplace()
440 str->replace(pos, oldsub.size(), newsub.c_str()); in StringReplace()
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/src/objtools/cleanup/
H A Dcleanup_author.cpp647 string oldsub = std.GetSub(); in CleanupAffil() local
648 string newsub = NStr::Replace(oldsub, ".", ""); in CleanupAffil()
649 if (!NStr::EqualNocase(oldsub, newsub)) { in CleanupAffil()
/dports/biology/ncbi-blast+/ncbi-blast-2.12.0+-src/c++/src/objtools/cleanup/
H A Dcleanup_author.cpp647 string oldsub = std.GetSub(); in CleanupAffil() local
648 string newsub = NStr::Replace(oldsub, ".", ""); in CleanupAffil()
649 if (!NStr::EqualNocase(oldsub, newsub)) { in CleanupAffil()

1234