Home
last modified time | relevance | path

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

12345678910

/plugin/tagfilter/syntax/
H A Dfilter.php101 $opts['id'] = $this->incrementFormCounter();
121 $opts['ns'] = $ns;
124 $opts['tagfilterFlags'] = $HtagfilterSyntax->parseFlags($flags);
127 $opts['pagelistFlags'] = array_map('trim', $flags);
140 $opts['tagFilters'] = $tagFilters;
142 return $opts;
181 $opts = [
185 search($data, $conf['datadir'], [$HtagfilterSyntax, 'search_all_pages'], $opts, $dir); //all pages inside namespace
/plugin/struct/meta/
H A DSearchCloud.php19 * @return array ($sql, $opts) The SQL and parameters to execute
84 [$sql, $opts] = $QB->getSQL();
85 return [$sql . $this->limit, $opts];
107 [$sql, $opts] = $this->getSQL();
110 $res = $this->sqlite->query($sql, $opts);
H A DAccessTablePage.php51 $opts = [$this->pid];
54 $opts[] = $this->ts;
59 $ret = $this->sqlite->queryValue($sql, $opts);
/plugin/navi/
H A Dsyntax.php44 $opts = '';
46 list($id, $opts) = explode('?', $id, 2);
48 $options = $this->parseOptions($opts);
296 * @param string $opts
299 protected function parseOptions($opts) argument
303 foreach (explode('&', $opts) as $opt) {
/plugin/markdownextra/lib/meltdown/js/
H A Djquery.meltdown.js76 function buildControls(opts, thees, controls) { argument
80 for (example in opts.examples) {
81 if (opts.examples.hasOwnProperty(example)) {
82 example = opts.examples[example];
370 var defaults, opts, thees, wrap, previewWrap, preview, bar, controls;
372 opts = jQuery.extend(true, {}, defaults, userOptions);
373 opts.hasEffects = typeof jQuery.ui !== 'undefined';
384 buildControls(opts, thees, controls);
385 controls.append(getPreviewControl(opts, thees, previewWrap));
/plugin/sqlite/
H A Ddb.sql2 CREATE TABLE opts (opt,val); table
3 CREATE UNIQUE INDEX idx_opt ON opts(opt);
/plugin/advrack/
H A Djquery.qtip.js313 opts.metadata = { type: opts.metadata };
366 opts.position = { my: opts.position, at: opts.position };
369 if('show' in opts && invalidOpt(opts.show)) {
370 opts.show = opts.show.jquery ? { target: opts.show } :
374 if('hide' in opts && invalidOpt(opts.hide)) {
375 opts.hide = opts.hide.jquery ? { target: opts.hide } : { event: opts.hide };
378 if('style' in opts && invalidOpt(opts.style)) {
379 opts.style = { classes: opts.style };
1043 (typeof opts.solo === 'string' ? $(opts.solo) : $(SELECTOR, opts.solo))
1799 id = $.isArray(opts.id) ? opts.id[i] : opts.id;
[all …]
/plugin/metaeditor/
H A Dscript.js24 opts: {
80 opts: { class in jqModalManager.data
114 opts: { class in jqModalManager.data
147 opts: { class in jqModalManager.data
188 opts: {
279 jqModalManager.data.opts.newkey = jQuery("#metaeditor__createInput").val();
280 jqModalManager.data.opts.newval = jQuery("#metaeditor__createValue").val();
284 … jqModalManager.data.opts.newval = jQuery("#metaeditor__createInput").val();
/plugin/mediarename/
H A Daction.php61 function _media_file_rename(&$data,$base,$file,$type,$lvl,$opts){ argument
97 if($opts['showmsg']) {
106 if ($opts['recurse']==true) {
/plugin/structpublish/meta/
H A DAccessTableStructpublish.php66 $opts = [$this->pid];
69 $opts[] = $this->ts;
74 $ret = $this->sqlite->queryValue($sql, $opts);
/plugin/alphaindex/
H A Dsyntax.php141 $opts = $myns[1];
193 search($data, $conf['datadir'], 'alphaindex_search_index', $opts, "/" . $ns);
308 function alphaindex_search_index(&$data, $base, $file, $type, $lvl, $opts) { argument
313 if ($opts['level'] == $lvl) $return = false;
314 if ($opts['nons']) return $return;
333 if ($opts['nons']) {
/plugin/indexmenu2/
H A Dindexmenu.php15 $opts = array($ns, array('level' => 1, // get only 1st level
23 return preg_replace(array("#^<ul[^>]+>#i","#</ul>$#i"),"",$im->_indexmenu($opts));
/plugin/facebookalbum/
H A Dfacebook.php593 $opts = self::$CURL_OPTS;
595 $opts[CURLOPT_POSTFIELDS] = $params;
597 $opts[CURLOPT_POSTFIELDS] = http_build_query($params, null, '&');
599 $opts[CURLOPT_URL] = $url;
603 if (isset($opts[CURLOPT_HTTPHEADER])) {
604 $existing_headers = $opts[CURLOPT_HTTPHEADER];
606 $opts[CURLOPT_HTTPHEADER] = $existing_headers;
608 $opts[CURLOPT_HTTPHEADER] = array('Expect:');
611 curl_setopt_array($ch, $opts);
/plugin/dokucrypt2/
H A DOLDER_VERSIONS.md24 opts = [field.value.substr(0,getSelection(field).start)];
27 - opts.push(field.form.prefix.value);
32 + opts.push(field.form.prefix.value);
35 jQuery.each(opts, function (_, opt) {
/plugin/translatebutton/
H A Dtranslatebutton.js8 var opts;
12 opts = {nosel: true}; class in tb_openurlbyselection
/plugin/solr/
H A Dindex_all.php80 $opts = array(); variable
82 search($data, $conf['datadir'], 'search_solr_index', $opts, '');
95 function search_solr_index(&$data,$base,$file,$type,$lvl,$opts) { argument
/plugin/quickstats/GEOIP/vendor/composer/ca-bundle/
H A DREADME.md57 $opts = array(
65 $opts['ssl']['capath'] = $caPathOrFile;
67 $opts['ssl']['cafile'] = $caPathOrFile;
70 $context = stream_context_create($opts);
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Entry/
H A DOptions.php138 $opts = $this->options;
140 sort($opts);
144 foreach ($opts as $option) {
/plugin/sortablejs/
H A Dsyntax.php106 function __validateOptions( $opts ) { argument
107 if ( empty( $opts ) ) {
111 $oa = explode( " ", $opts );
/plugin/metaeditor/admin/
H A Deditor.php40 $opts = array(
48 search($list,$conf['datadir'],'search_universal',$opts,$ns);
/plugin/simplenavi/
H A Dsyntax.php236 * @param array $opts - currentID is the currently shown page
239 public function cbSearch(&$data, $base, $file, $type, $lvl, $opts)
249 !preg_match('#^' . $id . '(:|$)#', $opts['currentID']) &&
250 !preg_match('#^' . $id . '(:|$)#', getNS($opts['currentID']))
255 } elseif ($type == 'f' && (!empty($opts['nofiles']) || substr($file, -4) != '.txt')) {
299 'title' => $this->getTitle($id, $opts['usetitle']),
133 cbSearch(& $data, $base, $file, $type, $lvl, $opts) global() argument
/plugin/todo/syntax/
H A Dlist.php174 $opts['pattern'] = '/<todo([^>]*)>(.*?)<\/todo[\W]*?>/'; //all todos in a wiki page
175 $opts['ns'] = $data['ns'];
178 // search(&$data, $base, $func, $opts,$dir='',$lvl=1,$sort='natural')
179 search($todopages, $conf['datadir'], array($this, 'search_todos'), $opts); //browse wiki pages with callback to search_pattern
223 * @param array $opts - option array as given to search()
226 public function search_todos(&$data, $base, $file, $type, $lvl, $opts) { argument
239 if(!$this->filter_ns($item['id'], $opts['ns'])) return false;
246 $item['count'] = preg_match_all($opts['pattern'], $wikitext, $matches); //count how many times appears the pattern
/plugin/linksenhanced/admin/
H A Dlinks.php32 $opts = array(
43 search($data, $conf['datadir'],'search_universal',$opts);
/plugin/s5reloaded/ui/effects_support/
H A Dpresentacular.js101 var opts = {duration: 1} class in Presentacular.applyEffects.AnonymousFunction23bd18100300
103 opts.duration = cl[1]
107 Presentacular.effects[cl[0]].call(this,elm,opts)
/plugin/htmlabstract/
H A Dsyntax.php94 $opts = explode(' ', strtolower($match));
95 $params['author'] = !in_array('noauthor', $opts);
96 $params['title'] = !in_array('notitle', $opts);
97 $params['date'] = !in_array('nodate', $opts);

12345678910