Home
last modified time | relevance | path

Searched +defs:list +defs:to +defs:replace (Results 1 – 25 of 269) sorted by relevance

1234567891011

/dports/textproc/htdig/htdig-3.2.0b6/htlib/
H A DHtRegexReplaceList.cc33 HtRegexReplaceList::HtRegexReplaceList(StringList &list, int case_sensitive ) in HtRegexReplaceList()
47 String to = list[i+1]; in HtRegexReplaceList() local
64 int HtRegexReplaceList::replace(String &str, int nullpattern , int nullstr ) in replace() function in HtRegexReplaceList
/dports/devel/kdev-python/kdev-python-21.12.3/documentation_files/
H A Dstrop.py73 def join(list, sep=None): argument
84 def joinfields(list, sep=None): argument
109 def maketrans(frm, to): argument
117 def replace(str, old, new, maxsplit=None): function
/dports/net/smb4k/smb4k-992987421af68f2695867722b8dc4ca30a4669ec/core/
H A Dsmb4kbookmarkhandler.cpp151 void Smb4KBookmarkHandler::addBookmarks(const QList<SharePtr> &list) in addBookmarks()
222 void Smb4KBookmarkHandler::addBookmarks(const QList<BookmarkPtr> &list, bool replace) in addBookmarks()
665 void Smb4KBookmarkHandler::migrateProfile(const QString& from, const QString& to) in migrateProfile()
/dports/games/trenchbroom/TrenchBroom-ed46601/common/src/
H A DDoublyLinkedList.h86 iterator_delegate_base(ListType& list) : in iterator_delegate_base()
122 iterator_delegate_item(ListType& list, ItemType item, const size_t index) : in iterator_delegate_item()
153 iterator_delegate_end(ListType& list) : in iterator_delegate_end()
184 static iterator_base begin(ListType& list) { in begin()
188 static iterator_base item(ListType& list, Item* item, const size_t index) { in item()
192 static iterator_base end(ListType& list) { in end()
380 …void replace(Item* from, Item* to, const size_t removeCount, Item* with, const size_t insertCount)… in replace() function
391 void remove(Item* from, Item* to, const size_t count) { in remove()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/protobuf/ruby/src/main/java/com/google/protobuf/jruby/
H A DRubyRepeatedField.java142 int to = RubyNumeric.num2int(range.last(context)); in index() local
192 public IRubyObject replace(ThreadContext context, IRubyObject list) { in replace() method in RubyRepeatedField
231 public IRubyObject plus(ThreadContext context, IRubyObject list) { in plus()
253 public IRubyObject concat(ThreadContext context, IRubyObject list) { in concat()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/protobuf/ruby/src/main/java/com/google/protobuf/jruby/
H A DRubyRepeatedField.java142 int to = RubyNumeric.num2int(range.last(context)); in index() local
192 public IRubyObject replace(ThreadContext context, IRubyObject list) { in replace() method in RubyRepeatedField
231 public IRubyObject plus(ThreadContext context, IRubyObject list) { in plus()
253 public IRubyObject concat(ThreadContext context, IRubyObject list) { in concat()
/dports/net-im/telegram-desktop/tdesktop-3.2.5-full/Telegram/codegen/codegen/emoji/
H A Dreplaces.cpp76 auto replace = Replace(); in AddReplacement() local
122 …ert = [&result](const std::initializer_list<QChar> &from, const std::initializer_list<QChar> &to) { in __anon2affb5750502()
198 auto list = document.object(); in PrepareReplaces() local
305 auto findAndSort = [&](Id id, const Replace &replace) { in CheckAndConvertReplaces()
328 for (auto &replace : replaces.list) { in CheckAndConvertReplaces() local
H A Ddata.cpp28 const char *replace; member
282 auto from = id.cbegin(), to = id.cend(); in appendCategory() local
411 for (auto &replace : Replaces) { in fillReplaces() local
443 const InputId &id) { in CheckOldInCurrent()
/dports/games/tremulous/tremulous/tremulous-1.1.0-src/src/tools/lcc/etc/
H A Dlcc.c21 struct list { /* circular list nodes: */ struct
23 List link; /* next list element */ argument
190 static List append(char *str, List list) { in append()
391 static char *first(char *list) { in first()
467 static List find(char *str, List list) { in find()
541 List list; in initinputs() local
713 List list = NULL; in path2list() local
740 char *replace(const char *str, int from, int to) { in replace() function
749 static void rm(List list) { in rm()
/dports/games/ioquake3-server/ioquake3-1.36/code/tools/lcc/etc/
H A Dlcc.c21 struct list { /* circular list nodes: */ struct
23 List link; /* next list element */ argument
190 static List append(char *str, List list) { in append()
391 static char *first(char *list) { in first()
467 static List find(char *str, List list) { in find()
699 List list = NULL; in path2list() local
726 char *replace(const char *str, int from, int to) { in replace() function
735 static void rm(List list) { in rm()
/dports/games/ioquake3/ioquake3-1.36/code/tools/lcc/etc/
H A Dlcc.c21 struct list { /* circular list nodes: */ struct
23 List link; /* next list element */ argument
190 static List append(char *str, List list) { in append()
391 static char *first(char *list) { in first()
467 static List find(char *str, List list) { in find()
699 List list = NULL; in path2list() local
726 char *replace(const char *str, int from, int to) { in replace() function
735 static void rm(List list) { in rm()
/dports/games/worldofpadman/worldofpadman-1.2.20080621/code/tools/lcc/etc/
H A Dlcc.c21 struct list { /* circular list nodes: */ struct
23 List link; /* next list element */ argument
190 static List append(char *str, List list) { in append()
391 static char *first(char *list) { in first()
467 static List find(char *str, List list) { in find()
699 List list = NULL; in path2list() local
726 char *replace(const char *str, int from, int to) { in replace() function
735 static void rm(List list) { in rm()
/dports/games/evq3/evq3/code/tools/lcc/etc/
H A Dlcc.c21 struct list { /* circular list nodes: */ struct
23 List link; /* next list element */ argument
190 static List append(char *str, List list) { in append()
391 static char *first(char *list) { in first()
467 static List find(char *str, List list) { in find()
699 List list = NULL; in path2list() local
726 char *replace(const char *str, int from, int to) { in replace() function
735 static void rm(List list) { in rm()
/dports/games/iortcw/iortcw-1.51c/MP/code/tools/lcc/etc/
H A Dlcc.c26 struct list { /* circular list nodes: */ struct
28 List link; /* next list element */ argument
195 static List append(char *str, List list) { in append()
452 static char *first(char *list) { in first()
528 static List find(char *str, List list) { in find()
760 List list = NULL; in path2list() local
787 char *replace(const char *str, int from, int to) { in replace() function
796 static void rm(List list) { in rm()
/dports/games/iortcw/iortcw-1.51c/SP/code/tools/lcc/etc/
H A Dlcc.c26 struct list { /* circular list nodes: */ struct
28 List link; /* next list element */ argument
195 static List append(char *str, List list) { in append()
452 static char *first(char *list) { in first()
528 static List find(char *str, List list) { in find()
760 List list = NULL; in path2list() local
787 char *replace(const char *str, int from, int to) { in replace() function
796 static void rm(List list) { in rm()
/dports/games/openarena/openarena-engine-source-0.8.8/code/tools/lcc/etc/
H A Dlcc.c21 struct list { /* circular list nodes: */ struct
23 List link; /* next list element */ argument
190 static List append(char *str, List list) { in append()
447 static char *first(char *list) { in first()
523 static List find(char *str, List list) { in find()
755 List list = NULL; in path2list() local
782 char *replace(const char *str, int from, int to) { in replace() function
791 static void rm(List list) { in rm()
/dports/games/openarena-server/openarena-engine-source-0.8.8/code/tools/lcc/etc/
H A Dlcc.c21 struct list { /* circular list nodes: */ struct
23 List link; /* next list element */ argument
190 static List append(char *str, List list) { in append()
447 static char *first(char *list) { in first()
523 static List find(char *str, List list) { in find()
755 List list = NULL; in path2list() local
782 char *replace(const char *str, int from, int to) { in replace() function
791 static void rm(List list) { in rm()
/dports/net/freeradius3/freeradius-server-3.0.25/src/lib/
H A Dpair.c319 void fr_pair_replace(VALUE_PAIR **first, VALUE_PAIR *replace) in fr_pair_replace()
484 VALUE_PAIR const *list = failed[1]; in fr_pair_validate_debug() local
530 bool fr_pair_validate(VALUE_PAIR const *failed[2], VALUE_PAIR *filter, VALUE_PAIR *list) in fr_pair_validate()
597 bool fr_pair_validate_relaxed(VALUE_PAIR const *failed[2], VALUE_PAIR *filter, VALUE_PAIR *list) in fr_pair_validate_relaxed()
878 void fr_pair_list_move(TALLOC_CTX *ctx, VALUE_PAIR **to, VALUE_PAIR **from, FR_TOKEN op) in fr_pair_list_move()
1065 static void fr_pair_list_move_by_num_internal(TALLOC_CTX *ctx, VALUE_PAIR **to, VALUE_PAIR **from, in fr_pair_list_move_by_num_internal()
1198 void fr_pair_list_move_by_num(TALLOC_CTX *ctx, VALUE_PAIR **to, VALUE_PAIR **from, in fr_pair_list_move_by_num()
1226 void fr_pair_list_mcopy_by_num(TALLOC_CTX *ctx, VALUE_PAIR **to, VALUE_PAIR **from, in fr_pair_list_mcopy_by_num()
1896 FR_TOKEN fr_pair_list_afrom_str(TALLOC_CTX *ctx, char const *buffer, VALUE_PAIR **list) in fr_pair_list_afrom_str()
/dports/textproc/fcitx5/fcitx5-5.0.11/src/lib/fcitx/
H A Dcandidatelist.cpp69 void CandidateList::setBulk(BulkCandidateList *list) { in setBulk()
74 void CandidateList::setModifiable(ModifiableCandidateList *list) { in setModifiable()
79 void CandidateList::setPageable(PageableCandidateList *list) { in setPageable()
84 void CandidateList::setCursorMovable(CursorMovableCandidateList *list) { in setCursorMovable()
490 void CommonCandidateList::move(int from, int to) { in move()
593 void CommonCandidateList::replace(int idx, in replace() function in fcitx::CommonCandidateList
/dports/net/yate/yate-6.4.0-1/modules/server/
H A Dsubscription.cpp71 inline bool to() const in to() function in __anone8288aa90111::SubscriptionState
83 inline void replace(int value) in replace() function in __anone8288aa90111::SubscriptionState
119 inline void setCaps(const String& capsid, const NamedList& list) { in setCaps()
585 ObjList* list = str.split(',',false); in decodeFlags() local
680 void SubscriptionState::replace(const String& flags) in replace() function in __anone8288aa90111::SubscriptionState
696 void Instance::addListParam(NamedList& list, unsigned int index) in addListParam()
705 void Instance::addCaps(NamedList& list, const String& prefix) in addCaps()
767 void InstanceList::updateCaps(const String& capsid, NamedList& list) in updateCaps()
2042 PresenceUser* to = m_users.getUser(notifier); in handleResSubscribe() local
2204 String* to = msg.getParam("to"); in handleResNotify() local
[all …]
/dports/devel/fossology-nomos-standalone/fossology-3.11.0/src/nomos/agent_tests/testdata/NomosTestfiles/EPL/
H A DSampleGatherer.java465 startList(samples, sink); in render()
691 String[] from = new String[] {"\t", "<"}; in prepareXMLSample()
697 String[] from = new String[20]; in prepareHTMLSample()
710 String[] from = new String[] { "<pre>", "</pre>" }; in prepareCodeSample()
771 sink.append("<h2><a name=\"authorIndex\"></a>Author Index</h2>"); in renderAuthorIndex()
986 public static String replace(String source, String[] from, String[] to) { in replace()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.ui/bundles/org.eclipse.jface/src/org/eclipse/jface/viewers/
H A DAbstractTableViewer.java179 public void removeIndicesFromTo(int from, int to) { in removeIndicesFromTo()
475 List<Object> list = new ArrayList<>(items.length); in getSelectionFromWidget() local
834 protected void setSelectionToWidget(@SuppressWarnings("rawtypes") List list, boolean reveal) { in setSelectionToWidget()
901 private void virtualSetSelectionToWidget(@SuppressWarnings("rawtypes") List list, boolean reveal) { in virtualSetSelectionToWidget()
1013 public void replace(Object element, int index) { in replace() method in AbstractTableViewer
/dports/converters/wkhtmltopdf/qt-5db36ec/src/corelib/tools/
H A Dqbytearray.cpp1839 QByteArray &QByteArray::replace(int pos, int len, const QByteArray &after) in replace() function in QByteArray
1862 QByteArray &QByteArray::replace(int pos, int len, const char *after) in replace() function in QByteArray
1876 QByteArray &QByteArray::replace(int pos, int len, const char *after, int alen) in replace() function in QByteArray
1901 QByteArray &QByteArray::replace(const QByteArray &before, const QByteArray &after) in replace() function in QByteArray
1921 QByteArray &QByteArray::replace(const char *c, const QByteArray &after) in replace() function in QByteArray
1939 QByteArray &QByteArray::replace(const char *before, int bsize, const char *after, int asize) in replace() function in QByteArray
1973 uint to = 0; in replace() local
2101 QByteArray &QByteArray::replace(char before, const QByteArray &after) in replace() function in QByteArray
2139 QByteArray &QByteArray::replace(char before, char after) in replace() function in QByteArray
2160 QList<QByteArray> list; in split() local
[all …]
/dports/mail/simscan/simscan-1.4.0/
H A Dsimscan.c838 int fd_move(int to,int from) in fd_move()
849 int fd_copy(int to,int from) in fd_copy()
1655 void add_attach (char *list) in add_attach()
2108 void init_regex (char *list) { in init_regex()
2238 char *replace(char *string, char *oldpiece, char *newpiece) in replace() function
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/java.base/share/classes/java/lang/
H A DString.java1457 int to = (coder == LATIN1) ? toffset : toffset << 1; in startsWith() local
2007 public String replace(char oldChar, char newChar) { in replace() method in String
2163 public String replace(CharSequence target, CharSequence replacement) { in replace() method in String
2329 ArrayList<String> list = new ArrayList<>(); in split() local
3101 int to = 0; in translateEscapes() local

1234567891011