Home
last modified time | relevance | path

Searched refs:which (Results 1 – 25 of 1137) sorted by relevance

12345678910>>...46

/plugin/goto/
H A Dscript.js4 function goto_redirect(which,mode) { argument
7 location.href = which;
16 which = which.replace(/user/, user);
18 location.href = which;
48 var which = goto_getCookie("GOTO_LOGIN");
50 if(!which) {
53 location.href = DOKU_BASE + 'doku.php?id=' + decodeURIComponent(which) ;
/plugin/geonav/js/
H A Dearth_a.js23 function hideButton(which){ argument
24 if (!document.getElementById(which))
26 document.getElementById(which).style.display="none";
29 function showButton(which){ argument
30 if (!document.getElementById(which))
32 document.getElementById(which).style.display="inherit";
35 function takeOut(which){ argument
38 which.style.display="none";
/plugin/newpagetemplate/
H A Dscript.js1 function nptpl_toggle(which) { argument
2 jQuery(which).toggle();
4 function nptpl_clear(which) { argument
5 document.getElementById(which).innerHTML = "";
/plugin/quickstats/
H A Dscript.js17 function qs_close_panel(which) { argument
18 var dom = document.getElementById(which);
22 function qs_open_panel(which) { argument
27 function qs_open_info(which) { argument
28 var dom = document.getElementById(which) ;
30 qs_close_panel(which);
33 qs_open_panel(which);
38 function toggle_panel(which) { argument
65 function onChangeQS(which) { argument
66 if(which.selectedIndex == 0) {
[all …]
H A Dsyntax.php304 function load_data($date_str=null,$which) { argument
319 if($which == 'basics' || $which == 'pages') {
323 if($which == 'basics' || $which == 'ip') {
327 if($which == 'basics' || $which == 'countries' || $which == 'misc') {
331 if($which == 'ua' || $which == 'ip') {
334 if($which == 'ip') {
443 function misc_data_xhtml(&$renderer,$no_align=false,$which='all') { argument
447 if($which == 'all' || $which == 'misc') {
485 if($which == 'misc') return;
H A Daction.php295 function set_queries(&$queries,$word,$which) { argument
296 if(!isset($queries[$which][$word])) {
297 $queries[$which][$word]['count'] = 1;
300 $queries[$which][$word]['count'] += 1;
302 if(!isset($queries[$which][$word][$this->ipaddr])) {
303 $queries[$which][$word][$this->ipaddr] = 1;
305 else $queries[$which][$word][$this->ipaddr] += 1;
528 function set_browser_value($val, $which='browser') { argument
529 if(!isset($this->misc_data[$which][$val])) {
530 $this->misc_data[$which] [$val] =1;
[all …]
/plugin/overlay/
H A Dscript.js43 var which = jQuery("#overlay").css('position');
46 if(which == 'fixed') {
47 which = "absolute";
51 else if(which == "absolute") {
52 which = 'fixed';
57 … jQuery("#overlay" ).css({top: theUserposition.y, left: theUserposition.x, position:which});
67 var pos = x.toString() + '#' + y.toString() + '#' + which;
71 jQuery("#overlay").css('position',which);
76 var which = jQuery("#overlay").css('position');
83 var pos = x.toString() + '#' + y.toString() + '#' + which;
/plugin/xcom/
H A Dscript.js600 if(!which) return;
606 function xcom_toggle(which) { argument
607 jQuery(which).toggle();
612 var title = which + '_title';
616 function xcom_show(which) { argument
621 function xcom_hide(which) { argument
622 var d = document.getElementById(which);
638 function xcom_clear(which) { argument
639 if(which == 'xcom_editable') {
640 xcom_setValue(which,"");
[all …]
/plugin/news/scripts/
H A Dnewsfeed.php58 $which = isset($ini_array[$title]) ? $title : 'default'; variable
59 $newsChannelTitle = $ini_array[$which]['title'];
60 $newsChannelDescription = $ini_array[$which]['description'] ;
61 $newsChannelTtl = isset($ini_array[$which]['ttl']) ? $ini_array[$which]['ttl'] : $helper->ttl();
/plugin/vkeyboard/
H A Dchange_log7 Added an insert function to keyboard.js which fixes problem with Firefox, i.e. returning
14 Added a toolbar button which initializes the keyboard and enables selection of
18 Select menu; on submit a new hidden input is created called 'vkb' which
27 Upgraded the pop-up window which opens when the toolbar button is clicked.
28 1. Added an "Exit" button which enables user to exit and do nothing.
29 2. Added an "Unload Keyboard" button which removes the birtual keyboars
36 Fixed bug which prevented pop-u[ selection window from opening
/plugin/pdftools/
H A DREADME.md3 DokuWiki-plugin which offers addition functionality for the dw2pdf-plugin.
8 * Configurable pdf-generate button which can be placed in a page
9 * A set of templates for different purposes which can be installed directly from the admin section
12 * Additional replacements which can be used in the templates
17 Activate a print button (slider) which ist shown a the bottom right of the screen. You can configur…
43 Inserts an image which is meant for printed documents, where a sticker is to be pasted on.
92 The pdftools-plugin contains a set of templates which can be installed in the admin section. These …
95 @COMPANY@ - Name of the company which can be configured
102 The template files must be placed in a directory, which must bei included in the zip-file. The file…
/plugin/metadisplay/helper/
H A Dhtml.php265 function getSimpleKeyValue($ar,$which="") { argument
273 if($which == 'last_change') {
355 function getcurrent($which, $other) { argument
359 if (isset($current[$which][$other])) {
360 return $current[$which][$other];
363 if (isset($current[$which]) && $other === null) {
364 return $current[$which];
381 function check_listtypes($which,$regex) { argument
382 if($which == 'references' || $which == 'media') {
383 $ar = $this->getcurrent('relation',$which);
H A Dplaintext.php263 function getSimpleKeyValue($ar,$which="") { argument
271 if($which == 'last_change') {
353 function getcurrent($which, $other) { argument
357 if (isset($current[$which][$other])) {
358 return $current[$which][$other];
361 if (isset($current[$which]) && $other === null) {
362 return $current[$which];
379 function check_listtypes($which,$regex) { argument
380 if($which == 'references' || $which == 'media') {
381 $ar = $this->getcurrent('relation',$which);
/plugin/snippets/
H A Dscript.js219 …var which = snippets.update ? 'snippet_update' : 'snippet_insert'; // selects whether to insert w…
222 …{ call: which, id: page, curpage: opener.JSINFO['id'],macros: tval }, // curpage is used for upda…
241 function update_snippets(which) { argument
245 var params = "update=" +encodeURIComponent(which);
261 var span_id = '#' + which.replace(/:/g,'_'); // de-activate links that have been called
301 function snippets_InsertIntOldRev(which) { argument
302 JSINFO['snippetsInsORev'] = which;
303 DokuCookie.setValue('snippets_old_rev',which) ;
/plugin/numbering/
H A DREADME.md5 Adds a toolbar icon which when clicked inserts formatted number and, if required, date and/or image…
6 The output is controlled by a formatting string which is set in the cofiguration manager.
9 In addition, there is a feature which ties into the numbering fields of the bureaucracy plugin, ena…
/plugin/snippets/lang/en/
H A Dinfo.txt3 It also updates the database which holds two lists:
4 - pages which have snippets and which snippets
/plugin/ckgdoku/
H A Dscript.js256 function ckgd_setImgPaste(which) { argument
259 which = 'off'
261 else which = 'on';
262 JSINFO['ckgEdPaste'] = which;
263 …document.cookie = 'ckgEdPaste=' + which +';expires="Thu, 18 Dec 2575 12:00:00 UTC";path=' +JSINFO[…
264 alert(LANG.plugins.ckgdoku.ckg_paste_restart + ' ' + LANG.plugins.ckgdoku[which]);
281 var which = {'Y': 'Dokuwiki', 'N': 'CKEditor'}; class in ckgdoku_seteditor_priority
298 alert(LANG.plugins.ckgdoku.dwp_updated + which[m]);
355 if ( event.which == 13 ) {
/plugin/bible/bible_douayRheims/
H A D1_John.txt1 …1:1. That which was from the beginning, which we have heard, which we have seen with our eyes, whi…
5 …1:5. And this is the declaration which we have heard from him and declare unto you: That God is li…
16 …mmandment to you, but an old commandment which you had from the beginning. The old commandment is …
24 …2:15. Love not the world, nor the things which are in the world. If any man love the world, the ch…
33 …2:24. As for you, let that which you have heard from the beginning abide in you. If that abide in …
34 2:25. And this is the promise which he hath promised us, life everlasting.
49 …3:11. For this is the declaration which you have heard from the beginning, that you should love on…
64 …4:2. By this is the spirit of God known. Every spirit which confesseth that Jesus Christ is come i…
87 …5:4. For whatsoever is born of God overcometh the world. And this is the victory which overcameth …
97 …5:14. And this is the confidence which we have towards him: That, whatsoever we shall ask accordin…
[all …]
H A DColossians.txt4 1:4. Hearing your faith in Christ Jesus and the love which you have towards all the saints.
5 …1:5. For the hope that is laid up for you in heaven, which you have heard in the word of the truth…
23 …ounded and settled, and immoveable from the hope of the gospel which you have heard, which is prea…
26 …1:26. The mystery which hath been hidden from ages and generations, but now is manifested to his s…
29 1:29. Wherein also I labour, striving according to his working which he worketh in me in power.
57 …fy therefore your members which are upon the earth: fornication, uncleanness, lust, evil concupisc…
58 3:6. For which things the wrath of God cometh upon the children of unbelief.
59 3:7. In which you also walked some time, when you lived in them.
66 3:14. But above all these things have charity, which is the bond of perfection.
78 …4:1. Masters, do to your servants that which is just and equal: knowing that you also have a maste…
[all …]
H A DDeuteronomy.txt14 1:14. Then you answered me: The thing is good which thou meanest to do.
81 …2:35. Except the cattle which came to the share of them that took them: and the spoils of the citi…
155 …ilderness, which is situate in the plains of the tribe of Ruben: and Ramoth in Galaad, which is in…
160 …4:48. From Aroer, which is situate upon the bank of the torrent Arnon, unto mount Sion, which is a…
205 …6:11. Houses full of riches, which thou didst not set up, cisterns which thou didst not dig, viney…
324 …hat you may keep all his commandments, which I command you this day, and may go in, and possess th…
325 …:9. And may live in it a long time: which the Lord promised by oath to your fathers, and to their …
344 …ts of the Lord your God, but revolt from the way which now I shew you, and walk after strange gods…
373 …12:26. But the things which thou hast sanctified and vowed to the Lord, thou shalt take, and shalt…
381 …13:2. And that come to pass which he spoke, and he say to thee: Let us go and follow strange gods,…
[all …]
/plugin/ckgedit/fckeditor/editor/filemanager/connectors/php/
H A Dinput_utils.php15 function input_strval($which, $cmp="") { argument
18 $val = $INPUT->str($which);
/plugin/permissioninfo/
H A DREADME.md3 This admin plugin shows which groups exist, what their namespace and page permissions are and which
/plugin/ckgedit/
H A Dscript.js280 function ckgd_setImgPaste(which) { argument
283 which = 'off'
285 else which = 'on';
286 JSINFO['ckgEdPaste'] = which;
287 …document.cookie = 'ckgEdPaste=' + which +';expires="Thu, 18 Dec 2575 12:00:00 UTC";path=' +JSINFO[…
288 alert(LANG.plugins.ckgedit.ckg_paste_restart + ' ' + LANG.plugins.ckgedit[which]);
308 var which = {'Y': 'Dokuwiki', 'N': 'CKEditor'}; class in ckgedit_seteditor_priority
325 alert(LANG.plugins.ckgedit.dwp_updated + which[m]);
382 if ( event.which == 13 ) {
/plugin/ckgdoku/fckeditor/editor/filemanager/connectors/php/
H A Dinput_utils.php15 function input_strval($which, $cmp="") { argument
18 $val = $INPUT->str($which);
/plugin/quickstats/lang/en/
H A Dgeneral_intro.txt2 …- maintain the list of files which are currently using the quickstats syntax plugin, keeping it u…
7 … close their respective windows. The **Query Info** button will re-open the Query Info panel which
8 is displayed on first opening the Query Data panel and which can be closed with a button at the bot…

12345678910>>...46