Home
last modified time | relevance | path

Searched refs:newtag (Results 276 – 300 of 572) sorted by relevance

1...<<11121314151617181920>>...23

/dports/net-p2p/qbittorrent/qbittorrent-4.3.9/src/webui/www/
H A Dwebui.qrc42 <file>private/newtag.html</file>
/dports/www/tikiwiki/tiki-21.2/templates/
H A Dtiki-freetag-translate.tpl82 …<input type="text" name="newtag[{$group}][{$lang}]" value="{$newtags[$group][$lang]}" class="form-…
/dports/science/hdf/hdf-4.2.15/hdf/src/
H A Dvgp.c1494 uint16 newtag = 0; in Vinsert() local
1532 newtag = DFTAG_VH; in Vinsert()
1548 newtag = DFTAG_VG; in Vinsert()
1564 if ((vg->ref[u] == newref) && (vg->tag[u] == newtag)) in Vinsert()
1569 if (vinsertpair(vg, newtag, newref) == FAIL) in Vinsert()
/dports/devel/tkcvs/tkcvs-8.2.3/tkcvs/
H A Dcvs.tcl1585 proc cvs_rtag { cvsroot mcode b_or_t force oldtag newtag } { argument
1593 gen_log:log T "ENTER ($cvsroot $mcode $b_or_t $force $oldtag $newtag)"
1603 if {$newtag == ""} {
1616 append command " \"$newtag\" \"$mcode\""
/dports/www/bluefish/bluefish-2.2.12/src/
H A Dbftextview2_langmgr.c212 gboolean newtag = FALSE; in langmrg_create_style() local
220 newtag = TRUE; in langmrg_create_style()
227 } else if (!newtag) { in langmrg_create_style()
232 } else if (!newtag) { in langmrg_create_style()
237 } else if (!newtag) { in langmrg_create_style()
242 } else if (!newtag) { in langmrg_create_style()
251 if (newtag) { in langmrg_create_style()
/dports/www/zola/zola-0.15.2/docs/content/themes/docsascode-theme/
H A Dindex.md97 tags = ["newtag"]
/dports/www/htdigest/httpd-2.4.6/modules/filters/
H A Dmod_deflate.c403 char *newtag = apr_palloc(r->pool, etaglen + transformlen + 2); in deflate_check_etag() local
404 char *d = newtag; in deflate_check_etag()
420 apr_table_setn(r->headers_out, "ETag", newtag); in deflate_check_etag()
/dports/chinese/wordpress-zh_TW/wordpress/wp-admin/css/
H A Dedit-rtl.css310 #post-body .tagsdiv #newtag {
319 #side-sortables .tagsdiv #newtag {
1370 .ajaxtag .newtag {
1374 .tagsdiv .newtag {
1868 .tagsdiv .newtag {
H A Dedit.min.css2newtag{margin-right:5px;width:16em}#side-sortables input#post_password{width:94%}#side-sortables .…
H A Dedit.css309 #post-body .tagsdiv #newtag {
318 #side-sortables .tagsdiv #newtag {
1369 .ajaxtag .newtag {
1373 .tagsdiv .newtag {
1867 .tagsdiv .newtag {
H A Dedit-rtl.min.css2newtag{margin-left:5px;width:16em}#side-sortables input#post_password{width:94%}#side-sortables .t…
/dports/chinese/wordpress-zh_CN/wordpress/wp-admin/css/
H A Dedit-rtl.css310 #post-body .tagsdiv #newtag {
319 #side-sortables .tagsdiv #newtag {
1370 .ajaxtag .newtag {
1374 .tagsdiv .newtag {
1868 .tagsdiv .newtag {
H A Dedit-rtl.min.css2newtag{margin-left:5px;width:16em}#side-sortables input#post_password{width:94%}#side-sortables .t…
H A Dedit.min.css2newtag{margin-right:5px;width:16em}#side-sortables input#post_password{width:94%}#side-sortables .…
H A Dedit.css309 #post-body .tagsdiv #newtag {
318 #side-sortables .tagsdiv #newtag {
1369 .ajaxtag .newtag {
1373 .tagsdiv .newtag {
1867 .tagsdiv .newtag {
/dports/devel/R-cran-rlang/rlang/R/
H A Dlifecycle-retired.R1428 mut_node_tag <- function(x, newtag) { argument
1430 invisible(.Call(rlang_node_poke_tag, x, newtag))
/dports/net-mgmt/librenms/librenms-vendor-21.5.1/phpseclib/phpseclib/phpseclib/Crypt/
H A DChaCha20.php138 $this->newtag = $this->usingGeneratedPoly1305Key && strlen($this->nonce) == 12 ?
168 $newtag = $this->poly1305($ciphertext);
169 if ($this->oldtag != substr($newtag, 0, strlen($this->oldtag))) {
/dports/www/owncloud/owncloud/lib/composer/phpseclib/phpseclib/phpseclib/Crypt/
H A DChaCha20.php138 $this->newtag = $this->usingGeneratedPoly1305Key && strlen($this->nonce) == 12 ?
168 $newtag = $this->poly1305($ciphertext);
169 if ($this->oldtag != substr($newtag, 0, strlen($this->oldtag))) {
/dports/www/owncloud/owncloud/apps/files_external/3rdparty/phpseclib/phpseclib/phpseclib/Crypt/
H A DChaCha20.php138 $this->newtag = $this->usingGeneratedPoly1305Key && strlen($this->nonce) == 12 ?
168 $newtag = $this->poly1305($ciphertext);
169 if ($this->oldtag != substr($newtag, 0, strlen($this->oldtag))) {
/dports/mail/mailman-postfix/mailman-2.1.39/Mailman/Cgi/
H A Dadmin.py753 newtag = 'topic_new_%02d' % i
756 Hidden(newtag)])
801 newtag = 'hdrfilter_new_%02d' % i
806 Hidden(newtag)])
/dports/mail/mailman-exim4/mailman-2.1.39/Mailman/Cgi/
H A Dadmin.py753 newtag = 'topic_new_%02d' % i
756 Hidden(newtag)])
801 newtag = 'hdrfilter_new_%02d' % i
806 Hidden(newtag)])
/dports/mail/mailman/mailman-2.1.39/Mailman/Cgi/
H A Dadmin.py753 newtag = 'topic_new_%02d' % i
756 Hidden(newtag)])
801 newtag = 'hdrfilter_new_%02d' % i
806 Hidden(newtag)])
/dports/editors/emacs-devel/emacs-4d1968b/lisp/textmodes/
H A Dreftex-index.el266 (defun reftex-index-update-taglist (newtag)
269 (and newtag (cdr cell) (not (member newtag (cdr cell)))
270 (push newtag (cdr cell)))))
/dports/editors/emacs/emacs-27.2/lisp/textmodes/
H A Dreftex-index.el270 (defun reftex-index-update-taglist (newtag)
273 (and newtag (cdr cell) (not (member newtag (cdr cell)))
274 (push newtag (cdr cell)))))
/dports/misc/lifelines/lifelines-3.1.1/src/gedlib/
H A Dnode.c128 change_node_tag (NODE node, STRING newtag) in change_node_tag() argument
131 ntag(node) = fixtag(newtag); in change_node_tag()

1...<<11121314151617181920>>...23