Home
last modified time | relevance | path

Searched refs:option (Results 101 – 125 of 990) sorted by relevance

12345678910>>...40

/plugin/issuetracker/
H A Dtablekit.js40 var op = TableKit.option('sortable resizable editable', this.id);
136 option : function(s, id, o1, o2) {
238 var op = TableKit.option('sortable resizable editable', table.id);
284 var op = TableKit.option('rowEvenClass rowOddClass', t.id);
331 var op = TableKit.option('noSortClass columnClass', table.id);
639 w = Math.max(w-pad, TableKit.option('minWidth', table.id)[0]);
678 if(TableKit.option('showHandle', table.id)[0]) {
697 if(TableKit.option('showHandle', TableKit.Resizable._tbl.id)[0]) {
766 var op = TableKit.option('noEditClass', table.id);
827 form.addClassName(TableKit.option('formClassName', table.id)[0]);
[all …]
/plugin/goto/
H A Daction.php67 $option = $this->getConf('auto_options');
74 $value = str_replace($srch,$repl,$option);
/plugin/abbrlist/
H A Dsyntax.php59 foreach($options as $option)
61 switch($option)
/plugin/linksenhanced/syntax/
H A Dtable.php58 foreach($options as $option)
60 list($key, $val) = explode('=', $option);
/plugin/top/
H A Dsyntax.php53 foreach($match as $option) {
54 list($key, $val) = explode('=', $option);
/plugin/strreplace/
H A DREADME2 option to true. When the page is loaded into the editor the plugn will do the search and
6 during the same search and replace session. To start a new session, set the 'do_replace' option to…
/plugin/tgnotify/
H A DCHANGELOG.rst24 * Bug: plugin option 'enable' was ignored
31 * Bug: plugin option 'silent' was ignored
/plugin/publistf/
H A DCHANGELOG.md53 * "handle" function (syntax.php) parser code corrections. "only" option
56 * Language option: set default from "translation" plugin (if installed &
57 enabled) or global language configuration. "lang:xx" option is not needed
/plugin/imagecarousel/vendor/slick/
H A DREADME.markdown94 slidesPerRow | int | 1 | With grid mode intialized via the rows option, this sets how many slides a…
179 slickGetOption | option : string(option name) | Gets an option value.
180 …ption | option : string(option name), value : depends on option, refresh : boolean | Sets an optio…
/plugin/jplayer/vendor/kriswallsmith/assetic/src/Assetic/Filter/Yui/
H A DBaseCompressorFilter.php77 foreach ($options as $option) {
78 $pb->add($option);
/plugin/bibtex4dw/syntax/
H A Dbibtex.php94 foreach ($matches as $option) {
95 if ($option == trim($match)) {
98 $opt = explode('=', $option, 2);
/plugin/prolog/
H A Dsyntax.php158 foreach($options as $option)
160 $this->attrOptions->authorizeOption($option);
/plugin/usersubscriptions/
H A Dstyle.css29 div.dokuwiki table.usersubscriptions td.usersubscriptions_nothing select option.usersubscriptions_n…
33 div.dokuwiki table.usersubscriptions td.usersubscriptions_nothing select option.usersubscriptions_s…
/plugin/translation3/
H A Dstyle.css62 .dokuwiki div.plugin_translation option.wikilink1 {
68 .dokuwiki div.plugin_translation option.wikilink2 {
74 .dokuwiki div.plugin_translation option.wikilink3 {
/plugin/wysiwyg/fckeditor/editor/dtd/
H A Dfck_xhtml10strict.js63 option: K,
66 select: {optgroup:1, option:1},
85 optgroup: {option:1},
H A Dfck_xhtml10transitional.js68 option: N,
71 select: {optgroup:1, option:1},
94 optgroup: {option:1},
/plugin/rrdgraph/
H A Dhelper.php550 foreach ($options as $option => $value) {
551 $option = ltrim($option, "0123456789");
552 if (strlen($option) == 1)
557 $commandLine[] = $dashes . $option;
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Net/SFTP/
H A DStream.php433 * @param int $option
438 private function _stream_metadata($path, $option, $var) argument
448 switch ($option) {
742 * @param int $option
748 private function _stream_set_option($option, $arg1, $arg2) argument
/plugin/newpagetemplate/lang/en/
H A Dhowto.txt3 If you choose both ''ini file'' and ''Page id'', ''Page id'' will take precedence. If you choose ''Page id'', you must choose a template. The ''User replacements'' are the ''newpagevars'' that are explained in the [[doku>plugin:newpagetemplate#usage|newpagetemplate]] documentation. If you choose an initialization file, you can use the ''User replacements'' option to add replacements to those in the initialization file.
6 ''Ini file'' and ''Templates'' are drop-down menus. The initialization files must be in the root ''newpagetemplate'' plugin directory and have the ''.ini'' extension. The templates must be in the directory specified by the ''default_tplns'' configuration option.
/plugin/catlist/
H A Dsyntax.php47 function _checkOption(&$match, $option, &$varAffected, $valIfFound){
48 if (preg_match('/-'.$option.' /i', $match, $found)) {
53 function _checkOptionParam(&$match, $option, &$varAffected, $varAssoc){
54 if (preg_match('/-'.$option.':('.implode('|',array_keys($varAssoc)).') /i', $match, $found)) {
120 $option = strtolower($found[1]);
122 if (substr($option,-1) == "!") {
123 $data[substr($option,0,-1)][] = array('regex' => $found[3], 'neg' => true);
125 $data[$option][] = array('regex' => $found[3], 'neg' => false);
525 /* Walk the tree to see if any page/namespace below this has read access access, for show_leading_ns option */
50 _checkOption(& $match, $option, & $varAffected, $valIfFound) global() argument
56 _checkOptionParam(& $match, $option, & $varAffected, $varAssoc) global() argument
/plugin/findologicxmlexport/vendor/hoa/protocol/
H A DWrapper.php170 * @param int $option One of the following constant:
180 public function stream_metadata($path, $option, $values) argument
184 switch ($option) {
/plugin/combo/ComboStrap/
H A DSqlite.php187 * The plugin does not give you the option to
438 * @param string $option
439 * @return bool - true if the option is available
441 public function hasOption(string $option): bool
445 ->setQueryParametrized("select count(1) from pragma_compile_options() where compile_options = ?", [$option])
450 LogUtility::msg("Error while trying to see if the sqlite option is available");
418 hasOption(string $option) global() argument
/plugin/searchpattern/
H A Dplugin.info.txt6 …chpattern option _PluginName can be used to handle all output by this plugin (used in todo impleme…
/plugin/confmanager/lang/fr/
H A Dwordblock.txt5 …re dans DokuWiki, activez l'option ''$conf['usewordblock'] = 1;'' dans le fichier ''conf/local.php…
/plugin/aclauditor/
H A Dadmin.php276 ptln(' <option value="">'.$this->getLang('choose').'</option>');
278 … <option '.(($this->scenariofn && ($this->scenariofn == $fn)) ? 'selected="selected"' : '').' valu…

12345678910>>...40