Home
last modified time | relevance | path

Searched refs:origtext (Results 1 – 25 of 52) sorted by relevance

123

/dports/www/moinmoin/moin-1.9.11/MoinMoin/script/maint/
H A Dglobaledit.py53 def do_edit(self, pagename, origtext): argument
55 return origtext
62 lines = origtext.splitlines()
141 origtext = codecs.open('origtext', 'r', 'utf-8').read()
142 origtext = origtext.replace('\r\n', '\n')
143 changedtext = self.do_edit("", origtext)
158 origtext = p.get_raw_body()
159 changedtext = self.do_edit(pagename, origtext)
160 if changedtext and changedtext != origtext:
/dports/www/p5-HTML-TableContentParser/HTML-TableContentParser-0.300/lib/HTML/
H A DTableContentParser.pm33 my ($self, $tag, $attr, undef, $origtext) = @_;
80 $self->_debug('TEXT(tag) = ', $origtext) if $DEBUG;
81 $elem->{data} .= $origtext;
86 $self->_debug($origtext) if $DEBUG;
111 my ($self, $tag, $origtext) = @_;
142 $self->_debug('TEXT(tag) = ', $origtext) if $DEBUG;
143 $elem->{data} .= $origtext;
148 $self->_debug($origtext) if $DEBUG;
/dports/irc/quirc/quirc-0.9.84/
H A Dcomplete.cc289 char *origtext=0; in TT_Proc_n_complete() local
317 if (origtext) free(origtext); in TT_Proc_n_complete()
333 if (origtext) free(origtext); in TT_Proc_n_complete()
334 origtext = strdup(oldorigtext); in TT_Proc_n_complete()
340 oldorigtext = strdup(origtext); in TT_Proc_n_complete()
345 len = strlen(origtext); in TT_Proc_n_complete()
354 befortext = n_range(origtext,0,j); in TT_Proc_n_complete()
355 matchtext = n_range(origtext,j,i); in TT_Proc_n_complete()
356 aftertext = n_range(origtext,i,len); in TT_Proc_n_complete()
384 if (origtext) free(origtext); in TT_Proc_n_complete()
[all …]
/dports/editors/libreoffice/libreoffice-7.2.6.2/sd/qa/uitest/impress_tests/
H A DautocorrectOptions.py27 origtext = xDialog.getChild("origtext")
38 origtext.executeAction("TYPE", mkPropertyValues({"KEYCODE":"CTRL+A"}))
39 origtext.executeAction("TYPE", mkPropertyValues({"KEYCODE":"BACKSPACE"}))
40 origtext.executeAction("TYPE", mkPropertyValues({"TEXT":"::::"}))
49 origtext.executeAction("TYPE", mkPropertyValues({"KEYCODE":"CTRL+A"}))
50 origtext.executeAction("TYPE", mkPropertyValues({"KEYCODE":"BACKSPACE"}))
51 origtext.executeAction("TYPE", mkPropertyValues({"TEXT":"::::"}))
/dports/editors/libreoffice/libreoffice-7.2.6.2/sc/qa/uitest/calc_tests6/
H A DautocorrectOptions.py24 origtext = xDialog.getChild("origtext")
35 origtext.executeAction("TYPE", mkPropertyValues({"KEYCODE":"CTRL+A"}))
36 origtext.executeAction("TYPE", mkPropertyValues({"KEYCODE":"BACKSPACE"}))
37 origtext.executeAction("TYPE", mkPropertyValues({"TEXT":"::::"}))
46 origtext.executeAction("TYPE", mkPropertyValues({"KEYCODE":"CTRL+A"}))
47 origtext.executeAction("TYPE", mkPropertyValues({"KEYCODE":"BACKSPACE"}))
48 origtext.executeAction("TYPE", mkPropertyValues({"TEXT":"::::"}))
/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/qa/uitest/writer_tests5/
H A DautocorrectOptions.py23 origtext = xDialog.getChild("origtext")
34 origtext.executeAction("TYPE", mkPropertyValues({"KEYCODE":"CTRL+A"}))
35 origtext.executeAction("TYPE", mkPropertyValues({"KEYCODE":"BACKSPACE"}))
36 origtext.executeAction("TYPE", mkPropertyValues({"TEXT":"::::"}))
45 origtext.executeAction("TYPE", mkPropertyValues({"KEYCODE":"CTRL+A"}))
46 origtext.executeAction("TYPE", mkPropertyValues({"KEYCODE":"BACKSPACE"}))
47 origtext.executeAction("TYPE", mkPropertyValues({"TEXT":"::::"}))
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sc/qa/uitest/calc_tests6/
H A DautocorrectOptions.py27 origtext = xDialog.getChild("origtext")
36 origtext.executeAction("TYPE", mkPropertyValues({"KEYCODE":"CTRL+A"}))
37 origtext.executeAction("TYPE", mkPropertyValues({"KEYCODE":"BACKSPACE"}))
38 origtext.executeAction("TYPE", mkPropertyValues({"TEXT":"::::"}))
47 origtext.executeAction("TYPE", mkPropertyValues({"KEYCODE":"CTRL+A"}))
48 origtext.executeAction("TYPE", mkPropertyValues({"KEYCODE":"BACKSPACE"}))
49 origtext.executeAction("TYPE", mkPropertyValues({"TEXT":"::::"}))
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sd/qa/uitest/impress_tests/
H A DautocorrectOptions.py28 origtext = xDialog.getChild("origtext")
37 origtext.executeAction("TYPE", mkPropertyValues({"KEYCODE":"CTRL+A"}))
38 origtext.executeAction("TYPE", mkPropertyValues({"KEYCODE":"BACKSPACE"}))
39 origtext.executeAction("TYPE", mkPropertyValues({"TEXT":"::::"}))
48 origtext.executeAction("TYPE", mkPropertyValues({"KEYCODE":"CTRL+A"}))
49 origtext.executeAction("TYPE", mkPropertyValues({"KEYCODE":"BACKSPACE"}))
50 origtext.executeAction("TYPE", mkPropertyValues({"TEXT":"::::"}))
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/qa/uitest/writer_tests5/
H A DautocorrectOptions.py26 origtext = xDialog.getChild("origtext")
35 origtext.executeAction("TYPE", mkPropertyValues({"KEYCODE":"CTRL+A"}))
36 origtext.executeAction("TYPE", mkPropertyValues({"KEYCODE":"BACKSPACE"}))
37 origtext.executeAction("TYPE", mkPropertyValues({"TEXT":"::::"}))
46 origtext.executeAction("TYPE", mkPropertyValues({"KEYCODE":"CTRL+A"}))
47 origtext.executeAction("TYPE", mkPropertyValues({"KEYCODE":"BACKSPACE"}))
48 origtext.executeAction("TYPE", mkPropertyValues({"TEXT":"::::"}))
/dports/www/p5-HTML-FillInForm/HTML-FillInForm-2.22/lib/HTML/
H A DFillInForm.pm216 my ($self, $tagname, $attr, $attrseq, $origtext) = @_;
233 $self->{'output'} .= $origtext;
379 $self->{output} .= $origtext;
408 $self->{output} .= $origtext;
411 $self->{output} .= $origtext;
444 my ($self, $origtext) = @_;
450 my $value = $origtext;
459 $self->{output} .= ">$origtext";
462 $self->{output} .= $origtext;
469 my ($self, $tagname, $origtext) = @_;
[all …]
/dports/www/p5-libwww/libwww-perl-6.59/t/local/
H A Dget.t55 my $origtext = slurp( $orig );
56 ok($origtext, "slurp original yielded text");
60 is($copytext, $origtext, "getprint: Original and copy equal eachother");
65 is($copytext, $origtext, "getstore: Original and copy equal eachother");
68 is(get("file:$orig"), $origtext, "get: Returns the content");
/dports/www/interchange/interchange-5.6.3/lib/Vend/
H A DParse.pm595 my($self, $tag, $attr, $attrseq, $origtext, $empty_container) = @_;
608 ($log eq 'once' and $Vend::restricted_err{$origtext}++);
612 $origtext,
616 ${$self->{OUT}} .= $origtext;
653 $origtext =~ s/$tag/$alias/i
659 $$buf = $origtext . $$buf;
666 ${$self->{OUT}} .= $origtext;
709 if(!@$attrseq and $origtext =~ s/\[[-\w]+\s+//i) {
710 $origtext =~ s/\]$//;
714 @args = split /\s+/, $origtext, $PosNumber{$tag};
[all …]
/dports/devel/agar/agar-1.5.0/ada-gui/SYSDEPS/
H A Dsd-file49 origtext=$3
53 file_get_by_path "${file}" "${origtext}"
/dports/devel/agar/agar-1.5.0/ada-demos/SYSDEPS/
H A Dsd-file49 origtext=$3
53 file_get_by_path "${file}" "${origtext}"
/dports/mail/opensmtpd/opensmtpd-6.8.0p2/usr.sbin/smtpd/
H A Dmakemap.c430 char *origtext; in make_aliases() local
435 origtext = xstrdup(text); in make_aliases()
447 val->data = origtext; in make_aliases()
448 val->size = strlen(origtext) + 1; in make_aliases()
452 free(origtext); in make_aliases()
/dports/textproc/p5-NetAddr-IP-Find/NetAddr-IP-Find-0.03/t/
H A D00_find.t7 my $origtext = $text;
19 ok($text, $origtext);
/dports/security/super/super-3.30.3/
H A Dchecks.c1504 &localinfo.userpats, &localinfo.origtext, invert) == -1)
1721 check_ugh(origtext, token) in check_ugh() argument
1722 char *origtext; /* original text -- for error messages */ in check_ugh()
1739 "$$Missing hostname in pattern `%s'.\n", origtext);
1749 "$$Missing netgroupname in pattern `%s'.\n", origtext);
1761 return Error(0, 0, "$$bad host pattern: `%s'.\n", origtext);
1782 return Error(0, 0, "$$\n\tUnacceptable pattern `%s'.\n", origtext);
1815 "$$Missing netgroupname in pattern `%s'.\n", origtext);
1823 return Error(0, 0, "$$\n\tbad user pattern: `%s'.\n", origtext);
1852 return Error(0, 0, "$$\n\tbad group pattern <%s>\n", origtext);
/dports/deskutils/virt-manager/virt-manager-3.2.0/tests/uitests/
H A Dtest_prefs.py102 origtext = xmleditor.text
104 lib.utils.check(lambda: xmleditor.text == origtext)
/dports/textproc/halibut/halibut-1.2/
H A Dinput.c190 char *origtext; member
393 ret.origtext = NULL; /* default */ in get_token()
459 ret.origtext = dupstr(rsc.text); in get_token()
461 ret.origtext = dupstr(""); in get_token()
507 ret.origtext = dupstr(rsc.text); in get_token()
509 ret.origtext = dupstr(""); in get_token()
542 ret.origtext = NULL; in get_codepar_token()
593 #define dtor(t) ( sfree(t.text), sfree(t.origtext) )
637 t.origtext = NULL; in read_file()
945 rdaddsc(&rsc, t.origtext); in read_file()
[all …]
/dports/net-p2p/bazarr/bazarr-1.0.2/libs/ftfy/
H A D__init__.py269 origtext = text
294 if text == origtext:
/dports/x11-toolkits/py-Pmw/Pmw-2.0.1/Pmw/Pmw_1_3_3/lib/
H A DPmwCounter.py240 origtext = self._counterEntry.get()
243 (origtext, factor, self['increment']), self._counterArgs)
256 self._counterEntry.setentry(origtext)
/dports/x11-toolkits/py-Pmw/Pmw-2.0.1/Pmw/Pmw_2_0_1/lib/
H A DPmwCounter.py241 origtext = self._counterEntry.get()
243 … value = self._counterCommand(*(origtext, factor, self['increment']), **self._counterArgs)
256 self._counterEntry.setentry(origtext)
/dports/textproc/p5-Text-Diff3/Text-Diff3-0.10/lib/Text/
H A DDiff3.pm137 my($mytext, $origtext, $yourtext) = @_;
138 my $text3 = [$mytext, $yourtext, $origtext];
/dports/mail/sylpheed/sylpheed-3.7.0/src/
H A Daddr_compl.c308 gchar *origtext; in replace_address_in_edit() local
314 origtext = gtk_editable_get_chars(GTK_EDITABLE(entry), start_pos, -1); in replace_address_in_edit()
315 if (!strcmp(origtext, newtext)) { in replace_address_in_edit()
316 g_free(origtext); in replace_address_in_edit()
319 g_free(origtext); in replace_address_in_edit()
/dports/www/epiphany/epiphany-41.0/src/
H A Dephy-action-bar-start.c122 const char *origtext, in new_history_menu_item() argument
132 g_assert (address != NULL && origtext != NULL); in new_history_menu_item()
139 label = gtk_label_new (origtext); in new_history_menu_item()

123