Home
last modified time | relevance | path

Searched refs:names (Results 26 – 50 of 1179) sorted by relevance

12345678910>>...48

/plugin/superacl/
H A Dadmin.php375 $names = array();
378 if($perm >= AUTH_DELETE) $names[] = $this->getLang('acl_perm16');
379 if($perm >= AUTH_UPLOAD) $names[] = $this->getLang('acl_perm8');
380 if($perm >= AUTH_CREATE) $names[] = $this->getLang('acl_perm4');
382 if($perm >= AUTH_EDIT) $names[] = $this->getLang('acl_perm2');
383 if($perm >= AUTH_READ) $names[] = $this->getLang('acl_perm1');
384 $names = array_reverse($names);
386 $names[] = $this->getLang('acl_perm0');
393 printf($this->getLang('p_user_ns'),hsc($who),hsc($ns),join(', ',$names));
395 printf($this->getLang('p_user_id'),hsc($who),hsc($ID),join(', ',$names));
[all …]
/plugin/selfmeasurement/
H A Dsyntax.php187 $report_html = str_replace($find, $_POST['names'], $report_html);
188 $report_txt = str_replace($find, $_POST['names'], $report_txt);
199 $name = str_replace(" ", "_", $_POST['names']);
/plugin/combo/ComboStrap/PageSqlParser/
H A DPageSqlLexer.interp1 token literal names:
73 token symbolic names:
145 rule names:
252 channel names:
256 mode names:
H A DPageSql.interp1 token literal names:
73 token symbolic names:
145 rule names:
/plugin/scrape/HTMLPurifier/ConfigSchema/schema/
H A DHTML.Attr.Name.UseCDATA.txt
/plugin/wysiwyg/fckeditor/editor/_source/commandclasses/
H A Dfckjustifycommands.js64 var names = [] ;
73 names.push( className ) ;
77 if ( names.length > 0 )
78 regex = new RegExp( '(?:^|\\s+)(?:' + names.join( '|' ) + ')(?=$|\\s)' ) ;
/plugin/groupmail/
H A DREADME.textile60 p. or email to dokuwiki users (via dokuwiki login names)
64 p. or email to dokuwiki group members (via dokuwiki group names
91 | touser=... | a (list of) dokuwiki user account names to send email to. |
92 | togroup=... | a (list of) dokuwiki group names to send email to. |
94 | ccuser=... | a (list of) dokuwiki user account names to carbon copy email to. |
95 | ccgroup=... | a (list of) dokuwiki group names to carbon copy email to. |
97 | bccuser=... | a (list of) dokuwiki user account names to blind carbon copy email to. |
98 | bccgroup=... | a (list of) dokuwiki group names to blind carbon copy email to. |
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Squiz/Sniffs/CSS/
H A DDuplicateClassDefinitionSniff.php106 $names = explode(',', $name);
107 sort($names);
108 $name = implode(',', $names);
/plugin/namespacesearch/
H A Dsyntax.php60 $names = array();
63 $names[] = array("$allScopes", $this->getLang('all_scopes'), 'allscopes');
73 …$names[] = array($id, ucwords(preg_replace('/[-_:]/', ' ', str_replace("$ID:", '', $id))), $class);
77 $renderer->doc .= $helper->tpl_searchform($names, true);
/plugin/findologicxmlexport/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/Annotation/
H A DIgnoreAnnotation.php34 public $names; variable in Doctrine\\Common\\Annotations\\Annotation\\IgnoreAnnotation
52 $this->names = $values['value'];
/plugin/findologicxmlexport/vendor/jms/serializer/src/Metadata/Driver/
H A DExpressionMetadataTrait.php23 private function parseExpression(string $expression, array $names = []) argument
30 …sionEvaluator->parse($expression, array_merge(['context', 'property_metadata', 'object'], $names));
/plugin/tplmod/
H A Daction.php239 $names = $this->getConf('wiki_names');
240 $names = explode(',',$names);
244 if(isset($names[$nday])) {
248 $JSINFO['tmplft_title'] = trim($names[$slot]);
255 if(!empty($names[$i])) {
256 $JSINFO['tmplft_title'] = trim($names[$i]);
258 else $JSINFO['tmplft_title'] = trim($names[0]);
/plugin/odt/ODT/css/
H A Dcsscolors.php155 protected static $names = array( variable in csscolors
321 $name = self::$names [$value];
/plugin/quickstats/GEOIP/vendor/geoip2/geoip2/src/Record/
H A DAbstractPlaceRecord.php53 return $locale === null ? null : $this->names[$locale];
59 if (isset($this->names[$locale])) {
/plugin/dwcommits/conf/
H A Ddefault.local.ini.dist21 ; directory names of gits in dwcommits/db directory
22 ; the path to 'lib/plugins/dwcommits/db/' will be prepended to these names
23 ; notice that these directory names do not start with a forward slash !
/plugin/combo/ComboStrap/
H A DWikiPath.php779 $names = $this->getNames();
780 $lastName = $names[sizeOf($names) - 1] ?? null;
799 $names = [];
807 $names[] = $name;
811 return $names;
1039 $names = $this->getNames();
1040 switch (sizeof($names)) {
1046 $names = array_slice($names,
[all...]
/plugin/findologicxmlexport/vendor/jms/serializer/src/Expression/
H A DExpressionEvaluator.php54 public function parse(string $expression, array $names = []): Expression argument
56 …on($this->expressionLanguage->parse($expression, array_merge(array_keys($this->context), $names)));
/plugin/findologicxmlexport/vendor/phpdocumentor/type-resolver/
H A DREADME.md13 1. Returning a series of Value Object for given expression while resolving any partial class names,…
15 Element names.
45 …> please note that if you want to pass partial class names that additional steps are necessary, se…
73 …is resolver is in its capability to expand partial class names into fully qualified class names; b…
90 The real power of this resolver is in its capability to expand partial element names into Fully Qua…
96 Perhaps the best feature of this library is that it knows how to resolve partial class names into f…
97 names.
119 For the resolvers to know how to expand partial names you have to provide a bit of _Context_ for th…
153 class as second argument and the Resolvers will take this into account when resolving partial names.
/plugin/addressbook/
H A Dsyntax.php318 …if ($r['department'].$r['cfunction'] != '') $out .= $this->names(array($r['cfunction'],$r['departm…
324 …if ($r['tel1'].$r['tel2'] <> '') $out .= '<br>Tel.: '.$this->names(array($r['tel1'],$r['tel2']),' …
701 function names($list,$symbol=', '){ function in syntax_plugin_addressbook
763 if ($r['surname'].$r['firstname'] <> '') {$names = true;} else {$names = false;}
768 if (!$names) $out .= $this->names(array($r['cfunction'],$r['department']));
772 …if ($names && $r['cfunction'].$r['department'] <>'') $out .= ' ('.$this->names(array($r['cfunction…
774 … if ($r['tel1'].$r['tel2'] <> '') $out .= ' Tel: '.$this->names(array($r['tel1'],$r['tel2']));
894 …$out .= '<td style="text-align:left">'.$this->names(array($list[$d]['cfunction'],$list[$d]['surnam…
/plugin/publist/bib2tpl/
H A Dchangelog7 when e.g. month names are in English but output language is Spanish, or
11 * Language files (en, de, es) updated to add month names alternatives
/plugin/findologicxmlexport/vendor/twig/twig/doc/tests/
H A Ddefined.rst9 {# defined works with variable names #}
14 {# and attributes on variables names #}
/plugin/wysiwyg/
H A Dhider.php29 $names = nameList_wysiwyg($markup);
30 foreach($names as $name) {
/plugin/publistf/bib2tpl/
H A Dchangelog7 when e.g. month names are in English but output language is Spanish, or
11 * Language files (en, de, es) updated to add month names alternatives
/plugin/publistx/bib2tpl/
H A Dchangelog7 when e.g. month names are in English but output language is Spanish, or
11 * Language files (en, de, es) updated to add month names alternatives
/plugin/openid/Auth/Yadis/
H A DYadis.php284 * @param array $names
287 static function _getHeader($header_list, $names) argument
290 foreach ($names as $n) {

12345678910>>...48