Home
last modified time | relevance | path

Searched refs:namespaces (Results 51 – 75 of 228) sorted by relevance

12345678910

/plugin/siteexport/syntax/
H A Daggregate.php38 private function checkComplete( &$item, $key, $namespaces ) { argument
39 foreach( $namespaces as $namespace ) {
/plugin/sphinxsearch-was/
H A Daction.php253 $namespaces = getNsLinks($page, $keywords, $this->_search);
269 foreach ($namespaces as $name) {
273 if ($i++ < count($namespaces) - 1) {
/plugin/sphinxsearch/
H A Daction.php298 $namespaces = getNsLinks($page, $keywords, $this->_search);
314 foreach ($namespaces as $name){
318 if ($i++ < count($namespaces)-1){
H A Dchangelog32 * Added namespaces list in sidebar of search results
33 * Fixed search by namespaces
/plugin/crosspost/
H A Daction.php184 $namespaces = array();
185 search( $namespaces, $conf['datadir'], 'search_namespaces', array() );
217 foreach( $namespaces as $ns )
H A Dplugin.info.txt3 desc Crosspost article to multiple namespaces
/plugin/displayorphans/
H A DREADME.md39 | `ignore_orphaned_namespaces` | empty | Space-separated list of namespaces to ignore when generati…
41 | `ignore_wanted_namespaces` | empty | Space-separated list of namespaces to ignore when generating…
43 | `ignore_linked_namespaces` | empty | Space-separated list of namespaces to ignore when generating…
/plugin/move/lang/nl/
H A Dtree.txt3 Met dit interface kun je de namespaces, pagina's en mediabestanden verplaatsen door te slepen.
/plugin/advanced/admin/
H A Dimport.php201 search($namespaces, $conf['datadir'], 'search_namespaces', $options, '');
209 foreach ($namespaces as $namespace) {
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/build/
H A Dnamespaces.asciidoc5 This is a complete list of available namespaces:
/plugin/pagetemplater/
H A Daction.php137 $namespaces = explode("\n", $this->getConf('enabled_namespaces'));
138 foreach( $namespaces as $namespace ) {
/plugin/namespacemessage/
H A Dplugin.info.txt6 desc Display a message in certain namespaces
/plugin/filelisting/
H A Dplugin.info.txt6 desc List files in currently viewed namespaces
/plugin/catlist/
H A Dplugin.info.txt6 desc List pages and namespaces recursively
/plugin/fetchmedia/
H A Dplugin.info.txt6 desc Download linked external media to wiki namespaces
/plugin/acmenu/
H A Dplugin.info.txt6 desc An accordion menu for namespaces and relative pages.
/plugin/findologicxmlexport/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/
H A DDocParser.php110 private $namespaces = array(); variable in Doctrine\\Common\\Annotations\\DocParser
301 $this->namespaces[] = $namespace;
315 if ($this->namespaces) {
706 if ($this->namespaces) {
707 foreach ($this->namespaces as $namespace) {
939 case !empty ($this->namespaces):
940 foreach ($this->namespaces as $ns) {
/plugin/nsrelation/
H A Dinfo.txt7 desc Simple related namespaces plugin
/plugin/simplenavi/
H A Dplugin.info.txt6 desc Create a simple navigation tree based on namespaces
/plugin/slacknotifier/helper/
H A DConfig.php10 * @property string $namespaces
38 if (!$this->namespaces) {
42 $namespaces = explode(',', $this->namespaces);
44 return in_array($namespace, $namespaces, true);
/plugin/newnamespacepermissions/
H A Dplugin.info.txt6 desc Restrict which groups are allowed to create new namespaces
/plugin/fancysearch/
H A Dplugin.info.txt6 desc Provides a dropdown list for common namespaces enhancing the search input.
/plugin/sync/lang/en/
H A Dintro.txt3 …n be setup using synchronization profiles. Synchronization can be restricted to certain namespaces.
/plugin/pagemove/
H A Dplugin.info.txt6 desc Move and rename pages and namespaces whilst maintaining the links.
/plugin/authgooglesheets/vendor/google/apiclient-services/src/
H A DServiceDirectory.php108 'namespaces',
112 'path' => 'v1/{+parent}/namespaces',
156 'path' => 'v1/{+parent}/namespaces',

12345678910