Searched refs:assigned (Results 1 – 25 of 85) sorted by relevance
1234
| /plugin/geophp/vendor/funiq/geophp/src/Adapter/ |
| D | OSM.php | 91 '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 D | assignments_intro.txt | 6 * 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/ |
| D | action.php | 50 $assigned = false; 59 $assigned = explode( ' ', $m[1] ); 63 if ( !is_array( $assigned ) ) { 68 $assigned = $meta['subject']; 72 'assigned' => $assigned,
|
| /plugin/acknowledge/lang/en/ |
| D | assign.txt | 4 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 D | assignments_intro.txt | 5 * Namespaces excluding subnamespaces are assigned as ''<nowiki>namespace:*</nowiki>''. 6 * Namespaces including subnamespaces are assigned as ''<nowiki>namespace:**</nowiki>''.
|
| H A D | editor_intro.txt | 3 …truct Plugin. A schema defines a template of structured data that shall be assigned to pages later.
|
| /plugin/struct/meta/ |
| H A D | Assignments.php | 326 $assigned = []; 333 if ($found) $assigned[] = $table; 336 return $assigned;
|
| /plugin/avtaskbox/ |
| D | syntax.php | 102 …$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/ |
| D | syntax.php | 246 $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 D | update0006.sql | 7 assigned BOOLEAN NOT NULL DEFAULT 1, field
|
| /plugin/extendpage/db/ |
| D | update0001.sql | 11 assigned BOOLEAN NOT NULL DEFAULT 1, field
|
| /plugin/findologicxmlexport/vendor/twig/twig/doc/tags/ |
| D | set.rst | 21 The assigned value can be any valid :ref:`Twig expression 30 Several variables can be assigned in one block:
|
| /plugin/structpublish/db/ |
| H A D | update0001.sql | 12 assigned INTEGER, field
|
| /plugin/do/lang/en/ |
| D | mail_reopen.txt | 3 @USER@ reopened a task and assigned it to you.
|
| D | mail_open.txt | 3 @USER@ opened a new task and assigned it to you.
|
| /plugin/permissioninfo/lang/en/ |
| D | help_userpermissions.txt | 2 //italics//, permisssions that were assigned individually to the user, are shown in color.
|
| /plugin/struct/action/ |
| H A D | bureaucracy.php | 169 $assigned = $assignments->getPageAssignments($id); 171 if (!in_array($table, $assigned)) continue;
|
| /plugin/bez/style/ |
| H A D | thread.less | 16 //no task assigned
|
| /plugin/bez/ |
| H A D | style.less | 20 //no task assigned
|
| /plugin/webcomics/ |
| D | README.md | 4 The syntax is ```<comic="comic-name">```. ```comic-name``` must be a name assigned to a RSS feed in…
|
| /plugin/asciidocjs/node_modules/inflight/ |
| D | README.md | 24 // callback is also once()-ified, so it can safely be assigned
|
| /plugin/farmer/lang/en/ |
| H A D | tab_new_help.txt | 3 … are the independent subwikis of a Dokuwiki farm. To create a new animal a name has to be assigned.
|
| /plugin/etherpadlite/ |
| D | README.md | 32 The etherpad lite gets its pads assigned to groups, group membership managed and pad passwords assi…
|
| /plugin/quickstats/ |
| D | HOW-TO | 49 find assigned in the Configuration Manager in the 'geop_dir' setting. If you place it
|
| /plugin/bugzillaint/docs/ |
| D | bugzillaint.txt | 110 * ''assigned_to'' - shows assigne login name, links to a list of all bugs assigned to the person
|
1234