Home
last modified time | relevance | path

Searched refs:assigned (Results 1 – 25 of 85) sorted by relevance

1234

/plugin/geophp/vendor/funiq/geophp/src/Adapter/
DOSM.php91 'assigned' => false,
108 $nodes[$ref]['assigned'] = true;
123 'assigned' => false,
158 $nodes[$ref]['assigned'] = true;
162 $ways[$ref]['assigned'] = true;
194 (!$way['assigned'] || !empty($way['tags']))
217 if (!$node['assigned'] || !empty($node['tags'])) {
/plugin/approve/lang/en/
H A Dassignments_intro.txt6 * Namespaces excluding subnamespaces are assigned as ''<nowiki>namespace:*</nowiki>''.
7 * Namespaces including subnamespaces are assigned as ''<nowiki>namespace:**</nowiki>''.
10 Groups can be assigned as approvers with @ prefix.
/plugin/tagentry/
Daction.php50 $assigned = false;
59 $assigned = explode( ' ', $m[1] );
63 if ( !is_array( $assigned ) ) {
68 $assigned = $meta['subject'];
72 'assigned' => $assigned,
/plugin/acknowledge/lang/en/
Dassign.txt4 Whenever a page matches one of the patterns here, the people and groups will be assigned.
6 * Namespaces excluding subnamespaces are assigned as ''<nowiki>namespace:*</nowiki>''.
7 * Namespaces including subnamespaces are assigned as ''<nowiki>namespace:**</nowiki>''.
/plugin/struct/lang/en/
H A Dassignments_intro.txt5 * Namespaces excluding subnamespaces are assigned as ''<nowiki>namespace:*</nowiki>''.
6 * Namespaces including subnamespaces are assigned as ''<nowiki>namespace:**</nowiki>''.
H A Deditor_intro.txt3 …truct Plugin. A schema defines a template of structured data that shall be assigned to pages later.
/plugin/struct/meta/
H A DAssignments.php326 $assigned = [];
333 if ($found) $assigned[] = $table;
336 return $assigned;
/plugin/avtaskbox/
Dsyntax.php102 …$assigned = (!empty($matches[1]) && strlen(trim($matches[1]))>0) ? '('.trim($matches[1]).')' : '&n…
123 …"><th><b>'.$title.'</b><span style="float:right;font-weight:normal;">'.$assigned.'</span></th></tr…
/plugin/redissue/
Dsyntax.php246 $assigned = $issue['issue']['assigned_to'];
247 $assigned_id = $redmine->getIdByUsername($assigned['name']);
287 … $renderer->doc .= '<dd><a href="'.$url.'/users/'.$assigned_id.'">'.$assigned['name'].'</a></dd>';
317 …$renderer->doc .= '<a href="'.$url.'/users/'.$assigned_id.'"> '.$assigned['name'].' </a></span><br…
/plugin/struct/db/
H A Dupdate0006.sql7 assigned BOOLEAN NOT NULL DEFAULT 1, field
/plugin/extendpage/db/
Dupdate0001.sql11 assigned BOOLEAN NOT NULL DEFAULT 1, field
/plugin/findologicxmlexport/vendor/twig/twig/doc/tags/
Dset.rst21 The assigned value can be any valid :ref:`Twig expression
30 Several variables can be assigned in one block:
/plugin/structpublish/db/
H A Dupdate0001.sql12 assigned INTEGER, field
/plugin/do/lang/en/
Dmail_reopen.txt3 @USER@ reopened a task and assigned it to you.
Dmail_open.txt3 @USER@ opened a new task and assigned it to you.
/plugin/permissioninfo/lang/en/
Dhelp_userpermissions.txt2 //italics//, permisssions that were assigned individually to the user, are shown in color.
/plugin/struct/action/
H A Dbureaucracy.php169 $assigned = $assignments->getPageAssignments($id);
171 if (!in_array($table, $assigned)) continue;
/plugin/bez/style/
H A Dthread.less16 //no task assigned
/plugin/bez/
H A Dstyle.less20 //no task assigned
/plugin/webcomics/
DREADME.md4 The syntax is ```<comic="comic-name">```. ```comic-name``` must be a name assigned to a RSS feed in…
/plugin/asciidocjs/node_modules/inflight/
DREADME.md24 // callback is also once()-ified, so it can safely be assigned
/plugin/farmer/lang/en/
H A Dtab_new_help.txt3 … are the independent subwikis of a Dokuwiki farm. To create a new animal a name has to be assigned.
/plugin/etherpadlite/
DREADME.md32 The etherpad lite gets its pads assigned to groups, group membership managed and pad passwords assi…
/plugin/quickstats/
DHOW-TO49 find assigned in the Configuration Manager in the 'geop_dir' setting. If you place it
/plugin/bugzillaint/docs/
Dbugzillaint.txt110 * ''assigned_to'' - shows assigne login name, links to a list of all bugs assigned to the person

1234