Wikipedia:Projekt DotNetWikiBot Framework/Lsjbot/Make-Geonames – Wikipedia Hoppa till innehållet Från Wikipedia Wikipedia:Projekt DotNetWikiBot Framework Lsjbot //Originally from [[Wikipedia:Projekt DotNetWikiBot Framework/Lsjbot/Makespecies]] //Extensively modified by Lsj using …
Wikipedia:Bots/Anfragen – Wikipedia Zum Inhalt springen aus Wikipedia, der freien Enzyklopädie Wikipedia:Bots Letzter Kommentar: vor 23 Stunden von At40mha in Abschnitt Falsch formatierte DOI Hilfsmittel Recherche Technik (Software) Helferlein Bots Anfragen für Boteinsatz Notizen…
… . . . . . . . . . . . 152 Recall-Oriented Learning of Named Entities in Arabic Wikipedia Behrang Mohit, Nathan Schneider, Rishav Bhowmick, Kemal Oflazer and Noah A. Smith . . . . 162 ix Tree Representations in Probabilistic Models for Extended Named Entities Detection Marco Dina…
<? php /** * @defgroup Wikimedia Wikimedia */ /** * Add a new wiki * Wikimedia specific! * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version …
…velopment because HTML 5.3 Content Modeling 145 Figure 5.4: Article view of the Wikipedia. Figure 5.5: Article editor of the Wikipedia. is often rendered differently on different browsers, and can often only be avoided with appropriate manual fine-tuning. Many authors just use a …
…@file */ /** * @defgroup Language Internationalisation * * See https://www.mediawiki.org/wiki/Special:MyLanguage/Localisation for more information. */ /** * @defgroup Languages Languages * @ingroup Language */ namespace MediaWiki\Language; use CLDRPluralRuleParser\Evaluator; use …
…c_install EclassDocMissingFunc perl-functions: undocumented functions: perl_get_wikiurl_features, perl_get_wikiurl_tests EclassDocMissingFunc qmail: undocumented functions: dospp, genqmail_src_unpack, qmail_base_install, qmail_config_fast, qmail_config_install, qmail_config_notic…
…see RTT and interpret it as a spurious 0x0C, and ignore it. References [JCroft, Wikipedia] gives a different way of signalling 'Y', which does not coincide with any of the other symbols. This discrepancy between the current specification and the references may also result in both…
…see RTT and interpret it as a spurious 0x0C, and ignore it. References [JCroft, Wikipedia] gives a different way of signalling 'Y', which does not coincide with any of the other symbols. This discrepancy between the current specification and the references may also result in both…
…44 + /** 1145 + * Set a global cookie that auto-authenticates the user on other wikis 1146 + * Called on login. 1147 + */ 1148 + function setGlobalCookies($localUser) { 1149 + global $wgCentralAuthCookiePrefix,$wgCentralAuthCookieDomain,$wgCookieSecure,$wgCookieExpiration; 1150 +…
… then 10 + table=blobs 11 +else 12 + table=$2 13 +fi 14 + 15 +for db in `</home/wikipedia/common/all.dblist`;do 16 + echo "CREATE DATABASE IF NOT EXISTS $db" | mysql -u wikiadmin -p`wikiadmin_pass` -h $server && \ 17 + sed "s/blobs\>/$table/" blobs.sql | mysql -u wikiadmin -p`wik…
…figuration object. It's not used for much in a default install. This is used on Wikimedia's mass installation to provide a centralised configuration file for a few hundred wikis, providing defaults per site group and per-wiki overrides. It is currently needed by Extension:Central…
…return ; 71 } 72 73 if ( $central -> exists () ) { 74 foreach ( $unattached as $wiki => $local ) { 75 $this -> output ( "ATTACHING: $username@$wiki \n " ); 76 $central -> attach ( $wiki , 'login' , false ); 77 } 78 } else { 79 $this -> output ( "ERROR: No CA account found for: $u…
Index: trunk/extensions/WikimediaMaintenance/storage/make-all-blobs — — @@ -0,0 +1,18 @@ 2 +#!/bin/bash 3 + 4 +if [ -z $1 ];then 5 + echo "Usage: make-all-blobs <server> [<table name>]" 6 + exit 1 7 +fi 8 +server=$1 9 +if [ -z $2 ]; then 10 + table=blobs 11 +else 12 + table=$2 13…
<? php declare ( strict_types = 1 ); namespace MediaWiki \Extension\CampaignEvents\Event\Store ; use InvalidArgumentException ; use LogicException ; use MediaWiki \Extension\CampaignEvents\Database\CampaignsDatabaseHelper ; use MediaWiki \Extension\CampaignEvents\Event\EventRegis…