Home
last modified time | relevance | path

Searched refs:namespaces (Results 201 – 225 of 228) sorted by path

12345678910

/plugin/solr/
H A DREADME.md35 …exact phrases, exclude words, search inside page titles, abstracts and namespaces and search for s…
H A Dhelper.php320 $namespaces = array();
323 search($namespaces, $conf['datadir'],'search_namespaces', $opts);
324 sort($namespaces);
325 foreach($namespaces as $row) {
/plugin/spatialhelper/
H A Daction.php159 $namespaces = array_map('trim', explode("\n", $this->getConf('sitemap_namespaces')));
160 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) {
H A Dchangelog42 * Added namespaces list in sidebar of search results
43 * Fixed search by namespaces
/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/superacl/lang/en/
H A Dhelp.txt3 On this page you can add and remove permissions for namespaces and
6 The left pane displays all available namespaces and pages.
/plugin/superacl/lang/nl/
H A Dhelp.txt4 namespaces en pagina's in je wiki.
6 Het linker panel geeft alle beschikbare namespaces en pagina's weer.
/plugin/sync/lang/en/
H A Dintro.txt3 …n be setup using synchronization profiles. Synchronization can be restricted to certain namespaces.
/plugin/sync/lang/es/
H A Dintro.txt3 …as usando perfiles de sincronización. La Sincronización puede ser restringida a ciertos namespaces.
/plugin/tag/
H A Dhelper.php104 'namespaces to which the search shall be restricted' => 'array',
106 'if the namespaces shall be searched recursively' => 'boolean'
363 * @param array $namespaces array of namespaces where to count the tags
369 public function tagOccurrences($tags, $namespaces = null, $allTags = false, $isRecursive = null) { argument
376 // $namespaces not specified
377 if(!$namespaces || $namespaces[0] == '' || !is_array($namespaces)) {
378 $namespaces
[all...]
/plugin/tag/syntax/
H A Dsearchtags.php130 // Get the list of all namespaces for the dropdown
131 $namespaces = [];
132 search($namespaces,$conf['datadir'],'search_namespaces', []);
136 foreach ($namespaces as $ns) {
137 // only display namespaces the user can access when sneaky index is on
150 $form->addElement(form_makeMenuField('plugin__tag_search_namespace', $ns_select, $this->getNS(), $lang['namespaces']));
/plugin/tindexmenu/
H A DCREDITS16 Resolved incorrect namespaces levels bug.
/plugin/tplinc/lang/en/
H A Dhelp.txt4 * For namespaces excluding subnamespaces use ''%%namespace:*%%''
5 * For namespaces including subnamespaces use ''%%namespace:**%%''
/plugin/usersubscriptions/
H A DINFO7 desc allows connected user to see which pages / namespaces he have subscribed to and to subscrib…
/plugin/webcode/vendor/
H A Dfirebug-lite-1.4.js37 var namespaces=[]; variable
39 namespaces.push(fn,ns);
68 }if(FBTrace.DBG_INITIALIZE){FBTrace.sysout("FBL.initialize",namespaces.length/2+" namespaces BEGIN")
70 i<namespaces.length;
71 i+=2){var fn=namespaces[i];
72 var ns=namespaces[i+1];
74 }if(FBTrace.DBG_INITIALIZE){FBTrace.sysout("FBL.initialize",namespaces.length/2+" namespaces END");
/plugin/webdav/vendor/sabre/dav/
H A DCHANGELOG.md1054 * BC Break: Moved the entire codebase to PHP namespaces.
1175 * Changed: reverted the automatic translation of 'DAV:' xml namespaces to
2202 Bandwidth and legibility for xml bodies with user-defined namespaces.
H A DCONTRIBUTING.md47 2. Use PHP namespaces everywhere.
/plugin/webdav/vendor/sabre/vobject/
H A DCHANGELOG.md838 * New: VObject library now uses PHP 5.3 namespaces.
/plugin/webdav/vendor/sabre/xml/
H A DCHANGELOG.md185 * #13: Better support for xml with no namespaces. (@kalmas)
/plugin/webdavclient/vendor/sabre/vobject/
H A DChangeLog.md612 * New: VObject library now uses PHP 5.3 namespaces.
/plugin/webexteamsnotifier/
H A DREADME.md27 3. Optionally set notifications only for a set of namespaces in the respective configuration sectio…
H A Daction.php41 $namespaces = explode(',', $ns);
43 if (!in_array($current_namespace[0], $namespaces)) {
/plugin/wikistats/
H A DREADME.md125 to a given namespace and its sub-namespaces you can specify its name
133 The `ns` parameter supports both inclusion and exclusion of the namespaces.
135 Also you can assign a number of namespaces as a comma separated list:
142 The first example will show the pages stats in all namespaces except of “foo”,
143 the second one will include “foo” and “bar” namespaces except of “bar:baz”
146 > Note that namespaces restrictions are not supported for tags and
147 > namespaces stats
182 * Support namespaces restrictions for tags stats
183 * Handle namespaces with medias and without pages as an error (could be configured)
186 * Add total for resources and namespaces stats

12345678910