PageRenderTime 245ms queryTime 29ms sortTime 25ms getByIdsTime 89ms findMatchingLines 36ms

100+ results results for 'c+ forums' (245 ms)

Not the results you expected?
data-verbs.js https://github.com/kgoess/Polish-Grammar-Drill.git | JavaScript | 264 lines
                    
66// apparently chcieć takes the genitive 
                    
67// http://www.polishforums.com/grammar-usage-18/adjective-endings-masculine-personal-51432/
                    
68//    { infinitive: [ 'chcieć', 'to want' ],
                    
                
JiveUserXML.java https://gitlab.com/essere.lab.public/qualitas.class-corpus | Java | 222 lines
                    
31 *
                    
32 * Support can be obtained from support forums at:
                    
33 * http://www.mvnForum.com/mvnforum/index
                    
                
options-writing.php https://github.com/vidor/vidor.me.git | PHP | 212 lines
                    
58	'<p>' . __('<a href="http://codex.wordpress.org/Settings_Writing_Screen" target="_blank">Documentation on Writing Settings</a>') . '</p>' .
                    
59	'<p>' . __('<a href="http://wordpress.org/support/" target="_blank">Support Forums</a>') . '</p>'
                    
60);
                    
                
common.php https://gitlab.com/nacridan/Nacridan | PHP | 169 lines
                    
15 'Bad request'                       =>	'Erreur. Le lien que vous avez suivi est incorrect ou périmé.',
                    
16 'No view'                           =>	'Vous n\'êtes pas autorisé(e) à visiter ces forums.',
                    
17 'No permission'                     =>	'Vous n\'êtes pas autorisé(e) à afficher cette page.',
                    
17 'No permission'                     =>	'Vous n\'êtes pas autorisé(e) à afficher cette page.',
                    
18 'Bad referrer'                      =>	'Mauvais HTTP_REFERER. Vous avez été renvoyé(e) vers cette page par une source inconnue ou interdite. Si le problème persiste, assurez-vous que le champ «&#160;URL de base&#160;» de la page Administration&#160;» Options est correctement renseigné et que vous vous rendez sur ces forums en utilisant cette URL. Vous pourrez trouver davantage d\'informations dans la documentation de FluxBB.',
                    
19 'No cookie'                         =>	'Vous semblez avoir été identifié(e), cependant aucun cookie n\'a été envoyé. Veuillez vérifier vos paramètres et, si possible, activer les cookies pour ce site.',
                    
69 'wrote'                             =>	'a écrit&#160;:',	// For [quote]'s
                    
70 'Mailer'                            =>	'%s E-mail automatique',	// As in "MyForums Mailer" in the signature of outgoing e-mails
                    
71 'Important information'             =>	'Information importante',
                    
122 // Stuff for the page footer
                    
123 'Board footer'                      =>	'Pied de page des forums',
                    
124 'Jump to'                           =>	'Atteindre',
                    
                
graph.inc.php https://github.com/axxtel/agilebill.git | PHP | 405 lines
                    
10 * For questions, help, comments, discussion, etc., please join the
                    
11 * Agileco community forums at http://forum.agileco.com/ 
                    
12 *
                    
                
forum_vi.php https://bitbucket.org/pombredanne/spip-zone-treemap.git | PHP | 168 lines
                    
77	'info_appliquer_choix_moderation' => 'Dùng phương thức điều hợp này:',
                    
78	'info_config_forums_prive' => 'Dans l’espace privé du site, vous pouvez activer plusieurs types de forums :', # NEW
                    
79	'info_config_forums_prive_admin' => 'Un forum réservé aux administrateurs du site :', # NEW
                    
80	'info_config_forums_prive_global' => 'Un forum global, ouvert à tous les rédacteurs :', # NEW
                    
81	'info_config_forums_prive_objets' => 'Un forum sous chaque article, brève, site référencé, etc. :', # NEW
                    
82	'info_desactiver_forum_public' => 'Khóa việc sử dụng diễn đàn công cộng. Diễn đàn công cộng có thể được cho phép theo từng trường hợp một cho các bài vở; tuy nhiên sẽ cấm không được dùng cho các đề mục, tin ngắn, v.v...',
                    
104	'item_config_forums_prive_global' => 'Activer le forum des rédacteurs', # NEW
                    
105	'item_config_forums_prive_objets' => 'Activer ces forums', # NEW
                    
106	'item_desactiver_forum_administrateur' => 'Khóa diễn đàn quản trị viên',
                    
107	'item_non_config_forums_prive_global' => 'Désactiver le forum des rédacteurs', # NEW
                    
108	'item_non_config_forums_prive_objets' => 'Désactiver ces forums', # NEW
                    
109
                    
156	'titre_cadre_forum_interne' => 'Diễn đàn nội bộ',
                    
157	'titre_config_forums_prive' => 'Forums de l’espace privé', # NEW
                    
158	'titre_forum' => 'Diễn đàn',
                    
                
forum.css https://github.com/huwy/givechange_dev.git | CSS | 606 lines
                    
327
                    
328table.forums tr td .desc {
                    
329	margin:0.5em 0;	
                    
330	}
                    
331table.forums tr td {
                    
332	padding:4px 15px;
                    
333	}
                    
334table.forums a.tiny {
                    
335	font-size:0.8em;
                    
338
                    
339table.forums .posts {
                    
340	color:#666;
                    
367table.topics tr td.c3 { border-left:0; }
                    
368table.forums tr td.c1 {	border-right:0; padding-right:5px; padding-top:7px; }
                    
369table.forums tr td.c2 {	border-width:1px 0; padding-left:5px; }
                    
                
test_models.py https://github.com/oremj/kitsune.git | Python | 258 lines
                    
6
                    
7from forums.events import NewPostEvent, NewThreadEvent
                    
8from forums.models import Forum, Thread, Post
                    
8from forums.models import Forum, Thread, Post
                    
9from forums.tests import ForumTestCase
                    
10from sumo.urlresolvers import reverse
                    
20        f = Forum.objects.get(pk=1)
                    
21        exp_ = reverse('forums.threads', kwargs={'forum_slug': f.slug})
                    
22        eq_(exp_, f.get_absolute_url())
                    
25        t = Thread.objects.get(pk=1)
                    
26        exp_ = reverse('forums.posts', kwargs={'forum_slug': t.forum.slug,
                    
27                                               'thread_id': t.id})
                    
31        p = Post.objects.get(pk=1)
                    
32        url_ = reverse('forums.posts',
                    
33                       kwargs={'forum_slug': p.thread.forum.slug,
                    
                
uaf_footer.php https://gitlab.com/mattswann/launch-housing | PHP | 231 lines
                    
110                            

                    
111                            <li>You are ready now. If you still have any problem visit our <a href="http://dineshkarki.com.np/forums/forum/use-any-fonts" target="_blank">support forum</a> or you can write to us directly using our contact form.</li>

                    
112                            

                    
                
create.php https://github.com/boonebgorges/cue.git | PHP | 293 lines
                    
57
                    
58					<?php if ( bp_is_active( 'forums' ) ) : ?>
                    
59						<?php if ( bp_forums_is_installed_correctly() ) : ?>
                    
68								<div class="checkbox">
                    
69									<label><input type="checkbox" disabled="disabled" name="disabled" id="disabled" value="0" /> <?php printf( __( '<strong>Attention Site Admin:</strong> Group forums require the <a href="%s">correct setup and configuration</a> of a bbPress installation.', 'buddypress' ), bp_get_root_domain() . '/wp-admin/admin.php?page=bb-forums-setup' ); ?></label>
                    
70								</div>
                    
                
user.php https://github.com/dongsheng/moodle.git | PHP | 156 lines
                    
52$string['privacy:metadata:auth'] = 'The authentication plugin used for this user record.';
                    
53$string['privacy:metadata:autosubscribe'] = 'A preference as to if the user should be auto-subscribed to forums the user posts in.';
                    
54$string['privacy:metadata:calendartype'] = 'A user preference for the type of calendar to use.';
                    
134$string['privacy:metadata:token'] = 'secret set and emailed to user';
                    
135$string['privacy:metadata:trackforums'] = 'A preference for forums and tracking them.';
                    
136$string['privacy:metadata:trustbitmask'] = 'The trust bit mask';
                    
                
HydrogenEngine.php https://github.com/ThaDeanesta/Hydrogen.git | PHP | 268 lines
                    
20 *
                    
21 * @link http://www.webdevrefinery.com/forums/topic/6404-hydrogen-templates-for-front-end-developers
                    
22 * 		Frontend Development Documentation
                    
                
happypenguin.css https://bitbucket.org/michaelb/happypenguin-ng.git | CSS | 433 lines
                    
108
                    
109/* Forum title: Text and link to the forums used in: index.php */
                    
110.forumlink		{ font-weight: bold; font-size: 12px; color : #000080; }
                    
                
0011_userprofile_slug.py https://github.com/agiliq/Dinette.git | Python | 146 lines
                    
134            'Meta': {'object_name': 'SuperCategory'},
                    
135            'accessgroups': ('django.db.models.fields.related.ManyToManyField', [], {'related_name': "'can_access_forums'", 'symmetrical': 'False', 'to': "orm['auth.Group']"}),
                    
136            'created_on': ('django.db.models.fields.DateTimeField', [], {'auto_now_add': 'True', 'blank': 'True'}),
                    
                
attachments.php https://github.com/Ephemeraboy/phpbb3-id.git | PHP | 174 lines
                    
45	'ADMIN_UPLOAD_ERROR'				=> 'Terjadi kesalahan pada saat melampirkan file: “%s”.',
                    
46	'ALLOWED_FORUMS'					=> 'Semua forum diijinkan',
                    
47	'ALLOWED_FORUMS_EXPLAIN'			=> 'Dapat mempost ekstensi yang diberikan pada forum atau semua forum yang dipilih.',
                    
49	'ALLOW_ATTACHMENTS'					=> 'Ijinkan lampiran',
                    
50	'ALLOW_ALL_FORUMS'					=> 'Ijinkan semua forum',
                    
51	'ALLOW_IN_PM'						=> 'Diijinkan di perpesanan pribadi',
                    
52	'ALLOW_PM_ATTACHMENTS'				=> 'Ijinkan lampiran di pesan pribadi',
                    
53	'ALLOW_SELECTED_FORUMS'				=> 'Hanya forum yang terpilih dibawah ini',
                    
54	'ASSIGNED_EXTENSIONS'				=> 'Ekstensi diberikan',
                    
                
cf_threads.js git://github.com/ckruse/cforum.git | JavaScript | 399 lines
                    
224
                    
225        for(var i = 0; i < cforum.userForums.length; ++i) {
                    
226          if(cforum.userForums[i].forum_id == val) {
                    
226          if(cforum.userForums[i].forum_id == val) {
                    
227            cforum.currentForum = cforum.userForums[i];
                    
228            break;
                    
                
changelog.md https://github.com/milesj/forum.git | Markdown | 269 lines
                    
24* Added email template support to subscriptions through `Forum.settings.subscriptionTemplate`
                    
25* Added custom image icon support to forums
                    
26* Refactored `Forum` table so that `accessRead`, `accessPost`, `accessReply`, and `accessPoll` all point to ARO records
                    
127
                    
128* Added a subscriptions system for topics and forums ([Issue #10](https://github.com/milesj/cake-forum/issues/10))
                    
129* Added a UpgradeShell which can be executed via console to handle complex version upgrades
                    
162* Converted to Cake 1.3
                    
163* Converted all topics and forums to slug based URLs
                    
164* Added CakeSession to all models
                    
171* Fixed a bug in the Sluggable
                    
172* Fixed a bug where private forums were showing up for public users
                    
173* Fixed wrong slugs being used in some URLs
                    
173* Fixed wrong slugs being used in some URLs
                    
174* New users will inherit the forums locale
                    
175* Settings are now stored in the database instead of Configure
                    
                
settings.php https://github.com/higa4/Ushahidi-Localizations.git | PHP | 174 lines
                    
26	'cleanurl' => array(
                    
27		'clean_url_disabled' => 'Sembra che il tuo server non sia configurato per gestire le clean URLs. Dovrai modificare la configurazione del tuo server prima di abilitare le clean URL. Maggiori informazioni su come abilitare le clean URLs in questo forum <a href="http://forums.ushahidi.com/topic/server-configuration-for-apache-mod-rewrite" target="_blank">post</a>',
                    
28		'clean_url_enabled' => 'Questa opzione consente di accedere a Ushahidi con "clean" URLs. Senza "index.php" nella URL.',
                    
                
settings.php https://github.com/higa4/Ushahidi-Localizations.git | PHP | 164 lines
                    
19	'cleanurl' => array(
                    
20		'clean_url_disabled' => 'Parece que su servidor no está configurado para soportar URLs limpias. Es necesario que cambie la configuración de su servidor antes de que pueda habilitar las URLs limpias. Vea más información sobre cómo habilitar URLs limpias en este <a href="http://forums.ushahidi.com/topic/server-configuration-for-apache-mod-rewrite" target="_blank">mensaje</a> (en inglés)',
                    
21		'clean_url_enabled' => 'Esta opción permite que se pueda acceder a Ushahidi via URLs "limpias", es decir sin "index.php" en la URL.',
                    
                
error_admin.html.php https://bitbucket.org/JakePratt/kupcakz.com.git | PHP | 307 lines
                    
173        date on it).  Stuck?  Stop by the <a href="http://galleryproject.org/forum/96">Gallery 3
                    
174        Forums</a> and ask for help.  You can also look at our list
                    
175        of <a href="http://sourceforge.net/apps/trac/gallery/roadmap">open
                    
                
R.menu.html https://bitbucket.org/kzm123/io2013.git | HTML | 313 lines
                    
38<li><a href="../../../agh/io/vanillaforums/R.layout.html" title="class in agh.io.vanillaforums"><span class="strong">Prev Class</span></a></li>
                    
39<li><a href="../../../agh/io/vanillaforums/R.string.html" title="class in agh.io.vanillaforums"><span class="strong">Next Class</span></a></li>
                    
40</ul>
                    
101<dt>Enclosing class:</dt>
                    
102<dd><a href="../../../agh/io/vanillaforums/R.html" title="class in agh.io.vanillaforums">R</a></dd>
                    
103</dl>
                    
127<td class="colFirst"><code>static int</code></td>
                    
128<td class="colLast"><code><strong><a href="../../../agh/io/vanillaforums/R.menu.html#forum">forum</a></strong></code>&nbsp;</td>
                    
129</tr>
                    
135<td class="colFirst"><code>static int</code></td>
                    
136<td class="colLast"><code><strong><a href="../../../agh/io/vanillaforums/R.menu.html#main">main</a></strong></code>&nbsp;</td>
                    
137</tr>
                    
271<li><a href="../../../agh/io/vanillaforums/R.layout.html" title="class in agh.io.vanillaforums"><span class="strong">Prev Class</span></a></li>
                    
272<li><a href="../../../agh/io/vanillaforums/R.string.html" title="class in agh.io.vanillaforums"><span class="strong">Next Class</span></a></li>
                    
273</ul>
                    
                
R.html https://bitbucket.org/kzm123/io2013.git | HTML | 285 lines
                    
135<td class="colFirst"><code>static class&nbsp;</code></td>
                    
136<td class="colLast"><code><strong><a href="../../../agh/io/vanillaforums/R.drawable.html" title="class in agh.io.vanillaforums">R.drawable</a></strong></code>&nbsp;</td>
                    
137</tr>
                    
139<td class="colFirst"><code>static class&nbsp;</code></td>
                    
140<td class="colLast"><code><strong><a href="../../../agh/io/vanillaforums/R.id.html" title="class in agh.io.vanillaforums">R.id</a></strong></code>&nbsp;</td>
                    
141</tr>
                    
151<td class="colFirst"><code>static class&nbsp;</code></td>
                    
152<td class="colLast"><code><strong><a href="../../../agh/io/vanillaforums/R.string.html" title="class in agh.io.vanillaforums">R.string</a></strong></code>&nbsp;</td>
                    
153</tr>
                    
155<td class="colFirst"><code>static class&nbsp;</code></td>
                    
156<td class="colLast"><code><strong><a href="../../../agh/io/vanillaforums/R.style.html" title="class in agh.io.vanillaforums">R.style</a></strong></code>&nbsp;</td>
                    
157</tr>
                    
243<li><a href="../../../agh/io/vanillaforums/MainActivity.RefreshCategoriesTask.html" title="class in agh.io.vanillaforums"><span class="strong">Prev Class</span></a></li>
                    
244<li><a href="../../../agh/io/vanillaforums/R.attr.html" title="class in agh.io.vanillaforums"><span class="strong">Next Class</span></a></li>
                    
245</ul>
                    
                
ENV.rb https://github.com/jayzawrotny/homebrew.git | Ruby | 291 lines
                    
43    # http://en.gentoo-wiki.com/wiki/Safe_Cflags/Intel
                    
44    # http://forums.mozillazine.org/viewtopic.php?f=12&t=577299
                    
45    # http://gcc.gnu.org/onlinedocs/gcc-4.2.1/gcc/i386-and-x86_002d64-Options.html
                    
                
forum.html https://bitbucket.org/pombredanne/spip-zone-treemap.git | HTML | 262 lines
                    
65        <ul>
                    
66        [(#CONFIG{forums_texte}|!={non}|?{
                    
67            <li class='saisie_texte[ (#ENV**{erreurs}|table_valeur{texte}|oui)erreur]'>
                    
69                [<span class='erreur_message'>(#ENV**{erreurs}|table_valeur{texte})</span>]
                    
70                <textarea name="texte" id="texte" rows="12" cols="60"[ class="(#CONFIG{forums_afficher_barre}|=={oui}|?{'inserer_barre_forum', 'no_barre'})"]>[(#ENV{texte})]</textarea>
                    
71                [(#CONFIG{forums_afficher_barre}|=={non}|oui)<p class="explication saisie_texte_info"><:comments:saisie_texte_info:></p>]
                    
145	<legend><:form_pet_message_commentaire:></legend>[
                    
146	(#CONFIG{forums_titre}|!={non}|non)
                    
147		<input type="hidden" name="titre" id="titre"[ value="(#ENV{titre})"] />
                    
150
                    
151[(#CONFIG{forums_titre}|!={non}|oui)
                    
152	<li class='saisie_titre[ (#ENV**{erreurs}|table_valeur{titre}|oui)erreur]'>
                    
158
                    
159[(#CONFIG{forums_texte}|!={non}|?{
                    
160	<li class='saisie_texte[ (#ENV**{erreurs}|table_valeur{texte}|oui)erreur]'>
                    
                
tickets_fr.php https://bitbucket.org/pombredanne/spip-zone-treemap.git | PHP | 218 lines
                    
18	// C
                    
19	'cfg_bouton_radio_desactiver_forum_public' => "Désactiver l'utilisation des forums publics.",
                    
20	'cfg_descr_tickets' => 'Configuration du plugin Tickets pour SPIP',
                    
37	'cfg_lbl_composants' => 'Composants',
                    
38	'cfg_lbl_forums_publics' => 'Commentaires sur les tickets',
                    
39	'cfg_lbl_jalons' => 'Jalons',
                    
53	'cfg_lgd_champs_options_autres' => 'Autres options',
                    
54	'cfg_lgd_notifs_forums' => 'Forums et notifications',
                    
55	'cfg_titre_tickets' => 'Tickets',
                    
                
forum_it.php https://bitbucket.org/pombredanne/spip-zone-treemap.git | PHP | 178 lines
                    
75	'icone_poster_message' => 'Invia un messaggio',
                    
76	'icone_suivi_forum' => 'Andamento del forum pubblico: @nb_forums@ contributi',
                    
77	'icone_suivi_forums' => 'Gestione dei forum',
                    
85	'info_appliquer_choix_moderation' => 'Questa scelta di moderazione verrà applicata:',
                    
86	'info_config_forums_prive' => 'Nell\'area riservata del sito è possibile attivare diversi tipi di forum:',
                    
87	'info_config_forums_prive_admin' => 'Un forum riservato agli amministratori del sito:',
                    
87	'info_config_forums_prive_admin' => 'Un forum riservato agli amministratori del sito:',
                    
88	'info_config_forums_prive_global' => 'Un forum globale, aperto a tutti i redattori:',
                    
89	'info_config_forums_prive_objets' => 'Un forum per ogni articolo, breve, sito repertoriato, ecc.:',
                    
94	'info_fonctionnement_forum' => 'Funzionamento del forum:',
                    
95	'info_forums_liees_mot' => 'Messaggi del forum collegati a questa parola chiave',
                    
96	'info_gauche_suivi_forum_2' => 'La pagina di <i>monitoraggio dei forum</i> è uno strumento di gestione del sito e non uno spazio di discussione o di redazione. In essa sono pubblicati tutti i contributi dei forum del sito, sia quelli del sito pubblico che quelli dell\'area riservata, permettendone la gestione.',
                    
113	'item_activer_forum_administrateur' => 'Attiva il forum degli amministratori',
                    
114	'item_config_forums_prive_global' => 'Attiva i forum dei redattori',
                    
115	'item_config_forums_prive_objets' => 'Attiva questi forum',
                    
                
forum_nl.php https://bitbucket.org/pombredanne/spip-zone-treemap.git | PHP | 178 lines
                    
75	'icone_suivi_forum' => 'Opvolging van het publieke forum: @nb_forums@ bijdrage(n)',
                    
76	'icone_suivi_forums' => 'Forums opvolgen/beheren',
                    
77	'icone_supprimer_message' => 'Dit bericht wissen',
                    
85	'info_appliquer_choix_moderation' => 'Pas deze moderatievorm toe ::',
                    
86	'info_config_forums_prive' => 'In de privé ruimte van de site, kunt u verschillende soorten forums activeren :',
                    
87	'info_config_forums_prive_admin' => 'Een forum dat voor de beheerders van de site is gereserveerd :',
                    
95	'info_forums_liees_mot' => 'De forumboodschappen met dit trefwoord',
                    
96	'info_gauche_suivi_forum_2' => 'De pagina <i>Forums opvolgen/beheren</i> is een werktuig van beleid van uw site (en niet een ruimte van discussie of opstellen). Zij geeft alle bijdragen van de forums van de site te kennen, evengoed laten deze van de openbare site als van de particuliere ruimte toe en u om deze bijdragen te beheren.', # A revoir
                    
97	'info_liens_syndiques_3' => 'forums',
                    
117	'item_non_config_forums_prive_global' => 'Het forum van de redacteuren desactiveren',
                    
118	'item_non_config_forums_prive_objets' => 'Deze forums desactiveren',
                    
119
                    
166	'titre_cadre_forum_interne' => 'Intern forum',
                    
167	'titre_config_forums_prive' => 'Forums van de particuliere ruimte',
                    
168	'titre_forum' => 'Forum',
                    
                
class.sidemenumodule.php https://github.com/abhishekmica/Garden.git | PHP | 259 lines
                    
2/*
                    
3Copyright 2008, 2009 Vanilla Forums Inc.
                    
4This file is part of Garden.
                    
7You should have received a copy of the GNU General Public License along with Garden.  If not, see <http://www.gnu.org/licenses/>.
                    
8Contact Vanilla Forums Inc. at support [at] vanillaforums [dot] com
                    
9*/
                    
                
EntityTranslationSettingsTest.php https://gitlab.com/andecode/theme-spark | PHP | 254 lines
                    
46        'name' => 'entity_translation_taxonomy',
                    
47        'value' => 'a:3:{s:6:"forums";b:1;s:4:"tags";b:1;s:4:"test";b:0;}',
                    
48      ],
                    
85      [
                    
86        'name' => 'entity_translation_settings_taxonomy_term__forums',
                    
87        'value' => 'a:5:{s:16:"default_language";s:13:"xx-et-current";s:22:"hide_language_selector";i:0;s:21:"exclude_language_none";i:0;s:13:"lock_language";i:0;s:27:"shared_fields_original_only";i:1;}',
                    
98        'name' => 'entity_translation_taxonomy',
                    
99        'value' => 'a:3:{s:6:"forums";b:1;s:4:"tags";b:1;s:4:"test";b:0;}',
                    
100      ],
                    
161      [
                    
162        'id' => 'taxonomy_term.forums',
                    
163        'target_entity_type_id' => 'taxonomy_term',
                    
163        'target_entity_type_id' => 'taxonomy_term',
                    
164        'target_bundle' => 'forums',
                    
165        'default_langcode' => 'xx-et-default',
                    
                
zendesk_api_import.rb https://github.com/yoyolvturner/tender_import_scripts.git | Ruby | 312 lines
                    
59
                    
60    def forums
                    
61      fetch_resource("forums.json")
                    
64    def entries forum_id
                    
65      fetch_paginated_resources("forums/#{forum_id}/entries.json?page=%d")
                    
66    end
                    
194      log 'exporting categories'
                    
195      client.forums.each do |forum|
                    
196        log "exporting category #{forum['name']}"
                    
                
QnAEventsTest.php git://github.com/vanillaforums/Garden.git | PHP | 248 lines
                    
2/**
                    
3 * @author David Barbier <david.barbier@vanillaforums.com>
                    
4 * @copyright 2009-2020 Vanilla Forums Inc.
                    
                
Dispenser.php https://gitlab.com/wesleyvanneck/ImagicalMine | PHP | 333 lines
                    
27 * @author ImagicalMine Team
                    
28 * @link http://forums.imagicalcorp.ml/
                    
29 *
                    
                
ext-lang-en.js https://github.com/limscoder/js-file-browser.git | JavaScript | 355 lines
                    
16/**
                    
17 * List compiled by mystix on the extjs.com forums.
                    
18 * Thank you Mystix!
                    
                
content.css https://github.com/VinDictive/Southern-Discomfort-Website.git | CSS | 772 lines
                    
9
                    
10#phpbbforum-page ul.forums {
                    
11	background: #f9f9f9 none repeat-x 0 0;
                    
                
event.php https://github.com/nopticon/hyd.git | PHP | 270 lines
                    
168
                    
169                    $sql = 'UPDATE _forums
                    
170                        SET forum_posts = forum_posts + 1, forum_last_topic_id = ?' . $forum_plus . '
                    
                
postnewthread.php https://github.com/frostzhenya/php.git | PHP | 251 lines
                    
114				$post_id = mysql_insert_id();
                    
115				$result = dbquery("UPDATE ".DB_FORUMS." SET forum_lastpost='".time()."', forum_postcount=forum_postcount+1, forum_threadcount=forum_threadcount+1, forum_lastuser='".$userdata['user_id']."' WHERE forum_id='".$_GET['forum_id']."'");
                    
116				$result = dbquery("UPDATE ".DB_THREADS." SET thread_lastpostid='".$post_id."' WHERE thread_id='".$thread_id."'");
                    
                
adjustingcontainer.hpp git://pkgs.fedoraproject.org/sear | C++ Header | 237 lines
                    
115         *
                    
116         * For more help with using AdjustingContainers, try the Guichan forums
                    
117         * (http://guichan.sourceforge.net/forum/) or email mrlachatte@gmail.com.
                    
                
en.yml https://github.com/sylvani/sylrplm.git | YAML | 194 lines
                    
80  ctrl_faq: FAQ
                    
81  # forums
                    
82  # forum_items
                    
                
forums.php https://github.com/html/PI.git | PHP | 155 lines
                    
3*
                    
4* acp_forums [Ukrainian]
                    
5*
                    
6* @package language
                    
7* @version $Id: forums.php,v 1.32 2007/10/05 13:14:58 kellanved Exp $
                    
8* @copyright (c) 2005 phpBB Group
                    
52	'DECIDE_MOVE_DELETE_CONTENT'		=> 'Видалити вміст або перемістити в форум',
                    
53	'DECIDE_MOVE_DELETE_SUBFORUMS'		=> 'Видалити підфоруми або перемістити в форум',
                    
54	'DEFAULT_STYLE'						=> 'Стиль за замовчуванням',
                    
55	'DELETE_ALL_POSTS'					=> 'Видалити повідомлення',
                    
56	'DELETE_SUBFORUMS'					=> 'Видалити підфоруми та повідомлення',
                    
57	'DISPLAY_ACTIVE_TOPICS'				=> 'Увімкнути активні теми',
                    
113
                    
114	'FORUM_WITH_SUBFORUMS_NOT_TO_LINK'		=> 'Ви хочете змінити форум з підфорумами та повідомленнями в посилання. Будь-ласка, перемістіть усі підфоруми в інший форум перед тим, як продовжувати, тому що після зміни форуму на посилання, ви не зможете більше бачити підфоруми, які на даний момент відносяться до цього форуму.',
                    
115
                    
                
search_contents.feature https://gitlab.com/noosfero-mes/noosfero-mes | Gherkin Specification | 271 lines
                    
58  Scenario: simple search for forum
                    
59    Given the following forums
                    
60      | owner | name |
                    
119  Scenario: show and link last topics on forum search results
                    
120    Given the following forums
                    
121      | owner | name |
                    
                
bxfunctions.class.php http://bitcero-modules.googlecode.com/svn/ | PHP | 348 lines
                    
3// --------------------------------------------------------------
                    
4// bXpress Forums
                    
5// An simple forums module for XOOPS and Common Utilities
                    
24        RMTemplate::get()->add_tool(__('Categories','exmbb'), './categos.php', '../images/categos.png', 'categories');
                    
25        RMTemplate::get()->add_tool(__('Forums','exmbb'), './forums.php', '../images/forums.png', 'forums');
                    
26        RMTemplate::get()->add_tool(__('Announcements','exmbb'), './announcements.php', '../images/bell.png', 'messages');
                    
130    	$tpl->assign('lang_index', __('Forum Index','bxpress'));
                    
131    	$tpl->assign('forums_title', $xoopsModuleConfig['forum_title']);
                    
132    	if ($xoopsUser || $xoopsModuleConfig['search']){
                    
197	
                    
198	public function forumList($varname = 'forums'){
                    
199		global $db, $tpl;
                    
200		$db = XoopsDatabaseFactory::getDatabaseConnection();
                    
201		$sql = "SELECT * FROM ".$db->prefix("bxpress_forums")." WHERE active='1' ORDER BY cat,`order`";
                    
202		$result = $db->query($sql);
                    
                
lan_configuration.php http://globalban-spanish.googlecode.com/svn/globalban/ | PHP | 145 lines
                    
75$LAN_CONFIGURATION_063 = 'Enable SMF Integration';
                    
76$LAN_CONFIGURATION_064 = 'Enable this to integrate with your SMF boards and use the SMF member groups instead.  The SMF tables must start with smf_.  The GlobalBan web pages must be installed under your Forums folder (yoursite.com/Forums/banned).';
                    
77$LAN_CONFIGURATION_065 = 'SMF Table Prefix';
                    
                
SqlFileInstallationService.cs https://hg.codeplex.com/nopcommerce | C# | 316 lines
                    
18using Nop.Core.Domain.Discounts;
                    
19using Nop.Core.Domain.Forums;
                    
20using Nop.Core.Domain.Localization;
                    
                
pixy.cpp https://gitlab.com/vicidroiddev/pixy | C++ | 457 lines
                    
57
                    
58  Our friendly developers and users might be able to answer your question on the forums:
                    
59
                    
                
newfolder.php https://github.com/mysnip/Core.git | PHP | 313 lines
                    
21
                    
22require_once './include/api/forums.php';
                    
23require_once PHORUM_PATH.'/include/api/lang.php';
                    
69        // Store the forum data in the database.
                    
70        $newfolder = phorum_api_forums_save($folder);
                    
71
                    
76            if (! $enable_vroot) {
                    
77                phorum_api_forums_save(array(
                    
78                    'forum_id' => $newfolder['forum_id'],
                    
86            if ($enable_vroot) {
                    
87                phorum_api_forums_save(array(
                    
88                    'forum_id' => $newfolder['forum_id'],
                    
113               ? $_POST['forum_id'] : $_GET['forum_id'];
                    
114    $folder = phorum_api_forums_by_forum_id(
                    
115        $folder_id, PHORUM_FLAG_INCLUDE_INACTIVE
                    
                
roflmaoer.css https://github.com/dy-dx/natf2.git | CSS | 192 lines
                    
44tbody .tcm{text-align:center;background:transparent;}
                    
45.forums-index .tcm{vertical-align:middle;width:8%;}
                    
46tbody .tcr{border-right:0;}
                    
59.thread .links a{font-weight:normal;}
                    
60.forums-index .tcl{width:58%;}
                    
61.forums-index .tcr{width:34%;vertical-align:middle;}
                    
61.forums-index .tcr{width:34%;vertical-align:middle;}
                    
62.forums-list th{background:#d1d1d1;color:#333;}
                    
63.forums-admin ul ul{margin-left:15px;}
                    
149thead th{font-weight:bold;}
                    
150.thread,.forums-index,.forums-admin ul ul li{margin-bottom:5px;}
                    
151.thread td,.messages-index{border:0;}
                    
                
theme-install.php https://gitlab.com/haque.mdmanzurul/wp-harpar-carolyn | PHP | 278 lines
                    
56		'back'   => __( 'Back' ),
                    
57		'error'  => __( 'An unexpected error occurred. Something may be wrong with WordPress.org or this server&#8217;s configuration. If you continue to have problems, please try the <a href="https://wordpress.org/support/">support forums</a>.' )
                    
58	),
                    
103	'<p>' . __('<a href="http://codex.wordpress.org/Using_Themes#Adding_New_Themes" target="_blank">Documentation on Adding New Themes</a>') . '</p>' .
                    
104	'<p>' . __('<a href="https://wordpress.org/support/" target="_blank">Support Forums</a>') . '</p>'
                    
105);
                    
                
class.localedeveloper.plugin.php https://github.com/Emaratilicious/Addons.git | PHP | 385 lines
                    
2/*
                    
3Copyright 2008, 2009 Vanilla Forums Inc.
                    
4This file is part of Garden.
                    
7You should have received a copy of the GNU General Public License along with Garden.  If not, see <http://www.gnu.org/licenses/>.
                    
8Contact Vanilla Forums Inc. at support [at] vanillaforums [dot] com
                    
9*/
                    
13   'Name' => 'Locale Developer',
                    
14   'Description' => 'Contains useful functions for locale developers. When you enable this plugin go to its settings page to change your options. This plugin is maintained at http://github.com/vanillaforums/Addons',
                    
15   'Version' => '1.1',
                    
16   'Author' => "Todd Burry",
                    
17   'AuthorEmail' => 'todd@vanillaforums.com',
                    
18   'AuthorUrl' => 'http://vanillaforums.org/profile/todd',
                    
                
Globals.cs https://activeforums.svn.codeplex.com/svn | C# | 317 lines
                    
5
                    
6namespace DotNetNuke.Modules.ActiveForums
                    
7{
                    
92
                    
93		public const string ModulePath = "~/DesktopModules/ActiveForums/";
                    
94
                    
94
                    
95		public const string ControlRegisterTag = "<%@ Register TagPrefix=\"am\" Namespace=\"DotNetNuke.Modules.ActiveForums.Controls\" Assembly=\"DotNetNuke.Modules.ActiveForums\" %>";
                    
96		public const string ControlRegisterAFTag = "<%@ Register TagPrefix=\"af\" Namespace=\"DotNetNuke.Modules.ActiveForums.Controls\" Assembly=\"DotNetNuke.Modules.ActiveForums\" %>";
                    
141		public const string DeleteBehavior = "DELETEBEHAVIOR";
                    
142		public const string ProdKey = "AMFORUMS";
                    
143
                    
180
                    
181		public const string AdminResourceFile = "~/DesktopModules/ActiveForums/App_LocalResources/AdminResources.resx";
                    
182		public const string SharedResourceFile = "~/DesktopModules/ActiveForums/App_LocalResources/SharedResources.resx";
                    
                
app.config https://hg.codeplex.com/yafnet | ASP.NET | 327 lines
                    
18  You can create as many boards as you want and they will function as seperate
                    
19  forums (with seperate users). (Admin->Boards to create new boards.)
                    
20  You can also specify "BoardID" in the forum control:
                    
                
apidocs_overview.html https://github.com/the-blue-alliance/the-blue-alliance.git | HTML | 110 lines
                    
34      <ul>
                    
35        <li><strong>Have questions?</strong> Ask a question in our <a href="https://the-blue-alliance.slack.com/">Slack</a> or start a thread on the <a href="https://groups.google.com/forum/#!forum/thebluealliance-developers">developer mailing list</a> or the <a href="https://www.chiefdelphi.com">Chief Delphi forums</a> if you're having trouble using the APIs</li>
                    
36        <li><strong>Found a bug, or have a feature request?</strong> <a href="https://github.com/the-blue-alliance/the-blue-alliance/issues/new">File an issue on GitHub</a> if you think you've found a problem or would like to request a feature.</li>
                    
                
virtual-machines-windows-troubleshoot-rdp-connection.md https://gitlab.com/yeah568/azure-content | Markdown | 196 lines
                    
24
                    
25If you need more help at any point in this article, you can contact the Azure experts on [the MSDN Azure and Stack Overflow forums](https://azure.microsoft.com/support/forums/). Alternatively, you can file an Azure support incident. Go to the [Azure support site](https://azure.microsoft.com/support/options/) and select **Get Support**.
                    
26
                    
                
viewforum.php https://gitlab.com/nacridan/Nacridan | PHP | 309 lines
                    
25if (!$pun_user['is_guest'])
                    
26	$result = $db->query('SELECT f.forum_name, f.redirect_url, f.moderators, f.num_topics, f.sort_by, fp.post_topics, s.user_id AS is_subscribed FROM '.$db->prefix.'forums AS f LEFT JOIN '.$db->prefix.'forum_subscriptions AS s ON (f.id=s.forum_id AND s.user_id='.$pun_user['id'].') LEFT JOIN '.$db->prefix.'forum_perms AS fp ON (fp.forum_id=f.id AND fp.group_id='.$pun_user['g_id'].') WHERE (fp.read_forum IS NULL OR fp.read_forum=1) AND f.id='.$id) or error('Unable to fetch forum info', __FILE__, __LINE__, $db->error());
                    
27else
                    
27else
                    
28	$result = $db->query('SELECT f.forum_name, f.redirect_url, f.moderators, f.num_topics, f.sort_by, fp.post_topics, 0 AS is_subscribed FROM '.$db->prefix.'forums AS f LEFT JOIN '.$db->prefix.'forum_perms AS fp ON (fp.forum_id=f.id AND fp.group_id='.$pun_user['g_id'].') WHERE (fp.read_forum IS NULL OR fp.read_forum=1) AND f.id='.$id) or error('Unable to fetch forum info', __FILE__, __LINE__, $db->error());
                    
29
                    
209
                    
210		if (!$pun_user['is_guest'] && $cur_topic['last_post'] > $pun_user['last_visit'] && (!isset($tracked_topics['topics'][$cur_topic['id']]) || $tracked_topics['topics'][$cur_topic['id']] < $cur_topic['last_post']) && (!isset($tracked_topics['forums'][$id]) || $tracked_topics['forums'][$id] < $cur_topic['last_post']) && is_null($cur_topic['moved_to']))
                    
211		{
                    
                
skeinforge_application.skeinforge_plugins.analyze_plugins.statistic.html https://github.com/nmsl1993/ReplicatorG.git | HTML | 185 lines
                    
65A gode example is at:<br>
                    
66<a href="http://forums.reprap.org/file.php?12,file=565">http://forums.reprap.org/file.php?12,file=565</a><br>
                    
67 <br>
                    
                
site-recovery-workload.md https://gitlab.com/apachipa/azure-content | Markdown | 151 lines
                    
23
                    
24Post any comments or questions at the bottom of this article, or on the [Azure Recovery Services Forum](https://social.msdn.microsoft.com/forums/azure/home?forum=hypervrecovmgr).
                    
25
                    
                
forum_oc_prv.php https://bitbucket.org/pombredanne/spip-zone-treemap.git | PHP | 170 lines
                    
72	'icone_suivi_forum' => 'Seguit dau forum public: @nb_forums@ contribucion(s)',
                    
73	'icone_suivi_forums' => 'Seguir/gerir lei forums',
                    
74	'icone_supprimer_message' => 'Suprimir aqueu messatge',
                    
81	'info_appliquer_choix_moderation' => 'Aplicar aquela chausida de moderacion:',
                    
82	'info_config_forums_prive' => 'Dans l’espace privé du site, vous pouvez activer plusieurs types de forums :', # NEW
                    
83	'info_config_forums_prive_admin' => 'Un forum réservé aux administrateurs du site :', # NEW
                    
85	'info_config_forums_prive_objets' => 'Un forum sous chaque article, brève, site référencé, etc. :', # NEW
                    
86	'info_desactiver_forum_public' => 'Desactivar l\'utilizacion dei forums publics. Lei forums publics poiràn èsser autorizats au cas per cas subre leis articles; seràn proïbits subre lei rubricas, brèvas, etc.',
                    
87	'info_envoi_forum' => 'Mandadís dei forums ais autors deis articles',
                    
112	'item_non_config_forums_prive_global' => 'Désactiver le forum des rédacteurs', # NEW
                    
113	'item_non_config_forums_prive_objets' => 'Désactiver ces forums', # NEW
                    
114
                    
158	'titre_cadre_forum_interne' => 'Forum intèrne',
                    
159	'titre_config_forums_prive' => 'Forums de l’espace privé', # NEW
                    
160	'titre_forum' => 'Forum',
                    
                
forum_oc_ni_la.php https://bitbucket.org/pombredanne/spip-zone-treemap.git | PHP | 170 lines
                    
72	'icone_suivi_forum' => 'Seguit dau forum public: @nb_forums@ contribucion(s)',
                    
73	'icone_suivi_forums' => 'Sègre/gerir lu forums',
                    
74	'icone_supprimer_message' => 'Suprimir aqueu messatge',
                    
81	'info_appliquer_choix_moderation' => 'Aplicar aquela chausida de moderacion:',
                    
82	'info_config_forums_prive' => 'Dans l’espace privé du site, vous pouvez activer plusieurs types de forums :', # NEW
                    
83	'info_config_forums_prive_admin' => 'Un forum réservé aux administrateurs du site :', # NEW
                    
85	'info_config_forums_prive_objets' => 'Un forum sous chaque article, brève, site référencé, etc. :', # NEW
                    
86	'info_desactiver_forum_public' => 'Desactivar l\'utilizacion dei forums publics. Lu forums publics porràn èstre autorizats au cas per cas sobre lu articles; seràn proïbits sobre li rubricas, brèvas, etc.',
                    
87	'info_envoi_forum' => 'Mandadís dei forums ai autors dei articles',
                    
112	'item_non_config_forums_prive_global' => 'Désactiver le forum des rédacteurs', # NEW
                    
113	'item_non_config_forums_prive_objets' => 'Désactiver ces forums', # NEW
                    
114
                    
158	'titre_cadre_forum_interne' => 'Forum intèrne',
                    
159	'titre_config_forums_prive' => 'Forums de l’espace privé', # NEW
                    
160	'titre_forum' => 'Forum',
                    
                
forum_oc_auv.php https://bitbucket.org/pombredanne/spip-zone-treemap.git | PHP | 170 lines
                    
72	'icone_suivi_forum' => 'Segut dau forum public: @nb_forums@ contribucion(s)',
                    
73	'icone_suivi_forums' => 'Sègre/gerir los forums',
                    
74	'icone_supprimer_message' => 'Suprimir aquel messatge',
                    
81	'info_appliquer_choix_moderation' => 'Aplicar aquela chausida de moderacion:',
                    
82	'info_config_forums_prive' => 'Dans l’espace privé du site, vous pouvez activer plusieurs types de forums :', # NEW
                    
83	'info_config_forums_prive_admin' => 'Un forum réservé aux administrateurs du site :', # NEW
                    
85	'info_config_forums_prive_objets' => 'Un forum sous chaque article, brève, site référencé, etc. :', # NEW
                    
86	'info_desactiver_forum_public' => 'Desactivar l\'utilizacion daus forums publics. Los forums publics poirán èsser autorizats au cas per cas sobre los articles; serán proïbits sobre las rubricas, brèvas, etc.',
                    
87	'info_envoi_forum' => 'Enviament daus forums aus autors daus articles',
                    
112	'item_non_config_forums_prive_global' => 'Désactiver le forum des rédacteurs', # NEW
                    
113	'item_non_config_forums_prive_objets' => 'Désactiver ces forums', # NEW
                    
114
                    
158	'titre_cadre_forum_interne' => 'Forum intèrne',
                    
159	'titre_config_forums_prive' => 'Forums de l’espace privé', # NEW
                    
160	'titre_forum' => 'Forum',
                    
                
summary_filter_groups.feature https://github.com/mackensen/moodle.git | Gherkin Specification | 240 lines
                    
218    And I navigate to "Reports" in current page administration
                    
219    And I select "All forums in course" from the "Forum selected" singleselect
                    
220    And I click on "Groups" "button"
                    
                
ForumDataBMPBean.java https://github.com/idega/com.idega.block.forum.git | Java | 245 lines
                    
15/**
                    
16 * Title:        Forums<p>
                    
17 * Description:  <p>
                    
                
application.css https://github.com/Astrosurfer/myfirstrorwebsite.git | CSS | 713 lines
                    
5Theme URI: http://warpspire.com/hemingway
                    
6Description: Description: Hemingway is a simple weblog theme by <a href="http://warpspire.com">Kyle Neath</a> aimed at giving bloggers a great platform on which to customize.  If you'd like to learn more about Hemingway, <a href="http://warpspire.com/hemingway">head on over to Warpspire</a> or ask a question in the <a href="http://support.warpspire.com/discussions/hemingway">official support forums.</a> <br /><strong>This theme requires WordPress 2.0+</strong></a>.
                    
7Version: 0.20
                    
                
locking-infinite-scroll.js https://bitbucket.org/glebiuskv/extjs-overlay.git | JavaScript | 116 lines
                    
69        collapsible: true,
                    
70        title: 'ExtJS.com - Browse Forums',
                    
71        store: store,
                    
                
class.akismet.plugin.php https://github.com/Emaratilicious/Addons.git | PHP | 102 lines
                    
2/**
                    
3 * @copyright Copyright 2008, 2009 Vanilla Forums Inc.
                    
4 * @license Proprietary
                    
15   'Author' => 'Todd Burry',
                    
16   'AuthorEmail' => 'todd@vanillaforums.com',
                    
17   'AuthorUrl' => 'http://www.vanillaforums.org/profile/todd'
                    
                
course_home.php https://bitbucket.org/hanutimes/hanutimes.git | PHP | 256 lines
                    
10*	visitor is allowed to activate, deactivate home page links,
                    
11*	access to the teachers tools (statistics, edit forums...).
                    
12*
                    
                
functions.bb-capabilities.php https://bitbucket.org/codemen_iftekhar/codemen.git | PHP | 348 lines
                    
74		'edit_others_favorites' => true,
                    
75		'manage_forums' => true,		// Add/Rename forum
                    
76		'delete_forums' => true,		// Delete forum
                    
108		'edit_others_favorites' => true,	//+
                    
109		'manage_forums' => true,			//+
                    
110		'delete_forums' => true,			//+
                    
334		case 'delete_forum':
                    
335			$caps[] = 'delete_forums';
                    
336			break;
                    
                
acp_prune_forums.html https://github.com/naderman/phpbb-orchestra.git | HTML | 108 lines
                    
35
                    
36	<h1>{L_ACP_PRUNE_FORUMS}</h1>
                    
37
                    
37
                    
38	<p>{L_ACP_PRUNE_FORUMS_EXPLAIN}</p>
                    
39
                    
43		<legend>{L_SELECT_FORUM}</legend>
                    
44		<p>{L_LOOK_UP_FORUMS_EXPLAIN}</p>
                    
45	<dl>
                    
47		<dd><select id="forum" name="f[]" multiple="multiple" size="10">{S_FORUM_OPTIONS}</select></dd>
                    
48		<dd><label><input type="checkbox" class="radio" name="all_forums" value="1" /> {L_ALL_FORUMS}</label></dd>
                    
49	</dl>
                    
61
                    
62	<h1>{L_ACP_PRUNE_FORUMS}</h1>
                    
63
                    
                
README.markdown https://github.com/yamamoto123/Ushahidi_Web.git | Markdown | 119 lines
                    
118----------------------
                    
119For further references and documentation, head over to our wiki (http://wiki.ushahidi.com/doku.php?id=how_to_use_ushahidi_alpha). Also, we encourage you to drop by our forums (http://forums.ushahidi.com/) if you have any additional questions or concerns.
                    
                
README.md https://gitlab.com/zubrand/R-Tutorial | Markdown | 209 lines
                    
2
                    
3Highlight.js highlights syntax in code examples on blogs, forums and,
                    
4in fact, on any web page. It's very easy to use because it works
                    
                
ext-lang-he.html https://gitlab.com/sandorczettner/carpopularizer | HTML | 297 lines
                    
10 * Hebrew Translations
                    
11 * By spartacus (from forums) 06-12-2007
                    
12 */
                    
                
FormAnimator.vb https://EmployeeScheduler.svn.codeplex.com/svn | Visual Basic | 314 lines
                    
1'found at http://www.vbforums.com/showthread.php?t=351757
                    
2Imports System.ComponentModel
                    
                
alfresco-global.properties https://gitlab.com/AbdoulMounaf/alfresco-docubase | Properties File | 78 lines
                    
56# These jobs seem to require Lucene (Unsupported Operation with Solr) so we disable them / set to future date
                    
57# See https://forums.alfresco.com/en/viewtopic.php?f=52&t=41597
                    
58# If you want to enable them (and so full WQS functionality), please also set index.subsystem.name=lucene
                    
                
ui_strings_paid_en_US.properties https://github.com/holdensmagicalunicorn/DimSim.git | Properties File | 190 lines
                    
97install_x_control_page_mac.text8=Double click on "Install Screencaster.app". <a target="_blank" href="images/sample3.jpg">View image</a> and follow the wizard (<a target="_blank" href="images/sample4.jpg">View image</a>) to install the screencaster application. 
                    
98install_x_control_page_mac.text9=If you are having problems, please visit <a target="_blank" href="http://forums.dimdim.com">Dimdim forums</a> or contact by <a target="_blank" href="mailto:support@dimdim.com">email</a>
                    
99install_x_control_page_mac.text10=Verify IP address/Host name of Dimdim Meeting Server and click Allow.
                    
108install_x_control_page_mac_safari.text8=Double click on "Install Screencaster.app". <a target="_blank" href="images/sample3.jpg">View image</a> and follow the wizard (<a target="_blank" href="images/sample4.jpg">View image</a>) to install the screencaster application. 
                    
109install_x_control_page_mac_safari.text9=If you are having problems, please visit <a target="_blank" href="http://forums.dimdim.com">Dimdim forums</a> or contact by <a target="_blank" href="mailto:support@dimdim.com">email</a>
                    
110install_x_control_page_mac_safari.text10=Verify IP address/Host name of Dimdim Meeting Server and click Allow.
                    
                
listonlineusers.jsp https://gitlab.com/essere.lab.public/qualitas.class-corpus | JavaServer Pages | 182 lines
                    
31 -
                    
32 - Support can be obtained from support forums at:
                    
33 - http://www.mvnForum.com/mvnforum/index
                    
                
_c_t_r_f_i_d-test1.c-example.html https://github.com/nfox/team_252_10-11.git | HTML | 96 lines
                    
16  <tr bgcolor="#cccc99" align="right"> 
                    
17          <td colspan=3> <font face="arial" size="-1"> [<a href=main.html>Home</a>] [<a target=_top href="https://sourceforge.net/projects/rdpartyrobotcdr/">Download</a>] [<a target=_top href="http://apps.sourceforge.net/mantisbt/rdpartyrobotcdr/my_view_page.php">Submit a bug/suggestion</a>]  [<a target=_top href="http://www.robotc.net/forums/">ROBOTC Forums</a>] [<a href="http://mightor.wordpress.com">Blog</a>] [<a target=_top href="http://sourceforge.net/donate/index.php?group_id=257238">Support this project</a>]</font> </td> 
                    
18</tr> 
                    
                
acp_xbtbb3cker_rss.php https://gitlab.com/protoneutron/xbtbb3cker | PHP | 67 lines
                    
25	'ACP_FEED_OVERALL_TRACKERS' => 'Enable trackers channel',
                    
26	'ACP_FEED_OVERALL_TRACKERS_EXPLAIN' => 'Includes the channel “All trackers”, which allows you to get a list of forums of trackers.',
                    
27	'ACP_TRFEED_OVERALL' => 'Enable the shared torrent and comment channel',
                    
35	'ACP_TRFEED_FORUM' => 'Enable forum channels',
                    
36	'ACP_TRFEED_FORUM_EXPLAIN' => 'New torrents and comments from individual forums.',
                    
37	'ACP_TRFEED_TOPIC' => 'Enable topic channels',
                    
44
                    
45	'ACP_FEED_ENBLIST' => 'Exclude these forums',
                    
46	'ACP_FEED_ENBLIST_EXPLAIN' => 'Exclude specified forums from channels',
                    
47	'ACP_FEED_TRUEENBLIST' => 'Exclude these forums',
                    
48	'ACP_FEED_TRUEENBLIST_EXPLAIN' => 'If Yes is selected, exclude the forums defined above from the channels, otherwise - include only the above forums',
                    
49
                    
                
eqneditor.js https://gitlab.com/Roman88/simple-cms | JavaScript | 87 lines
                    
49							type :'html',
                    
50							html: '<div style="position:absolute; left:5px; bottom:0; z-index:999"><a href="http://www.codecogs.com" target="_blank"><img src="'+http+'latex.codecogs.com/images/poweredbycc.gif" alt="Powered by CodeCogs" style="vertical-align:-4px; border:none"/></a> &nbsp; <a href="http://www.codecogs.com/latex/about.php" target="_blank">About</a> | <a href="http://www.codecogs.com/latex/popup.php" target="_blank">Install</a> | <a href="http://www.codecogs.com/pages/forums/forum_view.php?f=28" target="_blank">Forum</a> | <a href="http://www.codecogs.com" target="_blank">CodeCogs</a> &copy; 2007-2014</div><img id="CCequation'+window.CCounter+'" src="'+http+'www.codecogs.com/images/spacer.gif" />'					
                    
51					}
                    
                
page-recherche.html https://bitbucket.org/pombredanne/spip-zone-treemap.git | HTML | 53 lines
                    
1[(#REM) Exclusion des articles, brèves et sites ayant le mot clé "exclu" et des rubriques ]
                    
2<BOUCLE_exclus_articles(ARTICLES){titre_mot=exclu}{doublons}{lang}><BOUCLE_exclus_articles_forum(FORUMS){id_article}{doublons}></BOUCLE_exclus_articles_forum></BOUCLE_exclus_articles>
                    
3<BOUCLE_exclus_breves(BREVES){titre_mot=exclu}{doublons}{lang}></BOUCLE_exclus_breves>
                    
5<BOUCLE_exclus_rubriques(RUBRIQUES){titre_mot=exclu}{doublons}{lang}>
                    
6	<BOUCLE_exclus_rub_articles(ARTICLES){id_rubrique}{doublons}{lang}><BOUCLE_exclus_rub_articles_forum(FORUMS){id_article}{doublons}></BOUCLE_exclus_rub_articles_forum></BOUCLE_exclus_rub_articles>
                    
7	<BOUCLE_exclus_rub_breves(BREVES){id_rubrique}{doublons}{lang}></BOUCLE_exclus_rub_breves>
                    
9	<BOUCLE_exclus_sousrubriques(RUBRIQUES){id_parent}{doublons}{lang}>
                    
10		<BOUCLE_exclus_sousrub_articles(ARTICLES){id_rubrique}{doublons}{lang}><BOUCLE_exclus_sousrub_articles_forum(FORUMS){id_article}{doublons}></BOUCLE_exclus_sousrub_articles_forum></BOUCLE_exclus_sousrub_articles>
                    
11		<BOUCLE_exclus_sousrub_breves(BREVES){id_rubrique}{doublons}{lang}></BOUCLE_exclus_sousrub_breves>
                    
                
forum.html https://bitbucket.org/pombredanne/spip-zone-treemap.git | HTML | 76 lines
                    
19<BOUCLE_G(GROUPES_MOTS)
                    
20	{forum=(#CONFIG{mots_cles_forums}|choixsiegal{oui,oui,jamais})}
                    
21	{articles==(#ENV{table}|choixsiegal{articles,'oui','.*'})}
                    
                
forum_upgrade.php https://bitbucket.org/pombredanne/spip-zone-treemap.git | PHP | 92 lines
                    
37		if (version_compare($current_version, '1.1','<')) {
                    
38			echo "<h4>MISE A JOUR DES FORUMS (objet,id_objet)</h4>";
                    
39			sql_alter("TABLE `spip_forum` ADD `id_objet` bigint(21) DEFAULT 0 NOT NULL AFTER `id_forum`");
                    
77
                    
78	effacer_meta("mots_cles_forums");
                    
79	effacer_meta("forums_titre");
                    
79	effacer_meta("forums_titre");
                    
80	effacer_meta("forums_texte");
                    
81	effacer_meta("forums_urlref");
                    
81	effacer_meta("forums_urlref");
                    
82	effacer_meta("forums_afficher_barre");
                    
83	effacer_meta("formats_documents_forum");
                    
83	effacer_meta("formats_documents_forum");
                    
84	effacer_meta("forums_publics");
                    
85	effacer_meta("forum_prive");
                    
                
statistiques_ast.php https://bitbucket.org/pombredanne/spip-zone-treemap.git | PHP | 98 lines
                    
41	'info_sauvegarde_echouee' => 'Si la sauvegarde a échoué («Maximum execution time exceeded»),', # NEW
                    
42	'info_sauvegarde_forums' => 'Sauvegarder les forums', # NEW
                    
43	'info_sauvegarde_groupe_mots' => 'Sauvegarder les groupes de mots', # NEW
                    
                
Feeds.md https://gitlab.com/AntoninCurtit/fdroid-website | Markdown | 57 lines
                    
18
                    
19### Forums
                    
20
                    
                
email-unsubscribe.lisp https://github.com/eslick/cl-registry.git | Lisp | 71 lines
                    
22         (type (email-unsubscribe-type widget))
                    
23         (forums-p (and user (get-preference :forum-subscriber user)))
                    
24         (updates-p (and user (get-preference :update-subscriber user))))
                    
24         (updates-p (and user (get-preference :update-subscriber user))))
                    
25    (flet ((process-unsubscribes (&key forums updates unsubscribe &allow-other-keys)
                    
26             (when unsubscribe
                    
26             (when unsubscribe
                    
27               (when forums
                    
28                 (setf (get-preference :forum-subscriber user) nil))
                    
44                  (:p (str #!"To subscribe, use the \"Contact\" tab on the \"User Preferences\" dialog."))
                    
45                  (:p (cond ((not forums-p)
                    
46                             (cond ((not updates-p)
                    
61                (htm "&nbsp;&nbsp;")
                    
62                (render-checkbox "forums" (string-equal type "forums"))
                    
63                (htm " " (str #!"forum notifications")
                    
                
index_flat.tpl https://github.com/mysnip/Core.git | Smarty Template | 67 lines
                    
12            <tr>
                    
13                {IF FORUMS->forum_id FORUMS->vroot}
                    
14                    <th align="left">
                    
20                        <img src="{URL->TEMPLATE}/images/folder.png" class="icon1616" alt="&bull;" />
                    
21                        <a href="{FORUMS->URL->LIST}">{FORUMS->name}</a>
                    
22                    </th>
                    
32                        <img src="{URL->TEMPLATE}/images/folder.png" class="icon1616" alt="&bull;" />
                    
33                        <a href="{FORUMS->URL->INDEX}">{FORUMS->name}</a><p>{FORUMS->description}</p>
                    
34                    </td>
                    
36                    <td width="55%">
                    
37                        <h3><a href="{FORUMS->URL->LIST}">{FORUMS->name}</a>{IF FORUMS->new_message_check}<span class="new-flag[hide,{FORUMS->forum_id}]">&nbsp;&nbsp;<span class="new-indicator">({LANG->NewMessages})</span></span>{/IF}</h3>
                    
38                        <p>{FORUMS->description}</p>
                    
38                        <p>{FORUMS->description}</p>
                    
39                        {IF FORUMS->URL->MARK_READ}<a class="icon icon-tag-green" href="{FORUMS->URL->MARK_READ}" onclick="return Phorum.markRead('forums', {FORUMS->forum_id})">{LANG->MarkForumRead}</a>&nbsp;&nbsp;&nbsp;{/IF}
                    
40                        {IF FORUMS->URL->FEED}<a class="icon icon-feed" href="{FORUMS->URL->FEED}">{FEED}</a>{/IF}
                    
                
index.php https://github.com/rdawe/vrapper.git | PHP | 38 lines
                    
28                      <p>GitHub makes it much easier for contributors to submit code changes, bug fixes, and new features.  If you'd like to contribute to Vrapper just initiate a Pull Request on our GitHub project.</p>
                    
29                      <p>The SourceForge project will remain active because it hosts our website, bug tracker, wiki, forums, direct file downloads, and Eclipse update site.  The Git repository on SourceForge will only contain the state of the code for the most recent stable release.  Basically, everything other than actively developed code is still on SourceForge.</p>
                    
30              </div>
                    
                
disqus.php https://github.com/di0fref/Wordpress-stuff.git | PHP | 459 lines
                    
186	/**
                    
187	 * Returns an array of hashes representing all forums the user owns.
                    
188	 *
                    
189	 * @return
                    
190	 *   An array of hashes representing all forums the user owns.
                    
191	 */
                    
                
index.en.html.erb https://github.com/bgrolleman/tracks.git | Ruby HTML | 129 lines
                    
18<p>Do you have one of your own to add? 
                    
19  <a href="http://www.getontracks.org/forums/viewforum/10/" title="Tracks | Tips and Tricks">Tell us about
                    
20    it in our Tips and Tricks forum</a> and we may include it on this page in a future versions of Tracks.
                    
                
EditUsersProfile.ascx https://hg01.codeplex.com/yafnet | ASP.NET | 387 lines
                    
307    </tr>
                    
308    <tr runat="server" id="ForumSettingsRows">
                    
309        <td colspan="2" class="header2">
                    
                
image-uploader.cfc https://bitbucket.org/akatsaris/paoshopgr.git | ColdFusion CFScript | 72 lines
                    
1<!--- Code provided by Pegasus Web Productions LLC - www.pegweb.com --->
                    
2<!--- get stuck use the forums http://github.com/valums/file-uploader --->
                    
3<!--- Tested with Adobe CF Enterprise 9.x and Valum's AJAX uploader 2.0 --->
                    
                
readme.html https://gitlab.com/Fullerton/PolitePressCore | HTML | 98 lines
                    
28	</li>
                    
29	<li>Once the configuration file is set up, the installer will set up the tables needed for your blog. If there is an error, double check your <code>wp-config.php</code> file, and try again. If it fails again, please go to the <a href="https://wordpress.org/support/" title="WordPress support">support forums</a> with as much data as you can gather.</li>
                    
30	<li><strong>If you did not enter a password, note the password given to you.</strong> If you did not provide a username, it will be <code>admin</code>.</li>
                    
76		<dd>The WordPress Planet is a news aggregator that brings together posts from WordPress blogs around the web.</dd>
                    
77	<dt><a href="https://wordpress.org/support/">WordPress Support Forums</a></dt>
                    
78		<dd>If you&#8217;ve looked everywhere and still can&#8217;t find an answer, the support forums are very active and have a large community ready to help. To help them help you be sure to use a descriptive thread title and describe your question in as much detail as possible.</dd>
                    
84<ul>
                    
85	<li>If you have any suggestions, ideas, or comments, or if you (gasp!) found a bug, join us in the <a href="https://wordpress.org/support/">Support Forums</a>.</li>
                    
86	<li>WordPress has a robust plugin <abbr title="application programming interface">API</abbr> that makes extending the code easy. If you are a developer interested in utilizing this, see the <a href="https://developer.wordpress.org/plugins/">Plugin Developer Handbook</a>. You shouldn&#8217;t modify any of the core code.</li>
                    
                
theme-install.php https://github.com/MikeLockz/lockwitz.git | PHP | 71 lines
                    
46$help .= '<p>' . __('<a href="http://codex.wordpress.org/Using_Themes#Adding_New_Themes" target="_blank">Documentation on Adding New Themes</a>') . '</p>';
                    
47$help .= '<p>' . __('<a href="http://wordpress.org/support/" target="_blank">Support Forums</a>') . '</p>';
                    
48add_contextual_help($current_screen, $help);
                    
                
list_ignore.php https://github.com/mmakaay/Modules.git | PHP | 196 lines
                    
6// the forums inside the vroot.
                    
7$forums = phorum_api_forums_get();
                    
8$vroot_folders = array();
                    
26        if (empty($forum['folder_flag'])) {
                    
27            $vroot2forums[$forum['vroot']][$forum['forum_id']] = $forum;
                    
28        }
                    
31$forum_js_parts = array();
                    
32foreach ($vroot2forums as $vroot => $forums) {
                    
33    foreach ($forums as $fid => $forum) {
                    
78<div class="PhorumAdminTitle">
                    
79  List of vroots and forums for which to ignore posts for the post counts
                    
80</div>
                    
144} else {
                    
145    $initforums = array(
                    
146        -1 => "Select forum"
                    
                
bp-core-loader.php https://bitbucket.org/codemen_iftekhar/codemen.git | PHP | 247 lines
                    
58		// Set the included and optional components.
                    
59		$bp->optional_components = apply_filters( 'bp_optional_components', array( 'activity', 'blogs', 'forums', 'friends', 'groups', 'messages', 'settings', 'xprofile' ) );
                    
60
                    
                
org.dolphinemu.dolphinemu.yml https://gitlab.com/m0ppers/fdroiddata | YAML | 108 lines
                    
19
                    
20    <a href="https://forums.dolphin-emu.org/Thread-android-usage-guide">Usage guide</a>
                    
21
                    
21
                    
22    <a href="https://forums.dolphin-emu.org/Thread-opengl-es-3-guide">OpenGL ES 3 guide</a>
                    
23
                    
                
test_utils_sitemap.py https://gitlab.com/oytunistrator/scrapy | Python | 215 lines
                    
122
                    
123# Forums
                    
124Disallow: /forum/search/
                    
                
settings.php https://gitlab.com/Gashler/dp | PHP | 304 lines
                    
38	'<p>' . __('<a href="http://codex.wordpress.org/Network_Admin_Settings_Screen" target="_blank">Documentation on Network Settings</a>') . '</p>' .
                    
39	'<p>' . __('<a href="http://wordpress.org/support/" target="_blank">Support Forums</a>') . '</p>'
                    
40);
                    
                
bbcode_toolbar.js https://github.com/matszpk/native-boinc-for-android.git | JavaScript | 234 lines
                    
6// This javascript adds a bbcode toolbar 
                    
7// functionallity to the posting page of the forums
                    
8
                    
                
Permissions.php https://gitlab.com/ElvisAns/tiki | PHP | 180 lines
                    
107            'forum' => [
                    
108                'tiki-forums.php',
                    
109                'tiki-view_forum.php',
                    
109                'tiki-view_forum.php',
                    
110                'tiki-admin_forums.php',
                    
111                'tiki-forum_import.php'],
                    
166            case 'forum':
                    
167                return 'forums';
                    
168            case 'group':
                    
                
ci_cron.php https://github.com/chrisamoore/FUEL-CMS.git | PHP | 96 lines
                    
9| By Jonathon Hill (http://jonathonhill.net)
                    
10| CodeIgniter forum member "compwright" (http://codeigniter.com/forums/member/60942/)
                    
11|
                    
35| -------------------------------------------------------------
                    
36|    "BDT" (http://codeigniter.com/forums/member/46597/) -- Fix for undefined constant CRON_FLUSH_BUFFERS error if the --show-output switch is not set (11/17/2008)
                    
37|    "electromute" (http://codeigniter.com/forums/member/71433/) -- Idea for [--server] commandline option (12/25/2008)
                    
                
index.html https://github.com/victor-homyakov/frameworks.git | HTML | 89 lines
                    
73<ul>
                    
74<li class="sect first">YUI 3 Resources</li><li class="item"><a title="YUI 3 -- Yahoo! User Interface (YUI) Library" href="http://developer.yahoo.com/yui/3/">YUI 3 Web Site</a></li><li class="item"><a title="Examples of every YUI utility and control in action" href="../../examples/">YUI 3 Examples</a></li><li class="item"><a title="Instantly searchable API documentation for the entire YUI library." href="../../api/">YUI 3 API Docs</a></li><li class="item"><a title="YUI 3 Dependency Configurator -- configure your custom YUI implementation" href="http://developer.yahoo.com/yui/3/configurator">YUI 3 Dependency Configurator</a></li><li class="item"><a title="The YUI 3 Forum on YUILibrary.com" href="http://yuilibrary.com/forum/viewforum.php?f=15">YUI 3 Forums (external)</a></li><li class="item"><a title="Found a bug or a missing feature? Let us know on YUILibrary.com." href="http://developer.yahoo.com/yui/articles/reportingbugs/">Bug Reports/Feature Requests</a></li><li class="item"><a title="YUI is free and open, offered under a BSD license." href="http://developer.yahoo.com/yui/license.html">YUI License</a></li><li class="item"><a title="Download and fork the YUI project on GitHub" href="http://github.com/yui">YUI on Github</a></li><li class="item"><a title="The Yahoo! User Interface Blog" href="http://yuiblog.com">YUI Blog (external)</a></li><li class="sect">YUI 3 Core - Examples</li><li class="item"><a title="YUI Global Object - Functional Examples" href="../../examples/yui/index.html">YUI Global Object</a></li><li class="item"><a title="Event - Functional Examples" href="../../examples/event/index.html">Event</a></li><li class="item"><a title="Node - Functional Examples" href="../../examples/node/index.html">Node</a></li><li class="sect">YUI 3 Component Infrastructure - Examples</li><li class="item"><a title="Attribute - Functional Examples" href="../../examples/attribute/index.html">Attribute</a></li><li class="item"><a title="Plugin - Functional Examples" href="../../examples/plugin/index.html">Plugin <img src='http://l.yimg.com/a/i/not/beta_1.gif'></a></li><li class="item"><a title="Widget - Functional Examples" href="../../examples/widget/index.html">Widget <img src='http://l.yimg.com/a/i/not/beta_1.gif'></a></li><li class="sect">YUI 3 Utilities - Examples</li><li class="item"><a title="Animation - Functional Examples" href="../../examples/anim/index.html">Animation</a></li><li class="item"><a title="AsyncQueue - Functional Examples" href="../../examples/async-queue/index.html">AsyncQueue</a></li><li class="item"><a title="Browser History - Functional Examples" href="../../examples/history/index.html">Browser History</a></li><li class="selected "><a title="Cache - Functional Examples" href="../../examples/cache/index.html">Cache</a></li><li class="item"><a title="Cookie - Functional Examples" href="../../examples/cookie/index.html">Cookie</a></li><li class="item"><a title="DataSchema - Functional Examples" href="../../examples/dataschema/index.html">DataSchema <img src='http://l.yimg.com/a/i/not/beta_1.gif'></a></li><li class="item"><a title="DataSource - Functional Examples" href="../../examples/datasource/index.html">DataSource <img src='http://l.yimg.com/a/i/not/beta_1.gif'></a></li><li class="item"><a title="DataType - Functional Examples" href="../../examples/datatype/index.html">DataType <img src='http://l.yimg.com/a/i/not/beta_1.gif'></a></li><li class="item"><a title="Drag &amp; Drop - Functional Examples" href="../../examples/dd/index.html">Drag &amp; Drop</a></li><li class="item"><a title="Get - Functional Examples" href="../../examples/get/index.html">Get</a></li><li class="item"><a title="ImageLoader - Functional Examples" href="../../examples/imageloader/index.html">ImageLoader</a></li><li class="item"><a title="IO - Functional Examples" href="../../examples/io/index.html">IO</a></li><li class="item"><a title="JSON (JavaScript Object Notation) - Functional Examples" href="../../examples/json/index.html">JSON</a></li><li class="item"><a title="Stylesheet - Functional Examples" href="../../examples/stylesheet/index.html">Stylesheet</a></li><li class="sect">YUI 3 Widgets - Examples</li><li class="item"><a title="Overlay - Functional Examples" href="../../examples/overlay/index.html">Overlay <img src='http://l.yimg.com/a/i/not/beta_1.gif'></a></li><li class="item"><a title="Slider - Functional Examples" href="../../examples/slider/index.html">Slider <img src='http://l.yimg.com/a/i/not/beta_1.gif'></a></li><li class="sect">YUI 3 Node Plugins - Examples</li><li class="item"><a title="FocusManager Node Plugin - Functional Examples" href="../../examples/node-focusmanager/index.html">FocusManager Node Plugin <img src='http://l.yimg.com/a/i/not/beta_1.gif'></a></li><li class="item"><a title="MenuNav Node Plugin - Functional Examples" href="../../examples/node-menunav/index.html">MenuNav Node Plugin <img src='http://l.yimg.com/a/i/not/beta_1.gif'></a></li><li class="sect">YUI 3 CSS - Examples</li><li class="item"><a title="YUI CSS Reset - Functional Examples" href="../../examples/cssreset/index.html">CSS Reset</a></li><li class="item"><a title="YUI Fonts - Functional Examples" href="../../examples/cssfonts/index.html">CSS Fonts</a></li><li class="item"><a title="YUI Base - Functional Examples" href="../../examples/cssbase/index.html">CSS Base</a></li><li class="sect">YUI 3 Developer Tools - Examples</li><li class="item"><a title="Console - Functional Examples" href="../../examples/console/index.html">Console <img src='http://l.yimg.com/a/i/not/beta_1.gif'></a></li><li class="item"><a title="Console Filters Plugin- Functional Examples" href="../../examples/console-filters/index.html">Plugin.ConsoleFilters <img src='http://l.yimg.com/a/i/not/beta_1.gif'></a></li><li class="item"><a title="Profiler - Functional Examples" href="../../examples/profiler/index.html">Profiler</a></li><li class="item"><a title="Test - Functional Examples" href="../../examples/test/index.html">Test</a></li><li class="sect">Other Useful YUI 3 Resources</li><li class="item"><a title="Answers to Frequently Asked Questions about the YUI Library" href="http://developer.yahoo.com/yui/articles/faq/">YUI FAQ (external)</a></li><li class="item"><a title="Yahoo!'s philosophy of Graded Browser Support" href="http://developer.yahoo.com/yui/articles/gbs/">Graded Browser Support (external)</a></li><li class="item"><a title="Videos and podcasts from the YUI Team and from the Yahoo! frontend engineering community." href="http://developer.yahoo.com/yui/theater/">YUI Theater (external)</a></li></ul>
                    
75</div>
                    
                
sa-IN.js https://bitbucket.org/hyperstudio/repertoire-chronos.git | JavaScript | 195 lines
                    
74     * If you modify this file, please post your revised CultureInfo file
                    
75     * to the Datejs Forum located at http://www.datejs.com/forums/.
                    
76     *
                    
144 * If you modify this file, please post your revised CultureInfo file
                    
145 * to the Datejs Forum located at http://www.datejs.com/forums/.
                    
146 *
                    
                
typography.css https://github.com/bace/oscurrency.git | CSS | 321 lines
                    
143
                    
144/* Have followed links change color (e.g., in forums). */
                    
145a.show-follow:visited {
                    
                
main.css http://mxprojects.googlecode.com/svn/trunk/ | CSS | 217 lines
                    
61
                    
62/* CATEGORIES & FORUMS */
                    
63.categoryHeaderBackground { color:#E1E1E1; border-color:#D6D6D6; }
                    
                
GeneralClientTest.cs https://Geeba.svn.codeplex.com/svn | C# | 405 lines
                    
49        [DeploymentItem("GeebaClient.exe")]
                    
50        public void DurableSubForumsTest()
                    
51        {
                    
60                    bool found = false;
                    
61                    foreach (GSubForum sf in _target.server.serverGetSubForums())
                    
62                    {
                    
364            bool actual = false;
                    
365            foreach (GSubForum sf in _target.server.serverGetSubForums())
                    
366            {
                    
                
lang_rules.php https://github.com/TheSteffen/icy_phoenix_langs.git | PHP | 56 lines
                    
34$faq[] = array('--', 'Regeln und Richtlinien:');
                    
35$faq[] = array('Bitte lies dir die folgenden Regeln und Richtlinien durch', 'Um Beiträge im Forum zu verfassen, musst du diese Regeln gelesen haben und dich daran halten. Wir haben die folgenen Regeln für die Verwendung des Forums eingeführt:<br /> Die Regeln wurden erstellt um eine Balance zwischen dem Hauptziel des Forums, die Hilfe bei Problemen, und einer entspannten und einladenen Atmosphäre herzustellen. Wir erwarten, dass alle Beiträge positiv, konstruktiv und zum Thema passend sind. Wir behalten uns das Recht vor, einzelne Beiträge, welche ein gutes Thema stören könnten, zu löschen. Wir behalten uns weiterhin das Recht vor, jedes Thema, welches in unseren Augen unangemessen oder störend für das Forum ist, zu entfernen. Wir möchten auch darauf hinweisen, dass es vorkommen kann, dass unangemessene Themen gelöscht werden, auch wenn dein Beitrag darin völlig in Ordnung war. Dies wird dir nicht negativ angerechnet. Persönliche Angriffe auf andere Benutzer, im Forum oder per PN, sind zu unterlassen. Du solltest nicht Respektlos sein. Dies ist unprofessionell und wird nicht geduldet. Wir verwenden gegebenenfalls Wortfilter für vulgäre Ausdrücke. Das Umgehen dieser Wortfilter wird unter Umständen mit einer Verwarnung geahndet. Werbung für anderen Firmen und deren Programme oder Produkte ist nicht gestattet. Wir behalten uns das Recht vor, jedes Mitglied, welches gegen die Regeln verstößt oder das Forum stört, auszuschließen. Wir werden fair sein und in den meisten Fällen vorher eine Verwarnung aussprechen. Solltest du Fragen zu unserem Dienst, den Regeln oder unserem Team haben, nutze bitte den persönlichen Kontakt via PN oder E-Mail und wende dich an ein Mitglied unseres Teams. Alle Moderatoren und Administratoren sind in der Mitgliederliste hervorgehoben. Wir werden uns ernsthafte Beschwerden zu Herzen nehmen und unser Bestes tun Probleme zu lösen. Gelegentlich gibt es Mitglieder, die unangemessenes Material einstellen oder etwas schreiben, das einen Streit im Forum auslösen kann. Dies wird nicht toleriert. Jeder der so etwas veröffentlicht, wird vom Forum ausgeschlossen und sein Benutzerkonto gelöscht.<br /><br />
                    
36<ol>
                    
47<li><b>Vulgäre Ausdrücke</b><br />Bitte vermeide die Verwendung von vulgären Ausdrücken. Jegliche &quot;sprachliche Entgleisung&quot; hat eine Verwarnung zur Folge. Bei wiederholter Anwendung wirst du vom Forum ausgeschlossen.<br clear="all" /><br /></li>
                    
48<li><b>Erstellen von Themen</b><br />Bitte achte darauf deine Themen im richtigen Forum zu erstellen. Nimm dir Zeit andere Themen anzuschauen. Vielleicht ist deine Frage schon beantwortet oder das Thema bereits ausführlich diskutiert worden. Sollte ein Thema im falschen Forum erstellt werden, wird es von einem Moderator verschoben. Stellst du selber fest, dass ein Thema im falschen Forum erstellt wurde oder wenn ein Thema/Beitrag gegen die Regeln verstößt, dann kontaktiere bitte einen Moderator dieses Forums per PN oder über die "Beitrag einem Moderator melden"-Funktion. Bitte erstelle keine Antwort auf einen solchen Beitrag. Ein Mitglied des Teams wird alle nötigen Schritte unternehmen. Jede Person die sich als Moderator ausgibt oder versucht, ein anderes Mitglied zu verwarnen, erhält selbst von dem zuständigen Moderator eine Verwarnung.<br clear="all" /><br /></li>
                    
49<li><b>Personifikation</b><br />Jegliches betrügerisches Auftreten eines Benutzers dieser Website ist streng verboten und führt zum sofortigen Ausschluss.<br clear="all" /><br /></li>
                    
                
common.css https://gitlab.com/csantosb/wikidata | CSS | 399 lines
                    
73	/* begin css 3 or browser specific rules - do not remove!
                    
74	see: http://forums.techguy.org/archive/index.php/t-249849.html */
                    
75	white-space: pre-wrap;
                    
                
DisplaytypeDAO.cfc git://github.com/meldsolutions/Meld-Forums.git | ColdFusion CFScript | 193 lines
                    
1<!---This file is part of the Meld Forums application.
                    
2
                    
2
                    
3Meld Forums is licensed under the GPL 2.0 license
                    
4Copyright (C) 2010 2011 Meld Solutions Inc. http://www.meldsolutions.com/
                    
18--->
                    
19<cfcomponent displayname="DisplaytypeDAO" output="false" extends="MeldForums.com.meldsolutions.core.MeldDAO">
                    
20<!---^^GENERATEDSTART^^--->
                    
                
 

Source

Language