Home
last modified time | relevance | path

Searched refs:true (Results 76 – 100 of 6699) sorted by last modified time

12345678910>>...268

/plugin/structpublish/action/
H A Dmigration.php53 return true;
59 return true;
63 $ok = true;
/plugin/structpublish/helper/
H A Ddb.php32 $this->initialized = true;
56 * Returns true if the given page is included in publishing workflows.
155 return true;
H A Dnotify.php172 'URL' => wl($ID, '', true),
H A Dassignments.php23 return true;
39 return true;
44 return true;
49 return true;
/plugin/structpublish/
H A Dadmin.php23 * @return bool true if only access for superuser, false is for superusers and moderators
84 send_redirect(wl($ID, array('do' => 'admin', 'page' => 'structpublish'), true, '&'));
/plugin/structpublish/meta/
H A DAssignments.php124 $ok = true;
142 $rules = $this->getPageAssignments($pid, true);
223 public function getPageAssignments($page, $checkpatterns = true)
/plugin/diagrams/
H A DLICENSE77 Whether that is true depends on what the Program does.
/plugin/diagrams/syntax/
H A Dembed.php77 $data['url'] = wl($ID, ['do' => 'export_diagrams', 'svg' => $this->count++, 'rev' => $REV], true, '&');
85 return true;
91 return true;
H A Dmediafile.php60 $data['url'] = ml($data['src'], ['cache' => 'nocache'], true, '&');
96 return true;
142 $image = sprintf('<object %s><span class="diagrams-alt">' . hsc($wrapperAttributes['title']) . '</span></object>', buildAttributes($imageAttributes, true));
145 $wrapper = sprintf('<div %s>%s%s</div>', buildAttributes($wrapperAttributes, true), $image, $actionButtons);
149 return true;
/plugin/struct/meta/
H A DAccessDataValidator.php45 $valid = true;
71 $result = true;
H A DAccessTable.php265 return true;
313 return true;
324 return true;
334 $ok = true;
415 $data = $this->consolidateData($data, true);
452 * @param bool $asarray return data as associative array (true) or as array of Values (false)
579 * Returns true if data is of type "page"
592 * Returns true if data is of type "global"
605 * Returns true if data is of type "serial"
H A DAccessTableGlobal.php81 true
117 $ok = true;
H A DAccessTablePage.php73 return true;
H A DAggregationEditorTable.php31 $hash = md5(var_export($this->data, true));
H A DAggregationTable.php95 $this->renderer->info['struct_table_hash'] = md5(var_export($this->data, true));
212 $dynamic->setSort($column, true);
401 $this->renderer->info['struct_table_meta'] = true;
439 $this->renderer->info['struct_table_meta'] = true;
468 $this->renderer->info['struct_table_meta'] = true;
H A DAssignments.php109 $tables = $this->getPageAssignments($row['pid'], true);
127 $tables = $this->getPageAssignments($pid, true);
212 public function getPageAssignments($page, $checkpatterns = true)
282 if (trim($pattern, ':') == '**') return true; // match all
297 return true;
302 return true;
306 return true;
351 $tables = $this->getPageAssignments($row['pid'], true);
H A DCSVImporter.php59 $this->sqlite = $db->getDB(true);
115 $pidCol = new Column(0, $pageType, 0, true, $this->schema->getTable());
165 * @return bool true if the data validates, otherwise false
170 return true;
H A DCSVPageImporter.php63 if (!in_array($col->getLabel(), $keys, true)) {
66 $index = array_search($col->getLabel(), $keys, true);
106 $index = array_search($blockKey, $keys, true);
137 $this->importedPids[$pid] = true;
138 return true;
142 $this->createPage[$pid] = true;
143 return true;
H A DCSVSerialImporter.php79 $this->createPage[$pid] = true;
81 return true;
H A DColumn.php28 protected $enabled = true;
40 public function __construct($sort, AbstractBaseType $type, $colref = 0, $enabled = true, $table = '')
120 public function getColName($enforceSingleColumn = true)
133 public function getFullColName($enforceSingleColumn = true)
H A DConfigParser.php30 'csv' => true,
290 $escapedQuote = true;
298 $inQuote = true;
H A DFilterValueListHandler.php45 return true;
58 return true;
70 return true;
81 return true;
H A DInlineConfigParser.php60 $filtering = true;
67 $filtering = true;
73 $filtering = true;
H A DPageColumn.php26 parent::__construct($sort, $type, 0, true, $table);
38 public function getColName($enforceSingleColumn = true)
47 public function getFullColName($enforceSingleColumn = true)
H A DPageMeta.php68 $this->saveNeeded = true;
83 $this->saveNeeded = true;
98 $this->saveNeeded = true;
113 $this->saveNeeded = true;

12345678910>>...268