/dports/russian/bugzilla44/bugzilla-4.4.4.ru/template/ru-RU/default/request/ |
H A D | queue.html.tmpl | 47 <p> 52 </p> 73 <option value="">Все</option> 78 <option value="[% p.name FILTER html %]" 87 <option value="[% p.name FILTER html %]" 180 <p>[% query FILTER html %]</p> 189 [% IF loop.first %] [% PROCESS start_new_table %] [% END %] 190 [% IF request.$group_field != group_value || loop.first %] 192 [% PROCESS display_buglist UNLESS loop.first %] 198 [% NEXT IF column == group_field || excluded_columns.contains(column) %] [all …]
|
/dports/japanese/bugzilla44/ja-bugzilla44-4.4.9/default/request/ |
H A D | queue.html.tmpl | 45 <p> 49 </p> 70 <option value="">どれでも</option> 75 <option value="[% p.name FILTER html %]" 84 <option value="[% p.name FILTER html %]" 128 <option value="">どれでも</option> 177 <p>[% query FILTER html %]</p> 186 [% IF request.$group_field != group_value || loop.first %] 188 [% PROCESS display_buglist UNLESS loop.first %] 194 [% NEXT IF column == group_field || excluded_columns.contains(column) %] [all …]
|
/dports/japanese/bugzilla50/ja-bugzilla50-5.0.2/default/request/ |
H A D | queue.html.tmpl | 46 <p> 50 </p> 113 <option value="">どれでも</option> 135 <option value="0">要請者および被要請者に合致</option> 162 <p>[% query FILTER html %]</p> 166 <p> 168 </p> 171 [% IF request.$group_field != group_value || loop.first %] 173 [% PROCESS display_buglist UNLESS loop.first %] 179 [% NEXT IF column == group_field || excluded_columns.contains(column) %] [all …]
|
/dports/german/bugzilla44/de-bugzilla44-4.4.10_1/de/default/request/ |
H A D | queue.html.tmpl | 45 <p> 52 </p> 73 <option value="">Beliebig</option> 78 <option value="[% p.name FILTER html %]" 87 <option value="[% p.name FILTER html %]" 180 <p>[% query FILTER html %]</p> 184 <p> 189 [% IF request.$group_field != group_value || loop.first %] 191 [% PROCESS display_buglist UNLESS loop.first %] 197 [% NEXT IF column == group_field || excluded_columns.contains(column) %] [all …]
|
/dports/devel/bugzilla44/bugzilla-4.4.13/template/en/default/request/ |
H A D | queue.html.tmpl | 45 <p> 50 </p> 71 <option value="">Any</option> 76 <option value="[% p.name FILTER html %]" 85 <option value="[% p.name FILTER html %]" 129 <option value="">Any</option> 178 <p>[% query FILTER html %]</p> 187 [% IF request.$group_field != group_value || loop.first %] 189 [% PROCESS display_buglist UNLESS loop.first %] 195 [% NEXT IF column == group_field || excluded_columns.contains(column) %] [all …]
|
/dports/graphics/okular/okular-21.12.3/generators/chm/ |
H A D | generator_chm.cpp | 80 if (!tmpPageList.contains(url)) { // add a page only once in loadDocument() 112 if (m_urlPage.contains(tmpUrl)) in loadDocument() 172 QEventLoop loop; in preparePageForSyncOperation() local 174 connect(m_syncGen, &KParts::ReadOnlyPart::canceled, &loop, &QEventLoop::quit); in preparePageForSyncOperation() 177 loop.exec(QEventLoop::ExcludeUserInputEvents); in preparePageForSyncOperation() 188 QPainter p(&image); in slotCompleted() local 192 m_syncGen->paint(&p, r, 0, &moreToPaint); in slotCompleted() 194 p.end(); in slotCompleted() 218 if (keys.contains(Okular::DocumentInfo::MimeType)) in generateDocumentInfo() 220 if (keys.contains(Okular::DocumentInfo::Title)) in generateDocumentInfo() [all …]
|
/dports/lang/librep/librep_0.92.7/lisp/rep/data/ |
H A D | string-util.jl | 10 ;; the Free Software Foundation; either version 2, or (at your option) 28 (defun string-upper-case-p (x) 29 "Return t if string X is upper case (contains no lower case characters and 36 (if (lower-case-p char) 41 (defun string-lower-case-p (x) 42 "Return t if string X is lower case (contains no upper case characters and 49 (if (upper-case-p char) 84 (let loop ((rest (cdr sequence)) 88 (loop (cdr rest) 94 (let loop ((i 1) [all …]
|
/dports/shells/zsh/zsh-5.8.1/Test/ |
H A D | A01grammar.ztst | 58 read -p bar 128 0:`exec' with -l option 132 0:`exec' with -a option 136 0:`exec' with -a option, no space 149 0:`exec' with -a option from expansion 153 0:`exec' with -c option 581 (*e*) print $word contains an e 588 >artichoke contains an e 591 >chrysanthemum contains an e 690 0:PATHSCRIPT option [all …]
|
/dports/devel/bugzilla50/bugzilla-5.0.4/template/en/default/request/ |
H A D | queue.html.tmpl | 23 <p> 28 </p> 91 <option value="">Any</option> 113 <option value="0">Match the requester AND requestee</option> 140 <p>[% query FILTER html %]</p> 144 <p> 146 </p> 149 [% IF request.$group_field != group_value || loop.first %] 151 [% PROCESS display_buglist UNLESS loop.first %] 157 [% NEXT IF column == group_field || excluded_columns.contains(column) %] [all …]
|
/dports/games/libretro-scummvm/scummvm-7b1e929/engines/director/lingo/ |
H A D | lingo-lex.l | 23 %option noyywrap 24 %option nounput 25 %option noinput 26 %option never-interactive 49 char *p = yytext; in countnl() local 51 while(*p == '\n' || *p == '\r') in countnl() 52 p++; in countnl() 55 g_lingo->_colnumber = strlen(p); in countnl() 91 (?i:contains) { count(); return tCONTAINS; } 120 (?i:loop) { count(); return checkImmediate(tLOOP); } [all …]
|
/dports/www/fabio/fabio-1.5.14/docs/content/ref/ |
H A D | proxy.auth.md | 19 …option contains the path to the htpasswd file. The `realm` parameter is optional (default is to us… 29 name=mybasicauth;type=basic;file=p/creds.file; 32 name=mybasicauth;type=basic;file=p/creds.htpasswd;refresh=30s 35 proxy.auth = name=mybasicauth;type=basic;file=p/creds.htpasswd;refresh=30s 36 name=myotherauth;type=basic;file=p/other-creds.htpasswd;realm=myrealm
|
/dports/www/fabio/fabio-1.5.14/docs/content/feature/ |
H A D | authorization.md | 10 Authorization schemes are configured with the `proxy.auth` option. 39 …option contains the path to the htpasswd file. The `realm` parameter is optional (default is to us… 49 name=mybasicauth;type=basic;file=p/creds.htpasswd; 52 name=mybasicauth;type=basic;file=p/creds.htpasswd;refresh=30s 55 proxy.auth = name=mybasicauth;type=basic;file=p/creds.htpasswd;refresh=30s 56 name=myotherauth;type=basic;file=p/other-creds.htpasswd;realm=myrealm
|
/dports/cad/ghdl/ghdl-1.0.0/testsuite/vests/vhdl-93/ashenden/compliant/ |
H A D | ch_06_mult-b.vhd | 9 -- your option) any later version. 46 for index in 0 to 15 loop 50 end loop; 54 for index in 0 to 15 loop 58 end loop; 62 for count in 0 to 15 loop 70 end loop; 73 end loop; 74 -- result now contains unsigned product, with binary point 82 end loop; [all …]
|
/dports/multimedia/kmplayer/kmplayer-0.12.0b/src/ |
H A D | kmplayerconfig.cpp | 312 loop = mplayer.readEntry (strLoop, false); in readConfig() 371 for (PreferencesPage * p = pagelist; p; p = p->next) in readConfig() local 399 for (PreferencesPage * p = pagelist; p; p = p->next) in addPage() local 415 for (PreferencesPage * p = pagelist; p; prev = p, p = p->next) in removePage() local 438 configdialog->m_GeneralPageGeneral->loop->setChecked (loop); in show() 454 if (!current.isEmpty() && !urllist.contains(current)) in show() 463 if (!current.isEmpty() && !sub_urllist.contains(current)) in show() 536 for (PreferencesPage * p = pagelist; p; p = p->next) in show() local 570 mplayer_cfg.writeEntry (strLoop, loop); in writeConfig() 629 for (PreferencesPage * p = pagelist; p; p = p->next) in writeConfig() local [all …]
|
/dports/shells/zsh/zsh-5.8.1/Completion/Unix/Command/ |
H A D | _socket | 6 # The style that contains pairs `host:port'. 14 _wanted options expl option compadd - -version 25 '-l[loop]' \ 26 '-p[program]:command:->command' \
|
/dports/games/dangen/dangen-0.5/ |
H A D | ChangeLog | 7 contains a -l flag) to LIBS, not AM_LDFLAGS 12 %option yylineno instead of counting the line number manually 14 * record/record_lexical.l: added %option no* to fix the 21 spqr/insane-hand.c, spqr/p-can.c, spqr/plan-19.c, 28 * Makefile.am, configure.ac: use the tar-ustar option of automake 34 * libtenm/tenm_timer.c: uses an empty loop for maximum accuracy 35 * README, README-ja-utf8, dangen.6, loop.c, main.c: the "slow"
|
/dports/security/xray-core/Xray-core-1.5.0/vendor/go.starlark.net/resolve/testdata/ |
H A D | resolve.star | 3 # The initial environment contains the predeclared names "M" 70 [p, q] = 1, 2 71 M(p) 153 load("foo", "bar") ### "load statement within a loop" 156 # option:recursion option:globalreassign 158 load("foo", "bar") ### "load statement within a loop" 169 for x in "abc": ### "for loop not within a function" 198 while U: ### "while loop not within a function" 222 # break and continue statements must appear within a loop 224 break ### "break not in a loop" [all …]
|
/dports/net/v2ray/v2ray-core-4.36.2/vendor/go.starlark.net/resolve/testdata/ |
H A D | resolve.star | 3 # The initial environment contains the predeclared names "M" 70 [p, q] = 1, 2 71 M(p) 153 load("foo", "bar") ### "load statement within a loop" 156 # option:recursion option:globalreassign 158 load("foo", "bar") ### "load statement within a loop" 169 for x in "abc": ### "for loop not within a function" 198 while U: ### "while loop not within a function" 222 # break and continue statements must appear within a loop 224 break ### "break not in a loop" [all …]
|
/dports/audio/csoundqt/CsoundQt-0.9.8.1/src/ |
H A D | documentpage.cpp | 115 if (text.contains("<MacOptions>") && text.contains("</MacOptions>")) { in setTextString() 128 if (text.contains("<MacPresets>") && text.contains("</MacPresets>")) { in setTextString() 141 if (text.contains("<MacGUI>") && text.contains("</MacGUI>")) { in setTextString() 162 if (optionsText.contains(" -o")) { in setTextString() 200 double loop = panelElement.attribute("loop","8.0").toDouble(); in setTextString() local 214 panel->setLoopLength(loop); in setTextString() 375 option += ":"; in getMacOptions() 1119 void DocumentPage::loopPanelSlot(int index, bool loop) in loopPanelSlot() argument 1121 m_liveFrames[index]->loopPanel(loop); in loopPanelSlot() 1340 QProcess p; in runPython() local [all …]
|
/dports/sysutils/ansible2/ansible-2.9.27/docs/templates/ |
H A D | plugin.rst.j2 | 118 …t in value.full_key %}@{ part }@{% if not loop.last %}/{% endif %}{% endfor %}" title="Permalink t… 171 … <p>[@{ ini.section }@]<br>@{ ini.key }@ = @{ value.default | default('VALUE') }@</p> 280 @{ loop(value.contains.items()) -}@ 282 @{ loop(value.contains[0].items()) -}@ 330 {% if value.contains %} 332 @{ loop(value.contains|dictsort) }@ 334 @{ loop(value.contains[0]|dictsort) }@ 357 @{ loop(value.contains.items()) -}@ 359 @{ loop(value.contains[0].items()) -}@ 407 @{ loop(value.contains|dictsort) }@ [all …]
|
/dports/math/aribas/aribas-1.64/doc/ |
H A D | aribas.man | 19 ula-2, but contains also features from other programming 73 Here the output contains no underscore, which shows that z 111 The for loop and the while loop in aribas have a syntax as 125 loop 292 ing situation: Some previous line contains a typing error, 349 -p <ari-search-path> 356 -p/usr/local/lib/aribas:~/ari/examples 392 fied by the -p option. If the option -b was given, 407 and the current directory contains the file 441 If you want to repeat a previous input, M-p (or ESC p) [all …]
|
/dports/x11/gdm/gdm-3.28.4/ |
H A D | acinclude.m4 | 29 dnl loop until it doesn't change anymore 84 #endif],[UTMP ut; char *p; p=ut.ut_host;],result=yes,result=no) 128 #endif],[UTMP ut; char *p; p=ut.ut_id;],result=yes,result=no) 130 AC_DEFINE(HAVE_UT_UT_ID,1,[Define if your utmp struct contains a ut_id field.]) 150 #endif],[UTMP ut; char *p; p=ut.ut_name;],result=yes,result=no) 216 #endif],[UTMP ut; char *p; p=ut.ut_user;],result=yes,result=no) 324 for option in -Wno-sign-compare; do 326 CFLAGS="$CFLAGS $option" 327 AC_MSG_CHECKING([whether gcc understands $option]) 334 warning_flags="$warning_flags $option" [all …]
|
/dports/devel/bazel-buildtools/buildtools-3.2.1/vendor/go.starlark.net/resolve/testdata/ |
H A D | resolve.star | 3 # The initial environment contains the predeclared names "M" 70 [p, q] = 1, 2 71 M(p) 82 # Functions may have forward refs. (option:lambda option:nesteddef) 154 for x in "abc": ### "for loop not within a function" 183 while U: ### "while loop not within a function" 187 # option:globalreassign option:recursion 206 # break and continue statements must appear within a loop 208 break ### "break not in a loop" 210 continue ### "continue not in a loop" [all …]
|
/dports/devel/bazel-buildtools/buildtools-3.2.1/vendor/github.com/google/skylark/resolve/testdata/ |
H A D | resolve.sky | 3 # The initial environment contains the predeclared names "M" 68 [p, q] = 1, 2 69 M(p) 80 # Functions may have forward refs. (option:lambda option:nesteddef) 147 for x in "abc": ### "for loop not within a function" 169 # break and continue statements must appear within a loop 171 break ### "break not in a loop" 173 continue ### "continue not in a loop" 242 # Floating point support (option:float)
|
/dports/russian/bugzilla44/bugzilla-4.4.4.ru/template/ru-RU/default/account/prefs/ |
H A D | email.html.tmpl | 35 <p> 40 </p> 43 <p> 47 </p> 196 [% count = loop.count() %] 205 no_added_removed.contains(relationship.id) 230 [% count = loop.count() %] 251 <p> 256 </p> 258 <p> [all …]
|