Home
last modified time | relevance | path

Searched refs:newtags (Results 1 – 25 of 138) sorted by relevance

123456

/dports/editors/emacs-devel/emacs-4d1968b/lisp/cedet/semantic/
H A Ddb-el.el141 (let ((newtags nil))
145 (setq newtags (cons tag newtags))))
147 (nreverse newtags)))
180 (newtags (when tab (semanticdb-find-tags-by-name-method
185 (if (null newtags)
188 (dolist (T newtags)
193 (setq match (car newtags))))
H A Dedit.el906 (defun semantic-edits-splice-insert (newtags parent cachelist)
914 (let* ((start (semantic-tag-start (car newtags)))
915 (newtagendcell (nthcdr (1- (length newtags)) newtags))
928 (setcar pc (car newtags))
929 (setcdr pc (cdr newtags)))
936 (setcdr cachelist newtags))))
/dports/editors/emacs/emacs-27.2/lisp/cedet/semantic/
H A Ddb-el.el141 (let ((newtags nil))
145 (setq newtags (cons tag newtags))))
147 (nreverse newtags)))
180 (newtags (when tab (semanticdb-find-tags-by-name-method
185 (if (null newtags)
188 (dolist (T newtags)
193 (setq match (car newtags))))
H A Dedit.el908 (defun semantic-edits-splice-insert (newtags parent cachelist)
916 (let* ((start (semantic-tag-start (car newtags)))
917 (newtagendcell (nthcdr (1- (length newtags)) newtags))
930 (setcar pc (car newtags))
931 (setcdr pc (cdr newtags)))
938 (setcdr cachelist newtags))))
/dports/textproc/p5-Text-WikiFormat/Text-WikiFormat-0.81/lib/Text/
H A DWikiFormat.pm121 my ($text, $newtags, $opts) = @_;
131 merge_hash( $newtags, \%tags )
132 if defined $newtags and ( reftype( $newtags ) || '' ) eq 'HASH';
134 if exists $newtags->{blockorder} or exists $newtags->{blocks};
/dports/textproc/p5-Text-WikiFormat/Text-WikiFormat-0.81/t/
H A Dbase.t177 my $newtags = {
181 $cb->( $newtags );
186 $newtags->{blockorder} = [ 'baz' ];
187 $cb->( $newtags );
/dports/irc/inspircd/inspircd-3.11.0/src/modules/m_spanningtree/
H A Dcommandbuilder.h149 CmdBuilder& push_tags(ClientProtocol::TagMap newtags) in push_tags() argument
152 newtags.insert(tags.begin(), tags.end()); in push_tags()
153 std::swap(tags, newtags); in push_tags()
/dports/lang/go-devel/go-becaeea1199b875bc24800fa88f2f4fea119bf78/src/syscall/
H A Dmksyscall_libc.pl26 my $newtags = ""; # new style build tags
305 $newtags = $tags =~ s/,/ && /r;
311 //go:build $newtags
H A Dmksyscall.pl35 my $newtags = ""; # new style build tags
383 $newtags = $tags =~ s/,/ && /r;
389 //go:build $newtags
/dports/devel/tcllib/tcllib-1.20/support/devel/sak/review/
H A Dreview.tcl947 proc ::sak::review::=T {newtags} { argument
959 if {([llength $newtags] > 1) &&
960 ([set pos [lsearch -exact $newtags ---]] >= 0)} {
962 set newtags [lreplace $newtags $pos $pos]
965 set tags [lsort -dict $newtags]
966 set p [list $name $what $newtags]
/dports/devel/tcllibc/tcllib-1.20/support/devel/sak/review/
H A Dreview.tcl947 proc ::sak::review::=T {newtags} { argument
959 if {([llength $newtags] > 1) &&
960 ([set pos [lsearch -exact $newtags ---]] >= 0)} {
962 set newtags [lreplace $newtags $pos $pos]
965 set tags [lsort -dict $newtags]
966 set p [list $name $what $newtags]
/dports/textproc/p5-Chess-PGN-Parse/Chess-PGN-Parse-0.20/
H A DParse.pm881 my @newtags=();
887 push @newtags, $_;
891 push @newtags, $_ unless $seen{$_};
896 push @newtags, $_;
900 @newtags = @seven_tags_roster;
902 return @newtags;
/dports/math/py-yt/yt-4.0.1/yt/data_objects/
H A Dparticle_trajectories.py102 newtags = dd[fds["particle_index"]].d.astype("int64")
103 mask = np.in1d(newtags, indices, assume_unique=True)
104 sort = np.argsort(newtags[mask])
105 array_indices = np.where(np.in1d(indices, newtags, assume_unique=True))[0]
/dports/devel/texlab/texlab-3.3.0/cargo-crates/bibutils-sys-0.1.1/vendor/lib/
H A Dfields.c124 str *newtags, *newvalue; in fields_realloc() local
130 newtags = (str*) realloc( f->tag, sizeof(str) * alloc ); in fields_realloc()
139 if ( newtags ) f->tag = newtags; in fields_realloc()
144 if ( !newtags || !newvalue || !newused || !newlevel ) in fields_realloc()
/dports/textproc/R-cran-rbibutils/rbibutils/src/
H A Dfields.c124 str *newtags, *newvalue; in fields_realloc() local
130 newtags = (str*) realloc( f->tag, sizeof(str) * alloc ); in fields_realloc()
139 if ( newtags ) f->tag = newtags; in fields_realloc()
144 if ( !newtags || !newvalue || !newused || !newlevel ) in fields_realloc()
/dports/finance/homebank/homebank-5.5.1/src/
H A Dhb-tag.c247 guint32 *newtags = NULL; in tags_clone() local
259 newtags = g_memdup(tags, (count+1)*sizeof(guint32)); in tags_clone()
262 return newtags; in tags_clone()
/dports/graphics/p5-Imager/Imager-1.012/
H A Dtags.c123 void *newtags = myrealloc(tags->tags, sizeof(i_img_tag) * newalloc); in i_tags_add() local
124 if (!newtags) { in i_tags_add()
127 tags->tags = newtags; in i_tags_add()
/dports/devel/mercurial/mercurial-6.0/mercurial/
H A Dtags.py120 newtags = _tagsfromfnodes(ui, repo, newfnodes)
124 for tag, (new, __) in newtags.items():
341 newtags = util.sortdict()
343 newtags[tag] = (taghist[-1], taghist[:-1])
344 return newtags
/dports/sysutils/ansible2/ansible-2.9.27/lib/ansible/modules/cloud/azure/
H A Dazure_rm_sqlserver.py210 update_tags, newtags = self.update_tags(old_response.get('tags', dict()))
212 self.tags = newtags
/dports/sysutils/ansible/ansible-4.7.0/ansible_collections/azure/azcollection/plugins/modules/
H A Dazure_rm_sqlserver.py205 update_tags, newtags = self.update_tags(old_response.get('tags', dict()))
207 self.tags = newtags
H A Dazure_rm_privateendpoint.py287 update_tags, newtags = self.update_tags(old_response.get('tags', {}))
289 self.body['tags'] = newtags
/dports/irc/inspircd/inspircd-3.11.0/include/
H A Dclientprotocol.h408 void AddTags(const ClientProtocol::TagMap& newtags) in AddTags() argument
410 tags.insert(newtags.begin(), newtags.end()); in AddTags()
/dports/www/moodle310/moodle/tag/
H A Dmanage.php171 $newtags = preg_split('/\s*,\s*/', trim($tagslist), -1, PREG_SPLIT_NO_EMPTY); variable
172 $tagobjects = core_tag_tag::create_if_missing($tagcoll->id, $newtags, true);
/dports/www/moodle311/moodle/tag/
H A Dmanage.php171 $newtags = preg_split('/\s*,\s*/', trim($tagslist), -1, PREG_SPLIT_NO_EMPTY); variable
172 $tagobjects = core_tag_tag::create_if_missing($tagcoll->id, $newtags, true);
/dports/www/moodle39/moodle/tag/
H A Dmanage.php171 $newtags = preg_split('/\s*,\s*/', trim($tagslist), -1, PREG_SPLIT_NO_EMPTY); variable
172 $tagobjects = core_tag_tag::create_if_missing($tagcoll->id, $newtags, true);

123456