Home
last modified time | relevance | path

Searched refs:opt (Results 76 – 100 of 249) sorted by relevance

12345678910

/plugin/medialist/
H A Dhelper.php108 $opt = array();
110 $opt = $opt + array('depth' => $params['depth']);
112 $stored_media = $this->_lookup_stored_media($params['ns'], $opt);
288 protected function _lookup_stored_media($ns, $opt=array('depth'=>1)) { argument
302 search($res, $conf['mediadir'], 'search_media', $opt, $dir);
/plugin/sqlite/
H A Ddb.sql2 CREATE TABLE opts (opt,val); field
3 CREATE UNIQUE INDEX idx_opt ON opts(opt);
/plugin/eclipseupdateurl/
H A Dsyntax.php35 foreach ( $opts as $opt ) {
37 if ( empty($opt) ) continue;
38 if ( is_numeric($opt) ) {
39 $fOpts['amount'] = $opt;
41 list($key, $value) = explode('=', $opt, 2);
95 if ( $opt['id'] ) {
97 if ( $PLUGIN['id'] != $opt['id'] ) { continue; }
/plugin/bureaucracy-au/helper/
H A Dfieldsubmit.php23 $this->opt['optional'] = true;
44 if(isset($this->opt['id'])) {
45 $attr['id'] = $this->opt['id'];
H A Dfieldpassword.php20 if(!isset($this->opt['optional'])) {
25 if(!isset($this->opt['optional'])){
H A Dfieldhidden.php37 … if (!isset($this->opt[$name]) || in_array($name, array('pagename', 'value')) && $this->hidden) {
45 return $this->opt[$name];
/plugin/bureaucracyau/helper/
H A Dfieldsubmit.php23 $this->opt['optional'] = true;
44 if(isset($this->opt['id'])) {
45 $attr['id'] = $this->opt['id'];
H A Dfieldpassword.php20 if(!isset($this->opt['optional'])) {
25 if(!isset($this->opt['optional'])){
H A Dfieldhidden.php37 … if (!isset($this->opt[$name]) || in_array($name, array('pagename', 'value')) && $this->hidden) {
45 return $this->opt[$name];
/plugin/semanticdata/
H A Dbureaucracy_field.php32 if (!$datatype['multi'] && $this->opt['optional']) array_unshift($values, '');
33 $this->opt['args'] = $values;
55 $params = array_merge($this->opt, $params);
/plugin/bureaucracy/helper/
H A Dfieldsubmit.php23 $this->opt['optional'] = true;
44 if(isset($this->opt['id'])) {
45 $attr['id'] = $this->opt['id'];
H A Dfieldpassword.php20 if(!isset($this->opt['optional'])) {
25 if(!isset($this->opt['optional'])){
H A Dfieldhidden.php37 … if (!isset($this->opt[$name]) || in_array($name, array('pagename', 'value')) && $this->hidden) {
45 return $this->opt[$name];
/plugin/sqlraw/
H A Dsyntax.php288 $opt = array('content' => '');
295 $opt['content'] = $http->get($url);
300 $opt['file'] = cleanID($url);
301 if(!strlen(getNS($opt['file'])))
302 $opt['file'] = $INFO['namespace'].':'.$opt['file'];
303 if (auth_quickaclcheck(getNS($opt['file']).':*') < AUTH_READ) {
307 $file = mediaFN($opt['file']);
308 $opt['content'] = io_readFile($file);
310 if(!utf8_check($opt['content'])) $opt['content'] = utf8_encode($opt['content']);
316 if(!$opt['content']){
[all …]
/plugin/statistics/
H A Dadmin.php18 protected $opt = ''; variable in admin_plugin_statistics
111 $this->opt = preg_replace('/[^a-z]+/', '', $_REQUEST['opt']);
112 if(!in_array($this->opt, $this->allowedpages)) $this->opt = 'dashboard';
139 $method = 'html_' . $this->opt;
141 echo '<div class="plg_stats_' . $this->opt . '">';
142 echo '<h2>' . $this->getLang($this->opt) . '</h2>';
168 '?do=admin&amp;page=statistics&amp;opt=' . $page . '&amp;f=' . $this->from . '&amp;t=' . $this->to,
176 '?do=admin&amp;page=statistics&amp;opt
[all...]
/plugin/socialshareprivacy/
H A Daction.php51 foreach($options as $opt) {
52 $opt_value=$this->getConf("$opt");
53 $parts = explode("_", $opt, 2);
/plugin/btable2/doc/
H A Dscreenshot1.txt2 <opt>showempty,colongroups</opt>
/plugin/tagfilter/syntax/
H A Dcompare.php60 function render($format, Doku_Renderer $renderer, $opt) argument
65 $flags = $opt['tagfilterFlags'];
77 list($tagFilters, $allPageids) = $HtagfilterSyntax->getTagPageRelations($opt);
109 'id' => 'tagcomparedd_' . $opt['id'],
/plugin/bibtex4dw/syntax/
H A Dbibtex.php98 $opt = explode('=', $option, 2);
99 $options[$opt[0]][] = $opt[1];
/plugin/sortablejs/
H A Dsyntax.php112 foreach( $oa as $opt ) {
113 $explodedOption = explode( "=", $opt );
151 $ret .= ' sort'.$opt;
/plugin/nosecedit/
H A Dsyntax.php79 function render($mode, &$renderer, $opt) argument
86 if (isset($opt[$ID])==TRUE)
/plugin/textrotate/
H A Dsyntax.php55 list($state, $opt) = $data;
66 $renderer->doc .= $renderer->_xmlEntities($opt);
/plugin/btable2/
H A Dsyntax.php65 $opt = "";
67 $opt = $matches[1];
92 return array(trim($title), $ids, $dates, $opt);
129 $opt = $data[3];
131 $showempty = preg_match("#\bshowempty\b#", $opt);
132 $colongroups = preg_match("#\bcolongroups\b#", $opt);
133 $closed = preg_match("#\bclosed\b#", $opt);
/plugin/linksenhanced/syntax/
H A Dlink.php66 foreach($opts as $opt)
68 if(strpos($opt, 'class') === 0)
69 $options['class'] = explode('=', $opt)[1];
70 elseif(strpos($opt, 'target') === 0)
71 $options['target'] = explode('=', $opt)[1];
73 $options[$opt] = true;
/plugin/farm/
H A Doverview.class.php49 if(isset($this->manager->opt['sort'])) {
50 $sort = $this->manager->opt['sort'];
71 $details = isset($this->manager->opt['details']) ? $this->manager->opt['details'] : null;
103 $page = isset($this->manager->opt['page']) ? (int)$this->manager->opt['page'] : 1;

12345678910