Home
last modified time | relevance | path

Searched refs:item (Results 726 – 750 of 1094) sorted by relevance

1...<<21222324252627282930>>...44

/plugin/highlightjs/highlight/
H A Dhighlight.js14 function contains(array, item) { argument
18 if (array[i] == item)
/plugin/syntaxhighlighter3/sxh3/src/js/
H A DshCore.js260 var item = { class in sh.findElements
266 if (item.params['brush'] == null)
269 result.push(item);
/plugin/syntaxhighlighter4/dist/
H A Dsyntaxhighlighter.js162 var item = {
168 if (item.params['brush'] == null) continue;
170 result.push(item);
1568 var item = chain[level].regex ? chain[level] : { regex: chain[level] },
1571 if (item.backref) {
1578 if (!(match.hasOwnProperty(item.backref) || +item.backref < match.length)) {
1579 throw new ReferenceError('Backreference to undefined group: ' + item.backref);
1582 matches.push(match[item.backref] || '');
1590 XRegExp.forEach(values[i], item.regex, addMatch);
/plugin/pdfjs/pdfjs/web/locale/tn/
H A Dviewer.properties48 # Thumbnails panel item (tooltip and alt text for images)
/plugin/pdfjs/pdfjs/web/locale/zam/
H A Dviewer.properties60 # Thumbnails panel item (tooltip and alt text for images)
/plugin/lightbox/
H A Dscript.js317 var objBody = document.getElementsByTagName("body").item(0);
/plugin/syntaxhighlighter/Styles/
H A DSyntaxHighlighter.css128 display: list-item !important;
/plugin/farm/
H A Dadmin.php85 if(!DOKU_IS_FARMER) return; // don't display farm management item in the animals' admin page
/plugin/imageflow/
H A DREADME.md36 You can use your images names or page names as anchors. This will directly pop out the item after t…
/plugin/s5reloaded/ui/effects_support/
H A Dprototype.js1022 return this.uniq().findAll(function(item) { argument
1023 return array.detect(function(value) { return item === value });
1049 function indexOf(item, i) { argument
1054 if (this[i] === item) return i;
1058 function lastIndexOf(item, i) { argument
1060 var n = this.slice(0, i).reverse().indexOf(item);
1065 var array = slice.call(this, 0), item;
1067 item = arguments[i];
1068 if (Object.isArray(item) && !('callee' in item)) {
1070 array.push(item[j]);
[all …]
/plugin/pdfjs/pdfjs/web/locale/sat/
H A Dviewer.properties73 # Thumbnails panel item (tooltip and alt text for images)
/plugin/news/
H A DREADME24 The news reader will use your title for the item. You can omit the title:
/plugin/searchpattern/
H A Dstyle.css117 div.dokuwiki div.sp_error li.sp_error{ /*each item (error) of the error list*/
/plugin/pdfjs/pdfjs/web/locale/ms/
H A Dviewer.properties142 document_outline.title=Papar Rangka Dokumen (klik-dua-kali untuk kembangkan/kolaps semua item)
151 # Thumbnails panel item (tooltip and alt text for images)
/plugin/pagemove/
H A Dadmin.php319 foreach ($items as $item) {
320 if ($item['type'] == 'd') {
/plugin/pdfjs/pdfjs/web/locale/id/
H A Dviewer.properties142 …ent_outline.title=Tampilkan Kerangka Dokumen (klik ganda untuk membentangkan/menciutkan semua item)
151 # Thumbnails panel item (tooltip and alt text for images)
/plugin/sequencediagram/bower_components/raphael/dev/
H A Draphael.svg.js289 var item = R._g.doc.getElementById(attr);
290 item && item.parentNode.removeChild(item);
/plugin/pdfjs/pdfjs/web/locale/mai/
H A Dviewer.properties102 # Thumbnails panel item (tooltip and alt text for images)
/plugin/pdfjs/pdfjs/web/locale/mk/
H A Dviewer.properties84 # Thumbnails panel item (tooltip and alt text for images)
/plugin/pdfjs/pdfjs/web/locale/ml/
H A Dviewer.properties115 # Thumbnails panel item (tooltip and alt text for images)
/plugin/pdfjs/pdfjs/web/locale/as/
H A Dviewer.properties102 # Thumbnails panel item (tooltip and alt text for images)
/plugin/pdfjs/pdfjs/web/locale/kok/
H A Dviewer.properties102 # Thumbnails panel item (tooltip and alt text for images)
/plugin/pdfjs/pdfjs/web/locale/ks/
H A Dviewer.properties102 # Thumbnails panel item (tooltip and alt text for images)
/plugin/pdfjs/pdfjs/web/locale/km/
H A Dviewer.properties115 # Thumbnails panel item (tooltip and alt text for images)
/plugin/pdfjs/pdfjs/web/locale/or/
H A Dviewer.properties102 # Thumbnails panel item (tooltip and alt text for images)

1...<<21222324252627282930>>...44