Home
last modified time | relevance | path

Searched refs:opts (Results 101 – 125 of 249) sorted by relevance

12345678910

/plugin/querychangelog/
H A Dadmin.php21 var $opts = array(); variable in admin_plugin_querychangelog
209 …put type="text" name="startd" size="25" maxlength="16" value="'.formtext($opts['startd']).'" class…
217 …input type="text" name="endd" size="25" maxlength="16" value="'.formtext($opts['endd']).'" class="…
237 ($row['id'] == $opts['ns'] ? '" SELECTED>' : '">') ).
239 ($row['id'] == $opts['ns'] ? ' '.$this->lang['qc_current'] : '').
/plugin/fblogin/lib/
H A Dbase_facebook.php923 $opts = self::$CURL_OPTS;
925 $opts[CURLOPT_POSTFIELDS] = $params;
927 $opts[CURLOPT_POSTFIELDS] = http_build_query($params, null, '&');
929 $opts[CURLOPT_URL] = $url;
933 if (isset($opts[CURLOPT_HTTPHEADER])) {
934 $existing_headers = $opts[CURLOPT_HTTPHEADER];
936 $opts[CURLOPT_HTTPHEADER] = $existing_headers;
938 $opts[CURLOPT_HTTPHEADER] = array('Expect:');
941 curl_setopt_array($ch, $opts);
957 if ($result === false && empty($opts[CURLOPT_IPRESOLVE])) {
/plugin/move/admin/
H A Dtree.php110 $opts = array(
122 search($data, $conf['datadir'], 'search_universal', $opts, $basedir);
124 search($data, $conf['mediadir'], 'search_universal', $opts, $basedir);
/plugin/wikistats/
H A Dsyntax.php219 function _search_count(&$data, $base, $file, $type, $lvl, $opts){ argument
231 if (isset($opts['ns']['include'])) {
232 if (!$this->isInNamespace($opts['ns']['include'], $file)) return false;
236 if (isset($opts['ns']['exclude'])) {
237 if ($this->isInNamespace($opts['ns']['exclude'], $file)) return false;
240 switch ($opts['type']) {
/plugin/numberof/
H A Dsyntax.php47 function _search_count(&$data,$base,$file,$type,$lvl,$opts){ argument
53 if($opts['all'] || substr($file,-4) == '.txt'){
/plugin/move/_test/
H A Dpagemove.test.php588 $opts = array();
589 $opts['page_ns'] = 'ns';
590 $opts['newns'] = 'parent_ns'.':'.$newNamespace;
591 $opts['newname'] = $newPagename;
592 $this->movedToId = $opts['newns'].':'.$newPagename;
/plugin/pagetemplate/
H A Daction.php100 function _pt_search_backlinks(&$data,$base,$file,$type,$lvl,$opts){ argument
107 $sid = parentNS(cleanID($opts['ns'].':'.$opts['name']));
/plugin/dokutranslate/
H A Dadmin.php160 $opts = array(
164 if($this->ns) $opts['ns'] = $this->ns;
166 if(is_null($addopts)) return $opts;
167 return array_merge($opts, $addopts);
/plugin/tipoftheday/syntax/
H A Dtotns.php68 $opts['skipacl'] = 0; // no ACL skipping for XMLRPC
71 search($data, $conf['datadir'], 'search_allpages', $opts, $dir);
/plugin/dokucrypt2/patches/
H A Dpatch1.diff20 opts = [field.value.substr(0,getSelection(field).start)];
24 opts.push(field.form.prefix.value);
/plugin/galleryv1.5/inc/
H A Dmagazinelayout.class.php278 $opts = array();
280 $opts['filename'] = $filename;
281 $opts['url'] = $url;
282 $opts['format'] = $format;
283 $opts['ratio'] = $ratio;
284 $opts['w'] = $w; //Not currently used
285 $opts['h'] = $h; //Not currently used
286 $opts['img'] = $img;
288 $this->images[] = $opts;
/plugin/filelisting/
H A Dhelper.php247 * $opts['depth'] recursion level, 0 for all
248 * $opts['showmsg'] shows message if invalid media id is used
249 * $opts['skipacl'] skip acl checking
250 * $opts['pattern'] check given pattern
251 * $opts['hash'] add hashes to result list
259 * @param array $opts
263 public function search_media_and_namespaces(&$data,$base,$file,$type,$lvl,$opts){
275 if(!empty($opts['skipacl']) || $info['perm'] >= AUTH_READ){
280 return search_media($data, $base, $file, $type, $lvl, $opts);
261 search_media_and_namespaces(& $data, $base, $file, $type, $lvl, $opts) global() argument
/plugin/tindexmenu/
H A Dajax.php169 $opts= array('level' => $level,
181 $idxm->_search($data,$conf['datadir'],array($idxm,'_search_index'),$opts,$fsdir);
183 search($data,$conf['datadir'],array($idxm,'_search_index'),$opts,$fsdir);
/plugin/indexmenu/
H A Dajax.php
/plugin/autoindex/
H A Dsyntax.php56 $opts = [
66 search($data, $conf['datadir'], 'search_universal', $opts, $ns, 1, '');
/plugin/farm/
H A Dvirtualhostconfig.class.php35 function wl($opts = array()) { argument
36 return $this->manager->wl('virtualhostconfig', $opts);
/plugin/linksenhanced/syntax/
H A Dtable.php76 $opts = array(
89 search($data, $conf['datadir'],'search_universal',$opts);
/plugin/nslist/
H A Dsyntax.php88 $opts = array(
98 search($result,$conf['datadir'],'search_universal',$opts,$data['dir']);
/plugin/explorertree/
H A Dscript.js1 jQuery.fn.explorerTree = function(opts){ argument
4 …var tree_opts = $.extend({onselect:null},opts||{}), $tree_root = $(this), tree_selected = opts.cur…
/plugin/syntaxhighlighter4/dist/
H A Dsyntaxhighlighter.js2584 _this.opts = opts;
2709 opts = _this.opts,
2738 opts = _this.opts,
2742 brushName = opts.brush,
2823 opts = _this.opts,
2838 classes.push(opts.className);
2841 classes.push(opts.brush);
2966 code = trim(code, opts);
2967 code = bloggerMode(code, opts);
2968 code = stripBrs(code, opts);
[all …]
/plugin/sitemapnavi/
H A Dhelper.php186 public function searchMediaIndex(&$data,$base,$file,$type,$lvl,$opts) { argument
188 if (strpos($opts['ns'] . '/', trim($file,'/') . '/') === 0) {
192 return search_media($data,$base,$file,$type,$lvl,$opts);
/plugin/linkmanager/
H A Dfunctions.php235 function linkpage_search_index(&$data,$base,$file,$type,$lvl,$opts){ argument
239 if($type == 'd' && !preg_match('#^'.$file.'(/|$)#','/'.$opts['ns'])){
242 }elseif($type == 'f' && ($opts['nofiles'] || !preg_match('#\.txt$#',$file))){
/plugin/tagfilter/helper/
H A Dsyntax.php329 * @param array $opts option array as given to search() with:
335 public function search_all_pages(&$data, $base, $file, $type, $lvl, $opts)
346 foreach ($opts['excludeNs'] as $excludeNs) {
325 search_all_pages(& $data, $base, $file, $type, $lvl, $opts) global() argument
/plugin/subpages/
H A Dsyntax.php194 function _searchCallback(&$data, $base, $file, $type, $level, $opts) { argument
202 $fqid = $opts['ns'].$pgid;
215 $fqid = $opts['ns'].$pgid;
/plugin/autolink2/
H A Dadmin.php110 function search(&$data,$base,$file,$type,$lvl,$opts){ argument
113 $words[]=$opts['query'];

12345678910