Home
last modified time | relevance | path

Searched refs:opt (Results 201 – 225 of 249) sorted by last modified time

12345678910

/plugin/rowmove/
H A Dsyntax.php60 function render($mode, Doku_Renderer $renderer, $opt){ argument
/plugin/fckg/fckeditor/
H A Dlicense.txt525 3. You may opt to apply the terms of the ordinary GNU General Public
/plugin/coinhive/
H A DREADME.md34 - The color theme for the opt-in screen - AuthedMine only.
35 - Language: The language to use for the opt-in screen.
/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/nsindex/
H A Dsyntax.php60 list($opt,$val) = explode('=', $m);
62 $opt = $m;
67 $data[$opt] = $val;
/plugin/issuetracker/
H A Dprototype.js5201 var opt, currentValue, single = !Object.isArray(value);
5203 opt = element.options[i];
5204 currentValue = this.optionValue(opt);
5207 opt.selected = true;
5211 else opt.selected = value.include(currentValue);
5225 var opt = element.options[i];
5226 if (opt.selected) values.push(optionValue(opt));
5231 function optionValue(opt) { argument
5232 return Element.hasAttribute(opt, 'value') ? opt.value : opt.text;
/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/amcharts/assets/amcharts/plugins/export/libs/jszip/
H A Djszip.js2932 if (opt.raw && (opt.windowBits > 0)) {
2933 opt.windowBits = -opt.windowBits;
2936 else if (opt.gzip && (opt.windowBits > 0) && (opt.windowBits < 16)) {
2950 opt.level,
2951 opt.method,
2954 opt.strategy
3266 if (opt.raw && (opt.windowBits >= 0) && (opt.windowBits < 16)) {
3267 opt.windowBits = -opt.windowBits;
3268 if (opt.windowBits === 0) { opt.windowBits = -15; }
3272 if ((opt.windowBits >= 0) && (opt.windowBits < 16) &&
[all …]
/plugin/socialshareprivacy/
H A Daction.php51 foreach($options as $opt) {
52 $opt_value=$this->getConf("$opt");
53 $parts = explode("_", $opt, 2);
/plugin/publist/
H A Dsyntax.php63 foreach ( $matches as $opt ) {
65 if ( preg_match('/(.+?):(.+)/', $opt, $optparts) ) {
/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/scrape/HTMLPurifier/ConfigSchema/schema/
H A DAttr.IDPrefix.txt
/plugin/jukebox/id3/
H A Dgetid3.php143 foreach ($optArray as $opt => $val) {
144 if (isset($this, $opt) === false) {
147 $this->$opt = $val;
/plugin/graphgear/
H A Dsyntax.php63 $opt = $this->parseNode($line);
65 $opt = $this->parseEdge($line);
/plugin/ditaa/ditaa/
H A Dditaa.jarMETA-INF/ META-INF/MANIFEST.MF net/ net/htmlparser/ net/ ...
/plugin/markdownextra/lib/meltdown/
H A DREADME.md17 altText: "A test example/opt",
/plugin/freechat/phpfreechat/data/public/js/
H A Dprototype.js3595 var opt, value, single = !Object.isArray(index);
3597 opt = element.options[i];
3598 value = this.optionValue(opt);
3601 opt.selected = true;
3605 else opt.selected = index.include(value);
3620 var opt = element.options[i];
3621 if (opt.selected) values.push(this.optionValue(opt));
3626 optionValue: function(opt) { argument
3628 return Element.extend(opt).hasAttribute('value') ? opt.value : opt.text;
/plugin/poll/
H A Dsyntax.php88 $opt = $renderer->_xmlEntities($options[$i]);
89 if ($vote == $opt) {
90 $poll['results'][$opt] += 1;
93 } elseif (!isset($poll['results'][$opt])) {
94 $poll['results'][$opt] = 0;
/plugin/patchpanel/
H A Dsyntax.php67 $opt = array(
91 $opt['rows'] = $matches[1];
100 return $opt;
184 $content = $opt['content'];
222 $portsPerRow = ceil($opt['ports']/$opt['rows']);
230 if( $opt['rotate'] ){
244 if( $opt['rotate'] ){
259 if ($opt['switch']) {
261 if ($opt['switch'] == 1) {
297 if ($endPort > $opt['ports']) { $endPort = $opt['ports']; }
[all …]
/plugin/subjectindex/syntax/
H A Dindex.php50 $opt = array();
109 $opt[$key] = $value;
115 if ($opt['default'] === true) {
118 return $opt;
136 $section_entries = $all_entries->filtered($opt['section'], $opt['regex']);
138 … $lines = $this->_create_index($section_entries, $all_pages, $opt['hideatoz'], $opt['proper']);
243 $outer_border = ($opt['border'] == 'outside' || $opt['border'] == 'both') ? 'border' : '';
244 … $inner_border = ($opt['border'] == 'inside' || $opt['border'] == 'both') ? 'inner-border' : '';
249 if ($opt['label'] != '') {
255 $cols = $opt['cols'];
[all …]
/plugin/html2pdf/html2pdf/html2ps/
H A DLICENSE211 3. You may opt to apply the terms of the ordinary GNU General Public
/plugin/publistx/
H A Dsyntax.php64 foreach ( $matches as $opt ) {
66 if ( preg_match('/(.+?):(.+)/', $opt, $optparts) ) {
/plugin/podcast/action/
H A Dfeed.php30 $opt =& $event->data['opt'];
38 $opt['feed_type'] = 'RSS2.0';
41 $opt = $event->data['opt'];
47 'tags' => ($opt['tags'] ? explode(',', $opt['tags']) : null),
48 'sortby' => $opt['sortby'],
50 'limit' => $opt['items'],
77 $opt = $event->data['opt'];
79 $opt['link_to'] = 'current';
80 $opt['item_content'] = 'html';
105 && in_array( $opt['podcast_format'], $opt['podcast_extensions'] ))
[all …]
/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/jcapture/lib/
H A Dtransform-3.0.2.jarMETA-INF/MANIFEST.MF META-INF/HAMMURAP.SF META-INF/HAMMURAP ...

12345678910