Home
last modified time | relevance | path

Searched +full:index -(+path:inc +path:lang) -(+path:lib +path:plugins +path:lang) -(+path:lib +path:tpl +path:dokuwiki +path:lang) (Results 51 – 75 of 141) sorted by last modified time

123456

/dokuwiki/vendor/geshi/geshi/src/geshi/
H A Dceylon.php164 // 2 => 'https://modules.ceylon-lang.org/repo/1/ceylon/language/1.1.0/module-doc/api/index.html#{FNAME}',
165 // 3 => 'https://modules.ceylon-lang.org/repo/1/ceylon/language/1.1.0/module-doc/api/index.html#{FNAME}',
H A Dcfm.php177 'dbtype','connectstring','datasource','username','password','query','delimeter','description','required','hint','default','access','from','to','list','index'
H A Dchapel.php70 'by', 'delete', 'dmapped', 'domain', 'enum', 'index', 'min',
H A Dcss.php239 'nav-index',
321 'z-index'
846 'repeat-index',
H A Dfortran.php81 'getcl','huge','iachar','iand','ibclr','ibits','ibset','ichar','ieor','index',
H A Dgambas.php108 'DatabaseUser', 'Field', 'Index', 'Result', 'ResultField', 'Table', 'DataBrowser', 'DataCombo',
H A Dini.php17 * - Removed unnecessary keyword style index
H A Dmapbasic.php76 'GroupBox', 'Handler', 'If', 'Import', 'In', 'Include', 'Index',
H A Dvim.php335 'indent', 'index', 'input', 'inputdialog', 'inputlist',
H A Doctave.php256 'ind2rgb', 'index', 'info', 'inpolygon', 'inputname', 'int2str',
H A Doracle8.php191 'INDEX',
H A Doxygene.php72 'sequence', 'index', 'notify', 'Parallel', 'create', 'array', 'Queryable', 'Aspect',
H A Dpostgresql.php73 'IMMUTABLE','IMPLICIT','IN','INCLUDING','INCREMENT','INDEX',
/dokuwiki/inc/
H A Dinfoutils.php361 // Check for corrupted search index
371 foreach (idx_getIndex('metadata', '') as $index) {
372 if (count(idx_getIndex($index . '_w', '')) !== count(idx_getIndex($index . '_i', ''))) {
380 'The search index is corrupted. It might produce wrong results and most
383 for ways to rebuild the search index.',
387 msg('The search index seems to be working', 1);
390 'The search index is empty. See
392 for help on how to fix the search index. If the default indexer
H A Dinit.php162 // See https://bugs.dokuwiki.org/index.php?do=details&task_id=2576
292 'indexdir' => 'index',
/dokuwiki/lib/scripts/jquery/jquery-ui-theme/
H A Dsmoothness.css52 z-index: 100;
249 z-index: 9999;
679 z-index: 100;
728 z-index: 2;
737 z-index: 1;
877 z-index: 9999;
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Net/
H A DSSH1.php
H A DSSH2.php4650 * named constants from it, using the value as the name of the constant and the index as the value of the constant.
4476 _string_shift(& $string, $index = 1) global() argument
/dokuwiki/lib/plugins/usermanager/
H A Dadmin.php30 protected $start = 0; // index of first user to be displayed
31 protected $last = 0; // index of the last user to be displayed
/dokuwiki/inc/Menu/
H A DSiteMenu.php14 protected $types = ['Recent', 'Media', 'Index'];
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/System/SSH/Agent/
H A DIdentity.php235 _string_shift(& $string, $index = 1) global() argument
/dokuwiki/inc/Parsing/Handler/
H A DLists.php55 // array(list type, current depth, index of current listitem_open)
97 // new list item, update list stack's index into current listitem_open
144 // new list item, update list stack's index into current listitem_open
/dokuwiki/vendor/simplepie/simplepie/src/
H A DSimplePie.php2989 * @param int $start Index to start at
/dokuwiki/bin/
H A Dindexer.php12 * Update the Search Index from command line
29 'given the index is cleared first.'
34 'clear the index before updating',
63 * Update the index
74 $this->index($val['id']);
79 * Index the given page
83 protected function index($id)
91 * Clear all index files
95 $this->quietecho("Clearing index... ");
80 protected function index($id) { global() function in IndexerCLI
/dokuwiki/conf/
H A Dmysql.conf.php.example176 /* This statement should return the database index of a given user name.
177 * The plugin will access the index with the name 'id' so an alias might be
242 /* This statement should return the database index of a given group name.
243 * The plugin will access the index with the name 'id' so an alias might

123456