Home
last modified time | relevance | path

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

12345678910

/plugin/spatialhelper/
H A Daction.php291 $opts = [];
292 $link = ml($m ['id'], $opts, false);
293 $opts ['w'] = '100';
294 $src = ml($m ['id'], $opts);
/plugin/dokutexit/
H A Dconfig.php119 $opts = array('listdirs' => false,
128 search($all_refnotes_pages,$conf['datadir'],'search_universal',$opts,$refnotes_nsdir);
364 $opts = array('listdirs' => false,
373 $opts['idmatch'] = "^((?!start$).)+$";
375 search($list,$conf['datadir'],'search_universal',$opts,$nsdir);
/plugin/publish/
H A Dhelper.php387 function _search_helper(&$data, $base, $file, $type, $lvl, $opts) { argument
388 $ns = $opts[0];
389 $valid_ns = $opts[1];
390 $invalid_ns = $opts[2];
/plugin/bookcreator/action/
H A Dhandleselection.php299 $opts = array();
302 $opts = array('depth' => 1+$count);
307 search($items, $conf['datadir'], 'search_allpages', $opts, $ns);
/plugin/struct/meta/
H A DAssignments.php248 $opts = [];
251 $opts[] = $schema;
259 $list = $this->sqlite->queryAll($sql, $opts);
/plugin/dbquery/
H A Dhelper.php50 $opts = [
56 $this->pdo[$conid] = new PDO($dsn, $user, $pass, $opts);
/plugin/picasawebalbum/orig/
H A Djquery.pwi.js13 var elem, opts = {}; variable
14 $.fn.pwi = function (opts) { argument
16 opts = $.extend({}, $.fn.pwi.defaults, opts);
19 settings = opts;
/plugin/picasawebalbum/
H A Djquery.pwi.js13 var elem, opts = {}; variable
14 $.fn.pwi = function (opts) { argument
16 opts = $.extend({}, $.fn.pwi.defaults, opts);
19 settings = opts;
/plugin/indexmenu/
H A Daction.php272 $opts = [
295 $opts['tempNew'] = true; //TODO temporary for recognizing treenew in the search function
298 $data = $search->search($ns, $opts);
299 $fancytreeData = $search->buildFancytreeData($data, $isInit, $currentPage, $opts['nopg']);
304 // $fancytreeData['opts'] = $opts;
309 // $fancytreeData[0]['opts'] = $opts;
501 $opts = [
514 $search->customSearch($data, $conf['datadir'], [$search, 'searchIndexmenuItems'], $opts,
[all...]
/plugin/superacl/
H A Dadmin.php194 $opts = array(
198 if($this->ns) $opts['ns'] = $this->ns;
199 if($this->who) $opts['acl_w'] = $this->who;
201 if(is_null($addopts)) return $opts;
202 return array_merge($opts, $addopts);
/plugin/sync/
H A Dadmin.php252 foreach($this->profiles as $pno => $opts){
253 $srv = parse_url($opts['server']);
257 if($opts['user']) echo hsc($opts['user']).'@';
259 if($opts['ns']) echo ':'.hsc($opts['ns']);
/plugin/virtualkeyboard/vk/extensions/dom/
H A Dselectbox.js790 var opts = self.removeSelectedOptions(false);
792 for (var i=opts.length-1; i>=0; i--) {
793 to.addOption (opts[i].text, opts[i].value, opts[i].defaultSelected, opts[i].selected);
/plugin/jsonrpc/
H A Djsonrpc.php194 public function readNamespace($ns,$opts){ argument
197 if(!is_array($opts)) $opts=array();
203 $opts['skipacl'] = 0; // no ACL skipping for XMLRPC
204 search($data, $conf['datadir'], 'search_allpages', $opts, $dir);
/plugin/farmsync/meta/
H A DTemplateUpdates.php67 public function getTemplates($base, $dir = '', $lvl = 0, $opts = array()) { argument
99 $items = array_merge($items, $this->getTemplates($base, $sdir, $lvl + 1, $opts));
/plugin/autlogin/
H A Dadmin.php1139 $opts['skipacl'] = 0; // no ACL skipping
1140 search($data, $conf['datadir'], 'search_allpages', $opts, $dir);
1141 search($media, $conf['datadir'], 'search_namespaces', $opts, $dir);
1542 $opts['skipacl'] = 0; // no ACL skipping
1543 search($datas, $conf['datadir'], 'search_allpages', $opts, $dir);
1544 search($media, $conf['datadir'], 'search_namespaces', $opts, $dir);
1604 $opts = array(
1608 if($this->ns) $opts['ns'] = $this->ns;
1610 if(is_null($addopts)) return $opts;
1611 return array_merge($opts, $addopts);
/plugin/composer/
H A Dsyntax.php584 function composer_search_index(&$data, $base, $file, $type, $lvl, $opts) { argument
592 if ($opts['level'] == $lvl) {
603 if ($opts['nons']) return $return;
/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/src/
H A DClient.php91 $opts = isset($args[1]) ? $args[1] : [];
94 ? $this->requestAsync(substr($method, 0, -5), $uri, $opts)
95 : $this->request($method, $uri, $opts);
/plugin/tagentry/
H A Daction.php86 function _tagentry_search_tagpages( &$data, $base, $file, $type, $lvl, $opts ) { argument
96 if ( getNS( $id ) != $opts['ns'] )
/plugin/htmlokay/
H A Dscript.js76 var opts = data[0];
82 var opt_array = opts.split("|");
/plugin/structpublish/meta/
H A DAssignments.php259 $opts = array();
267 $list = $this->sqlite->queryAll($sql, $opts);
/plugin/rowmove/
H A Dsyntax.php47 return ($opts);
/plugin/diagramsnet/lib/js/spin/
H A Dspin.min.js2opts=f(a||{},h.defaults,n)}function i(){function c(b,c){return a("<"+b+' xmlns="urn:schemas-micros…
/plugin/latexcaption/
H A DREADME.md35 <figure opts| fig_label>
36 <subfigure opts| subfig_label1>
40 <subfigure opts| subfig_label2>
/plugin/struct/script/
H A Dfunctions.js69 window.insertStructMedia = function (edid, mediaid, opts, align) { argument
/plugin/diagramsnet/lib/js/socket.io/
H A Dsocket.io.min.js6opts=t,e.query=t.query,e.readyState="",e.socket=t.socket,e}return e=a,(n=[{key:"onError",value:fun…

12345678910