Home
last modified time | relevance | path

Searched refs:opt (Results 126 – 150 of 249) sorted by relevance

12345678910

/plugin/sqlcomp/
H A Dsyntax.php95 foreach($o as $opt) {
96 $opt = strtolower($opt);
97 if(ctype_digit($opt)) {
98 $opts['refresh'] = $opt;
101 msg($this->getLang("syntax_option").': "'.$opt.'"', -1);
/plugin/publist/
H A Dsyntax.php63 foreach ( $matches as $opt ) {
65 if ( preg_match('/(.+?):(.+)/', $opt, $optparts) ) {
/plugin/multiselect/
H A Dsyntax.php97 function render($mode, Doku_Renderer $renderer, $opt) { argument
102 $page) = $opt;
/plugin/struct/types/
H A DTag.php59 $opt = ["%$lookup%"];
64 $rows = $sqlite->queryAll($sql, $opt);
/plugin/switchpanel/tpl/
H A Dswitchpanel.case.none.class.php3 public static function getSvg( $oCase, $iX, $iY, $opt ){ argument
/plugin/bureaucracyau/helper/
H A Dfieldtextarea.php17 $this->opt['class'] .= ' textareafield';
H A Dfieldtime.php22 if(!isset($this->opt['optional'])) {
H A Dfielddate.php22 if(!isset($this->opt['optional'])) {
H A Dfieldwiki.php21 $this->opt['optional'] = true;
H A Dfieldaddpage.php25 $this->opt = array_combine(array('cmd', 'page_tpl', 'page_tgt'), $args);
/plugin/bureaucracy-au/helper/
H A Dfieldtextarea.php17 $this->opt['class'] .= ' textareafield';
H A Dfielddate.php22 if(!isset($this->opt['optional'])) {
H A Dfieldtime.php22 if(!isset($this->opt['optional'])) {
H A Dfieldwiki.php21 $this->opt['optional'] = true;
H A Dfieldaddpage.php25 $this->opt = array_combine(array('cmd', 'page_tpl', 'page_tgt'), $args);
H A Dfieldusemailtemplate.php24 $this->opt = array_combine(array('cmd', 'template'), $args);
/plugin/publistx/
H A Dsyntax.php64 foreach ( $matches as $opt ) {
66 if ( preg_match('/(.+?):(.+)/', $opt, $optparts) ) {
/plugin/struct/meta/
H A DSchema.php78 $opt = [$table, $ts];
85 $opt = [$table];
87 $schema = $this->sqlite->queryAll($sql, $opt);
/plugin/publistf/
H A Dsyntax.php65 foreach ( $matches as $opt ) {
67 if ( preg_match('/(.+?):(.+)/', $opt, $optparts) ) {
/plugin/dokucrypt2/
H A DOLDER_VERSIONS.md35 jQuery.each(opts, function (_, opt) {
37 var str = "\n" + opt,
/plugin/davcal/syntax/
H A Dcalendar.php102 foreach($fcoptions as $opt)
104 list($o, $v) = explode(':', $opt, 2);
/plugin/elasticsearch/helper/
H A Dform.php131 foreach ($options as $opt => $label) {
133 $searchForm->addRadioButton('min')->val($opt)->id('__min-' . $i);
/plugin/bureaucracy/helper/
H A Dfielddate.php22 if(!isset($this->opt['optional'])) {
H A Dfieldtime.php22 if(!isset($this->opt['optional'])) {
/plugin/ditaa/ditaa/
H A Dditaa.jarMETA-INF/ META-INF/MANIFEST.MF net/ net/htmlparser/ net/ ...

12345678910