| @@ -2,7 +2,8 @@ Options -Indexes | ||||
| AddType application/x-java-archive .jar | ||||
| AddType audio/ogg .oga | ||||
|  | ||||
| <FilesMatch "\.(out|log)$"> | ||||
| # don't allow any web access to logfiles, even after rotation/compression | ||||
| <FilesMatch "\.(out|log|gz)$"> | ||||
| Deny from all | ||||
| </FilesMatch> | ||||
|  | ||||
|   | ||||
							
								
								
									
										6
									
								
								boot.php
									
									
									
									
									
								
							
							
						
						
									
										6
									
								
								boot.php
									
									
									
									
									
								
							| @@ -43,7 +43,7 @@ require_once('include/taxonomy.php'); | ||||
| define ( 'RED_PLATFORM',            'Red Matrix' ); | ||||
| define ( 'RED_VERSION',             trim(file_get_contents('version.inc')) . 'R'); | ||||
| define ( 'ZOT_REVISION',            1     );  | ||||
| define ( 'DB_UPDATE_VERSION',       1054  ); | ||||
| define ( 'DB_UPDATE_VERSION',       1057  ); | ||||
|  | ||||
| define ( 'EOL',                    '<br />' . "\r\n"     ); | ||||
| define ( 'ATOM_TIME',              'Y-m-d\TH:i:s\Z' ); | ||||
| @@ -785,8 +785,8 @@ class App { | ||||
| 		return $this->path; | ||||
| 	} | ||||
|  | ||||
| 	function set_account($aid) { | ||||
| 		$this->account = $aid; | ||||
| 	function set_account($acct) { | ||||
| 		$this->account = $acct; | ||||
| 	} | ||||
|  | ||||
| 	function get_account() { | ||||
|   | ||||
| @@ -147,7 +147,7 @@ Functions</h2></td></tr> | ||||
|       </table> | ||||
| </div><div class="memdoc"> | ||||
|  | ||||
| <p>Referenced by <a class="el" href="account_8php.html#a141fe579c351c78209d425473f978eb5">create_account()</a>.</p> | ||||
| <p>Referenced by <a class="el" href="account_8php.html#a141fe579c351c78209d425473f978eb5">create_account()</a>, and <a class="el" href="zfinger_8php.html#a8139b83a22ef98869adc10aa224027a0">zfinger_init()</a>.</p> | ||||
|  | ||||
| </div> | ||||
| </div> | ||||
|   | ||||
										
											
												File diff suppressed because one or more lines are too long
											
										
									
								
							| @@ -119,6 +119,7 @@ var boot_8php = | ||||
|     [ "ITEM_NOCOMMENT", "boot_8php.html#a949116d9a295b214293006c060ca4848", null ], | ||||
|     [ "ITEM_NOTSHOWN", "boot_8php.html#a8663f32171568489dbb2a01dd00371f8", null ], | ||||
|     [ "ITEM_NSFW", "boot_8php.html#a939de9a99278f4fd7dcd0ee67f243f08", null ], | ||||
|     [ "ITEM_OBSCURED", "boot_8php.html#a2c8906f1af94a3559a5b4661067bb79d", null ], | ||||
|     [ "ITEM_ORIGIN", "boot_8php.html#a8c9dce0ef27b35397e29298eb966f7f7", null ], | ||||
|     [ "ITEM_RELAY", "boot_8php.html#a2958a2bd5422b85329d7c36c06dbc221", null ], | ||||
|     [ "ITEM_SPAM", "boot_8php.html#a40d885b2cfd736aab4234ae641ca4dfb", null ], | ||||
| @@ -141,6 +142,7 @@ var boot_8php = | ||||
|     [ "LOGGER_TRACE", "boot_8php.html#a022cea669f9f13ef7c6268b63884c57f", null ], | ||||
|     [ "MAIL_DELETED", "boot_8php.html#ad0876e837cf3fad8a26417e315f6e2c8", null ], | ||||
|     [ "MAIL_ISREPLY", "boot_8php.html#aa544a6c078130d0967a1f4ed8ce0a2d2", null ], | ||||
|     [ "MAIL_OBSCURED", "boot_8php.html#a44ae1542a805ffd7f826fb511db07374", null ], | ||||
|     [ "MAIL_RECALLED", "boot_8php.html#ae4861de36017fe399c1839f778bad9f5", null ], | ||||
|     [ "MAIL_REPLIED", "boot_8php.html#aa3679df31c8dad1b71816b0322d5baff", null ], | ||||
|     [ "MAIL_SEEN", "boot_8php.html#a1fbb93cf030f07391f22cc2948744869", null ], | ||||
|   | ||||
| @@ -252,7 +252,7 @@ Additional Inherited Members</h2></td></tr> | ||||
|         </tr> | ||||
|       </table> | ||||
| </div><div class="memdoc"> | ||||
| <p>We need to remove the canva, or the image is not resized to the crop: <a href="http://php.net/manual/en/imagick.cropimage.php#97232">http://php.net/manual/en/imagick.cropimage.php#97232</a></p> | ||||
| <p>We need to remove the canvas, or the image is not resized to the crop: <a href="http://php.net/manual/en/imagick.cropimage.php#97232">http://php.net/manual/en/imagick.cropimage.php#97232</a></p> | ||||
|  | ||||
| </div> | ||||
| </div> | ||||
|   | ||||
| @@ -154,7 +154,7 @@ Functions</h2></td></tr> | ||||
|       </table> | ||||
| </div><div class="memdoc"> | ||||
|  | ||||
| <p>Referenced by <a class="el" href="connections_8php.html#aec2e457420fce3e3bf6a9f48e36df25c">connections_content()</a>.</p> | ||||
| <p>Referenced by <a class="el" href="connections_8php.html#aec2e457420fce3e3bf6a9f48e36df25c">connections_content()</a>, and <a class="el" href="connections_8php.html#a1224058db8e3fb56463eb312f98e561d">connections_post()</a>.</p> | ||||
|  | ||||
| </div> | ||||
| </div> | ||||
|   | ||||
| @@ -226,7 +226,7 @@ Functions</h2></td></tr> | ||||
|       </table> | ||||
| </div><div class="memdoc"> | ||||
|  | ||||
| <p>Referenced by <a class="el" href="channel_8php.html#a9c6a6179e0e626398ebecc6151905ef1">channel_content()</a>, <a class="el" href="display_8php.html#a37137c98d47bf3306f4c2bb9f5b60de0">display_content()</a>, <a class="el" href="items_8php.html#a756738301f2ed96be50232500677d58a">items_fetch()</a>, <a class="el" href="mod_2network_8php.html#a43f2f29b90c5e29072c561934bc8f8b4">network_content()</a>, and <a class="el" href="search_8php.html#ab2568591359edde5b483a6cd9a24b2cc">search_content()</a>.</p> | ||||
| <p>Referenced by <a class="el" href="channel_8php.html#a9c6a6179e0e626398ebecc6151905ef1">channel_content()</a>, <a class="el" href="display_8php.html#a37137c98d47bf3306f4c2bb9f5b60de0">display_content()</a>, <a class="el" href="items_8php.html#a756738301f2ed96be50232500677d58a">items_fetch()</a>, <a class="el" href="mod_2network_8php.html#a43f2f29b90c5e29072c561934bc8f8b4">network_content()</a>, <a class="el" href="search_8php.html#ab2568591359edde5b483a6cd9a24b2cc">search_content()</a>, and <a class="el" href="items_8php.html#a004e89d86b0f29b2c4da20108ecc4091">zot_feed()</a>.</p> | ||||
|  | ||||
| </div> | ||||
| </div> | ||||
|   | ||||
| @@ -116,31 +116,8 @@ Functions</h2></td></tr> | ||||
| <tr class="separator:a920e5f222d0020f47556033d8b2b6552"><td class="memSeparator" colspan="2"> </td></tr> | ||||
| <tr class="memitem:ab4f21d8f6b8ece0915e7c8bb73379f96"><td class="memItemLeft" align="right" valign="top"> </td><td class="memItemRight" valign="bottom"><a class="el" href="crypto_8php.html#ab4f21d8f6b8ece0915e7c8bb73379f96">rsa_verify</a> ($data, $sig, $key, $alg= 'sha256')</td></tr> | ||||
| <tr class="separator:ab4f21d8f6b8ece0915e7c8bb73379f96"><td class="memSeparator" colspan="2"> </td></tr> | ||||
| <tr class="memitem:a630e1574554f34e7c38511585d9e71a2"><td class="memItemLeft" align="right" valign="top"> </td><td class="memItemRight" valign="bottom"><a class="el" href="crypto_8php.html#a630e1574554f34e7c38511585d9e71a2">DerToPem</a> ($Der, $Private=false)</td></tr> | ||||
| <tr class="separator:a630e1574554f34e7c38511585d9e71a2"><td class="memSeparator" colspan="2"> </td></tr> | ||||
| <tr class="memitem:ae5af17db1cb5d7c91d486e1264079839"><td class="memItemLeft" align="right" valign="top"> </td><td class="memItemRight" valign="bottom"><a class="el" href="crypto_8php.html#ae5af17db1cb5d7c91d486e1264079839">DerToRsa</a> ($Der)</td></tr> | ||||
| <tr class="separator:ae5af17db1cb5d7c91d486e1264079839"><td class="memSeparator" colspan="2"> </td></tr> | ||||
| <tr class="memitem:a0e941b6b18ff895d1a2448741abf2ef2"><td class="memItemLeft" align="right" valign="top"> </td><td class="memItemRight" valign="bottom"><a class="el" href="crypto_8php.html#a0e941b6b18ff895d1a2448741abf2ef2">pkcs8_encode</a> ($Modulus, $PublicExponent)</td></tr> | ||||
| <tr class="separator:a0e941b6b18ff895d1a2448741abf2ef2"><td class="memSeparator" colspan="2"> </td></tr> | ||||
| <tr class="memitem:a890b443f80f0968fb9eabd93fc99dbb5"><td class="memItemLeft" align="right" valign="top"> </td><td class="memItemRight" valign="bottom"><a class="el" href="crypto_8php.html#a890b443f80f0968fb9eabd93fc99dbb5">pkcs1_encode</a> ($Modulus, $PublicExponent)</td></tr> | ||||
| <tr class="separator:a890b443f80f0968fb9eabd93fc99dbb5"><td class="memSeparator" colspan="2"> </td></tr> | ||||
| <tr class="memitem:af8bbdeaf4abed7b40365d301e6013c85"><td class="memItemLeft" align="right" valign="top"> </td><td class="memItemRight" valign="bottom"><a class="el" href="crypto_8php.html#af8bbdeaf4abed7b40365d301e6013c85">metopem</a> ($m, $e)</td></tr> | ||||
| <tr class="separator:af8bbdeaf4abed7b40365d301e6013c85"><td class="memSeparator" colspan="2"> </td></tr> | ||||
| <tr class="memitem:a2a3fae7caca27f86d158eeaf69b6f287"><td class="memItemLeft" align="right" valign="top"> </td><td class="memItemRight" valign="bottom"><a class="el" href="crypto_8php.html#a2a3fae7caca27f86d158eeaf69b6f287">pubrsatome</a> ($key, &$m, &$e)</td></tr> | ||||
| <tr class="separator:a2a3fae7caca27f86d158eeaf69b6f287"><td class="memSeparator" colspan="2"> </td></tr> | ||||
| <tr class="memitem:a7f7e650aaeaa3832580a73eb00966b26"><td class="memItemLeft" align="right" valign="top"> </td><td class="memItemRight" valign="bottom"><a class="el" href="crypto_8php.html#a7f7e650aaeaa3832580a73eb00966b26">rsatopem</a> ($key)</td></tr> | ||||
| <tr class="separator:a7f7e650aaeaa3832580a73eb00966b26"><td class="memSeparator" colspan="2"> </td></tr> | ||||
| <tr class="memitem:a35bc357c93f4ddc67ef377620b0349e8"><td class="memItemLeft" align="right" valign="top"> </td><td class="memItemRight" valign="bottom"><a class="el" href="crypto_8php.html#a35bc357c93f4ddc67ef377620b0349e8">pemtorsa</a> ($key)</td></tr> | ||||
| <tr class="separator:a35bc357c93f4ddc67ef377620b0349e8"><td class="memSeparator" colspan="2"> </td></tr> | ||||
| <tr class="memitem:a798368843cdd9bb08386b48e53e29e8c"><td class="memItemLeft" align="right" valign="top"> </td><td class="memItemRight" valign="bottom"><a class="el" href="crypto_8php.html#a798368843cdd9bb08386b48e53e29e8c">pemtome</a> ($key, &$m, &$e)</td></tr> | ||||
| <tr class="separator:a798368843cdd9bb08386b48e53e29e8c"><td class="memSeparator" colspan="2"> </td></tr> | ||||
| <tr class="memitem:a573f02517abe4ac9241268263063b2a0"><td class="memItemLeft" align="right" valign="top"> </td><td class="memItemRight" valign="bottom"><a class="el" href="crypto_8php.html#a573f02517abe4ac9241268263063b2a0">metorsa</a> ($m, $e)</td></tr> | ||||
| <tr class="separator:a573f02517abe4ac9241268263063b2a0"><td class="memSeparator" colspan="2"> </td></tr> | ||||
| <tr class="memitem:a9191447cc46f0b4eaba3273e313994d5"><td class="memItemLeft" align="right" valign="top"> </td><td class="memItemRight" valign="bottom"><a class="el" href="crypto_8php.html#a9191447cc46f0b4eaba3273e313994d5">salmon_key</a> ($pubkey)</td></tr> | ||||
| <tr class="separator:a9191447cc46f0b4eaba3273e313994d5"><td class="memSeparator" colspan="2"> </td></tr> | ||||
| <tr class="memitem:a3398666e184faf8e516c8e5d91de86eb"><td class="memItemLeft" align="right" valign="top"><a class="el" href="redstrap_2php_2style_8php.html#a0c4684da834439885ae2285649d1aaea">if</a>(!function_exists('aes_decrypt')) <br class="typebreak"/> | ||||
| <a class="el" href="redstrap_2php_2style_8php.html#a0c4684da834439885ae2285649d1aaea">if</a>(!function_exists('aes_encrypt')) </td><td class="memItemRight" valign="bottom"><a class="el" href="crypto_8php.html#a3398666e184faf8e516c8e5d91de86eb">pkcs5_pad</a> ($text, $blocksize)</td></tr> | ||||
| <tr class="separator:a3398666e184faf8e516c8e5d91de86eb"><td class="memSeparator" colspan="2"> </td></tr> | ||||
| <tr class="memitem:ad5e51fd44cff93cfaa07a37e24a5edec"><td class="memItemLeft" align="right" valign="top"> </td><td class="memItemRight" valign="bottom"><a class="el" href="crypto_8php.html#ad5e51fd44cff93cfaa07a37e24a5edec">pkcs5_pad</a> ($text, $blocksize)</td></tr> | ||||
| <tr class="separator:ad5e51fd44cff93cfaa07a37e24a5edec"><td class="memSeparator" colspan="2"> </td></tr> | ||||
| <tr class="memitem:ac95ac3b1b23b65b04a86613d4206ae85"><td class="memItemLeft" align="right" valign="top"> </td><td class="memItemRight" valign="bottom"><a class="el" href="crypto_8php.html#ac95ac3b1b23b65b04a86613d4206ae85">pkcs5_unpad</a> ($text)</td></tr> | ||||
| <tr class="separator:ac95ac3b1b23b65b04a86613d4206ae85"><td class="memSeparator" colspan="2"> </td></tr> | ||||
| <tr class="memitem:a5c61821d205f95f127114159cbffa764"><td class="memItemLeft" align="right" valign="top"> </td><td class="memItemRight" valign="bottom"><a class="el" href="crypto_8php.html#a5c61821d205f95f127114159cbffa764">AES256CBC_encrypt</a> ($data, $key, $iv)</td></tr> | ||||
| @@ -247,7 +224,7 @@ Functions</h2></td></tr> | ||||
|       </table> | ||||
| </div><div class="memdoc"> | ||||
|  | ||||
| <p>Referenced by <a class="el" href="post_8php.html#af59e6a1dc22d19d9257b01cd7ccedb75">post_post()</a>, <a class="el" href="zfinger_8php.html#a8139b83a22ef98869adc10aa224027a0">zfinger_init()</a>, <a class="el" href="zot_8php.html#a3862b3161b2c8557dc1a95020179bd81">zot_build_packet()</a>, and <a class="el" href="zot_8php.html#a61cdc1ec843663c423ed2d8160ae5aea">zot_fetch()</a>.</p> | ||||
| <p>Referenced by <a class="el" href="items_8php.html#a536d0313b6ffe33b9d2490c4e25c5361">get_item_elements()</a>, <a class="el" href="items_8php.html#a94ddb1d6c8fa21dd7433677e85168037">get_mail_elements()</a>, <a class="el" href="item_8php.html#a693cd09805755ab85bbb5ecae69a48c3">item_post()</a>, <a class="el" href="items_8php.html#a8ef003b2bc2dc4816bdcf5800aec1049">item_store()</a>, <a class="el" href="post_8php.html#af59e6a1dc22d19d9257b01cd7ccedb75">post_post()</a>, <a class="el" href="include_2message_8php.html#ac382fdcdf990dcfa8f6528ab8fd280bd">send_message()</a>, <a class="el" href="zfinger_8php.html#a8139b83a22ef98869adc10aa224027a0">zfinger_init()</a>, <a class="el" href="zot_8php.html#a3862b3161b2c8557dc1a95020179bd81">zot_build_packet()</a>, and <a class="el" href="zot_8php.html#a61cdc1ec843663c423ed2d8160ae5aea">zot_fetch()</a>.</p> | ||||
|  | ||||
| </div> | ||||
| </div> | ||||
| @@ -275,109 +252,7 @@ Functions</h2></td></tr> | ||||
|       </table> | ||||
| </div><div class="memdoc"> | ||||
|  | ||||
| <p>Referenced by <a class="el" href="mod_2message_8php.html#a0db7030362a7e9ed9549b341d7b35718">message_post()</a>, <a class="el" href="include_2follow_8php.html#a6553a7650fae55f95660510d90983144">new_contact()</a>, <a class="el" href="post_8php.html#af59e6a1dc22d19d9257b01cd7ccedb75">post_post()</a>, <a class="el" href="probe_8php.html#a1f1db3fa6038e451e737964c94bf5e99">probe_content()</a>, <a class="el" href="zot_8php.html#a22e3f9b97b7969ddbe43ccf0db93a19c">zot_import()</a>, and <a class="el" href="zot_8php.html#a7b23bfb31d4491231e1e73bdc077240d">zot_refresh()</a>.</p> | ||||
|  | ||||
| </div> | ||||
| </div> | ||||
| <a class="anchor" id="a630e1574554f34e7c38511585d9e71a2"></a> | ||||
| <div class="memitem"> | ||||
| <div class="memproto"> | ||||
|       <table class="memname"> | ||||
|         <tr> | ||||
|           <td class="memname">DerToPem </td> | ||||
|           <td>(</td> | ||||
|           <td class="paramtype"> </td> | ||||
|           <td class="paramname"><em>$Der</em>, </td> | ||||
|         </tr> | ||||
|         <tr> | ||||
|           <td class="paramkey"></td> | ||||
|           <td></td> | ||||
|           <td class="paramtype"> </td> | ||||
|           <td class="paramname"><em>$Private</em> = <code>false</code> </td> | ||||
|         </tr> | ||||
|         <tr> | ||||
|           <td></td> | ||||
|           <td>)</td> | ||||
|           <td></td><td></td> | ||||
|         </tr> | ||||
|       </table> | ||||
| </div><div class="memdoc"> | ||||
|  | ||||
| <p>Referenced by <a class="el" href="crypto_8php.html#af8bbdeaf4abed7b40365d301e6013c85">metopem()</a>.</p> | ||||
|  | ||||
| </div> | ||||
| </div> | ||||
| <a class="anchor" id="ae5af17db1cb5d7c91d486e1264079839"></a> | ||||
| <div class="memitem"> | ||||
| <div class="memproto"> | ||||
|       <table class="memname"> | ||||
|         <tr> | ||||
|           <td class="memname">DerToRsa </td> | ||||
|           <td>(</td> | ||||
|           <td class="paramtype"> </td> | ||||
|           <td class="paramname"><em>$Der</em></td><td>)</td> | ||||
|           <td></td> | ||||
|         </tr> | ||||
|       </table> | ||||
| </div><div class="memdoc"> | ||||
|  | ||||
| <p>Referenced by <a class="el" href="crypto_8php.html#a573f02517abe4ac9241268263063b2a0">metorsa()</a>.</p> | ||||
|  | ||||
| </div> | ||||
| </div> | ||||
| <a class="anchor" id="af8bbdeaf4abed7b40365d301e6013c85"></a> | ||||
| <div class="memitem"> | ||||
| <div class="memproto"> | ||||
|       <table class="memname"> | ||||
|         <tr> | ||||
|           <td class="memname">metopem </td> | ||||
|           <td>(</td> | ||||
|           <td class="paramtype"> </td> | ||||
|           <td class="paramname"><em>$m</em>, </td> | ||||
|         </tr> | ||||
|         <tr> | ||||
|           <td class="paramkey"></td> | ||||
|           <td></td> | ||||
|           <td class="paramtype"> </td> | ||||
|           <td class="paramname"><em>$e</em> </td> | ||||
|         </tr> | ||||
|         <tr> | ||||
|           <td></td> | ||||
|           <td>)</td> | ||||
|           <td></td><td></td> | ||||
|         </tr> | ||||
|       </table> | ||||
| </div><div class="memdoc"> | ||||
|  | ||||
| <p>Referenced by <a class="el" href="crypto_8php.html#a7f7e650aaeaa3832580a73eb00966b26">rsatopem()</a>.</p> | ||||
|  | ||||
| </div> | ||||
| </div> | ||||
| <a class="anchor" id="a573f02517abe4ac9241268263063b2a0"></a> | ||||
| <div class="memitem"> | ||||
| <div class="memproto"> | ||||
|       <table class="memname"> | ||||
|         <tr> | ||||
|           <td class="memname">metorsa </td> | ||||
|           <td>(</td> | ||||
|           <td class="paramtype"> </td> | ||||
|           <td class="paramname"><em>$m</em>, </td> | ||||
|         </tr> | ||||
|         <tr> | ||||
|           <td class="paramkey"></td> | ||||
|           <td></td> | ||||
|           <td class="paramtype"> </td> | ||||
|           <td class="paramname"><em>$e</em> </td> | ||||
|         </tr> | ||||
|         <tr> | ||||
|           <td></td> | ||||
|           <td>)</td> | ||||
|           <td></td><td></td> | ||||
|         </tr> | ||||
|       </table> | ||||
| </div><div class="memdoc"> | ||||
|  | ||||
| <p>Referenced by <a class="el" href="crypto_8php.html#a35bc357c93f4ddc67ef377620b0349e8">pemtorsa()</a>.</p> | ||||
| <p>Referenced by <a class="el" href="editpost_8php.html#a34011690864d122680c802e9e748ccfb">editpost_content()</a>, <a class="el" href="items_8php.html#a82955cc578f0fa600acec84475026194">encode_item()</a>, <a class="el" href="items_8php.html#a2d840c74ed23d1b6c7daee05cf89dda7">encode_mail()</a>, <a class="el" href="mod_2message_8php.html#a0db7030362a7e9ed9549b341d7b35718">message_post()</a>, <a class="el" href="include_2follow_8php.html#a6553a7650fae55f95660510d90983144">new_contact()</a>, <a class="el" href="post_8php.html#af59e6a1dc22d19d9257b01cd7ccedb75">post_post()</a>, <a class="el" href="text_8php.html#ae4df74296fbe55051ed3c035e55205e5">prepare_body()</a>, <a class="el" href="include_2message_8php.html#a5f8de9847e203329e317ac38dc646898">private_messages_fetch_conversation()</a>, <a class="el" href="include_2message_8php.html#a254a756031e4d5e94f85e2939bdb5091">private_messages_fetch_message()</a>, <a class="el" href="include_2message_8php.html#a652973ce47a262f2d238c2fd6233d97e">private_messages_list()</a>, <a class="el" href="probe_8php.html#a1f1db3fa6038e451e737964c94bf5e99">probe_content()</a>, <a class="el" href="zot_8php.html#a22e3f9b97b7969ddbe43ccf0db93a19c">zot_import()</a>, and <a class="el" href="zot_8php.html#a7b23bfb31d4491231e1e73bdc077240d">zot_refresh()</a>.</p> | ||||
|  | ||||
| </div> | ||||
| </div> | ||||
| @@ -399,90 +274,12 @@ Functions</h2></td></tr> | ||||
|  | ||||
| </div> | ||||
| </div> | ||||
| <a class="anchor" id="a798368843cdd9bb08386b48e53e29e8c"></a> | ||||
| <a class="anchor" id="ad5e51fd44cff93cfaa07a37e24a5edec"></a> | ||||
| <div class="memitem"> | ||||
| <div class="memproto"> | ||||
|       <table class="memname"> | ||||
|         <tr> | ||||
|           <td class="memname">pemtome </td> | ||||
|           <td>(</td> | ||||
|           <td class="paramtype"> </td> | ||||
|           <td class="paramname"><em>$key</em>, </td> | ||||
|         </tr> | ||||
|         <tr> | ||||
|           <td class="paramkey"></td> | ||||
|           <td></td> | ||||
|           <td class="paramtype">& </td> | ||||
|           <td class="paramname"><em>$m</em>, </td> | ||||
|         </tr> | ||||
|         <tr> | ||||
|           <td class="paramkey"></td> | ||||
|           <td></td> | ||||
|           <td class="paramtype">& </td> | ||||
|           <td class="paramname"><em>$e</em> </td> | ||||
|         </tr> | ||||
|         <tr> | ||||
|           <td></td> | ||||
|           <td>)</td> | ||||
|           <td></td><td></td> | ||||
|         </tr> | ||||
|       </table> | ||||
| </div><div class="memdoc"> | ||||
|  | ||||
| <p>Referenced by <a class="el" href="crypto_8php.html#a35bc357c93f4ddc67ef377620b0349e8">pemtorsa()</a>, and <a class="el" href="crypto_8php.html#a9191447cc46f0b4eaba3273e313994d5">salmon_key()</a>.</p> | ||||
|  | ||||
| </div> | ||||
| </div> | ||||
| <a class="anchor" id="a35bc357c93f4ddc67ef377620b0349e8"></a> | ||||
| <div class="memitem"> | ||||
| <div class="memproto"> | ||||
|       <table class="memname"> | ||||
|         <tr> | ||||
|           <td class="memname">pemtorsa </td> | ||||
|           <td>(</td> | ||||
|           <td class="paramtype"> </td> | ||||
|           <td class="paramname"><em>$key</em></td><td>)</td> | ||||
|           <td></td> | ||||
|         </tr> | ||||
|       </table> | ||||
| </div><div class="memdoc"> | ||||
|  | ||||
| </div> | ||||
| </div> | ||||
| <a class="anchor" id="a890b443f80f0968fb9eabd93fc99dbb5"></a> | ||||
| <div class="memitem"> | ||||
| <div class="memproto"> | ||||
|       <table class="memname"> | ||||
|         <tr> | ||||
|           <td class="memname">pkcs1_encode </td> | ||||
|           <td>(</td> | ||||
|           <td class="paramtype"> </td> | ||||
|           <td class="paramname"><em>$Modulus</em>, </td> | ||||
|         </tr> | ||||
|         <tr> | ||||
|           <td class="paramkey"></td> | ||||
|           <td></td> | ||||
|           <td class="paramtype"> </td> | ||||
|           <td class="paramname"><em>$PublicExponent</em> </td> | ||||
|         </tr> | ||||
|         <tr> | ||||
|           <td></td> | ||||
|           <td>)</td> | ||||
|           <td></td><td></td> | ||||
|         </tr> | ||||
|       </table> | ||||
| </div><div class="memdoc"> | ||||
|  | ||||
| <p>Referenced by <a class="el" href="crypto_8php.html#a573f02517abe4ac9241268263063b2a0">metorsa()</a>.</p> | ||||
|  | ||||
| </div> | ||||
| </div> | ||||
| <a class="anchor" id="a3398666e184faf8e516c8e5d91de86eb"></a> | ||||
| <div class="memitem"> | ||||
| <div class="memproto"> | ||||
|       <table class="memname"> | ||||
|         <tr> | ||||
|           <td class="memname"><a class="el" href="redstrap_2php_2style_8php.html#a0c4684da834439885ae2285649d1aaea">if</a> (!function_exists('aes_decrypt')) <a class="el" href="redstrap_2php_2style_8php.html#a0c4684da834439885ae2285649d1aaea">if</a> (!function_exists('aes_encrypt')) pkcs5_pad </td> | ||||
|           <td class="memname">pkcs5_pad </td> | ||||
|           <td>(</td> | ||||
|           <td class="paramtype"> </td> | ||||
|           <td class="paramname"><em>$text</em>, </td> | ||||
| @@ -521,68 +318,6 @@ Functions</h2></td></tr> | ||||
|  | ||||
| <p>Referenced by <a class="el" href="crypto_8php.html#ac852ee41392d1358c3a54d54935e0bf9">AES256CBC_decrypt()</a>.</p> | ||||
|  | ||||
| </div> | ||||
| </div> | ||||
| <a class="anchor" id="a0e941b6b18ff895d1a2448741abf2ef2"></a> | ||||
| <div class="memitem"> | ||||
| <div class="memproto"> | ||||
|       <table class="memname"> | ||||
|         <tr> | ||||
|           <td class="memname">pkcs8_encode </td> | ||||
|           <td>(</td> | ||||
|           <td class="paramtype"> </td> | ||||
|           <td class="paramname"><em>$Modulus</em>, </td> | ||||
|         </tr> | ||||
|         <tr> | ||||
|           <td class="paramkey"></td> | ||||
|           <td></td> | ||||
|           <td class="paramtype"> </td> | ||||
|           <td class="paramname"><em>$PublicExponent</em> </td> | ||||
|         </tr> | ||||
|         <tr> | ||||
|           <td></td> | ||||
|           <td>)</td> | ||||
|           <td></td><td></td> | ||||
|         </tr> | ||||
|       </table> | ||||
| </div><div class="memdoc"> | ||||
|  | ||||
| <p>Referenced by <a class="el" href="crypto_8php.html#af8bbdeaf4abed7b40365d301e6013c85">metopem()</a>.</p> | ||||
|  | ||||
| </div> | ||||
| </div> | ||||
| <a class="anchor" id="a2a3fae7caca27f86d158eeaf69b6f287"></a> | ||||
| <div class="memitem"> | ||||
| <div class="memproto"> | ||||
|       <table class="memname"> | ||||
|         <tr> | ||||
|           <td class="memname">pubrsatome </td> | ||||
|           <td>(</td> | ||||
|           <td class="paramtype"> </td> | ||||
|           <td class="paramname"><em>$key</em>, </td> | ||||
|         </tr> | ||||
|         <tr> | ||||
|           <td class="paramkey"></td> | ||||
|           <td></td> | ||||
|           <td class="paramtype">& </td> | ||||
|           <td class="paramname"><em>$m</em>, </td> | ||||
|         </tr> | ||||
|         <tr> | ||||
|           <td class="paramkey"></td> | ||||
|           <td></td> | ||||
|           <td class="paramtype">& </td> | ||||
|           <td class="paramname"><em>$e</em> </td> | ||||
|         </tr> | ||||
|         <tr> | ||||
|           <td></td> | ||||
|           <td>)</td> | ||||
|           <td></td><td></td> | ||||
|         </tr> | ||||
|       </table> | ||||
| </div><div class="memdoc"> | ||||
|  | ||||
| <p>Referenced by <a class="el" href="crypto_8php.html#a7f7e650aaeaa3832580a73eb00966b26">rsatopem()</a>.</p> | ||||
|  | ||||
| </div> | ||||
| </div> | ||||
| <a class="anchor" id="a920e5f222d0020f47556033d8b2b6552"></a> | ||||
| @@ -615,7 +350,7 @@ Functions</h2></td></tr> | ||||
|       </table> | ||||
| </div><div class="memdoc"> | ||||
|  | ||||
| <p>Referenced by <a class="el" href="identity_8php.html#a345f4c943d84de502ec6e72d2c813945">create_identity()</a>, <a class="el" href="boot_8php.html#aca5e42678e178c6b9034610d66666fd7">fix_system_urls()</a>, <a class="el" href="import_8php.html#af17fef0410518f7eac205d0ea416eaa2">import_post()</a>, <a class="el" href="magic_8php.html#acea2cc792849ca2d71d4b689f66518bf">magic_init()</a>, <a class="el" href="post_8php.html#af59e6a1dc22d19d9257b01cd7ccedb75">post_post()</a>, <a class="el" href="zot_8php.html#a3862b3161b2c8557dc1a95020179bd81">zot_build_packet()</a>, and <a class="el" href="zot_8php.html#a61cdc1ec843663c423ed2d8160ae5aea">zot_fetch()</a>.</p> | ||||
| <p>Referenced by <a class="el" href="identity_8php.html#a345f4c943d84de502ec6e72d2c813945">create_identity()</a>, <a class="el" href="boot_8php.html#aca5e42678e178c6b9034610d66666fd7">fix_system_urls()</a>, <a class="el" href="import_8php.html#af17fef0410518f7eac205d0ea416eaa2">import_post()</a>, <a class="el" href="magic_8php.html#acea2cc792849ca2d71d4b689f66518bf">magic_init()</a>, <a class="el" href="post_8php.html#af59e6a1dc22d19d9257b01cd7ccedb75">post_post()</a>, <a class="el" href="zfinger_8php.html#a8139b83a22ef98869adc10aa224027a0">zfinger_init()</a>, <a class="el" href="zot_8php.html#a3862b3161b2c8557dc1a95020179bd81">zot_build_packet()</a>, and <a class="el" href="zot_8php.html#a61cdc1ec843663c423ed2d8160ae5aea">zot_fetch()</a>.</p> | ||||
|  | ||||
| </div> | ||||
| </div> | ||||
| @@ -655,41 +390,7 @@ Functions</h2></td></tr> | ||||
|       </table> | ||||
| </div><div class="memdoc"> | ||||
|  | ||||
| <p>Referenced by <a class="el" href="zot_8php.html#ab0227978011d8601494a7651fa26acf0">import_xchan()</a>, <a class="el" href="post_8php.html#af4b48181ce773ef0cdfc972441445c34">post_init()</a>, <a class="el" href="post_8php.html#af59e6a1dc22d19d9257b01cd7ccedb75">post_post()</a>, and <a class="el" href="zfinger_8php.html#a8139b83a22ef98869adc10aa224027a0">zfinger_init()</a>.</p> | ||||
|  | ||||
| </div> | ||||
| </div> | ||||
| <a class="anchor" id="a7f7e650aaeaa3832580a73eb00966b26"></a> | ||||
| <div class="memitem"> | ||||
| <div class="memproto"> | ||||
|       <table class="memname"> | ||||
|         <tr> | ||||
|           <td class="memname">rsatopem </td> | ||||
|           <td>(</td> | ||||
|           <td class="paramtype"> </td> | ||||
|           <td class="paramname"><em>$key</em></td><td>)</td> | ||||
|           <td></td> | ||||
|         </tr> | ||||
|       </table> | ||||
| </div><div class="memdoc"> | ||||
|  | ||||
| </div> | ||||
| </div> | ||||
| <a class="anchor" id="a9191447cc46f0b4eaba3273e313994d5"></a> | ||||
| <div class="memitem"> | ||||
| <div class="memproto"> | ||||
|       <table class="memname"> | ||||
|         <tr> | ||||
|           <td class="memname">salmon_key </td> | ||||
|           <td>(</td> | ||||
|           <td class="paramtype"> </td> | ||||
|           <td class="paramname"><em>$pubkey</em></td><td>)</td> | ||||
|           <td></td> | ||||
|         </tr> | ||||
|       </table> | ||||
| </div><div class="memdoc"> | ||||
|  | ||||
| <p>Referenced by <a class="el" href="hostxrd_8php.html#aa37ffc8e7900bc76c4828bd25916db92">hostxrd_init()</a>, and <a class="el" href="xrd_8php.html#aee3cf087968e4a0ff3a87de16eb23270">xrd_init()</a>.</p> | ||||
| <p>Referenced by <a class="el" href="zot_8php.html#a2657e141d62d5f67ad3c87651b585299">import_site()</a>, <a class="el" href="zot_8php.html#ab0227978011d8601494a7651fa26acf0">import_xchan()</a>, <a class="el" href="post_8php.html#af4b48181ce773ef0cdfc972441445c34">post_init()</a>, <a class="el" href="post_8php.html#af59e6a1dc22d19d9257b01cd7ccedb75">post_post()</a>, and <a class="el" href="zfinger_8php.html#a8139b83a22ef98869adc10aa224027a0">zfinger_init()</a>.</p> | ||||
|  | ||||
| </div> | ||||
| </div> | ||||
|   | ||||
| @@ -4,20 +4,9 @@ var crypto_8php = | ||||
|     [ "AES256CBC_encrypt", "crypto_8php.html#a5c61821d205f95f127114159cbffa764", null ], | ||||
|     [ "aes_encapsulate", "crypto_8php.html#a2148d7aac7b30c720f7ebda7e9790286", null ], | ||||
|     [ "aes_unencapsulate", "crypto_8php.html#aca7c3a574bfb6c6ef1f2403a56823914", null ], | ||||
|     [ "DerToPem", "crypto_8php.html#a630e1574554f34e7c38511585d9e71a2", null ], | ||||
|     [ "DerToRsa", "crypto_8php.html#ae5af17db1cb5d7c91d486e1264079839", null ], | ||||
|     [ "metopem", "crypto_8php.html#af8bbdeaf4abed7b40365d301e6013c85", null ], | ||||
|     [ "metorsa", "crypto_8php.html#a573f02517abe4ac9241268263063b2a0", null ], | ||||
|     [ "new_keypair", "crypto_8php.html#aae0ab70d6a199b29555b1ac3cf250d6a", null ], | ||||
|     [ "pemtome", "crypto_8php.html#a798368843cdd9bb08386b48e53e29e8c", null ], | ||||
|     [ "pemtorsa", "crypto_8php.html#a35bc357c93f4ddc67ef377620b0349e8", null ], | ||||
|     [ "pkcs1_encode", "crypto_8php.html#a890b443f80f0968fb9eabd93fc99dbb5", null ], | ||||
|     [ "pkcs5_pad", "crypto_8php.html#a3398666e184faf8e516c8e5d91de86eb", null ], | ||||
|     [ "pkcs5_pad", "crypto_8php.html#ad5e51fd44cff93cfaa07a37e24a5edec", null ], | ||||
|     [ "pkcs5_unpad", "crypto_8php.html#ac95ac3b1b23b65b04a86613d4206ae85", null ], | ||||
|     [ "pkcs8_encode", "crypto_8php.html#a0e941b6b18ff895d1a2448741abf2ef2", null ], | ||||
|     [ "pubrsatome", "crypto_8php.html#a2a3fae7caca27f86d158eeaf69b6f287", null ], | ||||
|     [ "rsa_sign", "crypto_8php.html#a920e5f222d0020f47556033d8b2b6552", null ], | ||||
|     [ "rsa_verify", "crypto_8php.html#ab4f21d8f6b8ece0915e7c8bb73379f96", null ], | ||||
|     [ "rsatopem", "crypto_8php.html#a7f7e650aaeaa3832580a73eb00966b26", null ], | ||||
|     [ "salmon_key", "crypto_8php.html#a9191447cc46f0b4eaba3273e313994d5", null ] | ||||
|     [ "rsa_verify", "crypto_8php.html#ab4f21d8f6b8ece0915e7c8bb73379f96", null ] | ||||
| ]; | ||||
										
											
												File diff suppressed because one or more lines are too long
											
										
									
								
							
										
											
												File diff suppressed because one or more lines are too long
											
										
									
								
							| @@ -264,7 +264,7 @@ Files</h2></td></tr> | ||||
| <tr class="separator:"><td class="memSeparator" colspan="2"> </td></tr> | ||||
| <tr class="memitem:search__ac_8php"><td class="memItemLeft" align="right" valign="top">file  </td><td class="memItemRight" valign="bottom"><a class="el" href="search__ac_8php.html">search_ac.php</a></td></tr> | ||||
| <tr class="separator:"><td class="memSeparator" colspan="2"> </td></tr> | ||||
| <tr class="memitem:mod_2settings_8php"><td class="memItemLeft" align="right" valign="top">file  </td><td class="memItemRight" valign="bottom"><a class="el" href="mod_2settings_8php.html">settings.php</a></td></tr> | ||||
| <tr class="memitem:settings_8php"><td class="memItemLeft" align="right" valign="top">file  </td><td class="memItemRight" valign="bottom"><a class="el" href="settings_8php.html">settings.php</a></td></tr> | ||||
| <tr class="separator:"><td class="memSeparator" colspan="2"> </td></tr> | ||||
| <tr class="memitem:setup_8php"><td class="memItemLeft" align="right" valign="top">file  </td><td class="memItemRight" valign="bottom"><a class="el" href="setup_8php.html">setup.php</a></td></tr> | ||||
| <tr class="separator:"><td class="memSeparator" colspan="2"> </td></tr> | ||||
|   | ||||
| @@ -80,7 +80,7 @@ var dir_d41ce877eb409a4791b288730010abe2 = | ||||
|     [ "rsd_xml.php", "rsd__xml_8php.html", "rsd__xml_8php" ], | ||||
|     [ "search.php", "search_8php.html", "search_8php" ], | ||||
|     [ "search_ac.php", "search__ac_8php.html", "search__ac_8php" ], | ||||
|     [ "settings.php", "mod_2settings_8php.html", "mod_2settings_8php" ], | ||||
|     [ "settings.php", "settings_8php.html", "settings_8php" ], | ||||
|     [ "setup.php", "setup_8php.html", "setup_8php" ], | ||||
|     [ "share.php", "share_8php.html", "share_8php" ], | ||||
|     [ "siteinfo.php", "siteinfo_8php.html", "siteinfo_8php" ], | ||||
|   | ||||
| @@ -225,8 +225,6 @@ Files</h2></td></tr> | ||||
| <tr class="separator:"><td class="memSeparator" colspan="2"> </td></tr> | ||||
| <tr class="memitem:session_8php"><td class="memItemLeft" align="right" valign="top">file  </td><td class="memItemRight" valign="bottom"><a class="el" href="session_8php.html">session.php</a></td></tr> | ||||
| <tr class="separator:"><td class="memSeparator" colspan="2"> </td></tr> | ||||
| <tr class="memitem:include_2settings_8php"><td class="memItemLeft" align="right" valign="top">file  </td><td class="memItemRight" valign="bottom"><a class="el" href="include_2settings_8php.html">settings.php</a></td></tr> | ||||
| <tr class="separator:"><td class="memSeparator" colspan="2"> </td></tr> | ||||
| <tr class="memitem:socgraph_8php"><td class="memItemLeft" align="right" valign="top">file  </td><td class="memItemRight" valign="bottom"><a class="el" href="socgraph_8php.html">socgraph.php</a></td></tr> | ||||
| <tr class="separator:"><td class="memSeparator" colspan="2"> </td></tr> | ||||
| <tr class="memitem:system__unavailable_8php"><td class="memItemLeft" align="right" valign="top">file  </td><td class="memItemRight" valign="bottom"><a class="el" href="system__unavailable_8php.html">system_unavailable.php</a></td></tr> | ||||
|   | ||||
| @@ -75,7 +75,6 @@ var dir_d44c64559bbebec7f509842c48db8b23 = | ||||
|     [ "queue_fn.php", "queue__fn_8php.html", "queue__fn_8php" ], | ||||
|     [ "security.php", "security_8php.html", "security_8php" ], | ||||
|     [ "session.php", "session_8php.html", "session_8php" ], | ||||
|     [ "settings.php", "include_2settings_8php.html", "include_2settings_8php" ], | ||||
|     [ "socgraph.php", "socgraph_8php.html", "socgraph_8php" ], | ||||
|     [ "system_unavailable.php", "system__unavailable_8php.html", "system__unavailable_8php" ], | ||||
|     [ "taxonomy.php", "taxonomy_8php.html", "taxonomy_8php" ], | ||||
|   | ||||
										
											
												File diff suppressed because one or more lines are too long
											
										
									
								
							| @@ -175,13 +175,12 @@ $(document).ready(function(){initNavTree('files.html','');}); | ||||
| <tr id="row_0_56_" style="display:none;"><td class="entry"><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2doc.png" alt="*" width="24" height="22" /><a class="el" href="queue__fn_8php.html" target="_self">queue_fn.php</a></td><td class="desc"></td></tr> | ||||
| <tr id="row_0_57_" style="display:none;"><td class="entry"><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2doc.png" alt="*" width="24" height="22" /><a class="el" href="security_8php.html" target="_self">security.php</a></td><td class="desc"></td></tr> | ||||
| <tr id="row_0_58_" style="display:none;"><td class="entry"><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2doc.png" alt="*" width="24" height="22" /><a class="el" href="session_8php.html" target="_self">session.php</a></td><td class="desc"></td></tr> | ||||
| <tr id="row_0_59_" style="display:none;"><td class="entry"><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2doc.png" alt="*" width="24" height="22" /><a class="el" href="include_2settings_8php.html" target="_self">settings.php</a></td><td class="desc"></td></tr> | ||||
| <tr id="row_0_60_" style="display:none;"><td class="entry"><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2doc.png" alt="*" width="24" height="22" /><a class="el" href="socgraph_8php.html" target="_self">socgraph.php</a></td><td class="desc"></td></tr> | ||||
| <tr id="row_0_61_" style="display:none;"><td class="entry"><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2doc.png" alt="*" width="24" height="22" /><a class="el" href="system__unavailable_8php.html" target="_self">system_unavailable.php</a></td><td class="desc"></td></tr> | ||||
| <tr id="row_0_62_" style="display:none;"><td class="entry"><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2doc.png" alt="*" width="24" height="22" /><a class="el" href="taxonomy_8php.html" target="_self">taxonomy.php</a></td><td class="desc"></td></tr> | ||||
| <tr id="row_0_63_" style="display:none;"><td class="entry"><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2doc.png" alt="*" width="24" height="22" /><a class="el" href="template__processor_8php.html" target="_self">template_processor.php</a></td><td class="desc"></td></tr> | ||||
| <tr id="row_0_64_" style="display:none;"><td class="entry"><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2doc.png" alt="*" width="24" height="22" /><a class="el" href="text_8php.html" target="_self">text.php</a></td><td class="desc"></td></tr> | ||||
| <tr id="row_0_65_" style="display:none;"><td class="entry"><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2lastnode.png" alt="\" width="16" height="22" /><img src="ftv2doc.png" alt="*" width="24" height="22" /><a class="el" href="zot_8php.html" target="_self">zot.php</a></td><td class="desc"></td></tr> | ||||
| <tr id="row_0_59_" style="display:none;"><td class="entry"><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2doc.png" alt="*" width="24" height="22" /><a class="el" href="socgraph_8php.html" target="_self">socgraph.php</a></td><td class="desc"></td></tr> | ||||
| <tr id="row_0_60_" style="display:none;"><td class="entry"><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2doc.png" alt="*" width="24" height="22" /><a class="el" href="system__unavailable_8php.html" target="_self">system_unavailable.php</a></td><td class="desc"></td></tr> | ||||
| <tr id="row_0_61_" style="display:none;"><td class="entry"><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2doc.png" alt="*" width="24" height="22" /><a class="el" href="taxonomy_8php.html" target="_self">taxonomy.php</a></td><td class="desc"></td></tr> | ||||
| <tr id="row_0_62_" style="display:none;"><td class="entry"><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2doc.png" alt="*" width="24" height="22" /><a class="el" href="template__processor_8php.html" target="_self">template_processor.php</a></td><td class="desc"></td></tr> | ||||
| <tr id="row_0_63_" style="display:none;"><td class="entry"><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2doc.png" alt="*" width="24" height="22" /><a class="el" href="text_8php.html" target="_self">text.php</a></td><td class="desc"></td></tr> | ||||
| <tr id="row_0_64_" style="display:none;"><td class="entry"><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2lastnode.png" alt="\" width="16" height="22" /><img src="ftv2doc.png" alt="*" width="24" height="22" /><a class="el" href="zot_8php.html" target="_self">zot.php</a></td><td class="desc"></td></tr> | ||||
| <tr id="row_1_"><td class="entry"><img id="arr_1_" src="ftv2pnode.png" alt="o" width="16" height="22" onclick="toggleFolder('1_')"/><img id="img_1_" src="ftv2folderclosed.png" alt="+" width="24" height="22" onclick="toggleFolder('1_')"/><a class="el" href="dir_d41ce877eb409a4791b288730010abe2.html" target="_self">mod</a></td><td class="desc"></td></tr> | ||||
| <tr id="row_1_0_" class="even" style="display:none;"><td class="entry"><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2doc.png" alt="*" width="24" height="22" /><a class="el" href="__well__known_8php.html" target="_self">_well_known.php</a></td><td class="desc"></td></tr> | ||||
| <tr id="row_1_1_" class="even" style="display:none;"><td class="entry"><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2doc.png" alt="*" width="24" height="22" /><a class="el" href="acl_8php.html" target="_self">acl.php</a></td><td class="desc"></td></tr> | ||||
| @@ -263,7 +262,7 @@ $(document).ready(function(){initNavTree('files.html','');}); | ||||
| <tr id="row_1_77_" class="even" style="display:none;"><td class="entry"><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2doc.png" alt="*" width="24" height="22" /><a class="el" href="rsd__xml_8php.html" target="_self">rsd_xml.php</a></td><td class="desc"></td></tr> | ||||
| <tr id="row_1_78_" class="even" style="display:none;"><td class="entry"><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2doc.png" alt="*" width="24" height="22" /><a class="el" href="search_8php.html" target="_self">search.php</a></td><td class="desc"></td></tr> | ||||
| <tr id="row_1_79_" class="even" style="display:none;"><td class="entry"><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2doc.png" alt="*" width="24" height="22" /><a class="el" href="search__ac_8php.html" target="_self">search_ac.php</a></td><td class="desc"></td></tr> | ||||
| <tr id="row_1_80_" class="even" style="display:none;"><td class="entry"><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2doc.png" alt="*" width="24" height="22" /><a class="el" href="mod_2settings_8php.html" target="_self">settings.php</a></td><td class="desc"></td></tr> | ||||
| <tr id="row_1_80_" class="even" style="display:none;"><td class="entry"><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2doc.png" alt="*" width="24" height="22" /><a class="el" href="settings_8php.html" target="_self">settings.php</a></td><td class="desc"></td></tr> | ||||
| <tr id="row_1_81_" class="even" style="display:none;"><td class="entry"><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2doc.png" alt="*" width="24" height="22" /><a class="el" href="setup_8php.html" target="_self">setup.php</a></td><td class="desc"></td></tr> | ||||
| <tr id="row_1_82_" class="even" style="display:none;"><td class="entry"><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2doc.png" alt="*" width="24" height="22" /><a class="el" href="share_8php.html" target="_self">share.php</a></td><td class="desc"></td></tr> | ||||
| <tr id="row_1_83_" class="even" style="display:none;"><td class="entry"><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2doc.png" alt="*" width="24" height="22" /><a class="el" href="siteinfo_8php.html" target="_self">siteinfo.php</a></td><td class="desc"></td></tr> | ||||
|   | ||||
| @@ -190,7 +190,7 @@ $(document).ready(function(){initNavTree('globals_0x62.html','');}); | ||||
| : <a class="el" href="boot_8php.html#a9cbab4ee728e9a8b4ce952bae643044e">boot.php</a> | ||||
| </li> | ||||
| <li>build_sync_packet() | ||||
| : <a class="el" href="include_2settings_8php.html#ac34e479d27f32b82dd6b33542f81a6a7">settings.php</a> | ||||
| : <a class="el" href="zot_8php.html#ac34e479d27f32b82dd6b33542f81a6a7">zot.php</a> | ||||
| </li> | ||||
| </ul> | ||||
| </div><!-- contents --> | ||||
|   | ||||
| @@ -180,6 +180,9 @@ $(document).ready(function(){initNavTree('globals_0x63.html','');}); | ||||
| <li>channel_remove() | ||||
| : <a class="el" href="Contact_8php.html#ad46ff6764f12b6d3ab45c49b797f98aa">Contact.php</a> | ||||
| </li> | ||||
| <li>channel_total() | ||||
| : <a class="el" href="identity_8php.html#a77d2237f1846964634b1c99089c27c7d">identity.php</a> | ||||
| </li> | ||||
| <li>channelx_by_hash() | ||||
| : <a class="el" href="Contact_8php.html#a483cda56f9e37c3a4a8773dcdfeb0258">Contact.php</a> | ||||
| </li> | ||||
|   | ||||
| @@ -210,12 +210,6 @@ $(document).ready(function(){initNavTree('globals_0x64.html','');}); | ||||
| <li>deliver_run() | ||||
| : <a class="el" href="deliver_8php.html#a397afcb9afecf0c1816b0951189dd346">deliver.php</a> | ||||
| </li> | ||||
| <li>DerToPem() | ||||
| : <a class="el" href="crypto_8php.html#a630e1574554f34e7c38511585d9e71a2">crypto.php</a> | ||||
| </li> | ||||
| <li>DerToRsa() | ||||
| : <a class="el" href="crypto_8php.html#ae5af17db1cb5d7c91d486e1264079839">crypto.php</a> | ||||
| </li> | ||||
| <li>detect_language() | ||||
| : <a class="el" href="language_8php.html#a632da17c7ac0d2dc1a00a4706870194b">language.php</a> | ||||
| </li> | ||||
|   | ||||
| @@ -271,7 +271,7 @@ $(document).ready(function(){initNavTree('globals_0x67.html','');}); | ||||
| : <a class="el" href="taxonomy_8php.html#a0fb8cf0ac7bcbc8b27d856fe9bf69cd1">taxonomy.php</a> | ||||
| </li> | ||||
| <li>get_theme_config_file() | ||||
| : <a class="el" href="mod_2settings_8php.html#a39abc76ff5459c57e3b957664f273f18">settings.php</a> | ||||
| : <a class="el" href="settings_8php.html#a39abc76ff5459c57e3b957664f273f18">settings.php</a> | ||||
| </li> | ||||
| <li>get_theme_info() | ||||
| : <a class="el" href="plugin_8php.html#ad48de9c0fb7f19413a2aa49250d00405">plugin.php</a> | ||||
|   | ||||
| @@ -161,7 +161,7 @@ $(document).ready(function(){initNavTree('globals_0x69.html','');}); | ||||
| , <a class="el" href="theme_2redstrap_2php_2default_8php.html#a23bc1996b18e69c1a3ab44536613a762">default.php</a> | ||||
| , <a class="el" href="php2po_8php.html#a45b05625748f412ec97afcd61cf7980b">php2po.php</a> | ||||
| , <a class="el" href="redstrap_2php_2style_8php.html#a0c4684da834439885ae2285649d1aaea">style.php</a> | ||||
| , <a class="el" href="php_2default_8php.html#a2a9b3d213aeeef28c4393ba8f7b408a4">default.php</a> | ||||
| , <a class="el" href="php_2default_8php.html#a23bc1996b18e69c1a3ab44536613a762">default.php</a> | ||||
| , <a class="el" href="full_8php.html#a6fac1b4b8cdfde06ea1b7713479e92db">full.php</a> | ||||
| </li> | ||||
| <li>import_author_xchan() | ||||
| @@ -185,6 +185,9 @@ $(document).ready(function(){initNavTree('globals_0x69.html','');}); | ||||
| <li>import_profile_photo() | ||||
| : <a class="el" href="photo__driver_8php.html#a102f3f26f67e0e38f4322a771951c1ca">photo_driver.php</a> | ||||
| </li> | ||||
| <li>import_site() | ||||
| : <a class="el" href="zot_8php.html#a2657e141d62d5f67ad3c87651b585299">zot.php</a> | ||||
| </li> | ||||
| <li>import_xchan() | ||||
| : <a class="el" href="zot_8php.html#ab0227978011d8601494a7651fa26acf0">zot.php</a> | ||||
| </li> | ||||
| @@ -263,6 +266,9 @@ $(document).ready(function(){initNavTree('globals_0x69.html','');}); | ||||
| <li>ITEM_NSFW | ||||
| : <a class="el" href="boot_8php.html#a939de9a99278f4fd7dcd0ee67f243f08">boot.php</a> | ||||
| </li> | ||||
| <li>ITEM_OBSCURED | ||||
| : <a class="el" href="boot_8php.html#a2c8906f1af94a3559a5b4661067bb79d">boot.php</a> | ||||
| </li> | ||||
| <li>ITEM_ORIGIN | ||||
| : <a class="el" href="boot_8php.html#a8c9dce0ef27b35397e29298eb966f7f7">boot.php</a> | ||||
| </li> | ||||
|   | ||||
| @@ -159,6 +159,9 @@ $(document).ready(function(){initNavTree('globals_0x6d.html','');}); | ||||
| <li>MAIL_ISREPLY | ||||
| : <a class="el" href="boot_8php.html#aa544a6c078130d0967a1f4ed8ce0a2d2">boot.php</a> | ||||
| </li> | ||||
| <li>MAIL_OBSCURED | ||||
| : <a class="el" href="boot_8php.html#a44ae1542a805ffd7f826fb511db07374">boot.php</a> | ||||
| </li> | ||||
| <li>MAIL_RECALLED | ||||
| : <a class="el" href="boot_8php.html#ae4861de36017fe399c1839f778bad9f5">boot.php</a> | ||||
| </li> | ||||
| @@ -204,12 +207,6 @@ $(document).ready(function(){initNavTree('globals_0x6d.html','');}); | ||||
| <li>message_post() | ||||
| : <a class="el" href="mod_2message_8php.html#a0db7030362a7e9ed9549b341d7b35718">message.php</a> | ||||
| </li> | ||||
| <li>metopem() | ||||
| : <a class="el" href="crypto_8php.html#af8bbdeaf4abed7b40365d301e6013c85">crypto.php</a> | ||||
| </li> | ||||
| <li>metorsa() | ||||
| : <a class="el" href="crypto_8php.html#a573f02517abe4ac9241268263063b2a0">crypto.php</a> | ||||
| </li> | ||||
| <li>micropro() | ||||
| : <a class="el" href="text_8php.html#a2a902f5fdba8646333e997898ac45ea3">text.php</a> | ||||
| </li> | ||||
|   | ||||
| @@ -185,12 +185,6 @@ $(document).ready(function(){initNavTree('globals_0x70.html','');}); | ||||
| <li>parseurl_getsiteinfo() | ||||
| : <a class="el" href="parse__url_8php.html#a25635549f2c22955d72465f4d2e58993">parse_url.php</a> | ||||
| </li> | ||||
| <li>pemtome() | ||||
| : <a class="el" href="crypto_8php.html#a798368843cdd9bb08386b48e53e29e8c">crypto.php</a> | ||||
| </li> | ||||
| <li>pemtorsa() | ||||
| : <a class="el" href="crypto_8php.html#a35bc357c93f4ddc67ef377620b0349e8">crypto.php</a> | ||||
| </li> | ||||
| <li>perm_is_allowed() | ||||
| : <a class="el" href="permissions_8php.html#a67ada9ed51e77885b6b0f6a28cee1835">permissions.php</a> | ||||
| </li> | ||||
| @@ -323,18 +317,12 @@ $(document).ready(function(){initNavTree('globals_0x70.html','');}); | ||||
| <li>ping_init() | ||||
| : <a class="el" href="ping_8php.html#a77217b1b190b4c5d8770867b45f0c0a1">ping.php</a> | ||||
| </li> | ||||
| <li>pkcs1_encode() | ||||
| : <a class="el" href="crypto_8php.html#a890b443f80f0968fb9eabd93fc99dbb5">crypto.php</a> | ||||
| </li> | ||||
| <li>pkcs5_pad() | ||||
| : <a class="el" href="crypto_8php.html#a3398666e184faf8e516c8e5d91de86eb">crypto.php</a> | ||||
| : <a class="el" href="crypto_8php.html#ad5e51fd44cff93cfaa07a37e24a5edec">crypto.php</a> | ||||
| </li> | ||||
| <li>pkcs5_unpad() | ||||
| : <a class="el" href="crypto_8php.html#ac95ac3b1b23b65b04a86613d4206ae85">crypto.php</a> | ||||
| </li> | ||||
| <li>pkcs8_encode() | ||||
| : <a class="el" href="crypto_8php.html#a0e941b6b18ff895d1a2448741abf2ef2">crypto.php</a> | ||||
| </li> | ||||
| <li>PNG_QUALITY | ||||
| : <a class="el" href="boot_8php.html#a8df201788c9dd0ca91384e3a14c08bce">boot.php</a> | ||||
| </li> | ||||
| @@ -384,7 +372,7 @@ $(document).ready(function(){initNavTree('globals_0x70.html','');}); | ||||
| : <a class="el" href="text_8php.html#ac19d2b33a58372a357a43d51eed19162">text.php</a> | ||||
| </li> | ||||
| <li>prepare_body() | ||||
| : <a class="el" href="text_8php.html#af3a7139d40ea758f315c2acf2ccc1b1c">text.php</a> | ||||
| : <a class="el" href="text_8php.html#ae4df74296fbe55051ed3c035e55205e5">text.php</a> | ||||
| </li> | ||||
| <li>prepare_page() | ||||
| : <a class="el" href="conversation_8php.html#a4b0888b0f26e1c284a4341fe5fd04f0c">conversation.php</a> | ||||
| @@ -419,6 +407,9 @@ $(document).ready(function(){initNavTree('globals_0x70.html','');}); | ||||
| <li>proc_run() | ||||
| : <a class="el" href="boot_8php.html#ab346a2ece14993861f3e4206befa94f0">boot.php</a> | ||||
| </li> | ||||
| <li>process_channel_sync_delivery() | ||||
| : <a class="el" href="zot_8php.html#ac301c67864917c35922257950ae0f95c">zot.php</a> | ||||
| </li> | ||||
| <li>process_delivery() | ||||
| : <a class="el" href="zot_8php.html#a37ec13b18057634eadb071f05297f5e1">zot.php</a> | ||||
| </li> | ||||
| @@ -494,9 +485,6 @@ $(document).ready(function(){initNavTree('globals_0x70.html','');}); | ||||
| <li>public_recips() | ||||
| : <a class="el" href="zot_8php.html#a083aec6c900d244e1bfc1406f9461465">zot.php</a> | ||||
| </li> | ||||
| <li>pubrsatome() | ||||
| : <a class="el" href="crypto_8php.html#a2a3fae7caca27f86d158eeaf69b6f287">crypto.php</a> | ||||
| </li> | ||||
| <li>purify_html() | ||||
| : <a class="el" href="text_8php.html#a4841df5beabdd1bdd1ed56781a915d61">text.php</a> | ||||
| </li> | ||||
|   | ||||
| @@ -285,9 +285,6 @@ $(document).ready(function(){initNavTree('globals_0x72.html','');}); | ||||
| <li>rsa_verify() | ||||
| : <a class="el" href="crypto_8php.html#ab4f21d8f6b8ece0915e7c8bb73379f96">crypto.php</a> | ||||
| </li> | ||||
| <li>rsatopem() | ||||
| : <a class="el" href="crypto_8php.html#a7f7e650aaeaa3832580a73eb00966b26">crypto.php</a> | ||||
| </li> | ||||
| <li>rsd_xml_content() | ||||
| : <a class="el" href="rsd__xml_8php.html#a740cd02fa15e5a53f8547fac73f0ab82">rsd_xml.php</a> | ||||
| </li> | ||||
|   | ||||
| @@ -144,9 +144,6 @@ $(document).ready(function(){initNavTree('globals_0x73.html','');}); | ||||
| <div class="textblock">Here is a list of all file members with links to the files they belong to:</div> | ||||
|  | ||||
| <h3><a class="anchor" id="index_s"></a>- s -</h3><ul> | ||||
| <li>salmon_key() | ||||
| : <a class="el" href="crypto_8php.html#a9191447cc46f0b4eaba3273e313994d5">crypto.php</a> | ||||
| </li> | ||||
| <li>sanitise_acl() | ||||
| : <a class="el" href="text_8php.html#a9fbeae13c9abd6e27cb4d8d1817f969c">text.php</a> | ||||
| </li> | ||||
| @@ -208,13 +205,13 @@ $(document).ready(function(){initNavTree('globals_0x73.html','');}); | ||||
| : <a class="el" href="include_2config_8php.html#afe117b70f1bba2f6348d9300b601f86e">config.php</a> | ||||
| </li> | ||||
| <li>settings_aside() | ||||
| : <a class="el" href="mod_2settings_8php.html#ae5aebccb006bee1300078576baaf5582">settings.php</a> | ||||
| : <a class="el" href="settings_8php.html#ae5aebccb006bee1300078576baaf5582">settings.php</a> | ||||
| </li> | ||||
| <li>settings_init() | ||||
| : <a class="el" href="mod_2settings_8php.html#a3a4cde287482fced008583f54ba2a722">settings.php</a> | ||||
| : <a class="el" href="settings_8php.html#a3a4cde287482fced008583f54ba2a722">settings.php</a> | ||||
| </li> | ||||
| <li>settings_post() | ||||
| : <a class="el" href="mod_2settings_8php.html#aa7ee94d88ac088edb04ccf3a26de3586">settings.php</a> | ||||
| : <a class="el" href="settings_8php.html#aa7ee94d88ac088edb04ccf3a26de3586">settings.php</a> | ||||
| </li> | ||||
| <li>setup_content() | ||||
| : <a class="el" href="setup_8php.html#a88247384a96e14516f474d7af6a465c1">setup.php</a> | ||||
|   | ||||
| @@ -189,7 +189,7 @@ $(document).ready(function(){initNavTree('globals_func_0x62.html','');}); | ||||
| : <a class="el" href="boot_8php.html#a9cbab4ee728e9a8b4ce952bae643044e">boot.php</a> | ||||
| </li> | ||||
| <li>build_sync_packet() | ||||
| : <a class="el" href="include_2settings_8php.html#ac34e479d27f32b82dd6b33542f81a6a7">settings.php</a> | ||||
| : <a class="el" href="zot_8php.html#ac34e479d27f32b82dd6b33542f81a6a7">zot.php</a> | ||||
| </li> | ||||
| </ul> | ||||
| </div><!-- contents --> | ||||
|   | ||||
| @@ -179,6 +179,9 @@ $(document).ready(function(){initNavTree('globals_func_0x63.html','');}); | ||||
| <li>channel_remove() | ||||
| : <a class="el" href="Contact_8php.html#ad46ff6764f12b6d3ab45c49b797f98aa">Contact.php</a> | ||||
| </li> | ||||
| <li>channel_total() | ||||
| : <a class="el" href="identity_8php.html#a77d2237f1846964634b1c99089c27c7d">identity.php</a> | ||||
| </li> | ||||
| <li>channelx_by_hash() | ||||
| : <a class="el" href="Contact_8php.html#a483cda56f9e37c3a4a8773dcdfeb0258">Contact.php</a> | ||||
| </li> | ||||
|   | ||||
| @@ -203,12 +203,6 @@ $(document).ready(function(){initNavTree('globals_func_0x64.html','');}); | ||||
| <li>deliver_run() | ||||
| : <a class="el" href="deliver_8php.html#a397afcb9afecf0c1816b0951189dd346">deliver.php</a> | ||||
| </li> | ||||
| <li>DerToPem() | ||||
| : <a class="el" href="crypto_8php.html#a630e1574554f34e7c38511585d9e71a2">crypto.php</a> | ||||
| </li> | ||||
| <li>DerToRsa() | ||||
| : <a class="el" href="crypto_8php.html#ae5af17db1cb5d7c91d486e1264079839">crypto.php</a> | ||||
| </li> | ||||
| <li>detect_language() | ||||
| : <a class="el" href="language_8php.html#a632da17c7ac0d2dc1a00a4706870194b">language.php</a> | ||||
| </li> | ||||
|   | ||||
| @@ -270,7 +270,7 @@ $(document).ready(function(){initNavTree('globals_func_0x67.html','');}); | ||||
| : <a class="el" href="taxonomy_8php.html#a0fb8cf0ac7bcbc8b27d856fe9bf69cd1">taxonomy.php</a> | ||||
| </li> | ||||
| <li>get_theme_config_file() | ||||
| : <a class="el" href="mod_2settings_8php.html#a39abc76ff5459c57e3b957664f273f18">settings.php</a> | ||||
| : <a class="el" href="settings_8php.html#a39abc76ff5459c57e3b957664f273f18">settings.php</a> | ||||
| </li> | ||||
| <li>get_theme_info() | ||||
| : <a class="el" href="plugin_8php.html#ad48de9c0fb7f19413a2aa49250d00405">plugin.php</a> | ||||
|   | ||||
| @@ -176,6 +176,9 @@ $(document).ready(function(){initNavTree('globals_func_0x69.html','');}); | ||||
| <li>import_profile_photo() | ||||
| : <a class="el" href="photo__driver_8php.html#a102f3f26f67e0e38f4322a771951c1ca">photo_driver.php</a> | ||||
| </li> | ||||
| <li>import_site() | ||||
| : <a class="el" href="zot_8php.html#a2657e141d62d5f67ad3c87651b585299">zot.php</a> | ||||
| </li> | ||||
| <li>import_xchan() | ||||
| : <a class="el" href="zot_8php.html#ab0227978011d8601494a7651fa26acf0">zot.php</a> | ||||
| </li> | ||||
|   | ||||
| @@ -182,12 +182,6 @@ $(document).ready(function(){initNavTree('globals_func_0x6d.html','');}); | ||||
| <li>message_post() | ||||
| : <a class="el" href="mod_2message_8php.html#a0db7030362a7e9ed9549b341d7b35718">message.php</a> | ||||
| </li> | ||||
| <li>metopem() | ||||
| : <a class="el" href="crypto_8php.html#af8bbdeaf4abed7b40365d301e6013c85">crypto.php</a> | ||||
| </li> | ||||
| <li>metorsa() | ||||
| : <a class="el" href="crypto_8php.html#a573f02517abe4ac9241268263063b2a0">crypto.php</a> | ||||
| </li> | ||||
| <li>micropro() | ||||
| : <a class="el" href="text_8php.html#a2a902f5fdba8646333e997898ac45ea3">text.php</a> | ||||
| </li> | ||||
|   | ||||
| @@ -161,12 +161,6 @@ $(document).ready(function(){initNavTree('globals_func_0x70.html','');}); | ||||
| <li>parseurl_getsiteinfo() | ||||
| : <a class="el" href="parse__url_8php.html#a25635549f2c22955d72465f4d2e58993">parse_url.php</a> | ||||
| </li> | ||||
| <li>pemtome() | ||||
| : <a class="el" href="crypto_8php.html#a798368843cdd9bb08386b48e53e29e8c">crypto.php</a> | ||||
| </li> | ||||
| <li>pemtorsa() | ||||
| : <a class="el" href="crypto_8php.html#a35bc357c93f4ddc67ef377620b0349e8">crypto.php</a> | ||||
| </li> | ||||
| <li>perm_is_allowed() | ||||
| : <a class="el" href="permissions_8php.html#a67ada9ed51e77885b6b0f6a28cee1835">permissions.php</a> | ||||
| </li> | ||||
| @@ -224,18 +218,12 @@ $(document).ready(function(){initNavTree('globals_func_0x70.html','');}); | ||||
| <li>ping_init() | ||||
| : <a class="el" href="ping_8php.html#a77217b1b190b4c5d8770867b45f0c0a1">ping.php</a> | ||||
| </li> | ||||
| <li>pkcs1_encode() | ||||
| : <a class="el" href="crypto_8php.html#a890b443f80f0968fb9eabd93fc99dbb5">crypto.php</a> | ||||
| </li> | ||||
| <li>pkcs5_pad() | ||||
| : <a class="el" href="crypto_8php.html#a3398666e184faf8e516c8e5d91de86eb">crypto.php</a> | ||||
| : <a class="el" href="crypto_8php.html#ad5e51fd44cff93cfaa07a37e24a5edec">crypto.php</a> | ||||
| </li> | ||||
| <li>pkcs5_unpad() | ||||
| : <a class="el" href="crypto_8php.html#ac95ac3b1b23b65b04a86613d4206ae85">crypto.php</a> | ||||
| </li> | ||||
| <li>pkcs8_encode() | ||||
| : <a class="el" href="crypto_8php.html#a0e941b6b18ff895d1a2448741abf2ef2">crypto.php</a> | ||||
| </li> | ||||
| <li>po2php_run() | ||||
| : <a class="el" href="po2php_8php.html#a3b75e36f913198299e99559b175cd8b4">po2php.php</a> | ||||
| </li> | ||||
| @@ -282,7 +270,7 @@ $(document).ready(function(){initNavTree('globals_func_0x70.html','');}); | ||||
| : <a class="el" href="text_8php.html#ac19d2b33a58372a357a43d51eed19162">text.php</a> | ||||
| </li> | ||||
| <li>prepare_body() | ||||
| : <a class="el" href="text_8php.html#af3a7139d40ea758f315c2acf2ccc1b1c">text.php</a> | ||||
| : <a class="el" href="text_8php.html#ae4df74296fbe55051ed3c035e55205e5">text.php</a> | ||||
| </li> | ||||
| <li>prepare_page() | ||||
| : <a class="el" href="conversation_8php.html#a4b0888b0f26e1c284a4341fe5fd04f0c">conversation.php</a> | ||||
| @@ -317,6 +305,9 @@ $(document).ready(function(){initNavTree('globals_func_0x70.html','');}); | ||||
| <li>proc_run() | ||||
| : <a class="el" href="boot_8php.html#ab346a2ece14993861f3e4206befa94f0">boot.php</a> | ||||
| </li> | ||||
| <li>process_channel_sync_delivery() | ||||
| : <a class="el" href="zot_8php.html#ac301c67864917c35922257950ae0f95c">zot.php</a> | ||||
| </li> | ||||
| <li>process_delivery() | ||||
| : <a class="el" href="zot_8php.html#a37ec13b18057634eadb071f05297f5e1">zot.php</a> | ||||
| </li> | ||||
| @@ -392,9 +383,6 @@ $(document).ready(function(){initNavTree('globals_func_0x70.html','');}); | ||||
| <li>public_recips() | ||||
| : <a class="el" href="zot_8php.html#a083aec6c900d244e1bfc1406f9461465">zot.php</a> | ||||
| </li> | ||||
| <li>pubrsatome() | ||||
| : <a class="el" href="crypto_8php.html#a2a3fae7caca27f86d158eeaf69b6f287">crypto.php</a> | ||||
| </li> | ||||
| <li>purify_html() | ||||
| : <a class="el" href="text_8php.html#a4841df5beabdd1bdd1ed56781a915d61">text.php</a> | ||||
| </li> | ||||
|   | ||||
| @@ -260,9 +260,6 @@ $(document).ready(function(){initNavTree('globals_func_0x72.html','');}); | ||||
| <li>rsa_verify() | ||||
| : <a class="el" href="crypto_8php.html#ab4f21d8f6b8ece0915e7c8bb73379f96">crypto.php</a> | ||||
| </li> | ||||
| <li>rsatopem() | ||||
| : <a class="el" href="crypto_8php.html#a7f7e650aaeaa3832580a73eb00966b26">crypto.php</a> | ||||
| </li> | ||||
| <li>rsd_xml_content() | ||||
| : <a class="el" href="rsd__xml_8php.html#a740cd02fa15e5a53f8547fac73f0ab82">rsd_xml.php</a> | ||||
| </li> | ||||
|   | ||||
| @@ -143,9 +143,6 @@ $(document).ready(function(){initNavTree('globals_func_0x73.html','');}); | ||||
|   | ||||
|  | ||||
| <h3><a class="anchor" id="index_s"></a>- s -</h3><ul> | ||||
| <li>salmon_key() | ||||
| : <a class="el" href="crypto_8php.html#a9191447cc46f0b4eaba3273e313994d5">crypto.php</a> | ||||
| </li> | ||||
| <li>sanitise_acl() | ||||
| : <a class="el" href="text_8php.html#a9fbeae13c9abd6e27cb4d8d1817f969c">text.php</a> | ||||
| </li> | ||||
| @@ -207,13 +204,13 @@ $(document).ready(function(){initNavTree('globals_func_0x73.html','');}); | ||||
| : <a class="el" href="include_2config_8php.html#afe117b70f1bba2f6348d9300b601f86e">config.php</a> | ||||
| </li> | ||||
| <li>settings_aside() | ||||
| : <a class="el" href="mod_2settings_8php.html#ae5aebccb006bee1300078576baaf5582">settings.php</a> | ||||
| : <a class="el" href="settings_8php.html#ae5aebccb006bee1300078576baaf5582">settings.php</a> | ||||
| </li> | ||||
| <li>settings_init() | ||||
| : <a class="el" href="mod_2settings_8php.html#a3a4cde287482fced008583f54ba2a722">settings.php</a> | ||||
| : <a class="el" href="settings_8php.html#a3a4cde287482fced008583f54ba2a722">settings.php</a> | ||||
| </li> | ||||
| <li>settings_post() | ||||
| : <a class="el" href="mod_2settings_8php.html#aa7ee94d88ac088edb04ccf3a26de3586">settings.php</a> | ||||
| : <a class="el" href="settings_8php.html#aa7ee94d88ac088edb04ccf3a26de3586">settings.php</a> | ||||
| </li> | ||||
| <li>setup_content() | ||||
| : <a class="el" href="setup_8php.html#a88247384a96e14516f474d7af6a465c1">setup.php</a> | ||||
|   | ||||
| @@ -141,7 +141,7 @@ $(document).ready(function(){initNavTree('globals_vars_0x69.html','');}); | ||||
| <h3><a class="anchor" id="index_i"></a>- i -</h3><ul> | ||||
| <li>if | ||||
| : <a class="el" href="php2po_8php.html#a45b05625748f412ec97afcd61cf7980b">php2po.php</a> | ||||
| , <a class="el" href="php_2default_8php.html#a2a9b3d213aeeef28c4393ba8f7b408a4">default.php</a> | ||||
| , <a class="el" href="php_2default_8php.html#a23bc1996b18e69c1a3ab44536613a762">default.php</a> | ||||
| , <a class="el" href="redbasic_2php_2style_8php.html#ac4c6bc3cd9cc92204f04cf6cb34b47dd">style.php</a> | ||||
| , <a class="el" href="theme_2redstrap_2php_2default_8php.html#a23bc1996b18e69c1a3ab44536613a762">default.php</a> | ||||
| , <a class="el" href="full_8php.html#a6fac1b4b8cdfde06ea1b7713479e92db">full.php</a> | ||||
| @@ -174,6 +174,9 @@ $(document).ready(function(){initNavTree('globals_vars_0x69.html','');}); | ||||
| <li>ITEM_NSFW | ||||
| : <a class="el" href="boot_8php.html#a939de9a99278f4fd7dcd0ee67f243f08">boot.php</a> | ||||
| </li> | ||||
| <li>ITEM_OBSCURED | ||||
| : <a class="el" href="boot_8php.html#a2c8906f1af94a3559a5b4661067bb79d">boot.php</a> | ||||
| </li> | ||||
| <li>ITEM_ORIGIN | ||||
| : <a class="el" href="boot_8php.html#a8c9dce0ef27b35397e29298eb966f7f7">boot.php</a> | ||||
| </li> | ||||
|   | ||||
| @@ -145,6 +145,9 @@ $(document).ready(function(){initNavTree('globals_vars_0x6d.html','');}); | ||||
| <li>MAIL_ISREPLY | ||||
| : <a class="el" href="boot_8php.html#aa544a6c078130d0967a1f4ed8ce0a2d2">boot.php</a> | ||||
| </li> | ||||
| <li>MAIL_OBSCURED | ||||
| : <a class="el" href="boot_8php.html#a44ae1542a805ffd7f826fb511db07374">boot.php</a> | ||||
| </li> | ||||
| <li>MAIL_RECALLED | ||||
| : <a class="el" href="boot_8php.html#ae4861de36017fe399c1839f778bad9f5">boot.php</a> | ||||
| </li> | ||||
|   | ||||
| @@ -130,8 +130,6 @@ Functions</h2></td></tr> | ||||
|       </table> | ||||
| </div><div class="memdoc"> | ||||
|  | ||||
| <p>Referenced by <a class="el" href="__well__known_8php.html#a6ebfa937a2024f0b5dab53f0ac90fed0">_well_known_init()</a>.</p> | ||||
|  | ||||
| </div> | ||||
| </div> | ||||
| </div><!-- contents --> | ||||
|   | ||||
| @@ -118,6 +118,8 @@ Functions</h2></td></tr> | ||||
| <tr class="separator:af2802bc13a00a17b867bba7978ba8f58"><td class="memSeparator" colspan="2"> </td></tr> | ||||
| <tr class="memitem:abf6a9c6ed92d594f1d4513c4e22a7abd"><td class="memItemLeft" align="right" valign="top"> </td><td class="memItemRight" valign="bottom"><a class="el" href="identity_8php.html#abf6a9c6ed92d594f1d4513c4e22a7abd">create_dir_account</a> ()</td></tr> | ||||
| <tr class="separator:abf6a9c6ed92d594f1d4513c4e22a7abd"><td class="memSeparator" colspan="2"> </td></tr> | ||||
| <tr class="memitem:a77d2237f1846964634b1c99089c27c7d"><td class="memItemLeft" align="right" valign="top"> </td><td class="memItemRight" valign="bottom"><a class="el" href="identity_8php.html#a77d2237f1846964634b1c99089c27c7d">channel_total</a> ()</td></tr> | ||||
| <tr class="separator:a77d2237f1846964634b1c99089c27c7d"><td class="memSeparator" colspan="2"> </td></tr> | ||||
| <tr class="memitem:a345f4c943d84de502ec6e72d2c813945"><td class="memItemLeft" align="right" valign="top"> </td><td class="memItemRight" valign="bottom"><a class="el" href="identity_8php.html#a345f4c943d84de502ec6e72d2c813945">create_identity</a> ($arr)</td></tr> | ||||
| <tr class="separator:a345f4c943d84de502ec6e72d2c813945"><td class="memSeparator" colspan="2"> </td></tr> | ||||
| <tr class="memitem:a78151baf4407a8482d2681a91a9c486b"><td class="memItemLeft" align="right" valign="top"> </td><td class="memItemRight" valign="bottom"><a class="el" href="identity_8php.html#a78151baf4407a8482d2681a91a9c486b">set_default_login_identity</a> ($account_id, $channel_id, $force=true)</td></tr> | ||||
| @@ -128,6 +130,23 @@ Functions</h2></td></tr> | ||||
| <tr class="separator:a77ee7d66eb0758f7e7882f70ad0f9485"><td class="memSeparator" colspan="2"> </td></tr> | ||||
| </table> | ||||
| <h2 class="groupheader">Function Documentation</h2> | ||||
| <a class="anchor" id="a77d2237f1846964634b1c99089c27c7d"></a> | ||||
| <div class="memitem"> | ||||
| <div class="memproto"> | ||||
|       <table class="memname"> | ||||
|         <tr> | ||||
|           <td class="memname">channel_total </td> | ||||
|           <td>(</td> | ||||
|           <td class="paramname"></td><td>)</td> | ||||
|           <td></td> | ||||
|         </tr> | ||||
|       </table> | ||||
| </div><div class="memdoc"> | ||||
|  | ||||
| <p>Referenced by <a class="el" href="zfinger_8php.html#a8139b83a22ef98869adc10aa224027a0">zfinger_init()</a>.</p> | ||||
|  | ||||
| </div> | ||||
| </div> | ||||
| <a class="anchor" id="abf6a9c6ed92d594f1d4513c4e22a7abd"></a> | ||||
| <div class="memitem"> | ||||
| <div class="memproto"> | ||||
| @@ -269,7 +288,7 @@ Functions</h2></td></tr> | ||||
|       </table> | ||||
| </div><div class="memdoc"> | ||||
|  | ||||
| <p>Referenced by <a class="el" href="identity_8php.html#a345f4c943d84de502ec6e72d2c813945">create_identity()</a>, and <a class="el" href="mod_2settings_8php.html#aa7ee94d88ac088edb04ccf3a26de3586">settings_post()</a>.</p> | ||||
| <p>Referenced by <a class="el" href="identity_8php.html#a345f4c943d84de502ec6e72d2c813945">create_identity()</a>, and <a class="el" href="settings_8php.html#aa7ee94d88ac088edb04ccf3a26de3586">settings_post()</a>.</p> | ||||
|  | ||||
| </div> | ||||
| </div> | ||||
|   | ||||
| @@ -1,5 +1,6 @@ | ||||
| var identity_8php = | ||||
| [ | ||||
|     [ "channel_total", "identity_8php.html#a77d2237f1846964634b1c99089c27c7d", null ], | ||||
|     [ "create_dir_account", "identity_8php.html#abf6a9c6ed92d594f1d4513c4e22a7abd", null ], | ||||
|     [ "create_identity", "identity_8php.html#a345f4c943d84de502ec6e72d2c813945", null ], | ||||
|     [ "identity_basic_export", "identity_8php.html#a3570a4eb77332b292d394c4132cb8f03", null ], | ||||
|   | ||||
										
											
												File diff suppressed because one or more lines are too long
											
										
									
								
							
										
											
												File diff suppressed because one or more lines are too long
											
										
									
								
							| @@ -158,7 +158,7 @@ Functions</h2></td></tr> | ||||
|       </table> | ||||
| </div><div class="memdoc"> | ||||
|  | ||||
| <p>Referenced by <a class="el" href="channel_8php.html#a9c6a6179e0e626398ebecc6151905ef1">channel_content()</a>, <a class="el" href="community_8php.html#a1197aafd6a6b540dbb4a0c04ade3a25a">community_content()</a>, <a class="el" href="connections_8php.html#aec2e457420fce3e3bf6a9f48e36df25c">connections_content()</a>, <a class="el" href="mod_2directory_8php.html#aac79396570d759da2efac24fcedf5b44">directory_content()</a>, <a class="el" href="help_8php.html#af055e15f600ffa6fbca9386fdf715224">help_content()</a>, <a class="el" href="mod_2message_8php.html#a3547ed86d09a4bb8fa64ec374a40ee79">message_content()</a>, <a class="el" href="mod_2network_8php.html#a43f2f29b90c5e29072c561934bc8f8b4">network_content()</a>, <a class="el" href="notifications_8php.html#aadd0b5525bd8c283a5d8a37982bbfe62">notifications_content()</a>, <a class="el" href="profiles_8php.html#a36f71405ad536228f8bb84a551b23f7e">profiles_init()</a>, and <a class="el" href="search_8php.html#ab2568591359edde5b483a6cd9a24b2cc">search_content()</a>.</p> | ||||
| <p>Referenced by <a class="el" href="channel_8php.html#a9c6a6179e0e626398ebecc6151905ef1">channel_content()</a>, <a class="el" href="community_8php.html#a1197aafd6a6b540dbb4a0c04ade3a25a">community_content()</a>, <a class="el" href="connections_8php.html#aec2e457420fce3e3bf6a9f48e36df25c">connections_content()</a>, <a class="el" href="mod_2directory_8php.html#aac79396570d759da2efac24fcedf5b44">directory_content()</a>, <a class="el" href="events_8php.html#a1d293fb217ae6bc9e3858c4b32e363ec">events_content()</a>, <a class="el" href="help_8php.html#af055e15f600ffa6fbca9386fdf715224">help_content()</a>, <a class="el" href="mod_2message_8php.html#a3547ed86d09a4bb8fa64ec374a40ee79">message_content()</a>, <a class="el" href="mod_2network_8php.html#a43f2f29b90c5e29072c561934bc8f8b4">network_content()</a>, <a class="el" href="notifications_8php.html#aadd0b5525bd8c283a5d8a37982bbfe62">notifications_content()</a>, <a class="el" href="profiles_8php.html#a36f71405ad536228f8bb84a551b23f7e">profiles_init()</a>, and <a class="el" href="search_8php.html#ab2568591359edde5b483a6cd9a24b2cc">search_content()</a>.</p> | ||||
|  | ||||
| </div> | ||||
| </div> | ||||
|   | ||||
| @@ -36,13 +36,13 @@ var NAVTREE = | ||||
| var NAVTREEINDEX = | ||||
| [ | ||||
| "BaseObject_8php.html", | ||||
| "boot_8php.html#aaeb666872995e3ab8da8f7bc5f3b2bd3", | ||||
| "classItem.html#aa452b5bcd8dea12119b09212c615cb41", | ||||
| "dir__fns_8php.html", | ||||
| "include_2api_8php.html#aa1bddb580510e70cc1a7b7381667f1a3", | ||||
| "mod_2network_8php.html#aeaa518c1a317516a3da337b88d358666", | ||||
| "security_8php.html#a8d23d2597aae380a3341872fe9513380", | ||||
| "zot_8php.html#a77720d6b59894e9b609af89c310c8a4d" | ||||
| "boot_8php.html#aa9244fc9cc221980c07a20cc534111be", | ||||
| "classItem.html#a9f2d219da712390f59012fc32a342074", | ||||
| "dirfind_8php.html", | ||||
| "include_2api_8php.html#ac2c2b18c426d697d11a830bca146be8a", | ||||
| "mod__import_8php.html", | ||||
| "session_8php.html#ac4461c1984543d3553e73dba2771568f", | ||||
| "zot_8php.html#ac301c67864917c35922257950ae0f95c" | ||||
| ]; | ||||
|  | ||||
| var SYNCONMSG = 'click to disable panel synchronisation'; | ||||
|   | ||||
| @@ -86,168 +86,168 @@ var NAVTREEINDEX0 = | ||||
| "bbcode_8php.html#a55b0cb6973f1ec731de0e726bcc0efa7":[5,0,0,10,5], | ||||
| "bbcode_8php.html#a8911e027907820df3db03b4f76724b50":[5,0,0,10,2], | ||||
| "boot_8php.html":[5,0,4], | ||||
| "boot_8php.html#a009e6a0637cb65804ea8094ecc4450b0":[5,0,4,125], | ||||
| "boot_8php.html#a009e6a0637cb65804ea8094ecc4450b0":[5,0,4,126], | ||||
| "boot_8php.html#a01353c9abebc3544ea080ac161729632":[5,0,4,42], | ||||
| "boot_8php.html#a022cea669f9f13ef7c6268b63884c57f":[5,0,4,138], | ||||
| "boot_8php.html#a02566ac9d891369a1d3ebb81a15722fc":[5,0,4,222], | ||||
| "boot_8php.html#a022cea669f9f13ef7c6268b63884c57f":[5,0,4,139], | ||||
| "boot_8php.html#a02566ac9d891369a1d3ebb81a15722fc":[5,0,4,224], | ||||
| "boot_8php.html#a032bbd6d0321e99e9117332c9ed2b1b8":[5,0,4,57], | ||||
| "boot_8php.html#a03d19251c245587de7ed959300b87bdf":[5,0,4,151], | ||||
| "boot_8php.html#a03d19251c245587de7ed959300b87bdf":[5,0,4,153], | ||||
| "boot_8php.html#a0450389f24c632906fbc24347700a543":[5,0,4,53], | ||||
| "boot_8php.html#a0603d6ece8c5d37b4b7db697db053a4b":[5,0,4,104], | ||||
| "boot_8php.html#a081307d681d7d04f17b9ced2076e7c85":[5,0,4,1], | ||||
| "boot_8php.html#a09532c3f750ae8c4527e63b2b790cbf3":[5,0,4,189], | ||||
| "boot_8php.html#a09532c3f750ae8c4527e63b2b790cbf3":[5,0,4,191], | ||||
| "boot_8php.html#a0a98dd0110dc6c8e24cefc8ae74d5562":[5,0,4,69], | ||||
| "boot_8php.html#a0b73e2548d6f9beb9c93211f488e336a":[5,0,4,155], | ||||
| "boot_8php.html#a0c59dde058efebbc66520d136cbd1631":[5,0,4,238], | ||||
| "boot_8php.html#a0cc8dc76bd10ac0ec81bac08a46f82fe":[5,0,4,234], | ||||
| "boot_8php.html#a0d877df1e20bae765e1708be50f6b503":[5,0,4,237], | ||||
| "boot_8php.html#a0b73e2548d6f9beb9c93211f488e336a":[5,0,4,157], | ||||
| "boot_8php.html#a0c59dde058efebbc66520d136cbd1631":[5,0,4,240], | ||||
| "boot_8php.html#a0cc8dc76bd10ac0ec81bac08a46f82fe":[5,0,4,236], | ||||
| "boot_8php.html#a0d877df1e20bae765e1708be50f6b503":[5,0,4,239], | ||||
| "boot_8php.html#a0e4701c9742c3ef88f02ac450a042a84":[5,0,4,25], | ||||
| "boot_8php.html#a0e57f846e6d47a308feced0f7274f178":[5,0,4,61], | ||||
| "boot_8php.html#a0e6db7e365f2b041a828b93786f694bc":[5,0,4,15], | ||||
| "boot_8php.html#a0fb63e51c2a9814941842ae8f2f4dff8":[5,0,4,79], | ||||
| "boot_8php.html#a12c781cefc20167231e2e3fd5866b1b5":[5,0,4,83], | ||||
| "boot_8php.html#a14ba8f9e162f2559831ee3bf98e0c3bd":[5,0,4,80], | ||||
| "boot_8php.html#a14d44d4a00223dc3db4ea962325db192":[5,0,4,181], | ||||
| "boot_8php.html#a14d44d4a00223dc3db4ea962325db192":[5,0,4,183], | ||||
| "boot_8php.html#a176664e78dcb9132e16be69418223eb2":[5,0,4,64], | ||||
| "boot_8php.html#a17b4ea23d9ecf628d9c8f53b7abcb805":[5,0,4,137], | ||||
| "boot_8php.html#a17cf72338b040891781a4bcbdd9a8595":[5,0,4,133], | ||||
| "boot_8php.html#a181c111f4b6c14d091dfd3bf0d0a22cd":[5,0,4,154], | ||||
| "boot_8php.html#a1af3ed96de14aa0d7891b39cc75b60f2":[5,0,4,241], | ||||
| "boot_8php.html#a1d6e7f4c08bb68e4a424326a811bdd86":[5,0,4,158], | ||||
| "boot_8php.html#a17b4ea23d9ecf628d9c8f53b7abcb805":[5,0,4,138], | ||||
| "boot_8php.html#a17cf72338b040891781a4bcbdd9a8595":[5,0,4,134], | ||||
| "boot_8php.html#a181c111f4b6c14d091dfd3bf0d0a22cd":[5,0,4,156], | ||||
| "boot_8php.html#a1af3ed96de14aa0d7891b39cc75b60f2":[5,0,4,243], | ||||
| "boot_8php.html#a1d6e7f4c08bb68e4a424326a811bdd86":[5,0,4,160], | ||||
| "boot_8php.html#a1da180f961f49a11573cac4ff6c62c05":[5,0,4,78], | ||||
| "boot_8php.html#a1db4f0009c9cb4e107eab0f914a3c8dc":[5,0,4,199], | ||||
| "boot_8php.html#a1db4f0009c9cb4e107eab0f914a3c8dc":[5,0,4,201], | ||||
| "boot_8php.html#a1dfcb5146e9d1eca4528bc580ad5d273":[5,0,4,38], | ||||
| "boot_8php.html#a1f5906598e90b5ea2b4245f682be4348":[5,0,4,106], | ||||
| "boot_8php.html#a1fbb93cf030f07391f22cc2948744869":[5,0,4,143], | ||||
| "boot_8php.html#a20f0eed431d25870b624b8937a07a59f":[5,0,4,174], | ||||
| "boot_8php.html#a21cc29e0025943e7c28ff58cb4856ac3":[5,0,4,218], | ||||
| "boot_8php.html#a1fbb93cf030f07391f22cc2948744869":[5,0,4,145], | ||||
| "boot_8php.html#a20f0eed431d25870b624b8937a07a59f":[5,0,4,176], | ||||
| "boot_8php.html#a21cc29e0025943e7c28ff58cb4856ac3":[5,0,4,220], | ||||
| "boot_8php.html#a222395aa223cfbff6166fab0b4e2e1d5":[5,0,4,48], | ||||
| "boot_8php.html#a24a7a70afedd5d85fe0eadc85afa9f77":[5,0,4,24], | ||||
| "boot_8php.html#a25476eec71fceda237f7dc1d78b0adb8":[5,0,4,102], | ||||
| "boot_8php.html#a27299ecfb9e9a99826f17a1c14c6995f":[5,0,4,94], | ||||
| "boot_8php.html#a2750985ec445617d7e82ae3098c91e3f":[5,0,4,227], | ||||
| "boot_8php.html#a285732e7889fa7f333cbe431111e1029":[5,0,4,177], | ||||
| "boot_8php.html#a2750985ec445617d7e82ae3098c91e3f":[5,0,4,229], | ||||
| "boot_8php.html#a285732e7889fa7f333cbe431111e1029":[5,0,4,179], | ||||
| "boot_8php.html#a29528a2544373cc19a378f350040c6a1":[5,0,4,85], | ||||
| "boot_8php.html#a2958a2bd5422b85329d7c36c06dbc221":[5,0,4,120], | ||||
| "boot_8php.html#a29e921c0c72412cc738e44cca6ca1f62":[5,0,4,197], | ||||
| "boot_8php.html#a2958a2bd5422b85329d7c36c06dbc221":[5,0,4,121], | ||||
| "boot_8php.html#a29e921c0c72412cc738e44cca6ca1f62":[5,0,4,199], | ||||
| "boot_8php.html#a2af173e4e9836ee7c90757b4793a2be3":[5,0,4,107], | ||||
| "boot_8php.html#a2c65e925994566a63e6c03c381f1b4a0":[5,0,4,173], | ||||
| "boot_8php.html#a2c65e925994566a63e6c03c381f1b4a0":[5,0,4,175], | ||||
| "boot_8php.html#a2c8906f1af94a3559a5b4661067bb79d":[5,0,4,119], | ||||
| "boot_8php.html#a2e90096fede6acce16abf0da8cb2febe":[5,0,4,70], | ||||
| "boot_8php.html#a2f8f25b13480c37a5f22511f53da8bab":[5,0,4,75], | ||||
| "boot_8php.html#a32df13fec0e43281da5979e1f5579aa8":[5,0,4,204], | ||||
| "boot_8php.html#a3475ff6c2e575f946ea0ee377e944173":[5,0,4,131], | ||||
| "boot_8php.html#a32df13fec0e43281da5979e1f5579aa8":[5,0,4,206], | ||||
| "boot_8php.html#a3475ff6c2e575f946ea0ee377e944173":[5,0,4,132], | ||||
| "boot_8php.html#a34c756469ebed32e2fc987bcde62d382":[5,0,4,50], | ||||
| "boot_8php.html#a3515ea6bf77495de89b93e9ccd881c49":[5,0,4,112], | ||||
| "boot_8php.html#a35625dacd2158b9f1f1a8e77f9f081fd":[5,0,4,145], | ||||
| "boot_8php.html#a36b31575f992a10b5927b76efba9362e":[5,0,4,243], | ||||
| "boot_8php.html#a38f6c7fe33b5434a24b4314567753dfa":[5,0,4,162], | ||||
| "boot_8php.html#a35625dacd2158b9f1f1a8e77f9f081fd":[5,0,4,147], | ||||
| "boot_8php.html#a36b31575f992a10b5927b76efba9362e":[5,0,4,245], | ||||
| "boot_8php.html#a38f6c7fe33b5434a24b4314567753dfa":[5,0,4,164], | ||||
| "boot_8php.html#a3ad9cc5d4354be741fa1de12b96e9955":[5,0,4,108], | ||||
| "boot_8php.html#a3cd42a70c6b3999590e4fd7a1a9096af":[5,0,4,242], | ||||
| "boot_8php.html#a3d6d4fc5fafcc9156811669158541caf":[5,0,4,195], | ||||
| "boot_8php.html#a3cd42a70c6b3999590e4fd7a1a9096af":[5,0,4,244], | ||||
| "boot_8php.html#a3d6d4fc5fafcc9156811669158541caf":[5,0,4,197], | ||||
| "boot_8php.html#a3e0930933fb2c0bf8211cc7ab4e1c3b4":[5,0,4,12], | ||||
| "boot_8php.html#a3e2ea123d29a72012db1241f96280b0e":[5,0,4,62], | ||||
| "boot_8php.html#a3f40aa5bafff8c4eebdc62e5121daf77":[5,0,4,92], | ||||
| "boot_8php.html#a400519fa181591cd6fdbb8f25fbcba0a":[5,0,4,55], | ||||
| "boot_8php.html#a40d885b2cfd736aab4234ae641ca4dfb":[5,0,4,121], | ||||
| "boot_8php.html#a423505ab8dbd8e39d04ae3fe1374102b":[5,0,4,191], | ||||
| "boot_8php.html#a43296b1b4398aacbf92a4b2d56bab91e":[5,0,4,172], | ||||
| "boot_8php.html#a40d885b2cfd736aab4234ae641ca4dfb":[5,0,4,122], | ||||
| "boot_8php.html#a423505ab8dbd8e39d04ae3fe1374102b":[5,0,4,193], | ||||
| "boot_8php.html#a43296b1b4398aacbf92a4b2d56bab91e":[5,0,4,174], | ||||
| "boot_8php.html#a43c6c7d84d880e9500bd4f8f8ecc5731":[5,0,4,91], | ||||
| "boot_8php.html#a444ce608ce34efb82ee11852f36e825f":[5,0,4,148], | ||||
| "boot_8php.html#a444ce608ce34efb82ee11852f36e825f":[5,0,4,150], | ||||
| "boot_8php.html#a44ae1542a805ffd7f826fb511db07374":[5,0,4,142], | ||||
| "boot_8php.html#a44d069c8a1cfcc6d2007c506a17ff28f":[5,0,4,73], | ||||
| "boot_8php.html#a45b12aefab9675baffc7a07a09486db8":[5,0,4,235], | ||||
| "boot_8php.html#a45b12aefab9675baffc7a07a09486db8":[5,0,4,237], | ||||
| "boot_8php.html#a4751b522ea913d0e7ed43e03d22e9e68":[5,0,4,36], | ||||
| "boot_8php.html#a490972c02fdb638c52ec0e012a30bfd2":[5,0,4,19], | ||||
| "boot_8php.html#a49f2a70b3b43aa904223a8d19e986a47":[5,0,4,160], | ||||
| "boot_8php.html#a49f2a70b3b43aa904223a8d19e986a47":[5,0,4,162], | ||||
| "boot_8php.html#a4a12ce5de39789b0361e308d89925a20":[5,0,4,105], | ||||
| "boot_8php.html#a4a49b29838ef2c45ab3556b52baec6a4":[5,0,4,212], | ||||
| "boot_8php.html#a4bfe22e163657690dfb6d5b1d04cb47e":[5,0,4,159], | ||||
| "boot_8php.html#a4a49b29838ef2c45ab3556b52baec6a4":[5,0,4,214], | ||||
| "boot_8php.html#a4bfe22e163657690dfb6d5b1d04cb47e":[5,0,4,161], | ||||
| "boot_8php.html#a4c02d88e66852a01bd5a1feecb7c3ce3":[5,0,4,6], | ||||
| "boot_8php.html#a4edce16cb7f21cdafa1e85bf63d713e6":[5,0,4,190], | ||||
| "boot_8php.html#a4fefd7486d3b888a05cfd3dc9575f115":[5,0,4,208], | ||||
| "boot_8php.html#a505410c7edc5f5bb5fa227b98359793e":[5,0,4,184], | ||||
| "boot_8php.html#a525ca93ff35d3535d1a2b8ba57876afa":[5,0,4,144], | ||||
| "boot_8php.html#a4edce16cb7f21cdafa1e85bf63d713e6":[5,0,4,192], | ||||
| "boot_8php.html#a4fefd7486d3b888a05cfd3dc9575f115":[5,0,4,210], | ||||
| "boot_8php.html#a505410c7edc5f5bb5fa227b98359793e":[5,0,4,186], | ||||
| "boot_8php.html#a525ca93ff35d3535d1a2b8ba57876afa":[5,0,4,146], | ||||
| "boot_8php.html#a52b599cd13e152ebc80d7e4413683195":[5,0,4,49], | ||||
| "boot_8php.html#a53e4bdb6f225da55115acb9277f75e53":[5,0,4,84], | ||||
| "boot_8php.html#a5542c5c2806ab8bca04bad53d47b5209":[5,0,4,39], | ||||
| "boot_8php.html#a56fd673eaa7014150297ce1162502db5":[5,0,4,176], | ||||
| "boot_8php.html#a57eee7352714c004d36c26dda74af73e":[5,0,4,207], | ||||
| "boot_8php.html#a56fd673eaa7014150297ce1162502db5":[5,0,4,178], | ||||
| "boot_8php.html#a57eee7352714c004d36c26dda74af73e":[5,0,4,209], | ||||
| "boot_8php.html#a5ab6181607a090bcdbaa13b15b85aba1":[5,0,4,23], | ||||
| "boot_8php.html#a5ae728ac966ea1d3525a19e7fec59434":[5,0,4,63], | ||||
| "boot_8php.html#a5b043b7fdcfd4e8c9c3747574afc6caa":[5,0,4,166], | ||||
| "boot_8php.html#a5b043b7fdcfd4e8c9c3747574afc6caa":[5,0,4,168], | ||||
| "boot_8php.html#a5b45d647da3743a7fc8c6223350b4d67":[5,0,4,35], | ||||
| "boot_8php.html#a5b815330f3d177ab383af37a6c12e532":[5,0,4,46], | ||||
| "boot_8php.html#a5b8484922918946d041e5e0515dbe718":[5,0,4,187], | ||||
| "boot_8php.html#a5b8484922918946d041e5e0515dbe718":[5,0,4,189], | ||||
| "boot_8php.html#a5c3747e0f505f0d5271dc4c54e3feaf4":[5,0,4,81], | ||||
| "boot_8php.html#a5df5359090d1f8e898c36d7cf8878ad2":[5,0,4,146], | ||||
| "boot_8php.html#a5e322a2a2d0f51924c0b2e874988e640":[5,0,4,188], | ||||
| "boot_8php.html#a5df5359090d1f8e898c36d7cf8878ad2":[5,0,4,148], | ||||
| "boot_8php.html#a5e322a2a2d0f51924c0b2e874988e640":[5,0,4,190], | ||||
| "boot_8php.html#a623e49c79943f3e7bdb770d021683cf7":[5,0,4,21], | ||||
| "boot_8php.html#a62c832a95e38b1fa23e6cef39521b7d5":[5,0,4,77], | ||||
| "boot_8php.html#a646123ebbb10eb6f5b6ff26f4288da9b":[5,0,4,37], | ||||
| "boot_8php.html#a64617d4655804de2a3c86501ab4fdbfd":[5,0,4,231], | ||||
| "boot_8php.html#a6626f383c3d2d459f731ab8b4f237d16":[5,0,4,152], | ||||
| "boot_8php.html#a6788e99021ec8ffb0fa94d651f22a322":[5,0,4,129], | ||||
| "boot_8php.html#a64617d4655804de2a3c86501ab4fdbfd":[5,0,4,233], | ||||
| "boot_8php.html#a6626f383c3d2d459f731ab8b4f237d16":[5,0,4,154], | ||||
| "boot_8php.html#a6788e99021ec8ffb0fa94d651f22a322":[5,0,4,130], | ||||
| "boot_8php.html#a680fbafc2db023c5b1309e0180e81315":[5,0,4,47], | ||||
| "boot_8php.html#a68d1d5bc9c7ccb663dc671b48c66df11":[5,0,4,132], | ||||
| "boot_8php.html#a68d1d5bc9c7ccb663dc671b48c66df11":[5,0,4,133], | ||||
| "boot_8php.html#a68eebe493e6f729ffd1aeda7a4b11155":[5,0,4,52], | ||||
| "boot_8php.html#a6969947145a139ec374ce098224d8e81":[5,0,4,135], | ||||
| "boot_8php.html#a69aac276ed82e010dc382b16ab4d59e1":[5,0,4,220], | ||||
| "boot_8php.html#a6b14a31a8aa9f3452a13383f413bffa2":[5,0,4,211], | ||||
| "boot_8php.html#a6b31dd451bc6c37fe7c9c766ff385aaf":[5,0,4,205], | ||||
| "boot_8php.html#a6969947145a139ec374ce098224d8e81":[5,0,4,136], | ||||
| "boot_8php.html#a69aac276ed82e010dc382b16ab4d59e1":[5,0,4,222], | ||||
| "boot_8php.html#a6b14a31a8aa9f3452a13383f413bffa2":[5,0,4,213], | ||||
| "boot_8php.html#a6b31dd451bc6c37fe7c9c766ff385aaf":[5,0,4,207], | ||||
| "boot_8php.html#a6b9909db6a7ec80ec6fdd40ba74014dd":[5,0,4,103], | ||||
| "boot_8php.html#a6c5e9e293c8242dcb9bc2c3ea2fee2c9":[5,0,4,95], | ||||
| "boot_8php.html#a6df1102664f64b274810db85197c2755":[5,0,4,193], | ||||
| "boot_8php.html#a7176c0f9f1c98421b97735d892cf6252":[5,0,4,219], | ||||
| "boot_8php.html#a6df1102664f64b274810db85197c2755":[5,0,4,195], | ||||
| "boot_8php.html#a7176c0f9f1c98421b97735d892cf6252":[5,0,4,221], | ||||
| "boot_8php.html#a719c7f3972d5f9268f37a41c76cd4ef6":[5,0,4,30], | ||||
| "boot_8php.html#a7236b2cdcf59f02a42302e893a99013b":[5,0,4,167], | ||||
| "boot_8php.html#a749144d8dd9c1366596a0213c277d050":[5,0,4,123], | ||||
| "boot_8php.html#a7236b2cdcf59f02a42302e893a99013b":[5,0,4,169], | ||||
| "boot_8php.html#a749144d8dd9c1366596a0213c277d050":[5,0,4,124], | ||||
| "boot_8php.html#a74bf27f7564c9a37975e7b37d973dcab":[5,0,4,74], | ||||
| "boot_8php.html#a75a90b0eadd0df510f7e63210733634d":[5,0,4,2], | ||||
| "boot_8php.html#a75fc600186b13c3b25e661afefb5eac8":[5,0,4,239], | ||||
| "boot_8php.html#a75fc600186b13c3b25e661afefb5eac8":[5,0,4,241], | ||||
| "boot_8php.html#a768f00b7d66be0daf7ef4eea2e862006":[5,0,4,4], | ||||
| "boot_8php.html#a774f0f792ebfec1e774c5a17bb9d5966":[5,0,4,76], | ||||
| "boot_8php.html#a781916f83fcc8ff1035649afa45f0292":[5,0,4,89], | ||||
| "boot_8php.html#a78849a1bf8ce8d9804b4cbb502e8f383":[5,0,4,214], | ||||
| "boot_8php.html#a78849a1bf8ce8d9804b4cbb502e8f383":[5,0,4,216], | ||||
| "boot_8php.html#a7aa57438db03834aaa0b468bdce773a6":[5,0,4,67], | ||||
| "boot_8php.html#a7af107fab8d62b9a73801713b774ed30":[5,0,4,122], | ||||
| "boot_8php.html#a7b8f8ad9dbe82711257d23891ef6b133":[5,0,4,147], | ||||
| "boot_8php.html#a7af107fab8d62b9a73801713b774ed30":[5,0,4,123], | ||||
| "boot_8php.html#a7b8f8ad9dbe82711257d23891ef6b133":[5,0,4,149], | ||||
| "boot_8php.html#a7bff2278e68a71e524afd1c7c951e1e3":[5,0,4,71], | ||||
| "boot_8php.html#a7ed4581ab66ebcde97f6b3730856b028":[5,0,4,149], | ||||
| "boot_8php.html#a7ed4581ab66ebcde97f6b3730856b028":[5,0,4,151], | ||||
| "boot_8php.html#a7f4264232dbb6c3b41f2617deecb1866":[5,0,4,86], | ||||
| "boot_8php.html#a8231d115060d41a9c2a677f2c86f10ed":[5,0,4,185], | ||||
| "boot_8php.html#a8231d115060d41a9c2a677f2c86f10ed":[5,0,4,187], | ||||
| "boot_8php.html#a84057c5bfa1bca5fba8497fe005ee4d8":[5,0,4,56], | ||||
| "boot_8php.html#a8663f32171568489dbb2a01dd00371f8":[5,0,4,117], | ||||
| "boot_8php.html#a882b666adfe21f035a0f8c02806066d6":[5,0,4,230], | ||||
| "boot_8php.html#a8892374789fd261eb32a7969d934a14a":[5,0,4,229], | ||||
| "boot_8php.html#a8905fde0a5b7882bdc083b20d9b34701":[5,0,4,165], | ||||
| "boot_8php.html#a882b666adfe21f035a0f8c02806066d6":[5,0,4,232], | ||||
| "boot_8php.html#a8892374789fd261eb32a7969d934a14a":[5,0,4,231], | ||||
| "boot_8php.html#a8905fde0a5b7882bdc083b20d9b34701":[5,0,4,167], | ||||
| "boot_8php.html#a8a60cc38bb567765fd926fef70205f16":[5,0,4,100], | ||||
| "boot_8php.html#a8bb0395933b5e886f086f6a2fb0bfa55":[5,0,4,209], | ||||
| "boot_8php.html#a8c9dce0ef27b35397e29298eb966f7f7":[5,0,4,119], | ||||
| "boot_8php.html#a8bb0395933b5e886f086f6a2fb0bfa55":[5,0,4,211], | ||||
| "boot_8php.html#a8c9dce0ef27b35397e29298eb966f7f7":[5,0,4,120], | ||||
| "boot_8php.html#a8da836617174eed9fc2ac8054125354b":[5,0,4,114], | ||||
| "boot_8php.html#a8df201788c9dd0ca91384e3a14c08bce":[5,0,4,216], | ||||
| "boot_8php.html#a8df201788c9dd0ca91384e3a14c08bce":[5,0,4,218], | ||||
| "boot_8php.html#a9255af5ae9c887520091ea04763c1a88":[5,0,4,33], | ||||
| "boot_8php.html#a926cad0b3d8b9d9ee5da1898fc063ba3":[5,0,4,11], | ||||
| "boot_8php.html#a93823d15ae07548a4c49de88d325cd26":[5,0,4,136], | ||||
| "boot_8php.html#a93823d15ae07548a4c49de88d325cd26":[5,0,4,137], | ||||
| "boot_8php.html#a939de9a99278f4fd7dcd0ee67f243f08":[5,0,4,118], | ||||
| "boot_8php.html#a949116d9a295b214293006c060ca4848":[5,0,4,116], | ||||
| "boot_8php.html#a96ad56755a21e1361dbd7bf93c9e7ff4":[5,0,4,217], | ||||
| "boot_8php.html#a96ad56755a21e1361dbd7bf93c9e7ff4":[5,0,4,219], | ||||
| "boot_8php.html#a97769915c9f14adc4f8ab1ea2cecfd90":[5,0,4,18], | ||||
| "boot_8php.html#a981d46380f9f23c308bac1f9cb00dc5b":[5,0,4,179], | ||||
| "boot_8php.html#a99a4a17cb644e7e6826ea07ecaf09777":[5,0,4,210], | ||||
| "boot_8php.html#a981d46380f9f23c308bac1f9cb00dc5b":[5,0,4,181], | ||||
| "boot_8php.html#a99a4a17cb644e7e6826ea07ecaf09777":[5,0,4,212], | ||||
| "boot_8php.html#a9cbab4ee728e9a8b4ce952bae643044e":[5,0,4,5], | ||||
| "boot_8php.html#a9cc986b4f9dd6558cbb2e25aadbfd964":[5,0,4,202], | ||||
| "boot_8php.html#a9d01ef178b72b145016cca1393415bc4":[5,0,4,180], | ||||
| "boot_8php.html#a9eeb8989272d5ff804a616898bb13659":[5,0,4,232], | ||||
| "boot_8php.html#a9ff652e5cb83cd11cbb0350844e7b28f":[5,0,4,201], | ||||
| "boot_8php.html#aa17a4f9c63f5cbc5c06f1066b6aebc42":[5,0,4,168], | ||||
| "boot_8php.html#a9cc986b4f9dd6558cbb2e25aadbfd964":[5,0,4,204], | ||||
| "boot_8php.html#a9d01ef178b72b145016cca1393415bc4":[5,0,4,182], | ||||
| "boot_8php.html#a9eeb8989272d5ff804a616898bb13659":[5,0,4,234], | ||||
| "boot_8php.html#a9ff652e5cb83cd11cbb0350844e7b28f":[5,0,4,203], | ||||
| "boot_8php.html#aa17a4f9c63f5cbc5c06f1066b6aebc42":[5,0,4,170], | ||||
| "boot_8php.html#aa1e828bbbcba170265eb2668d8daf42e":[5,0,4,28], | ||||
| "boot_8php.html#aa275653b9c87abc7391bb8040c1c2de9":[5,0,4,186], | ||||
| "boot_8php.html#aa275653b9c87abc7391bb8040c1c2de9":[5,0,4,188], | ||||
| "boot_8php.html#aa3425e2de85b08f7041656d3a8502cb6":[5,0,4,51], | ||||
| "boot_8php.html#aa3679df31c8dad1b71816b0322d5baff":[5,0,4,142], | ||||
| "boot_8php.html#aa3679df31c8dad1b71816b0322d5baff":[5,0,4,144], | ||||
| "boot_8php.html#aa4221641e5c21db69fa52c426b9017f5":[5,0,4,9], | ||||
| "boot_8php.html#aa46321e1cd6a3b8dfde8bf9510112fec":[5,0,4,20], | ||||
| "boot_8php.html#aa544a6c078130d0967a1f4ed8ce0a2d2":[5,0,4,140], | ||||
| "boot_8php.html#aa544a6c078130d0967a1f4ed8ce0a2d2":[5,0,4,141], | ||||
| "boot_8php.html#aa74438cf71e48e37bf7b440b94243985":[5,0,4,88], | ||||
| "boot_8php.html#aa8a2b61e70900139d1ca28e46f1da49d":[5,0,4,97], | ||||
| "boot_8php.html#aa9244fc9cc221980c07a20cc534111be":[5,0,4,206], | ||||
| "boot_8php.html#aad33b494084f729b6ee3b0bc457718a1":[5,0,4,127] | ||||
| "boot_8php.html#aa8a2b61e70900139d1ca28e46f1da49d":[5,0,4,97] | ||||
| }; | ||||
|   | ||||
| @@ -1,84 +1,86 @@ | ||||
| var NAVTREEINDEX1 = | ||||
| { | ||||
| "boot_8php.html#aa9244fc9cc221980c07a20cc534111be":[5,0,4,208], | ||||
| "boot_8php.html#aad33b494084f729b6ee3b0bc457718a1":[5,0,4,128], | ||||
| "boot_8php.html#aaeb666872995e3ab8da8f7bc5f3b2bd3":[5,0,4,22], | ||||
| "boot_8php.html#aaf9b76832ee5f85e56466af162ba8a14":[5,0,4,68], | ||||
| "boot_8php.html#ab21fb0f3e6b962419955c6fc7f26734f":[5,0,4,171], | ||||
| "boot_8php.html#ab21fb0f3e6b962419955c6fc7f26734f":[5,0,4,173], | ||||
| "boot_8php.html#ab28dc518fa90b6f617dd8c564eb4f35f":[5,0,4,110], | ||||
| "boot_8php.html#ab2d0e8a9b81ee548ef2ce8e4560da2f6":[5,0,4,192], | ||||
| "boot_8php.html#ab2d0e8a9b81ee548ef2ce8e4560da2f6":[5,0,4,194], | ||||
| "boot_8php.html#ab346a2ece14993861f3e4206befa94f0":[5,0,4,34], | ||||
| "boot_8php.html#ab4bc9c50ecc927b92d519e36562b0df0":[5,0,4,213], | ||||
| "boot_8php.html#ab4bddb41a0cf407178ec5278b950c393":[5,0,4,164], | ||||
| "boot_8php.html#ab51965fabe54dc031e9a0ce1142ee83e":[5,0,4,196], | ||||
| "boot_8php.html#ab4bc9c50ecc927b92d519e36562b0df0":[5,0,4,215], | ||||
| "boot_8php.html#ab4bddb41a0cf407178ec5278b950c393":[5,0,4,166], | ||||
| "boot_8php.html#ab51965fabe54dc031e9a0ce1142ee83e":[5,0,4,198], | ||||
| "boot_8php.html#ab54b24cc302e1a42a67a49d788b6b764":[5,0,4,109], | ||||
| "boot_8php.html#ab55b16ae7fc19fafe5afaedd49163bbf":[5,0,4,128], | ||||
| "boot_8php.html#ab55b16ae7fc19fafe5afaedd49163bbf":[5,0,4,129], | ||||
| "boot_8php.html#ab55e545b72ec8c097e052ea7d373491f":[5,0,4,43], | ||||
| "boot_8php.html#ab5ddbe69d3d03acd06e1fb281488cb78":[5,0,4,58], | ||||
| "boot_8php.html#ab724491497ab2618b23a01d5da60aec0":[5,0,4,182], | ||||
| "boot_8php.html#ab724491497ab2618b23a01d5da60aec0":[5,0,4,184], | ||||
| "boot_8php.html#ab79b8b4555cae20d03f8200666d89d63":[5,0,4,7], | ||||
| "boot_8php.html#ab7d65a7e7417825a4db62906bb600729":[5,0,4,99], | ||||
| "boot_8php.html#aba208673515cbb8a55e5fa4a1da99fda":[5,0,4,44], | ||||
| "boot_8php.html#abc0a90a1a77f5b668aa7e4b57d1776a7":[5,0,4,3], | ||||
| "boot_8php.html#abd7bb40da9cc073297e49736b338ca07":[5,0,4,236], | ||||
| "boot_8php.html#abd7bb40da9cc073297e49736b338ca07":[5,0,4,238], | ||||
| "boot_8php.html#abdcdfc873ace4e0902177bad934de0c0":[5,0,4,66], | ||||
| "boot_8php.html#abedd940e664017c61b48c6efa31d0cb8":[5,0,4,98], | ||||
| "boot_8php.html#ac01230c7655e0705b2e99c9bc03c4450":[5,0,4,115], | ||||
| "boot_8php.html#ac17fc8a416ea79e9d5cb4dc9a8ff8c5c":[5,0,4,27], | ||||
| "boot_8php.html#ac195fc9003298923ea81f144388e24b1":[5,0,4,150], | ||||
| "boot_8php.html#ac43182e0d8bae7576a30b603774974f8":[5,0,4,215], | ||||
| "boot_8php.html#ac195fc9003298923ea81f144388e24b1":[5,0,4,152], | ||||
| "boot_8php.html#ac43182e0d8bae7576a30b603774974f8":[5,0,4,217], | ||||
| "boot_8php.html#ac59a18a4838710d6c2de37aed6b21f03":[5,0,4,96], | ||||
| "boot_8php.html#ac608a34f3bc180e7724192e0fd31f9b0":[5,0,4,41], | ||||
| "boot_8php.html#ac8400313df2c831653f9036f71ebd86d":[5,0,4,59], | ||||
| "boot_8php.html#ac86615ddc0763a00f5311c90e991730c":[5,0,4,240], | ||||
| "boot_8php.html#ac86615ddc0763a00f5311c90e991730c":[5,0,4,242], | ||||
| "boot_8php.html#ac890557fedc5b5a3b1d996249b1e1a20":[5,0,4,111], | ||||
| "boot_8php.html#ac99fc4d040764eac1736bec6973556fe":[5,0,4,113], | ||||
| "boot_8php.html#aca08bc4f1554ba877500f6abcc99e1e8":[5,0,4,178], | ||||
| "boot_8php.html#aca08bc4f1554ba877500f6abcc99e1e8":[5,0,4,180], | ||||
| "boot_8php.html#aca47505b8732177f52bb2d647eb2741c":[5,0,4,40], | ||||
| "boot_8php.html#aca5e42678e178c6b9034610d66666fd7":[5,0,4,13], | ||||
| "boot_8php.html#acc4e0c910af066148b810e5fde55fff1":[5,0,4,8], | ||||
| "boot_8php.html#acca19aae62e1a6951a856b945de20d67":[5,0,4,153], | ||||
| "boot_8php.html#acd877c405b06b348b37b6f7e62a211e9":[5,0,4,203], | ||||
| "boot_8php.html#acca19aae62e1a6951a856b945de20d67":[5,0,4,155], | ||||
| "boot_8php.html#acd877c405b06b348b37b6f7e62a211e9":[5,0,4,205], | ||||
| "boot_8php.html#aced60c7285192e80b7c4757e45a7f1e3":[5,0,4,65], | ||||
| "boot_8php.html#ad0876e837cf3fad8a26417e315f6e2c8":[5,0,4,139], | ||||
| "boot_8php.html#ad0876e837cf3fad8a26417e315f6e2c8":[5,0,4,140], | ||||
| "boot_8php.html#ad206598b909e8eb67eb0e0bb5ef69c13":[5,0,4,10], | ||||
| "boot_8php.html#ad2c97627a313d53df1a1c7b4215ddb51":[5,0,4,16], | ||||
| "boot_8php.html#ad302cb26b838898d475f57f61b0fcc9f":[5,0,4,72], | ||||
| "boot_8php.html#ad34c1547020a305915bcc39707744690":[5,0,4,87], | ||||
| "boot_8php.html#ad4c9dc2c8a82e8f52b7404c1655eab44":[5,0,4,31], | ||||
| "boot_8php.html#ad789aef3cb95fc1eb36be7c4283d0137":[5,0,4,198], | ||||
| "boot_8php.html#ad8887b49bbb02dd30b4eb9f6c7773c63":[5,0,4,221], | ||||
| "boot_8php.html#ad789aef3cb95fc1eb36be7c4283d0137":[5,0,4,200], | ||||
| "boot_8php.html#ad8887b49bbb02dd30b4eb9f6c7773c63":[5,0,4,223], | ||||
| "boot_8php.html#ada72d88ae39a7e3b45baea201cb49a29":[5,0,4,93], | ||||
| "boot_8php.html#adaeb4f590c56326b2dca3b19f31b6272":[5,0,4,124], | ||||
| "boot_8php.html#adca48aee78465ae3064ca4432c0d87b5":[5,0,4,224], | ||||
| "boot_8php.html#adaeb4f590c56326b2dca3b19f31b6272":[5,0,4,125], | ||||
| "boot_8php.html#adca48aee78465ae3064ca4432c0d87b5":[5,0,4,226], | ||||
| "boot_8php.html#add517a0958ac684792c62142a3877f81":[5,0,4,45], | ||||
| "boot_8php.html#adfb2fc7be5a4226c0a8e24131da9d498":[5,0,4,26], | ||||
| "boot_8php.html#ae37444eaa42705185080ccf3e670cbc2":[5,0,4,228], | ||||
| "boot_8php.html#ae37444eaa42705185080ccf3e670cbc2":[5,0,4,230], | ||||
| "boot_8php.html#ae381db3d43f8e7c1da8b15d14ecf5312":[5,0,4,17], | ||||
| "boot_8php.html#ae3cef7b63e25e7bafea3fcf6b99fad0e":[5,0,4,161], | ||||
| "boot_8php.html#ae4861de36017fe399c1839f778bad9f5":[5,0,4,141], | ||||
| "boot_8php.html#ae94f7c7c0909629a75aed1c41f10bc95":[5,0,4,169], | ||||
| "boot_8php.html#ae3cef7b63e25e7bafea3fcf6b99fad0e":[5,0,4,163], | ||||
| "boot_8php.html#ae4861de36017fe399c1839f778bad9f5":[5,0,4,143], | ||||
| "boot_8php.html#ae94f7c7c0909629a75aed1c41f10bc95":[5,0,4,171], | ||||
| "boot_8php.html#aea7fc57a4d8e9dcb42f2601b0b9b761c":[5,0,4,29], | ||||
| "boot_8php.html#aead84fa27d7516b855220fe004964a45":[5,0,4,233], | ||||
| "boot_8php.html#aec36f8fcd4cb14a52934590b3d6666b4":[5,0,4,200], | ||||
| "boot_8php.html#aead84fa27d7516b855220fe004964a45":[5,0,4,235], | ||||
| "boot_8php.html#aec36f8fcd4cb14a52934590b3d6666b4":[5,0,4,202], | ||||
| "boot_8php.html#aedfb9501ed408278667995524e0d15cf":[5,0,4,101], | ||||
| "boot_8php.html#aee324eca9de4e0fedf01ab5f92e27c67":[5,0,4,156], | ||||
| "boot_8php.html#aef4b6c558c68c88c10f13c5a00c20e3d":[5,0,4,170], | ||||
| "boot_8php.html#aefba06f1c0842036329033e7567ecf6d":[5,0,4,126], | ||||
| "boot_8php.html#aee324eca9de4e0fedf01ab5f92e27c67":[5,0,4,158], | ||||
| "boot_8php.html#aef4b6c558c68c88c10f13c5a00c20e3d":[5,0,4,172], | ||||
| "boot_8php.html#aefba06f1c0842036329033e7567ecf6d":[5,0,4,127], | ||||
| "boot_8php.html#aefecf8599036df7f1b95d6820e0e2fa4":[5,0,4,32], | ||||
| "boot_8php.html#af33d1b2e98a1e21af672005525d46dfe":[5,0,4,225], | ||||
| "boot_8php.html#af3905ea8f8568d0236db13fca40514e3":[5,0,4,163], | ||||
| "boot_8php.html#af33d1b2e98a1e21af672005525d46dfe":[5,0,4,227], | ||||
| "boot_8php.html#af3905ea8f8568d0236db13fca40514e3":[5,0,4,165], | ||||
| "boot_8php.html#af3a4271630aabd8be592213f925d6a36":[5,0,4,60], | ||||
| "boot_8php.html#af3bdfc20979c16f15bb9c60446a480f9":[5,0,4,54], | ||||
| "boot_8php.html#af489d0c3166551b93e63a79ff2c9be35":[5,0,4,130], | ||||
| "boot_8php.html#af6937db5f581d006bf4a5c3d9c7e0461":[5,0,4,183], | ||||
| "boot_8php.html#af489d0c3166551b93e63a79ff2c9be35":[5,0,4,131], | ||||
| "boot_8php.html#af6937db5f581d006bf4a5c3d9c7e0461":[5,0,4,185], | ||||
| "boot_8php.html#af6f6f6f40139f12fc09ec47373b30919":[5,0,4,90], | ||||
| "boot_8php.html#af86c651547aa8f9e549ee40a09455549":[5,0,4,223], | ||||
| "boot_8php.html#af8c0cb0744c9a6b5d6d3baafb1f1e71d":[5,0,4,175], | ||||
| "boot_8php.html#afaf93b7026f784b113b4f8921745891e":[5,0,4,157], | ||||
| "boot_8php.html#afb97615e985a013799839b68b99018d7":[5,0,4,226], | ||||
| "boot_8php.html#af86c651547aa8f9e549ee40a09455549":[5,0,4,225], | ||||
| "boot_8php.html#af8c0cb0744c9a6b5d6d3baafb1f1e71d":[5,0,4,177], | ||||
| "boot_8php.html#afaf93b7026f784b113b4f8921745891e":[5,0,4,159], | ||||
| "boot_8php.html#afb97615e985a013799839b68b99018d7":[5,0,4,228], | ||||
| "boot_8php.html#afe084c30a1810c10442edb4fbcbc0086":[5,0,4,82], | ||||
| "boot_8php.html#afe63ae69ba55299f813766e54df06ede":[5,0,4,134], | ||||
| "boot_8php.html#afe63ae69ba55299f813766e54df06ede":[5,0,4,135], | ||||
| "boot_8php.html#afe88b920aa285982edb817a0dd44eb37":[5,0,4,14], | ||||
| "boot_8php.html#aff210e8403dd72368522b17fb6e5d4e7":[5,0,4,194], | ||||
| "boot_8php.html#aff210e8403dd72368522b17fb6e5d4e7":[5,0,4,196], | ||||
| "cache_8php.html":[5,0,0,11], | ||||
| "channel_8php.html":[5,0,1,7], | ||||
| "channel_8php.html#a9c6a6179e0e626398ebecc6151905ef1":[5,0,1,7,1], | ||||
| @@ -247,7 +249,5 @@ var NAVTREEINDEX1 = | ||||
| "classItem.html#a90743c8348b13213275c223bb9333aa0":[4,0,17,29], | ||||
| "classItem.html#a9594df6014b0b6f45364ea7a34510130":[4,0,17,32], | ||||
| "classItem.html#a97c7feeea7f26a73176cb19faa455e12":[4,0,17,21], | ||||
| "classItem.html#a9890ff72662d5bba301d1f2dd8aec9d7":[4,0,17,26], | ||||
| "classItem.html#a9f2d219da712390f59012fc32a342074":[4,0,17,14], | ||||
| "classItem.html#aa0ee775ec94abccec6c798428835d001":[4,0,17,5] | ||||
| "classItem.html#a9890ff72662d5bba301d1f2dd8aec9d7":[4,0,17,26] | ||||
| }; | ||||
|   | ||||
| @@ -1,5 +1,7 @@ | ||||
| var NAVTREEINDEX2 = | ||||
| { | ||||
| "classItem.html#a9f2d219da712390f59012fc32a342074":[4,0,17,14], | ||||
| "classItem.html#aa0ee775ec94abccec6c798428835d001":[4,0,17,5], | ||||
| "classItem.html#aa452b5bcd8dea12119b09212c615cb41":[4,0,17,24], | ||||
| "classItem.html#aa49e40f961dff66da32c5ae110e32993":[4,0,17,20], | ||||
| "classItem.html#aa541bc4290e51bfd688d6921bebabc73":[4,0,17,13], | ||||
| @@ -192,26 +194,15 @@ var NAVTREEINDEX2 = | ||||
| "cronhooks_8php.html":[5,0,0,19], | ||||
| "cronhooks_8php.html#a4c4c1bbec4ecc9a0efa00dd6afd2c0ca":[5,0,0,19,0], | ||||
| "crypto_8php.html":[5,0,0,20], | ||||
| "crypto_8php.html#a0e941b6b18ff895d1a2448741abf2ef2":[5,0,0,20,14], | ||||
| "crypto_8php.html#a2148d7aac7b30c720f7ebda7e9790286":[5,0,0,20,2], | ||||
| "crypto_8php.html#a2a3fae7caca27f86d158eeaf69b6f287":[5,0,0,20,15], | ||||
| "crypto_8php.html#a3398666e184faf8e516c8e5d91de86eb":[5,0,0,20,12], | ||||
| "crypto_8php.html#a35bc357c93f4ddc67ef377620b0349e8":[5,0,0,20,10], | ||||
| "crypto_8php.html#a573f02517abe4ac9241268263063b2a0":[5,0,0,20,7], | ||||
| "crypto_8php.html#a5c61821d205f95f127114159cbffa764":[5,0,0,20,1], | ||||
| "crypto_8php.html#a630e1574554f34e7c38511585d9e71a2":[5,0,0,20,4], | ||||
| "crypto_8php.html#a798368843cdd9bb08386b48e53e29e8c":[5,0,0,20,9], | ||||
| "crypto_8php.html#a7f7e650aaeaa3832580a73eb00966b26":[5,0,0,20,18], | ||||
| "crypto_8php.html#a890b443f80f0968fb9eabd93fc99dbb5":[5,0,0,20,11], | ||||
| "crypto_8php.html#a9191447cc46f0b4eaba3273e313994d5":[5,0,0,20,19], | ||||
| "crypto_8php.html#a920e5f222d0020f47556033d8b2b6552":[5,0,0,20,16], | ||||
| "crypto_8php.html#aae0ab70d6a199b29555b1ac3cf250d6a":[5,0,0,20,8], | ||||
| "crypto_8php.html#ab4f21d8f6b8ece0915e7c8bb73379f96":[5,0,0,20,17], | ||||
| "crypto_8php.html#a920e5f222d0020f47556033d8b2b6552":[5,0,0,20,7], | ||||
| "crypto_8php.html#aae0ab70d6a199b29555b1ac3cf250d6a":[5,0,0,20,4], | ||||
| "crypto_8php.html#ab4f21d8f6b8ece0915e7c8bb73379f96":[5,0,0,20,8], | ||||
| "crypto_8php.html#ac852ee41392d1358c3a54d54935e0bf9":[5,0,0,20,0], | ||||
| "crypto_8php.html#ac95ac3b1b23b65b04a86613d4206ae85":[5,0,0,20,13], | ||||
| "crypto_8php.html#ac95ac3b1b23b65b04a86613d4206ae85":[5,0,0,20,6], | ||||
| "crypto_8php.html#aca7c3a574bfb6c6ef1f2403a56823914":[5,0,0,20,3], | ||||
| "crypto_8php.html#ae5af17db1cb5d7c91d486e1264079839":[5,0,0,20,5], | ||||
| "crypto_8php.html#af8bbdeaf4abed7b40365d301e6013c85":[5,0,0,20,6], | ||||
| "crypto_8php.html#ad5e51fd44cff93cfaa07a37e24a5edec":[5,0,0,20,5], | ||||
| "datetime_8php.html":[5,0,0,21], | ||||
| "datetime_8php.html#a03900dcf0f9e3c58793a031673a70326":[5,0,0,21,6], | ||||
| "datetime_8php.html#a36d3d6dff8d76b5f295bb3d9c535a5b1":[5,0,0,21,11], | ||||
| @@ -249,5 +240,14 @@ var NAVTREEINDEX2 = | ||||
| "dir_55dbaf9b7b53c4fc605c9011743a7353.html":[5,0,3,1,0], | ||||
| "dir_6b44a0e797e2f12381093380e3e54763.html":[5,0,3,1,1,0], | ||||
| "dir_817f6d302394b98e59575acdb59998bc.html":[5,0,3,0], | ||||
| "dir_8543001e5d25368a6edede3e63efb554.html":[5,0,3,1] | ||||
| "dir_8543001e5d25368a6edede3e63efb554.html":[5,0,3,1], | ||||
| "dir__fns_8php.html":[5,0,0,23], | ||||
| "dir__fns_8php.html#a6cae22cfdd6edda5ddf09e07abb3242a":[5,0,0,23,2], | ||||
| "dir__fns_8php.html#a8c15aa69da12f2d3476b9e93b82b337d":[5,0,0,23,0], | ||||
| "dir__fns_8php.html#aa666e7df6ca8c332f4081c9b66b4bdf6":[5,0,0,23,1], | ||||
| "dir_aae29906d7bfc07d076125f669c8352e.html":[5,0,0,1], | ||||
| "dir_b2f003339c516cc00c8cadcafbe82f13.html":[5,0,3], | ||||
| "dir_d41ce877eb409a4791b288730010abe2.html":[5,0,1], | ||||
| "dir_d44c64559bbebec7f509842c48db8b23.html":[5,0,0], | ||||
| "dir_d795dfe8933002397556cc7aa16eca15.html":[5,0,3,1,1] | ||||
| }; | ||||
|   | ||||
| @@ -1,14 +1,5 @@ | ||||
| var NAVTREEINDEX3 = | ||||
| { | ||||
| "dir__fns_8php.html":[5,0,0,23], | ||||
| "dir__fns_8php.html#a6cae22cfdd6edda5ddf09e07abb3242a":[5,0,0,23,2], | ||||
| "dir__fns_8php.html#a8c15aa69da12f2d3476b9e93b82b337d":[5,0,0,23,0], | ||||
| "dir__fns_8php.html#aa666e7df6ca8c332f4081c9b66b4bdf6":[5,0,0,23,1], | ||||
| "dir_aae29906d7bfc07d076125f669c8352e.html":[5,0,0,1], | ||||
| "dir_b2f003339c516cc00c8cadcafbe82f13.html":[5,0,3], | ||||
| "dir_d41ce877eb409a4791b288730010abe2.html":[5,0,1], | ||||
| "dir_d44c64559bbebec7f509842c48db8b23.html":[5,0,0], | ||||
| "dir_d795dfe8933002397556cc7aa16eca15.html":[5,0,3,1,1], | ||||
| "dirfind_8php.html":[5,0,1,16], | ||||
| "dirfind_8php.html#ac689a812c84f161b3a0d42349f83981c":[5,0,1,16,1], | ||||
| "dirfind_8php.html#af22b0283f928c4c32e62248a5ae67cee":[5,0,1,16,0], | ||||
| @@ -90,8 +81,8 @@ var NAVTREEINDEX3 = | ||||
| "fsuggest_8php.html#aa6c49ed4b50a387f1845f36844dd7998":[5,0,1,27,0], | ||||
| "full_8php.html":[5,0,3,0,1], | ||||
| "full_8php.html#a6fac1b4b8cdfde06ea1b7713479e92db":[5,0,3,0,1,0], | ||||
| "functions.html":[4,3,0], | ||||
| "functions.html":[4,3,0,0], | ||||
| "functions.html":[4,3,0], | ||||
| "functions_0x5f.html":[4,3,0,1], | ||||
| "functions_0x61.html":[4,3,0,2], | ||||
| "functions_0x62.html":[4,3,0,3], | ||||
| @@ -141,8 +132,8 @@ var NAVTREEINDEX3 = | ||||
| "globals_0x77.html":[5,1,0,24], | ||||
| "globals_0x78.html":[5,1,0,25], | ||||
| "globals_0x7a.html":[5,1,0,26], | ||||
| "globals_func.html":[5,1,1], | ||||
| "globals_func.html":[5,1,1,0], | ||||
| "globals_func.html":[5,1,1], | ||||
| "globals_func_0x61.html":[5,1,1,1], | ||||
| "globals_func_0x62.html":[5,1,1,2], | ||||
| "globals_func_0x63.html":[5,1,1,3], | ||||
| @@ -213,13 +204,14 @@ var NAVTREEINDEX3 = | ||||
| "html2plain_8php.html#ab3e121fa9f3feb16f9f942e705bc6c04":[5,0,0,34,2], | ||||
| "html2plain_8php.html#ae1c203d0f089d5678d73a6c64a395201":[5,0,0,34,1], | ||||
| "identity_8php.html":[5,0,0,35], | ||||
| "identity_8php.html#a345f4c943d84de502ec6e72d2c813945":[5,0,0,35,1], | ||||
| "identity_8php.html#a3570a4eb77332b292d394c4132cb8f03":[5,0,0,35,2], | ||||
| "identity_8php.html#a77ee7d66eb0758f7e7882f70ad0f9485":[5,0,0,35,3], | ||||
| "identity_8php.html#a78151baf4407a8482d2681a91a9c486b":[5,0,0,35,5], | ||||
| "identity_8php.html#abf6a9c6ed92d594f1d4513c4e22a7abd":[5,0,0,35,0], | ||||
| "identity_8php.html#ac9fcd5c4c371998790b5c55c3d0f4633":[5,0,0,35,4], | ||||
| "identity_8php.html#af2802bc13a00a17b867bba7978ba8f58":[5,0,0,35,6], | ||||
| "identity_8php.html#a345f4c943d84de502ec6e72d2c813945":[5,0,0,35,2], | ||||
| "identity_8php.html#a3570a4eb77332b292d394c4132cb8f03":[5,0,0,35,3], | ||||
| "identity_8php.html#a77d2237f1846964634b1c99089c27c7d":[5,0,0,35,0], | ||||
| "identity_8php.html#a77ee7d66eb0758f7e7882f70ad0f9485":[5,0,0,35,4], | ||||
| "identity_8php.html#a78151baf4407a8482d2681a91a9c486b":[5,0,0,35,6], | ||||
| "identity_8php.html#abf6a9c6ed92d594f1d4513c4e22a7abd":[5,0,0,35,1], | ||||
| "identity_8php.html#ac9fcd5c4c371998790b5c55c3d0f4633":[5,0,0,35,5], | ||||
| "identity_8php.html#af2802bc13a00a17b867bba7978ba8f58":[5,0,0,35,7], | ||||
| "import_8php.html":[5,0,1,33], | ||||
| "import_8php.html#af17fef0410518f7eac205d0ea416eaa2":[5,0,1,33,1], | ||||
| "import_8php.html#afdf25ed70096d5dbf4f6d0ca79fea184":[5,0,1,33,0], | ||||
| @@ -249,5 +241,13 @@ var NAVTREEINDEX3 = | ||||
| "include_2api_8php.html#a8b25a186bd0893f51aa72a62f655735e":[5,0,0,5,39], | ||||
| "include_2api_8php.html#a9160288b7ac220635942d8dc209b78c3":[5,0,0,5,10], | ||||
| "include_2api_8php.html#a970b02c06dea8b229aa3d5fff9cf4705":[5,0,0,5,8], | ||||
| "include_2api_8php.html#aa0d6b29fff0344a8e67f3507a6d01410":[5,0,0,5,34] | ||||
| "include_2api_8php.html#aa0d6b29fff0344a8e67f3507a6d01410":[5,0,0,5,34], | ||||
| "include_2api_8php.html#aa1bddb580510e70cc1a7b7381667f1a3":[5,0,0,5,28], | ||||
| "include_2api_8php.html#aa40bae797bcd9ccacffdce5a3b5a1afa":[5,0,0,5,23], | ||||
| "include_2api_8php.html#aa49741342ad8ba285737eea1209a37e1":[5,0,0,5,25], | ||||
| "include_2api_8php.html#aa62b15a6bbb280e86b98132eb214013d":[5,0,0,5,51], | ||||
| "include_2api_8php.html#aa6fc3bc8c0fad1d081db0dcc456dd77f":[5,0,0,5,29], | ||||
| "include_2api_8php.html#aa9dc5350b26d6c7727d6c4b641ecba18":[5,0,0,5,3], | ||||
| "include_2api_8php.html#ab1ecb58954f722444bfe03233345cb1b":[5,0,0,5,17], | ||||
| "include_2api_8php.html#abe8e929e93f7ab134b1cb1fb30f19a76":[5,0,0,5,48] | ||||
| }; | ||||
|   | ||||
| @@ -1,13 +1,5 @@ | ||||
| var NAVTREEINDEX4 = | ||||
| { | ||||
| "include_2api_8php.html#aa1bddb580510e70cc1a7b7381667f1a3":[5,0,0,5,28], | ||||
| "include_2api_8php.html#aa40bae797bcd9ccacffdce5a3b5a1afa":[5,0,0,5,23], | ||||
| "include_2api_8php.html#aa49741342ad8ba285737eea1209a37e1":[5,0,0,5,25], | ||||
| "include_2api_8php.html#aa62b15a6bbb280e86b98132eb214013d":[5,0,0,5,51], | ||||
| "include_2api_8php.html#aa6fc3bc8c0fad1d081db0dcc456dd77f":[5,0,0,5,29], | ||||
| "include_2api_8php.html#aa9dc5350b26d6c7727d6c4b641ecba18":[5,0,0,5,3], | ||||
| "include_2api_8php.html#ab1ecb58954f722444bfe03233345cb1b":[5,0,0,5,17], | ||||
| "include_2api_8php.html#abe8e929e93f7ab134b1cb1fb30f19a76":[5,0,0,5,48], | ||||
| "include_2api_8php.html#ac2c2b18c426d697d11a830bca146be8a":[5,0,0,5,30], | ||||
| "include_2api_8php.html#ac5a64cc81d70ff3cf866093ea9721d23":[5,0,0,5,24], | ||||
| "include_2api_8php.html#acafd2899309a005fcb725289173dc7fe":[5,0,0,5,22], | ||||
| @@ -118,8 +110,6 @@ var NAVTREEINDEX4 = | ||||
| "include_2photos_8php.html#ad648c0c5544fe9263409b6f6e57c6274":[5,0,0,49,6], | ||||
| "include_2photos_8php.html#aedccaf18282b26899d9549c29bd9d1b9":[5,0,0,49,5], | ||||
| "include_2photos_8php.html#af24c6aeed28ecc31ec39e7d9a1804979":[5,0,0,49,4], | ||||
| "include_2settings_8php.html":[5,0,0,59], | ||||
| "include_2settings_8php.html#ac34e479d27f32b82dd6b33542f81a6a7":[5,0,0,59,0], | ||||
| "index.html":[], | ||||
| "interfaceITemplateEngine.html":[4,0,18], | ||||
| "interfaceITemplateEngine.html#aaa7381c8becc3d1c1790b53988a0f243":[4,0,18,1], | ||||
| @@ -249,5 +239,15 @@ var NAVTREEINDEX4 = | ||||
| "mod_2network_8php.html":[5,0,1,47], | ||||
| "mod_2network_8php.html#a180fce90ad11d7e0e45be094da7149ec":[5,0,1,47,1], | ||||
| "mod_2network_8php.html#a36e03af6f2efe62ecaa247509365bfad":[5,0,1,47,3], | ||||
| "mod_2network_8php.html#a43f2f29b90c5e29072c561934bc8f8b4":[5,0,1,47,0] | ||||
| "mod_2network_8php.html#a43f2f29b90c5e29072c561934bc8f8b4":[5,0,1,47,0], | ||||
| "mod_2network_8php.html#aeaa518c1a317516a3da337b88d358666":[5,0,1,47,2], | ||||
| "mod_2notify_8php.html":[5,0,1,51], | ||||
| "mod_2notify_8php.html#a94f9a6a9d4b5fd704baafff0c34f41ae":[5,0,1,51,1], | ||||
| "mod_2notify_8php.html#acdf3851688ebd6d6a575eb84ef9febe3":[5,0,1,51,0], | ||||
| "mod_2oembed_8php.html":[5,0,1,52], | ||||
| "mod_2oembed_8php.html#a9145025aaf057fb5d3f9f7011e5e1014":[5,0,1,52,0], | ||||
| "mod_2photos_8php.html":[5,0,1,58], | ||||
| "mod_2photos_8php.html#a062bed4d04d14fee8a53f4c9be673080":[5,0,1,58,2], | ||||
| "mod_2photos_8php.html#aa87382611a66ec5effdb2d78f13f5812":[5,0,1,58,0], | ||||
| "mod_2photos_8php.html#ab950295cd77626f5fe65331a87693014":[5,0,1,58,1] | ||||
| }; | ||||
|   | ||||
| @@ -1,20 +1,5 @@ | ||||
| var NAVTREEINDEX5 = | ||||
| { | ||||
| "mod_2network_8php.html#aeaa518c1a317516a3da337b88d358666":[5,0,1,47,2], | ||||
| "mod_2notify_8php.html":[5,0,1,51], | ||||
| "mod_2notify_8php.html#a94f9a6a9d4b5fd704baafff0c34f41ae":[5,0,1,51,1], | ||||
| "mod_2notify_8php.html#acdf3851688ebd6d6a575eb84ef9febe3":[5,0,1,51,0], | ||||
| "mod_2oembed_8php.html":[5,0,1,52], | ||||
| "mod_2oembed_8php.html#a9145025aaf057fb5d3f9f7011e5e1014":[5,0,1,52,0], | ||||
| "mod_2photos_8php.html":[5,0,1,58], | ||||
| "mod_2photos_8php.html#a062bed4d04d14fee8a53f4c9be673080":[5,0,1,58,2], | ||||
| "mod_2photos_8php.html#aa87382611a66ec5effdb2d78f13f5812":[5,0,1,58,0], | ||||
| "mod_2photos_8php.html#ab950295cd77626f5fe65331a87693014":[5,0,1,58,1], | ||||
| "mod_2settings_8php.html":[5,0,1,80], | ||||
| "mod_2settings_8php.html#a39abc76ff5459c57e3b957664f273f18":[5,0,1,80,0], | ||||
| "mod_2settings_8php.html#a3a4cde287482fced008583f54ba2a722":[5,0,1,80,2], | ||||
| "mod_2settings_8php.html#aa7ee94d88ac088edb04ccf3a26de3586":[5,0,1,80,3], | ||||
| "mod_2settings_8php.html#ae5aebccb006bee1300078576baaf5582":[5,0,1,80,1], | ||||
| "mod__import_8php.html":[5,0,3,0,3], | ||||
| "mod__import_8php.html#a8db1899eeeb44dabd0904065b63627bb":[5,0,3,0,3,0], | ||||
| "mod__new__channel_8php.html":[5,0,3,0,4], | ||||
| @@ -26,18 +11,18 @@ var NAVTREEINDEX5 = | ||||
| "mood_8php.html#a7ae136dd7476865b4828136175db5022":[5,0,1,45,1], | ||||
| "msearch_8php.html":[5,0,1,46], | ||||
| "msearch_8php.html#ac80d2a6c0a92e79eec7efbbccd74d9a8":[5,0,1,46,0], | ||||
| "namespaceFriendica.html":[4,0,1], | ||||
| "namespaceFriendica.html":[3,0,1], | ||||
| "namespaceacl__selectors.html":[4,0,0], | ||||
| "namespaceFriendica.html":[4,0,1], | ||||
| "namespaceacl__selectors.html":[3,0,0], | ||||
| "namespaceacl__selectors.html":[4,0,0], | ||||
| "namespacefriendica-to-smarty-tpl.html":[4,0,2], | ||||
| "namespacefriendica-to-smarty-tpl.html":[3,0,2], | ||||
| "namespacemembers.html":[3,1,0], | ||||
| "namespacemembers_func.html":[3,1,1], | ||||
| "namespacemembers_vars.html":[3,1,2], | ||||
| "namespaces.html":[3,0], | ||||
| "namespaceupdatetpl.html":[3,0,3], | ||||
| "namespaceupdatetpl.html":[4,0,3], | ||||
| "namespaceupdatetpl.html":[3,0,3], | ||||
| "namespaceutil.html":[4,0,4], | ||||
| "namespaceutil.html":[3,0,4], | ||||
| "nav_8php.html":[5,0,0,41], | ||||
| @@ -98,7 +83,7 @@ var NAVTREEINDEX5 = | ||||
| "php2po_8php.html#abbb0e5fd8fbc1f13a9bf68f86eb3d2a4":[5,0,2,5,4], | ||||
| "php2po_8php.html#ad6726cfaa85d4b8299d2b0f034cbf178":[5,0,2,5,2], | ||||
| "php_2default_8php.html":[5,0,3,0,0], | ||||
| "php_2default_8php.html#a2a9b3d213aeeef28c4393ba8f7b408a4":[5,0,3,0,0,0], | ||||
| "php_2default_8php.html#a23bc1996b18e69c1a3ab44536613a762":[5,0,3,0,0,0], | ||||
| "php_2theme__init_8php.html":[5,0,3,0,6], | ||||
| "php_8php.html":[5,0,1,59], | ||||
| "php_8php.html#adb7164dfed9a4ecbe2e168e1e78f12f6":[5,0,1,59,0], | ||||
| @@ -249,5 +234,20 @@ var NAVTREEINDEX5 = | ||||
| "security_8php.html":[5,0,0,57], | ||||
| "security_8php.html#a20f8b9851f23ee8894b8925584ef6821":[5,0,0,57,2], | ||||
| "security_8php.html#a444ac867dfa8c37cf0a7a226412bee28":[5,0,0,57,4], | ||||
| "security_8php.html#a77ba0d1889a39cf32434c5ce96fe1433":[5,0,0,57,5] | ||||
| "security_8php.html#a77ba0d1889a39cf32434c5ce96fe1433":[5,0,0,57,5], | ||||
| "security_8php.html#a8d23d2597aae380a3341872fe9513380":[5,0,0,57,1], | ||||
| "security_8php.html#a9355488460ab11d6058656ff919e5cf9":[5,0,0,57,7], | ||||
| "security_8php.html#a9c6180e82150a5a9af91a1255d096b5c":[5,0,0,57,3], | ||||
| "security_8php.html#ab3bdd30dc60d9ee72370b866aa4a2d01":[5,0,0,57,9], | ||||
| "security_8php.html#acd06ef411116115c2f0a92633700db8a":[5,0,0,57,6], | ||||
| "security_8php.html#adc7bf51e3b8d67bd80e9348f9ab03733":[5,0,0,57,0], | ||||
| "security_8php.html#ae92c5c1a1cbbc49ddbb8b3265d2db809":[5,0,0,57,10], | ||||
| "security_8php.html#afa683bc025a1d2fe9065e2f6cd71a22f":[5,0,0,57,8], | ||||
| "session_8php.html":[5,0,0,58], | ||||
| "session_8php.html#a26fa1042356d555023cbf15ddd4f8507":[5,0,0,58,4], | ||||
| "session_8php.html#a4c0ead624f95483e386bc80abf570a8f":[5,0,0,58,0], | ||||
| "session_8php.html#a5e1c616e02b863d5450317d101366bb7":[5,0,0,58,1], | ||||
| "session_8php.html#a62e4a6cb26b4bb1b8ddd8277b26090eb":[5,0,0,58,8], | ||||
| "session_8php.html#a7f0f50576360d9ba52d29364e0b83a8e":[5,0,0,58,5], | ||||
| "session_8php.html#a96b09cc763572f45280786a7b33feb7e":[5,0,0,58,7] | ||||
| }; | ||||
|   | ||||
| @@ -1,24 +1,14 @@ | ||||
| var NAVTREEINDEX6 = | ||||
| { | ||||
| "security_8php.html#a8d23d2597aae380a3341872fe9513380":[5,0,0,57,1], | ||||
| "security_8php.html#a9355488460ab11d6058656ff919e5cf9":[5,0,0,57,7], | ||||
| "security_8php.html#a9c6180e82150a5a9af91a1255d096b5c":[5,0,0,57,3], | ||||
| "security_8php.html#ab3bdd30dc60d9ee72370b866aa4a2d01":[5,0,0,57,9], | ||||
| "security_8php.html#acd06ef411116115c2f0a92633700db8a":[5,0,0,57,6], | ||||
| "security_8php.html#adc7bf51e3b8d67bd80e9348f9ab03733":[5,0,0,57,0], | ||||
| "security_8php.html#ae92c5c1a1cbbc49ddbb8b3265d2db809":[5,0,0,57,10], | ||||
| "security_8php.html#afa683bc025a1d2fe9065e2f6cd71a22f":[5,0,0,57,8], | ||||
| "session_8php.html":[5,0,0,58], | ||||
| "session_8php.html#a26fa1042356d555023cbf15ddd4f8507":[5,0,0,58,4], | ||||
| "session_8php.html#a4c0ead624f95483e386bc80abf570a8f":[5,0,0,58,0], | ||||
| "session_8php.html#a5e1c616e02b863d5450317d101366bb7":[5,0,0,58,1], | ||||
| "session_8php.html#a62e4a6cb26b4bb1b8ddd8277b26090eb":[5,0,0,58,8], | ||||
| "session_8php.html#a7f0f50576360d9ba52d29364e0b83a8e":[5,0,0,58,5], | ||||
| "session_8php.html#a96b09cc763572f45280786a7b33feb7e":[5,0,0,58,7], | ||||
| "session_8php.html#ac4461c1984543d3553e73dba2771568f":[5,0,0,58,6], | ||||
| "session_8php.html#ac95373f4966862a028033dd2f94d4da1":[5,0,0,58,3], | ||||
| "session_8php.html#af0100a2642a5268594bbd5742a03d885":[5,0,0,58,9], | ||||
| "session_8php.html#af230b86bfff7db66c3bdd7e0bbc24052":[5,0,0,58,2], | ||||
| "settings_8php.html":[5,0,1,80], | ||||
| "settings_8php.html#a39abc76ff5459c57e3b957664f273f18":[5,0,1,80,0], | ||||
| "settings_8php.html#a3a4cde287482fced008583f54ba2a722":[5,0,1,80,2], | ||||
| "settings_8php.html#aa7ee94d88ac088edb04ccf3a26de3586":[5,0,1,80,3], | ||||
| "settings_8php.html#ae5aebccb006bee1300078576baaf5582":[5,0,1,80,1], | ||||
| "setup_8php.html":[5,0,1,81], | ||||
| "setup_8php.html#a0c3f3b671381f6dccd924b8ecdfc56c4":[5,0,1,81,2], | ||||
| "setup_8php.html#a13cf286774149a0a7bd8adb8179cec75":[5,0,1,81,13], | ||||
| @@ -43,16 +33,16 @@ var NAVTREEINDEX6 = | ||||
| "siteinfo_8php.html#a70c09bfb6dd1c86a125a35f62ed53656":[5,0,1,83,0], | ||||
| "smilies_8php.html":[5,0,1,84], | ||||
| "smilies_8php.html#ab43b1e9f33a700a830aff14c7b3a617f":[5,0,1,84,0], | ||||
| "socgraph_8php.html":[5,0,0,60], | ||||
| "socgraph_8php.html#a16ac51c505d72987ed8d6d6aed0e8586":[5,0,0,60,0], | ||||
| "socgraph_8php.html#a76e6fca3d2bc842dcd9e710bb87c8329":[5,0,0,60,7], | ||||
| "socgraph_8php.html#a790690bb1a1d02483fe31632a160144d":[5,0,0,60,8], | ||||
| "socgraph_8php.html#a7d34cd58025bcd9e575282f44db75918":[5,0,0,60,1], | ||||
| "socgraph_8php.html#a887d576f21fd708132a06d0f72f90f84":[5,0,0,60,4], | ||||
| "socgraph_8php.html#aad9ee2421fd1ca405b241e8ed72d9aca":[5,0,0,60,6], | ||||
| "socgraph_8php.html#ac343a846241d36cdf046b08f3396cfe9":[5,0,0,60,2], | ||||
| "socgraph_8php.html#af175807406d94407a5e11742a3287746":[5,0,0,60,5], | ||||
| "socgraph_8php.html#af29d056beec10b4e38e5209c92452894":[5,0,0,60,3], | ||||
| "socgraph_8php.html":[5,0,0,59], | ||||
| "socgraph_8php.html#a16ac51c505d72987ed8d6d6aed0e8586":[5,0,0,59,0], | ||||
| "socgraph_8php.html#a76e6fca3d2bc842dcd9e710bb87c8329":[5,0,0,59,7], | ||||
| "socgraph_8php.html#a790690bb1a1d02483fe31632a160144d":[5,0,0,59,8], | ||||
| "socgraph_8php.html#a7d34cd58025bcd9e575282f44db75918":[5,0,0,59,1], | ||||
| "socgraph_8php.html#a887d576f21fd708132a06d0f72f90f84":[5,0,0,59,4], | ||||
| "socgraph_8php.html#aad9ee2421fd1ca405b241e8ed72d9aca":[5,0,0,59,6], | ||||
| "socgraph_8php.html#ac343a846241d36cdf046b08f3396cfe9":[5,0,0,59,2], | ||||
| "socgraph_8php.html#af175807406d94407a5e11742a3287746":[5,0,0,59,5], | ||||
| "socgraph_8php.html#af29d056beec10b4e38e5209c92452894":[5,0,0,59,3], | ||||
| "starred_8php.html":[5,0,1,85], | ||||
| "starred_8php.html#a63024fb418c678e49fd535e3752d349a":[5,0,1,85,0], | ||||
| "subthread_8php.html":[5,0,1,86], | ||||
| @@ -61,109 +51,109 @@ var NAVTREEINDEX6 = | ||||
| "suggest_8php.html#a4df91c84594d51ba56b5918de414230d":[5,0,1,87,0], | ||||
| "suggest_8php.html#a58748a8235d4523f8333847f3e42dd91":[5,0,1,87,1], | ||||
| "suggest_8php.html#a696acf1dd8070e479adcc80c63c6718c":[5,0,1,87,2], | ||||
| "system__unavailable_8php.html":[5,0,0,61], | ||||
| "system__unavailable_8php.html#a73751a6bcc17ad3ca503496e2fb020fa":[5,0,0,61,0], | ||||
| "system__unavailable_8php.html":[5,0,0,60], | ||||
| "system__unavailable_8php.html#a73751a6bcc17ad3ca503496e2fb020fa":[5,0,0,60,0], | ||||
| "tagger_8php.html":[5,0,1,88], | ||||
| "tagger_8php.html#a0e4a3eb177d1684553c547503d67161c":[5,0,1,88,0], | ||||
| "tagrm_8php.html":[5,0,1,89], | ||||
| "tagrm_8php.html#a1702f40aa53a2fa93deade1f609abe78":[5,0,1,89,1], | ||||
| "tagrm_8php.html#adfd4ea5b4d7fc6d9c9e042af5cd7d49a":[5,0,1,89,0], | ||||
| "taxonomy_8php.html":[5,0,0,62], | ||||
| "taxonomy_8php.html#a03f55ee46c5f496e42f3d29db8d09cce":[5,0,0,62,6], | ||||
| "taxonomy_8php.html#a061b3db9426d4b074395f5824062cad4":[5,0,0,62,8], | ||||
| "taxonomy_8php.html#a08df5164926d2b31b8e9fcfe919de2b6":[5,0,0,62,0], | ||||
| "taxonomy_8php.html#a0fb8cf0ac7bcbc8b27d856fe9bf69cd1":[5,0,0,62,4], | ||||
| "taxonomy_8php.html#a163b5131f388080b0fc82398d3a32fe1":[5,0,0,62,2], | ||||
| "taxonomy_8php.html#a3299482ac20e9d79453048dd52881d37":[5,0,0,62,1], | ||||
| "taxonomy_8php.html#a4ba1339b2a7054971178ce194e4440fd":[5,0,0,62,7], | ||||
| "taxonomy_8php.html#a7a913d19c77610da689be48fbbf6734c":[5,0,0,62,11], | ||||
| "taxonomy_8php.html#aaeded36bcc983b35d9205fe5b6c18c43":[5,0,0,62,10], | ||||
| "taxonomy_8php.html#abdb698bc6921429df6d697f6c5dec96f":[5,0,0,62,9], | ||||
| "taxonomy_8php.html#ac12a651a42ed77f8dc7072c6168811a2":[5,0,0,62,5], | ||||
| "taxonomy_8php.html#adfead45e3b8a3dfb2b4a4b9281d0dbe1":[5,0,0,62,3], | ||||
| "template__processor_8php.html":[5,0,0,63], | ||||
| "template__processor_8php.html#a797745996c7839a93b2ab1af456631ab":[5,0,0,63,3], | ||||
| "template__processor_8php.html#ab2bcd8738f20f293636a6ae8e1099db5":[5,0,0,63,1], | ||||
| "template__processor_8php.html#ac635bb19a5f6eadd6b0cddefdd537c1e":[5,0,0,63,2], | ||||
| "text_8php.html":[5,0,0,64], | ||||
| "text_8php.html#a030fa5ecc64168af0c4f44897a9bce63":[5,0,0,64,39], | ||||
| "text_8php.html#a05b7f26dc2df78681f57eeade53040c6":[5,0,0,64,25], | ||||
| "text_8php.html#a070384ec000fd65043fce11d5392d241":[5,0,0,64,6], | ||||
| "text_8php.html#a0a1f7c0e97f9ecbebf3e5834582b014c":[5,0,0,64,15], | ||||
| "text_8php.html#a0c65597bb4aed3a039eb795ff540e5e3":[5,0,0,64,11], | ||||
| "text_8php.html#a11255c8c4e5245b6c24f97684826aa54":[5,0,0,64,38], | ||||
| "text_8php.html#a13286f8a95d2de6b102966ecc270c8d6":[5,0,0,64,5], | ||||
| "text_8php.html#a1360fed7f918d859daaca1c9f384f9af":[5,0,0,64,68], | ||||
| "text_8php.html#a138a3a611fa7f4f3630674145fc826bf":[5,0,0,64,29], | ||||
| "text_8php.html#a1557112a774ec00fa06ed6b6f6495506":[5,0,0,64,31], | ||||
| "text_8php.html#a1af49756c8c71902a66c7e329c462beb":[5,0,0,64,45], | ||||
| "text_8php.html#a1e510c53624933ce9b7d6715784894db":[5,0,0,64,40], | ||||
| "text_8php.html#a24d441d30df4b8e6bf6780bf62a5e2c6":[5,0,0,64,41], | ||||
| "text_8php.html#a2690ad67bb6fb97ef69de3e8d23f2728":[5,0,0,64,36], | ||||
| "text_8php.html#a27cd2c1b3bcb49a0cfb7249e851725ca":[5,0,0,64,4], | ||||
| "text_8php.html#a29988052f3944111def3b6aaf2c7a8f6":[5,0,0,64,75], | ||||
| "text_8php.html#a29d6b804e368d3ef359ee295e96ed4c7":[5,0,0,64,66], | ||||
| "text_8php.html#a2a902f5fdba8646333e997898ac45ea3":[5,0,0,64,42], | ||||
| "text_8php.html#a2e8d6c402603be3a1256a16605e09c2a":[5,0,0,64,10], | ||||
| "text_8php.html#a2ffd79c60cc87cec24ef76447b905187":[5,0,0,64,77], | ||||
| "text_8php.html#a36a2e5d418ee81140f25c4233cfecd1f":[5,0,0,64,71], | ||||
| "text_8php.html#a3972701c5c83624ec4e2d06242f614e7":[5,0,0,64,27], | ||||
| "text_8php.html#a3d225b253bb9e0f2498c11647d927b0b":[5,0,0,64,64], | ||||
| "text_8php.html#a3d2793d66db3345fd290b71e2eadf98e":[5,0,0,64,7], | ||||
| "text_8php.html#a405afe814a23f3bd94d826101aa168ab":[5,0,0,64,73], | ||||
| "text_8php.html#a436a8de00c942364c2d0fcfc7e1f4b5a":[5,0,0,64,30], | ||||
| "text_8php.html#a44d460fcdee6247c67b9bef3ea15f3e6":[5,0,0,64,63], | ||||
| "text_8php.html#a4659fbc4e54ddc700c3aa66b9092c623":[5,0,0,64,28], | ||||
| "text_8php.html#a47c1e4a5f3f53027daacd8a9db24f285":[5,0,0,64,37], | ||||
| "text_8php.html#a4841df5beabdd1bdd1ed56781a915d61":[5,0,0,64,54], | ||||
| "text_8php.html#a4bbb7d00c05cd20b4e043424f322388f":[5,0,0,64,43], | ||||
| "text_8php.html#a4e7698aca48982512594b274543c3b9b":[5,0,0,64,53], | ||||
| "text_8php.html#a543447c5ed766535221e2d9636b379ee":[5,0,0,64,70], | ||||
| "text_8php.html#a55ab893be57feda59c2a7ba1e58ff2d0":[5,0,0,64,9], | ||||
| "text_8php.html#a63fb21c0bed2fc72eef2c1471ac42b63":[5,0,0,64,14], | ||||
| "text_8php.html#a6a3d80a6c6fb234fd0bac44203b828eb":[5,0,0,64,69], | ||||
| "text_8php.html#a71f6952243d3fe1c5a8154f78027e29c":[5,0,0,64,35], | ||||
| "text_8php.html#a736db13a966b8abaf8c9198faa35911a":[5,0,0,64,24], | ||||
| "text_8php.html#a740ad03e00459039a2c0992246c4e727":[5,0,0,64,67], | ||||
| "text_8php.html#a75c243e06341ec16bd5a44b9b1cacd85":[5,0,0,64,1], | ||||
| "text_8php.html#a76d1b3435c067978d7b484c45f56472b":[5,0,0,64,23], | ||||
| "text_8php.html#a85e3a4851c16674834010d8419a5d7ca":[5,0,0,64,8], | ||||
| "text_8php.html#a876e94892867019935b348b573299352":[5,0,0,64,61], | ||||
| "text_8php.html#a8796f6a9ca592ecdce7b3afc3462aa13":[5,0,0,64,65], | ||||
| "text_8php.html#a89929fa6f70a8ba54d5273fcf622b665":[5,0,0,64,19], | ||||
| "text_8php.html#a8b0a799341b1fc4cba2c3ede3e3fc9b6":[5,0,0,64,52], | ||||
| "text_8php.html#a8d8c4a11e53461caca21181ebd72daca":[5,0,0,64,18], | ||||
| "text_8php.html#a95fd2f8f23a1948414a03ebc963bac57":[5,0,0,64,3], | ||||
| "text_8php.html#a98fd99dee3da8cf4c148dc04efe782ee":[5,0,0,64,47], | ||||
| "text_8php.html#a9c6ce4e12a4ac883c5e3f36fed6e1e09":[5,0,0,64,58], | ||||
| "text_8php.html#a9d6a5ee1290de7a8b483fe78585daade":[5,0,0,64,56], | ||||
| "text_8php.html#a9fbeae13c9abd6e27cb4d8d1817f969c":[5,0,0,64,60], | ||||
| "text_8php.html#aa46f941155c2ac1155f2f17ffb0adb66":[5,0,0,64,26], | ||||
| "text_8php.html#aa5148a0dfea2a1ca64c3d52f10aa2d64":[5,0,0,64,16], | ||||
| "text_8php.html#aa5528f41533927e1bd2da3618a74a6d7":[5,0,0,64,48], | ||||
| "text_8php.html#aa6b0aa8afbeab50d1a3058ad21acb74e":[5,0,0,64,32], | ||||
| "text_8php.html#aad557c054cf2ed915633701018fc7e3f":[5,0,0,64,76], | ||||
| "text_8php.html#aaed4413ed8918838b517e3b2fafaea0d":[5,0,0,64,72], | ||||
| "text_8php.html#ab4a4c3d4700bc219bb84f33b499314f4":[5,0,0,64,74], | ||||
| "text_8php.html#ac19d2b33a58372a357a43d51eed19162":[5,0,0,64,49], | ||||
| "text_8php.html#ac1dbf2e37e8069bea2c0f557fdbf203e":[5,0,0,64,33], | ||||
| "text_8php.html#aca0f589be74fab1a460c57e88dad9779":[5,0,0,64,62], | ||||
| "text_8php.html#ace3c98538c63e09b70a363210b414112":[5,0,0,64,20], | ||||
| "text_8php.html#acedb584f65114a33f389efb796172a91":[5,0,0,64,2], | ||||
| "text_8php.html#ad6432621d0fafcbcf3d3b9b49bef7784":[5,0,0,64,13], | ||||
| "text_8php.html#ad855a32bee22c3f3b9734e3a334b96f2":[5,0,0,64,57], | ||||
| "text_8php.html#adba17ec946f4285285dc100f7860bf51":[5,0,0,64,44], | ||||
| "text_8php.html#ae17b39d5e321debd3ad16dcbbde842b8":[5,0,0,64,34], | ||||
| "text_8php.html#ae2126da85966da0e79c6bcbac63b0bda":[5,0,0,64,59], | ||||
| "text_8php.html#ae4282a39492caa23ccbc2ce98e54f110":[5,0,0,64,17], | ||||
| "text_8php.html#ae4f6881d7e13623f8eded6277595112a":[5,0,0,64,22], | ||||
| "text_8php.html#af3a7139d40ea758f315c2acf2ccc1b1c":[5,0,0,64,50], | ||||
| "text_8php.html#af8a3e3a66a7b862d4510f145d2e13186":[5,0,0,64,0], | ||||
| "text_8php.html#afc998d2796a6b2a08e96f7cc061e7221":[5,0,0,64,55], | ||||
| "text_8php.html#afdc69fe3f6c09e35e46304dcea63ae28":[5,0,0,64,21], | ||||
| "text_8php.html#afe18627c4983ee5f7c940a0992818cd5":[5,0,0,64,12], | ||||
| "text_8php.html#afe54312607d92f7ce9593f5760831f80":[5,0,0,64,51], | ||||
| "text_8php.html#afe9f178d264d44a94dc1292aaf0fd585":[5,0,0,64,46], | ||||
| "taxonomy_8php.html":[5,0,0,61], | ||||
| "taxonomy_8php.html#a03f55ee46c5f496e42f3d29db8d09cce":[5,0,0,61,6], | ||||
| "taxonomy_8php.html#a061b3db9426d4b074395f5824062cad4":[5,0,0,61,8], | ||||
| "taxonomy_8php.html#a08df5164926d2b31b8e9fcfe919de2b6":[5,0,0,61,0], | ||||
| "taxonomy_8php.html#a0fb8cf0ac7bcbc8b27d856fe9bf69cd1":[5,0,0,61,4], | ||||
| "taxonomy_8php.html#a163b5131f388080b0fc82398d3a32fe1":[5,0,0,61,2], | ||||
| "taxonomy_8php.html#a3299482ac20e9d79453048dd52881d37":[5,0,0,61,1], | ||||
| "taxonomy_8php.html#a4ba1339b2a7054971178ce194e4440fd":[5,0,0,61,7], | ||||
| "taxonomy_8php.html#a7a913d19c77610da689be48fbbf6734c":[5,0,0,61,11], | ||||
| "taxonomy_8php.html#aaeded36bcc983b35d9205fe5b6c18c43":[5,0,0,61,10], | ||||
| "taxonomy_8php.html#abdb698bc6921429df6d697f6c5dec96f":[5,0,0,61,9], | ||||
| "taxonomy_8php.html#ac12a651a42ed77f8dc7072c6168811a2":[5,0,0,61,5], | ||||
| "taxonomy_8php.html#adfead45e3b8a3dfb2b4a4b9281d0dbe1":[5,0,0,61,3], | ||||
| "template__processor_8php.html":[5,0,0,62], | ||||
| "template__processor_8php.html#a797745996c7839a93b2ab1af456631ab":[5,0,0,62,3], | ||||
| "template__processor_8php.html#ab2bcd8738f20f293636a6ae8e1099db5":[5,0,0,62,1], | ||||
| "template__processor_8php.html#ac635bb19a5f6eadd6b0cddefdd537c1e":[5,0,0,62,2], | ||||
| "text_8php.html":[5,0,0,63], | ||||
| "text_8php.html#a030fa5ecc64168af0c4f44897a9bce63":[5,0,0,63,39], | ||||
| "text_8php.html#a05b7f26dc2df78681f57eeade53040c6":[5,0,0,63,25], | ||||
| "text_8php.html#a070384ec000fd65043fce11d5392d241":[5,0,0,63,6], | ||||
| "text_8php.html#a0a1f7c0e97f9ecbebf3e5834582b014c":[5,0,0,63,15], | ||||
| "text_8php.html#a0c65597bb4aed3a039eb795ff540e5e3":[5,0,0,63,11], | ||||
| "text_8php.html#a11255c8c4e5245b6c24f97684826aa54":[5,0,0,63,38], | ||||
| "text_8php.html#a13286f8a95d2de6b102966ecc270c8d6":[5,0,0,63,5], | ||||
| "text_8php.html#a1360fed7f918d859daaca1c9f384f9af":[5,0,0,63,68], | ||||
| "text_8php.html#a138a3a611fa7f4f3630674145fc826bf":[5,0,0,63,29], | ||||
| "text_8php.html#a1557112a774ec00fa06ed6b6f6495506":[5,0,0,63,31], | ||||
| "text_8php.html#a1af49756c8c71902a66c7e329c462beb":[5,0,0,63,45], | ||||
| "text_8php.html#a1e510c53624933ce9b7d6715784894db":[5,0,0,63,40], | ||||
| "text_8php.html#a24d441d30df4b8e6bf6780bf62a5e2c6":[5,0,0,63,41], | ||||
| "text_8php.html#a2690ad67bb6fb97ef69de3e8d23f2728":[5,0,0,63,36], | ||||
| "text_8php.html#a27cd2c1b3bcb49a0cfb7249e851725ca":[5,0,0,63,4], | ||||
| "text_8php.html#a29988052f3944111def3b6aaf2c7a8f6":[5,0,0,63,75], | ||||
| "text_8php.html#a29d6b804e368d3ef359ee295e96ed4c7":[5,0,0,63,66], | ||||
| "text_8php.html#a2a902f5fdba8646333e997898ac45ea3":[5,0,0,63,42], | ||||
| "text_8php.html#a2e8d6c402603be3a1256a16605e09c2a":[5,0,0,63,10], | ||||
| "text_8php.html#a2ffd79c60cc87cec24ef76447b905187":[5,0,0,63,77], | ||||
| "text_8php.html#a36a2e5d418ee81140f25c4233cfecd1f":[5,0,0,63,71], | ||||
| "text_8php.html#a3972701c5c83624ec4e2d06242f614e7":[5,0,0,63,27], | ||||
| "text_8php.html#a3d225b253bb9e0f2498c11647d927b0b":[5,0,0,63,64], | ||||
| "text_8php.html#a3d2793d66db3345fd290b71e2eadf98e":[5,0,0,63,7], | ||||
| "text_8php.html#a405afe814a23f3bd94d826101aa168ab":[5,0,0,63,73], | ||||
| "text_8php.html#a436a8de00c942364c2d0fcfc7e1f4b5a":[5,0,0,63,30], | ||||
| "text_8php.html#a44d460fcdee6247c67b9bef3ea15f3e6":[5,0,0,63,63], | ||||
| "text_8php.html#a4659fbc4e54ddc700c3aa66b9092c623":[5,0,0,63,28], | ||||
| "text_8php.html#a47c1e4a5f3f53027daacd8a9db24f285":[5,0,0,63,37], | ||||
| "text_8php.html#a4841df5beabdd1bdd1ed56781a915d61":[5,0,0,63,54], | ||||
| "text_8php.html#a4bbb7d00c05cd20b4e043424f322388f":[5,0,0,63,43], | ||||
| "text_8php.html#a4e7698aca48982512594b274543c3b9b":[5,0,0,63,53], | ||||
| "text_8php.html#a543447c5ed766535221e2d9636b379ee":[5,0,0,63,70], | ||||
| "text_8php.html#a55ab893be57feda59c2a7ba1e58ff2d0":[5,0,0,63,9], | ||||
| "text_8php.html#a63fb21c0bed2fc72eef2c1471ac42b63":[5,0,0,63,14], | ||||
| "text_8php.html#a6a3d80a6c6fb234fd0bac44203b828eb":[5,0,0,63,69], | ||||
| "text_8php.html#a71f6952243d3fe1c5a8154f78027e29c":[5,0,0,63,35], | ||||
| "text_8php.html#a736db13a966b8abaf8c9198faa35911a":[5,0,0,63,24], | ||||
| "text_8php.html#a740ad03e00459039a2c0992246c4e727":[5,0,0,63,67], | ||||
| "text_8php.html#a75c243e06341ec16bd5a44b9b1cacd85":[5,0,0,63,1], | ||||
| "text_8php.html#a76d1b3435c067978d7b484c45f56472b":[5,0,0,63,23], | ||||
| "text_8php.html#a85e3a4851c16674834010d8419a5d7ca":[5,0,0,63,8], | ||||
| "text_8php.html#a876e94892867019935b348b573299352":[5,0,0,63,61], | ||||
| "text_8php.html#a8796f6a9ca592ecdce7b3afc3462aa13":[5,0,0,63,65], | ||||
| "text_8php.html#a89929fa6f70a8ba54d5273fcf622b665":[5,0,0,63,19], | ||||
| "text_8php.html#a8b0a799341b1fc4cba2c3ede3e3fc9b6":[5,0,0,63,52], | ||||
| "text_8php.html#a8d8c4a11e53461caca21181ebd72daca":[5,0,0,63,18], | ||||
| "text_8php.html#a95fd2f8f23a1948414a03ebc963bac57":[5,0,0,63,3], | ||||
| "text_8php.html#a98fd99dee3da8cf4c148dc04efe782ee":[5,0,0,63,47], | ||||
| "text_8php.html#a9c6ce4e12a4ac883c5e3f36fed6e1e09":[5,0,0,63,58], | ||||
| "text_8php.html#a9d6a5ee1290de7a8b483fe78585daade":[5,0,0,63,56], | ||||
| "text_8php.html#a9fbeae13c9abd6e27cb4d8d1817f969c":[5,0,0,63,60], | ||||
| "text_8php.html#aa46f941155c2ac1155f2f17ffb0adb66":[5,0,0,63,26], | ||||
| "text_8php.html#aa5148a0dfea2a1ca64c3d52f10aa2d64":[5,0,0,63,16], | ||||
| "text_8php.html#aa5528f41533927e1bd2da3618a74a6d7":[5,0,0,63,48], | ||||
| "text_8php.html#aa6b0aa8afbeab50d1a3058ad21acb74e":[5,0,0,63,32], | ||||
| "text_8php.html#aad557c054cf2ed915633701018fc7e3f":[5,0,0,63,76], | ||||
| "text_8php.html#aaed4413ed8918838b517e3b2fafaea0d":[5,0,0,63,72], | ||||
| "text_8php.html#ab4a4c3d4700bc219bb84f33b499314f4":[5,0,0,63,74], | ||||
| "text_8php.html#ac19d2b33a58372a357a43d51eed19162":[5,0,0,63,49], | ||||
| "text_8php.html#ac1dbf2e37e8069bea2c0f557fdbf203e":[5,0,0,63,33], | ||||
| "text_8php.html#aca0f589be74fab1a460c57e88dad9779":[5,0,0,63,62], | ||||
| "text_8php.html#ace3c98538c63e09b70a363210b414112":[5,0,0,63,20], | ||||
| "text_8php.html#acedb584f65114a33f389efb796172a91":[5,0,0,63,2], | ||||
| "text_8php.html#ad6432621d0fafcbcf3d3b9b49bef7784":[5,0,0,63,13], | ||||
| "text_8php.html#ad855a32bee22c3f3b9734e3a334b96f2":[5,0,0,63,57], | ||||
| "text_8php.html#adba17ec946f4285285dc100f7860bf51":[5,0,0,63,44], | ||||
| "text_8php.html#ae17b39d5e321debd3ad16dcbbde842b8":[5,0,0,63,34], | ||||
| "text_8php.html#ae2126da85966da0e79c6bcbac63b0bda":[5,0,0,63,59], | ||||
| "text_8php.html#ae4282a39492caa23ccbc2ce98e54f110":[5,0,0,63,17], | ||||
| "text_8php.html#ae4df74296fbe55051ed3c035e55205e5":[5,0,0,63,50], | ||||
| "text_8php.html#ae4f6881d7e13623f8eded6277595112a":[5,0,0,63,22], | ||||
| "text_8php.html#af8a3e3a66a7b862d4510f145d2e13186":[5,0,0,63,0], | ||||
| "text_8php.html#afc998d2796a6b2a08e96f7cc061e7221":[5,0,0,63,55], | ||||
| "text_8php.html#afdc69fe3f6c09e35e46304dcea63ae28":[5,0,0,63,21], | ||||
| "text_8php.html#afe18627c4983ee5f7c940a0992818cd5":[5,0,0,63,12], | ||||
| "text_8php.html#afe54312607d92f7ce9593f5760831f80":[5,0,0,63,51], | ||||
| "text_8php.html#afe9f178d264d44a94dc1292aaf0fd585":[5,0,0,63,46], | ||||
| "theme_2redstrap_2php_2default_8php.html":[5,0,3,1,1,0,1], | ||||
| "theme_2redstrap_2php_2default_8php.html#a23bc1996b18e69c1a3ab44536613a762":[5,0,3,1,1,0,1,0], | ||||
| "theme_2redstrap_2php_2theme__init_8php.html":[5,0,3,1,1,0,4], | ||||
| @@ -237,17 +227,27 @@ var NAVTREEINDEX6 = | ||||
| "xrd_8php.html#aee3cf087968e4a0ff3a87de16eb23270":[5,0,1,107,0], | ||||
| "zfinger_8php.html":[5,0,1,108], | ||||
| "zfinger_8php.html#a8139b83a22ef98869adc10aa224027a0":[5,0,1,108,0], | ||||
| "zot_8php.html":[5,0,0,65], | ||||
| "zot_8php.html#a083aec6c900d244e1bfc1406f9461465":[5,0,0,65,8], | ||||
| "zot_8php.html#a22e3f9b97b7969ddbe43ccf0db93a19c":[5,0,0,65,17], | ||||
| "zot_8php.html#a31aad56acf8ff8f2353e6ff8595544df":[5,0,0,65,10], | ||||
| "zot_8php.html#a37ec13b18057634eadb071f05297f5e1":[5,0,0,65,5], | ||||
| "zot_8php.html#a3862b3161b2c8557dc1a95020179bd81":[5,0,0,65,12], | ||||
| "zot_8php.html#a3bf11286c2619b4ca28e49d5b5ab374a":[5,0,0,65,2], | ||||
| "zot_8php.html#a3c9e0b243ba29a7b0c050bd0b86eee32":[5,0,0,65,3], | ||||
| "zot_8php.html#a55056e863a7860bc0cf922e78fcce073":[5,0,0,65,16], | ||||
| "zot_8php.html#a5bcdfef419b16075a0eca990956223dc":[5,0,0,65,21], | ||||
| "zot_8php.html#a61cdc1ec843663c423ed2d8160ae5aea":[5,0,0,65,13], | ||||
| "zot_8php.html#a666d3efcac00ec1b4a4537a60655f2ab":[5,0,0,65,11], | ||||
| "zot_8php.html#a703f528ade8382cf374e4119bd6f7859":[5,0,0,65,0] | ||||
| "zot_8php.html":[5,0,0,64], | ||||
| "zot_8php.html#a083aec6c900d244e1bfc1406f9461465":[5,0,0,64,11], | ||||
| "zot_8php.html#a22e3f9b97b7969ddbe43ccf0db93a19c":[5,0,0,64,20], | ||||
| "zot_8php.html#a2657e141d62d5f67ad3c87651b585299":[5,0,0,64,5], | ||||
| "zot_8php.html#a31aad56acf8ff8f2353e6ff8595544df":[5,0,0,64,13], | ||||
| "zot_8php.html#a37ec13b18057634eadb071f05297f5e1":[5,0,0,64,8], | ||||
| "zot_8php.html#a3862b3161b2c8557dc1a95020179bd81":[5,0,0,64,15], | ||||
| "zot_8php.html#a3bf11286c2619b4ca28e49d5b5ab374a":[5,0,0,64,3], | ||||
| "zot_8php.html#a3c9e0b243ba29a7b0c050bd0b86eee32":[5,0,0,64,4], | ||||
| "zot_8php.html#a55056e863a7860bc0cf922e78fcce073":[5,0,0,64,19], | ||||
| "zot_8php.html#a5bcdfef419b16075a0eca990956223dc":[5,0,0,64,24], | ||||
| "zot_8php.html#a61cdc1ec843663c423ed2d8160ae5aea":[5,0,0,64,16], | ||||
| "zot_8php.html#a666d3efcac00ec1b4a4537a60655f2ab":[5,0,0,64,14], | ||||
| "zot_8php.html#a703f528ade8382cf374e4119bd6f7859":[5,0,0,64,0], | ||||
| "zot_8php.html#a77720d6b59894e9b609af89c310c8a4d":[5,0,0,64,17], | ||||
| "zot_8php.html#a7b23bfb31d4491231e1e73bdc077240d":[5,0,0,64,23], | ||||
| "zot_8php.html#a928f5643ca66ae9635d85aeb2be62e03":[5,0,0,64,22], | ||||
| "zot_8php.html#a9a57b40669351c9791126b925cb7ef3b":[5,0,0,64,10], | ||||
| "zot_8php.html#aa6ae96db8cbbdbb10e6876d206bbf7cc":[5,0,0,64,9], | ||||
| "zot_8php.html#aad25a3fe0e1566121d6fb8222979bc10":[5,0,0,64,12], | ||||
| "zot_8php.html#ab0227978011d8601494a7651fa26acf0":[5,0,0,64,6], | ||||
| "zot_8php.html#ab22d67660702056bf3f4696dcebf5ce7":[5,0,0,64,21], | ||||
| "zot_8php.html#ab3e9b99ddb11353f37f265a05bb42142":[5,0,0,64,25] | ||||
| }; | ||||
|   | ||||
| @@ -1,16 +1,9 @@ | ||||
| var NAVTREEINDEX7 = | ||||
| { | ||||
| "zot_8php.html#a77720d6b59894e9b609af89c310c8a4d":[5,0,0,65,14], | ||||
| "zot_8php.html#a7b23bfb31d4491231e1e73bdc077240d":[5,0,0,65,20], | ||||
| "zot_8php.html#a928f5643ca66ae9635d85aeb2be62e03":[5,0,0,65,19], | ||||
| "zot_8php.html#a9a57b40669351c9791126b925cb7ef3b":[5,0,0,65,7], | ||||
| "zot_8php.html#aa6ae96db8cbbdbb10e6876d206bbf7cc":[5,0,0,65,6], | ||||
| "zot_8php.html#aad25a3fe0e1566121d6fb8222979bc10":[5,0,0,65,9], | ||||
| "zot_8php.html#ab0227978011d8601494a7651fa26acf0":[5,0,0,65,4], | ||||
| "zot_8php.html#ab22d67660702056bf3f4696dcebf5ce7":[5,0,0,65,18], | ||||
| "zot_8php.html#ab3e9b99ddb11353f37f265a05bb42142":[5,0,0,65,22], | ||||
| "zot_8php.html#acdea9362d78a63dce948fdf0ea73ef0e":[5,0,0,65,15], | ||||
| "zot_8php.html#adfeb9400ae6b726beec89f8f1e8fde72":[5,0,0,65,1], | ||||
| "zot_8php.html#ac301c67864917c35922257950ae0f95c":[5,0,0,64,7], | ||||
| "zot_8php.html#ac34e479d27f32b82dd6b33542f81a6a7":[5,0,0,64,1], | ||||
| "zot_8php.html#acdea9362d78a63dce948fdf0ea73ef0e":[5,0,0,64,18], | ||||
| "zot_8php.html#adfeb9400ae6b726beec89f8f1e8fde72":[5,0,0,64,2], | ||||
| "zotfeed_8php.html":[5,0,1,109], | ||||
| "zotfeed_8php.html#a24dfc23d366e7f840cf2847d0c1c8eac":[5,0,1,109,0] | ||||
| }; | ||||
|   | ||||
| @@ -195,7 +195,7 @@ Functions</h2></td></tr> | ||||
| </dl> | ||||
| <dl class="section return"><dt>Returns</dt><dd>: array of all permissions, key is permission name, value is true or false </dd></dl> | ||||
|  | ||||
| <p>Referenced by <a class="el" href="security_8php.html#a8d23d2597aae380a3341872fe9513380">change_channel()</a>, <a class="el" href="channel_8php.html#a9c6a6179e0e626398ebecc6151905ef1">channel_content()</a>, <a class="el" href="connections_8php.html#aec2e457420fce3e3bf6a9f48e36df25c">connections_content()</a>, <a class="el" href="page_8php.html#a91a5f649f68406149108bded1dc90b22">page_content()</a>, <a class="el" href="mod_2photos_8php.html#ab950295cd77626f5fe65331a87693014">photos_init()</a>, and <a class="el" href="zfinger_8php.html#a8139b83a22ef98869adc10aa224027a0">zfinger_init()</a>.</p> | ||||
| <p>Referenced by <a class="el" href="security_8php.html#a8d23d2597aae380a3341872fe9513380">change_channel()</a>, <a class="el" href="channel_8php.html#a9c6a6179e0e626398ebecc6151905ef1">channel_content()</a>, <a class="el" href="connections_8php.html#aec2e457420fce3e3bf6a9f48e36df25c">connections_content()</a>, <a class="el" href="editwebpage_8php.html#a375e945255fad79a71036528f7480650">editwebpage_content()</a>, <a class="el" href="page_8php.html#a91a5f649f68406149108bded1dc90b22">page_content()</a>, <a class="el" href="mod_2photos_8php.html#ab950295cd77626f5fe65331a87693014">photos_init()</a>, and <a class="el" href="zfinger_8php.html#a8139b83a22ef98869adc10aa224027a0">zfinger_init()</a>.</p> | ||||
|  | ||||
| </div> | ||||
| </div> | ||||
|   | ||||
| @@ -168,7 +168,7 @@ Variables</h2></td></tr> | ||||
|       </table> | ||||
| </div><div class="memdoc"> | ||||
|  | ||||
| <p>Referenced by <a class="el" href="classApp.html#af6d39f63fb7116bbeb04e51696f99474">App\__construct()</a>, <a class="el" href="classTemplate.html#aae9c4d761ea1298e745e8052d7910194">Template\_get_var()</a>, <a class="el" href="classTemplate.html#abf71098c80fd1f218a59452b3408309e">Template\_replcb_for()</a>, <a class="el" href="items_8php.html#a36e656667193c83aa2cc03a024fc131b">activity_sanitise()</a>, <a class="el" href="profile__advanced_8php.html#aa870d2c1f558cfd52bef05bc124e8fa4">advanced_profile()</a>, <a class="el" href="crypto_8php.html#a2148d7aac7b30c720f7ebda7e9790286">aes_encapsulate()</a>, <a class="el" href="crypto_8php.html#aca7c3a574bfb6c6ef1f2403a56823914">aes_unencapsulate()</a>, <a class="el" href="include_2settings_8php.html#ac34e479d27f32b82dd6b33542f81a6a7">build_sync_packet()</a>, <a class="el" href="connections_8php.html#aec2e457420fce3e3bf6a9f48e36df25c">connections_content()</a>, <a class="el" href="connections_8php.html#a1224058db8e3fb56463eb312f98e561d">connections_post()</a>, <a class="el" href="contact__selectors_8php.html#a9839e8fdaac7ffb37bf1420493f5c28f">contact_poll_interval()</a>, <a class="el" href="contact__selectors_8php.html#ae499960d6467bd30c78607b1018baf53">contact_reputation()</a>, <a class="el" href="plugin_8php.html#aff0178bd8d0b34a94d5efddc883edd35">get_plugin_info()</a>, <a class="el" href="plugin_8php.html#ad48de9c0fb7f19413a2aa49250d00405">get_theme_info()</a>, <a class="el" href="photo__driver_8php.html#a7273b82b017fd96d29b2c57bab03aea6">guess_image_type()</a>, <a class="el" href="zot_8php.html#a3c9e0b243ba29a7b0c050bd0b86eee32">import_directory_profile()</a>, <a class="el" href="conversation_8php.html#aacbb12d372d5e9c3ab0735b4aea48fb3">item_photo_menu()</a>, <a class="el" href="items_8php.html#a2dc4fb9347f6fb804da4f32c107afb53">item_store_update()</a>, <a class="el" href="include_2config_8php.html#a27559f388c9b9af81c94e48d6889d1d1">load_config()</a>, <a class="el" href="include_2config_8php.html#ac543813a980b3841cc5a277fcd4a24a6">load_pconfig()</a>, <a class="el" href="include_2config_8php.html#a55bbed9a014c9109c767486834f3ca33">load_xconfig()</a>, <a class="el" href="mod_2message_8php.html#a0db7030362a7e9ed9549b341d7b35718">message_post()</a>, <a class="el" href="mood_8php.html#a721b9b6703b3234a005641c92d409b8f">mood_content()</a>, <a class="el" href="mod_2network_8php.html#a180fce90ad11d7e0e45be094da7149ec">network_init()</a>, <a class="el" href="include_2follow_8php.html#a6553a7650fae55f95660510d90983144">new_contact()</a>, <a class="el" href="classFKOAuthDataStore.html#a431b44d70e3da6a8256ab38f710e3050">FKOAuthDataStore\new_request_token()</a>, <a class="el" href="taxonomy_8php.html#ac12a651a42ed77f8dc7072c6168811a2">obj_verb_selector()</a>, <a class="el" href="include_2photos_8php.html#aedccaf18282b26899d9549c29bd9d1b9">photos_albums_list()</a>, <a class="el" href="po2php_8php.html#a3b75e36f913198299e99559b175cd8b4">po2php_run()</a>, <a class="el" href="poco_8php.html#a53def16f75e3d41f1d2bb7cfa4905498">poco_init()</a>, <a class="el" href="poke_8php.html#ac9190563a8da9c07a16f9dcd71cf6993">poke_content()</a>, <a class="el" href="include_2message_8php.html#a5f8de9847e203329e317ac38dc646898">private_messages_fetch_conversation()</a>, <a class="el" href="include_2message_8php.html#a254a756031e4d5e94f85e2939bdb5091">private_messages_fetch_message()</a>, <a class="el" href="include_2message_8php.html#a652973ce47a262f2d238c2fd6233d97e">private_messages_list()</a>, <a class="el" href="include_2api_8php.html#a43c47de8565cc00c3369cb35c19cc75e">requestdata()</a>, <a class="el" href="classApp.html#a123b903dfe5d3488cc68db3471d36fd2">App\set_widget()</a>, <a class="el" href="mod_2settings_8php.html#aa7ee94d88ac088edb04ccf3a26de3586">settings_post()</a>, <a class="el" href="boot_8php.html#aca47505b8732177f52bb2d647eb2741c">startup()</a>, <a class="el" href="dir__fns_8php.html#a6cae22cfdd6edda5ddf09e07abb3242a">syncdirs()</a>, <a class="el" href="language_8php.html#ae310fb3880484ee1cc4faefe0c63c06d">tt()</a>, <a class="el" href="boot_8php.html#a01353c9abebc3544ea080ac161729632">x()</a>, <a class="el" href="zfinger_8php.html#a8139b83a22ef98869adc10aa224027a0">zfinger_init()</a>, and <a class="el" href="zot_8php.html#a7b23bfb31d4491231e1e73bdc077240d">zot_refresh()</a>.</p> | ||||
| <p>Referenced by <a class="el" href="classApp.html#af6d39f63fb7116bbeb04e51696f99474">App\__construct()</a>, <a class="el" href="classTemplate.html#aae9c4d761ea1298e745e8052d7910194">Template\_get_var()</a>, <a class="el" href="classTemplate.html#abf71098c80fd1f218a59452b3408309e">Template\_replcb_for()</a>, <a class="el" href="items_8php.html#a36e656667193c83aa2cc03a024fc131b">activity_sanitise()</a>, <a class="el" href="profile__advanced_8php.html#aa870d2c1f558cfd52bef05bc124e8fa4">advanced_profile()</a>, <a class="el" href="crypto_8php.html#a2148d7aac7b30c720f7ebda7e9790286">aes_encapsulate()</a>, <a class="el" href="crypto_8php.html#aca7c3a574bfb6c6ef1f2403a56823914">aes_unencapsulate()</a>, <a class="el" href="zot_8php.html#ac34e479d27f32b82dd6b33542f81a6a7">build_sync_packet()</a>, <a class="el" href="connections_8php.html#aec2e457420fce3e3bf6a9f48e36df25c">connections_content()</a>, <a class="el" href="connections_8php.html#a1224058db8e3fb56463eb312f98e561d">connections_post()</a>, <a class="el" href="contact__selectors_8php.html#a9839e8fdaac7ffb37bf1420493f5c28f">contact_poll_interval()</a>, <a class="el" href="contact__selectors_8php.html#ae499960d6467bd30c78607b1018baf53">contact_reputation()</a>, <a class="el" href="plugin_8php.html#aff0178bd8d0b34a94d5efddc883edd35">get_plugin_info()</a>, <a class="el" href="plugin_8php.html#ad48de9c0fb7f19413a2aa49250d00405">get_theme_info()</a>, <a class="el" href="photo__driver_8php.html#a7273b82b017fd96d29b2c57bab03aea6">guess_image_type()</a>, <a class="el" href="zot_8php.html#a3c9e0b243ba29a7b0c050bd0b86eee32">import_directory_profile()</a>, <a class="el" href="conversation_8php.html#aacbb12d372d5e9c3ab0735b4aea48fb3">item_photo_menu()</a>, <a class="el" href="items_8php.html#a2dc4fb9347f6fb804da4f32c107afb53">item_store_update()</a>, <a class="el" href="include_2config_8php.html#a27559f388c9b9af81c94e48d6889d1d1">load_config()</a>, <a class="el" href="include_2config_8php.html#ac543813a980b3841cc5a277fcd4a24a6">load_pconfig()</a>, <a class="el" href="include_2config_8php.html#a55bbed9a014c9109c767486834f3ca33">load_xconfig()</a>, <a class="el" href="mod_2message_8php.html#a0db7030362a7e9ed9549b341d7b35718">message_post()</a>, <a class="el" href="mood_8php.html#a721b9b6703b3234a005641c92d409b8f">mood_content()</a>, <a class="el" href="mod_2network_8php.html#a180fce90ad11d7e0e45be094da7149ec">network_init()</a>, <a class="el" href="include_2follow_8php.html#a6553a7650fae55f95660510d90983144">new_contact()</a>, <a class="el" href="classFKOAuthDataStore.html#a431b44d70e3da6a8256ab38f710e3050">FKOAuthDataStore\new_request_token()</a>, <a class="el" href="taxonomy_8php.html#ac12a651a42ed77f8dc7072c6168811a2">obj_verb_selector()</a>, <a class="el" href="include_2photos_8php.html#aedccaf18282b26899d9549c29bd9d1b9">photos_albums_list()</a>, <a class="el" href="po2php_8php.html#a3b75e36f913198299e99559b175cd8b4">po2php_run()</a>, <a class="el" href="poco_8php.html#a53def16f75e3d41f1d2bb7cfa4905498">poco_init()</a>, <a class="el" href="poke_8php.html#ac9190563a8da9c07a16f9dcd71cf6993">poke_content()</a>, <a class="el" href="include_2message_8php.html#a5f8de9847e203329e317ac38dc646898">private_messages_fetch_conversation()</a>, <a class="el" href="include_2message_8php.html#a254a756031e4d5e94f85e2939bdb5091">private_messages_fetch_message()</a>, <a class="el" href="include_2message_8php.html#a652973ce47a262f2d238c2fd6233d97e">private_messages_list()</a>, <a class="el" href="zot_8php.html#ac301c67864917c35922257950ae0f95c">process_channel_sync_delivery()</a>, <a class="el" href="include_2api_8php.html#a43c47de8565cc00c3369cb35c19cc75e">requestdata()</a>, <a class="el" href="classApp.html#a123b903dfe5d3488cc68db3471d36fd2">App\set_widget()</a>, <a class="el" href="settings_8php.html#aa7ee94d88ac088edb04ccf3a26de3586">settings_post()</a>, <a class="el" href="boot_8php.html#aca47505b8732177f52bb2d647eb2741c">startup()</a>, <a class="el" href="dir__fns_8php.html#a6cae22cfdd6edda5ddf09e07abb3242a">syncdirs()</a>, <a class="el" href="language_8php.html#ae310fb3880484ee1cc4faefe0c63c06d">tt()</a>, <a class="el" href="boot_8php.html#a01353c9abebc3544ea080ac161729632">x()</a>, <a class="el" href="zfinger_8php.html#a8139b83a22ef98869adc10aa224027a0">zfinger_init()</a>, and <a class="el" href="zot_8php.html#a7b23bfb31d4491231e1e73bdc077240d">zot_refresh()</a>.</p> | ||||
|  | ||||
| </div> | ||||
| </div> | ||||
|   | ||||
| @@ -112,16 +112,16 @@ $(document).ready(function(){initNavTree('php_2default_8php.html','');}); | ||||
| <table class="memberdecls"> | ||||
| <tr class="heading"><td colspan="2"><h2 class="groupheader"><a name="var-members"></a> | ||||
| Variables</h2></td></tr> | ||||
| <tr class="memitem:a2a9b3d213aeeef28c4393ba8f7b408a4"><td class="memItemLeft" align="right" valign="top"> </td><td class="memItemRight" valign="bottom"><a class="el" href="php_2default_8php.html#a2a9b3d213aeeef28c4393ba8f7b408a4">if</a> (<a class="el" href="boot_8php.html#a01353c9abebc3544ea080ac161729632">x</a>($<a class="el" href="mod__register_8php.html#a8db1899eeeb44dabd0904065b63627bb">page</a>,'htmlhead')) echo $<a class="el" href="mod__register_8php.html#a8db1899eeeb44dabd0904065b63627bb">page</a>['htmlhead']?></head >< body >< article ><?php if(<a class="el" href="boot_8php.html#a01353c9abebc3544ea080ac161729632">x</a>($<a class="el" href="mod__register_8php.html#a8db1899eeeb44dabd0904065b63627bb">page</a></td></tr> | ||||
| <tr class="separator:a2a9b3d213aeeef28c4393ba8f7b408a4"><td class="memSeparator" colspan="2"> </td></tr> | ||||
| <tr class="memitem:a23bc1996b18e69c1a3ab44536613a762"><td class="memItemLeft" align="right" valign="top"> </td><td class="memItemRight" valign="bottom"><a class="el" href="php_2default_8php.html#a23bc1996b18e69c1a3ab44536613a762">if</a> (<a class="el" href="boot_8php.html#a01353c9abebc3544ea080ac161729632">x</a>($<a class="el" href="mod__register_8php.html#a8db1899eeeb44dabd0904065b63627bb">page</a>,'htmlhead')) echo $<a class="el" href="mod__register_8php.html#a8db1899eeeb44dabd0904065b63627bb">page</a>['htmlhead']?></head >< body ><?php if(<a class="el" href="boot_8php.html#a01353c9abebc3544ea080ac161729632">x</a>($<a class="el" href="mod__register_8php.html#a8db1899eeeb44dabd0904065b63627bb">page</a></td></tr> | ||||
| <tr class="separator:a23bc1996b18e69c1a3ab44536613a762"><td class="memSeparator" colspan="2"> </td></tr> | ||||
| </table> | ||||
| <h2 class="groupheader">Variable Documentation</h2> | ||||
| <a class="anchor" id="a2a9b3d213aeeef28c4393ba8f7b408a4"></a> | ||||
| <a class="anchor" id="a23bc1996b18e69c1a3ab44536613a762"></a> | ||||
| <div class="memitem"> | ||||
| <div class="memproto"> | ||||
|       <table class="memname"> | ||||
|         <tr> | ||||
|           <td class="memname">if(<a class="el" href="boot_8php.html#a01353c9abebc3544ea080ac161729632">x</a>($<a class="el" href="mod__register_8php.html#a8db1899eeeb44dabd0904065b63627bb">page</a>,'htmlhead')) echo $<a class="el" href="mod__register_8php.html#a8db1899eeeb44dabd0904065b63627bb">page</a>['htmlhead']?></head >< body >< article ><?php if(<a class="el" href="boot_8php.html#a01353c9abebc3544ea080ac161729632">x</a>($<a class="el" href="mod__register_8php.html#a8db1899eeeb44dabd0904065b63627bb">page</a></td> | ||||
|           <td class="memname">if(<a class="el" href="boot_8php.html#a01353c9abebc3544ea080ac161729632">x</a>($<a class="el" href="mod__register_8php.html#a8db1899eeeb44dabd0904065b63627bb">page</a>,'htmlhead')) echo $<a class="el" href="mod__register_8php.html#a8db1899eeeb44dabd0904065b63627bb">page</a>['htmlhead']?></head >< body ><?php if(<a class="el" href="boot_8php.html#a01353c9abebc3544ea080ac161729632">x</a>($<a class="el" href="mod__register_8php.html#a8db1899eeeb44dabd0904065b63627bb">page</a></td> | ||||
|         </tr> | ||||
|       </table> | ||||
| </div><div class="memdoc"> | ||||
|   | ||||
| @@ -1,4 +1,4 @@ | ||||
| var php_2default_8php = | ||||
| [ | ||||
|     [ "if", "php_2default_8php.html#a2a9b3d213aeeef28c4393ba8f7b408a4", null ] | ||||
|     [ "if", "php_2default_8php.html#a23bc1996b18e69c1a3ab44536613a762", null ] | ||||
| ]; | ||||
										
											
												File diff suppressed because one or more lines are too long
											
										
									
								
							
										
											
												File diff suppressed because one or more lines are too long
											
										
									
								
							| @@ -21,5 +21,5 @@ var searchData= | ||||
|   ['breaklines',['breaklines',['../html2plain_8php.html#a3214912e3d00cf0a948072daccf16740',1,'html2plain.php']]], | ||||
|   ['build_5fpagehead',['build_pagehead',['../classApp.html#a08f0537964d98958d218066364cff785',1,'App']]], | ||||
|   ['build_5fquerystring',['build_querystring',['../boot_8php.html#a9cbab4ee728e9a8b4ce952bae643044e',1,'boot.php']]], | ||||
|   ['build_5fsync_5fpacket',['build_sync_packet',['../include_2settings_8php.html#ac34e479d27f32b82dd6b33542f81a6a7',1,'settings.php']]] | ||||
|   ['build_5fsync_5fpacket',['build_sync_packet',['../zot_8php.html#ac34e479d27f32b82dd6b33542f81a6a7',1,'zot.php']]] | ||||
| ]; | ||||
|   | ||||
| @@ -16,6 +16,7 @@ var searchData= | ||||
|   ['channel_5fcontent',['channel_content',['../channel_8php.html#a9c6a6179e0e626398ebecc6151905ef1',1,'channel.php']]], | ||||
|   ['channel_5finit',['channel_init',['../channel_8php.html#ac7c8c7845741baadf87fae6bc279f3dc',1,'channel.php']]], | ||||
|   ['channel_5fremove',['channel_remove',['../Contact_8php.html#ad46ff6764f12b6d3ab45c49b797f98aa',1,'Contact.php']]], | ||||
|   ['channel_5ftotal',['channel_total',['../identity_8php.html#a77d2237f1846964634b1c99089c27c7d',1,'identity.php']]], | ||||
|   ['channelx_5fby_5fhash',['channelx_by_hash',['../Contact_8php.html#a483cda56f9e37c3a4a8773dcdfeb0258',1,'Contact.php']]], | ||||
|   ['channelx_5fby_5fn',['channelx_by_n',['../Contact_8php.html#a3a0844dac1e86d523de5d2f432cfeebc',1,'Contact.php']]], | ||||
|   ['channelx_5fby_5fnick',['channelx_by_nick',['../Contact_8php.html#a87e699f74a1102b25e8aa0432d86a91e',1,'Contact.php']]], | ||||
|   | ||||
| @@ -36,8 +36,6 @@ var searchData= | ||||
|   ['deliver_2ephp',['deliver.php',['../deliver_8php.html',1,'']]], | ||||
|   ['deliver_5fprivate',['deliver_private',['../classProtoDriver.html#ae5b44739f84c10d00a9b65adf3785181',1,'ProtoDriver\deliver_private()'],['../classZotDriver.html#afaaf9941169fc966e43e25b25e6daea6',1,'ZotDriver\deliver_private()']]], | ||||
|   ['deliver_5frun',['deliver_run',['../deliver_8php.html#a397afcb9afecf0c1816b0951189dd346',1,'deliver.php']]], | ||||
|   ['dertopem',['DerToPem',['../crypto_8php.html#a630e1574554f34e7c38511585d9e71a2',1,'crypto.php']]], | ||||
|   ['dertorsa',['DerToRsa',['../crypto_8php.html#ae5af17db1cb5d7c91d486e1264079839',1,'crypto.php']]], | ||||
|   ['destroy',['destroy',['../classphoto__driver.html#ae1a9edaf846983780dc65ea77d99e813',1,'photo_driver\destroy()'],['../classphoto__gd.html#a724703ecf71b1f1d04a80e86c76db6b1',1,'photo_gd\destroy()'],['../classphoto__imagick.html#afd49d64751ee3a298eac0c0ce0ba0207',1,'photo_imagick\destroy()']]], | ||||
|   ['detect_5flanguage',['detect_language',['../language_8php.html#a632da17c7ac0d2dc1a00a4706870194b',1,'language.php']]], | ||||
|   ['dfrn_5fdeliver',['dfrn_deliver',['../items_8php.html#a8395d189a36abfa0dfff81a2b0e70669',1,'items.php']]], | ||||
|   | ||||
| @@ -75,7 +75,7 @@ var searchData= | ||||
|   ['get_5ftemplate_5fldelim',['get_template_ldelim',['../classApp.html#a2eb832a8577dee7d40b93abdf6d1d35a',1,'App']]], | ||||
|   ['get_5ftemplate_5frdelim',['get_template_rdelim',['../classApp.html#aab23c59172310fd30f2d60dc039d3eea',1,'App']]], | ||||
|   ['get_5fterms_5foftype',['get_terms_oftype',['../taxonomy_8php.html#a0fb8cf0ac7bcbc8b27d856fe9bf69cd1',1,'taxonomy.php']]], | ||||
|   ['get_5ftheme_5fconfig_5ffile',['get_theme_config_file',['../mod_2settings_8php.html#a39abc76ff5459c57e3b957664f273f18',1,'settings.php']]], | ||||
|   ['get_5ftheme_5fconfig_5ffile',['get_theme_config_file',['../settings_8php.html#a39abc76ff5459c57e3b957664f273f18',1,'settings.php']]], | ||||
|   ['get_5ftheme_5finfo',['get_theme_info',['../plugin_8php.html#ad48de9c0fb7f19413a2aa49250d00405',1,'plugin.php']]], | ||||
|   ['get_5ftheme_5fscreenshot',['get_theme_screenshot',['../plugin_8php.html#a48047edfbef770125a5508dcc2f9282f',1,'plugin.php']]], | ||||
|   ['get_5ftheme_5fuid',['get_theme_uid',['../boot_8php.html#aaeb666872995e3ab8da8f7bc5f3b2bd3',1,'boot.php']]], | ||||
|   | ||||
| @@ -5,7 +5,7 @@ var searchData= | ||||
|   ['identity_5fbasic_5fimport',['identity_basic_import',['../identity_8php.html#a77ee7d66eb0758f7e7882f70ad0f9485',1,'identity.php']]], | ||||
|   ['identity_5fcheck_5fservice_5fclass',['identity_check_service_class',['../identity_8php.html#ac9fcd5c4c371998790b5c55c3d0f4633',1,'identity.php']]], | ||||
|   ['ids_5fto_5fquerystr',['ids_to_querystr',['../text_8php.html#a436a8de00c942364c2d0fcfc7e1f4b5a',1,'text.php']]], | ||||
|   ['if',['if',['../php2po_8php.html#a45b05625748f412ec97afcd61cf7980b',1,'if(): php2po.php'],['../php_2default_8php.html#a2a9b3d213aeeef28c4393ba8f7b408a4',1,'if(): default.php'],['../full_8php.html#a6fac1b4b8cdfde06ea1b7713479e92db',1,'if(): full.php'],['../redbasic_2php_2style_8php.html#ac4c6bc3cd9cc92204f04cf6cb34b47dd',1,'if(): style.php'],['../theme_2redstrap_2php_2default_8php.html#a23bc1996b18e69c1a3ab44536613a762',1,'if(): default.php'],['../redstrap_2php_2style_8php.html#a0c4684da834439885ae2285649d1aaea',1,'if(): style.php']]], | ||||
|   ['if',['if',['../php2po_8php.html#a45b05625748f412ec97afcd61cf7980b',1,'if(): php2po.php'],['../php_2default_8php.html#a23bc1996b18e69c1a3ab44536613a762',1,'if(): default.php'],['../full_8php.html#a6fac1b4b8cdfde06ea1b7713479e92db',1,'if(): full.php'],['../redbasic_2php_2style_8php.html#ac4c6bc3cd9cc92204f04cf6cb34b47dd',1,'if(): style.php'],['../theme_2redstrap_2php_2default_8php.html#a23bc1996b18e69c1a3ab44536613a762',1,'if(): default.php'],['../redstrap_2php_2style_8php.html#a0c4684da834439885ae2285649d1aaea',1,'if(): style.php']]], | ||||
|   ['imagestring',['imageString',['../classphoto__driver.html#abc9f73ad90923772d52b9fcc4eb117dd',1,'photo_driver\imageString()'],['../classphoto__gd.html#a0795fc029be382557ae3f6e285f40e00',1,'photo_gd\imageString()'],['../classphoto__imagick.html#a70adbef31128c0ac8cbc5dcf34cdb019',1,'photo_imagick\imageString()']]], | ||||
|   ['import_2ephp',['import.php',['../import_8php.html',1,'']]], | ||||
|   ['import_5fauthor_5fxchan',['import_author_xchan',['../items_8php.html#ae73794179b62d39bb597ff670ab1c1e5',1,'items.php']]], | ||||
| @@ -15,6 +15,7 @@ var searchData= | ||||
|   ['import_5fdirectory_5fprofile',['import_directory_profile',['../zot_8php.html#a3c9e0b243ba29a7b0c050bd0b86eee32',1,'zot.php']]], | ||||
|   ['import_5fpost',['import_post',['../import_8php.html#af17fef0410518f7eac205d0ea416eaa2',1,'import.php']]], | ||||
|   ['import_5fprofile_5fphoto',['import_profile_photo',['../photo__driver_8php.html#a102f3f26f67e0e38f4322a771951c1ca',1,'photo_driver.php']]], | ||||
|   ['import_5fsite',['import_site',['../zot_8php.html#a2657e141d62d5f67ad3c87651b585299',1,'zot.php']]], | ||||
|   ['import_5fxchan',['import_xchan',['../zot_8php.html#ab0227978011d8601494a7651fa26acf0',1,'zot.php']]], | ||||
|   ['info',['info',['../boot_8php.html#adfb2fc7be5a4226c0a8e24131da9d498',1,'boot.php']]], | ||||
|   ['install',['install',['../classdba__driver.html#a4ccb27243e62a8ca30dd8e1b8cc67746',1,'dba_driver']]], | ||||
| @@ -54,6 +55,7 @@ var searchData= | ||||
|   ['item_5fnocomment',['ITEM_NOCOMMENT',['../boot_8php.html#a949116d9a295b214293006c060ca4848',1,'boot.php']]], | ||||
|   ['item_5fnotshown',['ITEM_NOTSHOWN',['../boot_8php.html#a8663f32171568489dbb2a01dd00371f8',1,'boot.php']]], | ||||
|   ['item_5fnsfw',['ITEM_NSFW',['../boot_8php.html#a939de9a99278f4fd7dcd0ee67f243f08',1,'boot.php']]], | ||||
|   ['item_5fobscured',['ITEM_OBSCURED',['../boot_8php.html#a2c8906f1af94a3559a5b4661067bb79d',1,'boot.php']]], | ||||
|   ['item_5forigin',['ITEM_ORIGIN',['../boot_8php.html#a8c9dce0ef27b35397e29298eb966f7f7',1,'boot.php']]], | ||||
|   ['item_5fpermissions_5fsql',['item_permissions_sql',['../security_8php.html#a9355488460ab11d6058656ff919e5cf9',1,'security.php']]], | ||||
|   ['item_5fphoto_5fmenu',['item_photo_menu',['../conversation_8php.html#aacbb12d372d5e9c3ab0735b4aea48fb3',1,'conversation.php']]], | ||||
|   | ||||
| @@ -6,6 +6,7 @@ var searchData= | ||||
|   ['magiclink_5furl',['magiclink_url',['../text_8php.html#a24d441d30df4b8e6bf6780bf62a5e2c6',1,'text.php']]], | ||||
|   ['mail_5fdeleted',['MAIL_DELETED',['../boot_8php.html#ad0876e837cf3fad8a26417e315f6e2c8',1,'boot.php']]], | ||||
|   ['mail_5fisreply',['MAIL_ISREPLY',['../boot_8php.html#aa544a6c078130d0967a1f4ed8ce0a2d2',1,'boot.php']]], | ||||
|   ['mail_5fobscured',['MAIL_OBSCURED',['../boot_8php.html#a44ae1542a805ffd7f826fb511db07374',1,'boot.php']]], | ||||
|   ['mail_5frecalled',['MAIL_RECALLED',['../boot_8php.html#ae4861de36017fe399c1839f778bad9f5',1,'boot.php']]], | ||||
|   ['mail_5freplied',['MAIL_REPLIED',['../boot_8php.html#aa3679df31c8dad1b71816b0322d5baff',1,'boot.php']]], | ||||
|   ['mail_5fseen',['MAIL_SEEN',['../boot_8php.html#a1fbb93cf030f07391f22cc2948744869',1,'boot.php']]], | ||||
| @@ -25,8 +26,6 @@ var searchData= | ||||
|   ['message_5faside',['message_aside',['../mod_2message_8php.html#af4ba72486117cc24335fd8e92a2112a7',1,'message.php']]], | ||||
|   ['message_5fcontent',['message_content',['../mod_2message_8php.html#a3547ed86d09a4bb8fa64ec374a40ee79',1,'message.php']]], | ||||
|   ['message_5fpost',['message_post',['../mod_2message_8php.html#a0db7030362a7e9ed9549b341d7b35718',1,'message.php']]], | ||||
|   ['metopem',['metopem',['../crypto_8php.html#af8bbdeaf4abed7b40365d301e6013c85',1,'crypto.php']]], | ||||
|   ['metorsa',['metorsa',['../crypto_8php.html#a573f02517abe4ac9241268263063b2a0',1,'crypto.php']]], | ||||
|   ['micropro',['micropro',['../text_8php.html#a2a902f5fdba8646333e997898ac45ea3',1,'text.php']]], | ||||
|   ['mini_5fgroup_5fselect',['mini_group_select',['../include_2group_8php.html#ab4d9e5b59f48787cb01baae5dc6c381f',1,'group.php']]], | ||||
|   ['minimal_2ephp',['minimal.php',['../minimal_8php.html',1,'']]], | ||||
|   | ||||
| @@ -17,8 +17,6 @@ var searchData= | ||||
|   ['parsed',['parsed',['../classFriendicaSmarty.html#a6a4d4281d6fa9be1d37a97b188ffe8c9',1,'FriendicaSmarty']]], | ||||
|   ['parseurl_5fgetsiteinfo',['parseurl_getsiteinfo',['../parse__url_8php.html#a25635549f2c22955d72465f4d2e58993',1,'parse_url.php']]], | ||||
|   ['path',['path',['../namespacefriendica-to-smarty-tpl.html#a68d15934660cd1f4301ce251b1646f09',1,'friendica-to-smarty-tpl.path()'],['../namespaceupdatetpl.html#ae694f5e1f25f8a92a945eb90c432dfe6',1,'updatetpl.path()']]], | ||||
|   ['pemtome',['pemtome',['../crypto_8php.html#a798368843cdd9bb08386b48e53e29e8c',1,'crypto.php']]], | ||||
|   ['pemtorsa',['pemtorsa',['../crypto_8php.html#a35bc357c93f4ddc67ef377620b0349e8',1,'crypto.php']]], | ||||
|   ['perm_5fis_5fallowed',['perm_is_allowed',['../permissions_8php.html#a67ada9ed51e77885b6b0f6a28cee1835',1,'permissions.php']]], | ||||
|   ['permissions_2ephp',['permissions.php',['../permissions_8php.html',1,'']]], | ||||
|   ['permissions_5fsql',['permissions_sql',['../security_8php.html#afa683bc025a1d2fe9065e2f6cd71a22f',1,'security.php']]], | ||||
| @@ -77,10 +75,8 @@ var searchData= | ||||
|   ['php_5ftpl',['php_tpl',['../namespacefriendica-to-smarty-tpl.html#a5dfc21ab8282dda8e3a7dff43cd0e283',1,'friendica-to-smarty-tpl']]], | ||||
|   ['ping_2ephp',['ping.php',['../ping_8php.html',1,'']]], | ||||
|   ['ping_5finit',['ping_init',['../ping_8php.html#a77217b1b190b4c5d8770867b45f0c0a1',1,'ping.php']]], | ||||
|   ['pkcs1_5fencode',['pkcs1_encode',['../crypto_8php.html#a890b443f80f0968fb9eabd93fc99dbb5',1,'crypto.php']]], | ||||
|   ['pkcs5_5fpad',['pkcs5_pad',['../crypto_8php.html#a3398666e184faf8e516c8e5d91de86eb',1,'crypto.php']]], | ||||
|   ['pkcs5_5fpad',['pkcs5_pad',['../crypto_8php.html#ad5e51fd44cff93cfaa07a37e24a5edec',1,'crypto.php']]], | ||||
|   ['pkcs5_5funpad',['pkcs5_unpad',['../crypto_8php.html#ac95ac3b1b23b65b04a86613d4206ae85',1,'crypto.php']]], | ||||
|   ['pkcs8_5fencode',['pkcs8_encode',['../crypto_8php.html#a0e941b6b18ff895d1a2448741abf2ef2',1,'crypto.php']]], | ||||
|   ['plugin_2ephp',['plugin.php',['../plugin_8php.html',1,'']]], | ||||
|   ['png_5fquality',['PNG_QUALITY',['../boot_8php.html#a8df201788c9dd0ca91384e3a14c08bce',1,'boot.php']]], | ||||
|   ['po2php_2ephp',['po2php.php',['../po2php_8php.html',1,'']]], | ||||
| @@ -103,7 +99,7 @@ var searchData= | ||||
|   ['posted_5fdate_5fwidget',['posted_date_widget',['../items_8php.html#abe695dd89e1e10ed042c26b80114f0ed',1,'items.php']]], | ||||
|   ['posted_5fdates',['posted_dates',['../items_8php.html#ad2abb4644ff1f20fefbc80326fe01cf0',1,'items.php']]], | ||||
|   ['preg_5fheart',['preg_heart',['../text_8php.html#ac19d2b33a58372a357a43d51eed19162',1,'text.php']]], | ||||
|   ['prepare_5fbody',['prepare_body',['../text_8php.html#af3a7139d40ea758f315c2acf2ccc1b1c',1,'text.php']]], | ||||
|   ['prepare_5fbody',['prepare_body',['../text_8php.html#ae4df74296fbe55051ed3c035e55205e5',1,'text.php']]], | ||||
|   ['prepare_5fpage',['prepare_page',['../conversation_8php.html#a4b0888b0f26e1c284a4341fe5fd04f0c',1,'conversation.php']]], | ||||
|   ['prepare_5ftext',['prepare_text',['../text_8php.html#afe54312607d92f7ce9593f5760831f80',1,'text.php']]], | ||||
|   ['pretheme_2ephp',['pretheme.php',['../pretheme_8php.html',1,'']]], | ||||
| @@ -117,6 +113,7 @@ var searchData= | ||||
|   ['probe_2ephp',['probe.php',['../probe_8php.html',1,'']]], | ||||
|   ['probe_5fcontent',['probe_content',['../probe_8php.html#a1f1db3fa6038e451e737964c94bf5e99',1,'probe.php']]], | ||||
|   ['proc_5frun',['proc_run',['../boot_8php.html#ab346a2ece14993861f3e4206befa94f0',1,'boot.php']]], | ||||
|   ['process_5fchannel_5fsync_5fdelivery',['process_channel_sync_delivery',['../zot_8php.html#ac301c67864917c35922257950ae0f95c',1,'zot.php']]], | ||||
|   ['process_5fdelivery',['process_delivery',['../zot_8php.html#a37ec13b18057634eadb071f05297f5e1',1,'zot.php']]], | ||||
|   ['process_5fmail_5fdelivery',['process_mail_delivery',['../zot_8php.html#aa6ae96db8cbbdbb10e6876d206bbf7cc',1,'zot.php']]], | ||||
|   ['process_5fprofile_5fdelivery',['process_profile_delivery',['../zot_8php.html#a9a57b40669351c9791126b925cb7ef3b',1,'zot.php']]], | ||||
| @@ -150,7 +147,6 @@ var searchData= | ||||
|   ['protodriver_2ephp',['ProtoDriver.php',['../ProtoDriver_8php.html',1,'']]], | ||||
|   ['public_5fpermissions_5fsql',['public_permissions_sql',['../security_8php.html#ab3bdd30dc60d9ee72370b866aa4a2d01',1,'security.php']]], | ||||
|   ['public_5frecips',['public_recips',['../zot_8php.html#a083aec6c900d244e1bfc1406f9461465',1,'zot.php']]], | ||||
|   ['pubrsatome',['pubrsatome',['../crypto_8php.html#a2a3fae7caca27f86d158eeaf69b6f287',1,'crypto.php']]], | ||||
|   ['purify_5fhtml',['purify_html',['../text_8php.html#a4841df5beabdd1bdd1ed56781a915d61',1,'text.php']]], | ||||
|   ['push_5flang',['push_lang',['../language_8php.html#ac9142ef1d01a235c760deb0f16643f5a',1,'language.php']]] | ||||
| ]; | ||||
|   | ||||
| @@ -61,7 +61,6 @@ var searchData= | ||||
|   ['rotate',['rotate',['../classphoto__driver.html#a2f2b6337cf9aa0688d10b422123f0eec',1,'photo_driver\rotate()'],['../classphoto__gd.html#a77f87730b11093b76980c541159df37d',1,'photo_gd\rotate()'],['../classphoto__imagick.html#a9df5738a4a18e76dd304c440e96f045f',1,'photo_imagick\rotate()']]], | ||||
|   ['rsa_5fsign',['rsa_sign',['../crypto_8php.html#a920e5f222d0020f47556033d8b2b6552',1,'crypto.php']]], | ||||
|   ['rsa_5fverify',['rsa_verify',['../crypto_8php.html#ab4f21d8f6b8ece0915e7c8bb73379f96',1,'crypto.php']]], | ||||
|   ['rsatopem',['rsatopem',['../crypto_8php.html#a7f7e650aaeaa3832580a73eb00966b26',1,'crypto.php']]], | ||||
|   ['rsd_5fxml_2ephp',['rsd_xml.php',['../rsd__xml_8php.html',1,'']]], | ||||
|   ['rsd_5fxml_5fcontent',['rsd_xml_content',['../rsd__xml_8php.html#a740cd02fa15e5a53f8547fac73f0ab82',1,'rsd_xml.php']]], | ||||
|   ['runs',['runs',['../docblox__errorchecker_8php.html#a21b4bbe5aae2d85db33affc7126a67ec',1,'docblox_errorchecker.php']]] | ||||
|   | ||||
| @@ -1,6 +1,5 @@ | ||||
| var searchData= | ||||
| [ | ||||
|   ['salmon_5fkey',['salmon_key',['../crypto_8php.html#a9191447cc46f0b4eaba3273e313994d5',1,'crypto.php']]], | ||||
|   ['sanitise_5facl',['sanitise_acl',['../text_8php.html#a9fbeae13c9abd6e27cb4d8d1817f969c',1,'text.php']]], | ||||
|   ['saved_5fsearches',['saved_searches',['../mod_2network_8php.html#a36e03af6f2efe62ecaa247509365bfad',1,'network.php']]], | ||||
|   ['saveimage',['saveImage',['../classphoto__driver.html#a22ecb8c696de65a5a10bd185be9d90c3',1,'photo_driver']]], | ||||
| @@ -52,11 +51,10 @@ var searchData= | ||||
|   ['set_5fwidget',['set_widget',['../classApp.html#a123b903dfe5d3488cc68db3471d36fd2',1,'App']]], | ||||
|   ['set_5fxconfig',['set_xconfig',['../include_2config_8php.html#afe117b70f1bba2f6348d9300b601f86e',1,'config.php']]], | ||||
|   ['setdimensions',['setDimensions',['../classphoto__driver.html#ae663867d2c4eaa2fae50d60670920143',1,'photo_driver\setDimensions()'],['../classphoto__gd.html#a1c75304bd15f3b9986f0b315fb59271e',1,'photo_gd\setDimensions()'],['../classphoto__imagick.html#af92901d252c1e6ab5b54eebedbed23bb',1,'photo_imagick\setDimensions()']]], | ||||
|   ['settings_2ephp',['settings.php',['../include_2settings_8php.html',1,'']]], | ||||
|   ['settings_2ephp',['settings.php',['../mod_2settings_8php.html',1,'']]], | ||||
|   ['settings_5faside',['settings_aside',['../mod_2settings_8php.html#ae5aebccb006bee1300078576baaf5582',1,'settings.php']]], | ||||
|   ['settings_5finit',['settings_init',['../mod_2settings_8php.html#a3a4cde287482fced008583f54ba2a722',1,'settings.php']]], | ||||
|   ['settings_5fpost',['settings_post',['../mod_2settings_8php.html#aa7ee94d88ac088edb04ccf3a26de3586',1,'settings.php']]], | ||||
|   ['settings_2ephp',['settings.php',['../settings_8php.html',1,'']]], | ||||
|   ['settings_5faside',['settings_aside',['../settings_8php.html#ae5aebccb006bee1300078576baaf5582',1,'settings.php']]], | ||||
|   ['settings_5finit',['settings_init',['../settings_8php.html#a3a4cde287482fced008583f54ba2a722',1,'settings.php']]], | ||||
|   ['settings_5fpost',['settings_post',['../settings_8php.html#aa7ee94d88ac088edb04ccf3a26de3586',1,'settings.php']]], | ||||
|   ['setup_2ephp',['setup.php',['../setup_8php.html',1,'']]], | ||||
|   ['setup_5fcontent',['setup_content',['../setup_8php.html#a88247384a96e14516f474d7af6a465c1',1,'setup.php']]], | ||||
|   ['setup_5finit',['setup_init',['../setup_8php.html#a267555abd17290e659b4bf44b885e4e0',1,'setup.php']]], | ||||
| @@ -92,8 +90,8 @@ var searchData= | ||||
|   ['string_5fplural_5fselect_5fdefault',['string_plural_select_default',['../language_8php.html#a151e5b4689aef86a12642cbb7a00bfe0',1,'language.php']]], | ||||
|   ['stringify_5farray_5felms',['stringify_array_elms',['../text_8php.html#a8796f6a9ca592ecdce7b3afc3462aa13',1,'text.php']]], | ||||
|   ['stripdcode_5fbr_5fcb',['stripdcode_br_cb',['../bb2diaspora_8php.html#a180b0e3a7d702998be19e3c3b44b0e93',1,'bb2diaspora.php']]], | ||||
|   ['style_2ephp',['style.php',['../redbasic_2php_2style_8php.html',1,'']]], | ||||
|   ['style_2ephp',['style.php',['../redstrap_2php_2style_8php.html',1,'']]], | ||||
|   ['style_2ephp',['style.php',['../redbasic_2php_2style_8php.html',1,'']]], | ||||
|   ['subthread_2ephp',['subthread.php',['../subthread_8php.html',1,'']]], | ||||
|   ['subthread_5fcontent',['subthread_content',['../subthread_8php.html#a50368f3d825b77996030528e7fbfa3d3',1,'subthread.php']]], | ||||
|   ['suggest_2ephp',['suggest.php',['../suggest_8php.html',1,'']]], | ||||
|   | ||||
| @@ -4,16 +4,15 @@ var searchData= | ||||
|   ['search_5fac_2ephp',['search_ac.php',['../search__ac_8php.html',1,'']]], | ||||
|   ['security_2ephp',['security.php',['../security_8php.html',1,'']]], | ||||
|   ['session_2ephp',['session.php',['../session_8php.html',1,'']]], | ||||
|   ['settings_2ephp',['settings.php',['../include_2settings_8php.html',1,'']]], | ||||
|   ['settings_2ephp',['settings.php',['../mod_2settings_8php.html',1,'']]], | ||||
|   ['settings_2ephp',['settings.php',['../settings_8php.html',1,'']]], | ||||
|   ['setup_2ephp',['setup.php',['../setup_8php.html',1,'']]], | ||||
|   ['share_2ephp',['share.php',['../share_8php.html',1,'']]], | ||||
|   ['siteinfo_2ephp',['siteinfo.php',['../siteinfo_8php.html',1,'']]], | ||||
|   ['smilies_2ephp',['smilies.php',['../smilies_8php.html',1,'']]], | ||||
|   ['socgraph_2ephp',['socgraph.php',['../socgraph_8php.html',1,'']]], | ||||
|   ['starred_2ephp',['starred.php',['../starred_8php.html',1,'']]], | ||||
|   ['style_2ephp',['style.php',['../redbasic_2php_2style_8php.html',1,'']]], | ||||
|   ['style_2ephp',['style.php',['../redstrap_2php_2style_8php.html',1,'']]], | ||||
|   ['style_2ephp',['style.php',['../redbasic_2php_2style_8php.html',1,'']]], | ||||
|   ['subthread_2ephp',['subthread.php',['../subthread_8php.html',1,'']]], | ||||
|   ['suggest_2ephp',['suggest.php',['../suggest_8php.html',1,'']]], | ||||
|   ['system_5funavailable_2ephp',['system_unavailable.php',['../system__unavailable_8php.html',1,'']]] | ||||
|   | ||||
| @@ -16,5 +16,5 @@ var searchData= | ||||
|   ['breaklines',['breaklines',['../html2plain_8php.html#a3214912e3d00cf0a948072daccf16740',1,'html2plain.php']]], | ||||
|   ['build_5fpagehead',['build_pagehead',['../classApp.html#a08f0537964d98958d218066364cff785',1,'App']]], | ||||
|   ['build_5fquerystring',['build_querystring',['../boot_8php.html#a9cbab4ee728e9a8b4ce952bae643044e',1,'boot.php']]], | ||||
|   ['build_5fsync_5fpacket',['build_sync_packet',['../include_2settings_8php.html#ac34e479d27f32b82dd6b33542f81a6a7',1,'settings.php']]] | ||||
|   ['build_5fsync_5fpacket',['build_sync_packet',['../zot_8php.html#ac34e479d27f32b82dd6b33542f81a6a7',1,'zot.php']]] | ||||
| ]; | ||||
|   | ||||
| @@ -13,6 +13,7 @@ var searchData= | ||||
|   ['channel_5fcontent',['channel_content',['../channel_8php.html#a9c6a6179e0e626398ebecc6151905ef1',1,'channel.php']]], | ||||
|   ['channel_5finit',['channel_init',['../channel_8php.html#ac7c8c7845741baadf87fae6bc279f3dc',1,'channel.php']]], | ||||
|   ['channel_5fremove',['channel_remove',['../Contact_8php.html#ad46ff6764f12b6d3ab45c49b797f98aa',1,'Contact.php']]], | ||||
|   ['channel_5ftotal',['channel_total',['../identity_8php.html#a77d2237f1846964634b1c99089c27c7d',1,'identity.php']]], | ||||
|   ['channelx_5fby_5fhash',['channelx_by_hash',['../Contact_8php.html#a483cda56f9e37c3a4a8773dcdfeb0258',1,'Contact.php']]], | ||||
|   ['channelx_5fby_5fn',['channelx_by_n',['../Contact_8php.html#a3a0844dac1e86d523de5d2f432cfeebc',1,'Contact.php']]], | ||||
|   ['channelx_5fby_5fnick',['channelx_by_nick',['../Contact_8php.html#a87e699f74a1102b25e8aa0432d86a91e',1,'Contact.php']]], | ||||
|   | ||||
| @@ -22,8 +22,6 @@ var searchData= | ||||
|   ['deliver',['deliver',['../classProtoDriver.html#a85e9063f6d0c304410cd246f7900ea1b',1,'ProtoDriver\deliver()'],['../classZotDriver.html#a876e3e0e4cad83c0b58c8696b344be6f',1,'ZotDriver\deliver()']]], | ||||
|   ['deliver_5fprivate',['deliver_private',['../classProtoDriver.html#ae5b44739f84c10d00a9b65adf3785181',1,'ProtoDriver\deliver_private()'],['../classZotDriver.html#afaaf9941169fc966e43e25b25e6daea6',1,'ZotDriver\deliver_private()']]], | ||||
|   ['deliver_5frun',['deliver_run',['../deliver_8php.html#a397afcb9afecf0c1816b0951189dd346',1,'deliver.php']]], | ||||
|   ['dertopem',['DerToPem',['../crypto_8php.html#a630e1574554f34e7c38511585d9e71a2',1,'crypto.php']]], | ||||
|   ['dertorsa',['DerToRsa',['../crypto_8php.html#ae5af17db1cb5d7c91d486e1264079839',1,'crypto.php']]], | ||||
|   ['destroy',['destroy',['../classphoto__driver.html#ae1a9edaf846983780dc65ea77d99e813',1,'photo_driver\destroy()'],['../classphoto__gd.html#a724703ecf71b1f1d04a80e86c76db6b1',1,'photo_gd\destroy()'],['../classphoto__imagick.html#afd49d64751ee3a298eac0c0ce0ba0207',1,'photo_imagick\destroy()']]], | ||||
|   ['detect_5flanguage',['detect_language',['../language_8php.html#a632da17c7ac0d2dc1a00a4706870194b',1,'language.php']]], | ||||
|   ['dfrn_5fdeliver',['dfrn_deliver',['../items_8php.html#a8395d189a36abfa0dfff81a2b0e70669',1,'items.php']]], | ||||
|   | ||||
| @@ -75,7 +75,7 @@ var searchData= | ||||
|   ['get_5ftemplate_5fldelim',['get_template_ldelim',['../classApp.html#a2eb832a8577dee7d40b93abdf6d1d35a',1,'App']]], | ||||
|   ['get_5ftemplate_5frdelim',['get_template_rdelim',['../classApp.html#aab23c59172310fd30f2d60dc039d3eea',1,'App']]], | ||||
|   ['get_5fterms_5foftype',['get_terms_oftype',['../taxonomy_8php.html#a0fb8cf0ac7bcbc8b27d856fe9bf69cd1',1,'taxonomy.php']]], | ||||
|   ['get_5ftheme_5fconfig_5ffile',['get_theme_config_file',['../mod_2settings_8php.html#a39abc76ff5459c57e3b957664f273f18',1,'settings.php']]], | ||||
|   ['get_5ftheme_5fconfig_5ffile',['get_theme_config_file',['../settings_8php.html#a39abc76ff5459c57e3b957664f273f18',1,'settings.php']]], | ||||
|   ['get_5ftheme_5finfo',['get_theme_info',['../plugin_8php.html#ad48de9c0fb7f19413a2aa49250d00405',1,'plugin.php']]], | ||||
|   ['get_5ftheme_5fscreenshot',['get_theme_screenshot',['../plugin_8php.html#a48047edfbef770125a5508dcc2f9282f',1,'plugin.php']]], | ||||
|   ['get_5ftheme_5fuid',['get_theme_uid',['../boot_8php.html#aaeb666872995e3ab8da8f7bc5f3b2bd3',1,'boot.php']]], | ||||
|   | ||||
| @@ -12,6 +12,7 @@ var searchData= | ||||
|   ['import_5fdirectory_5fprofile',['import_directory_profile',['../zot_8php.html#a3c9e0b243ba29a7b0c050bd0b86eee32',1,'zot.php']]], | ||||
|   ['import_5fpost',['import_post',['../import_8php.html#af17fef0410518f7eac205d0ea416eaa2',1,'import.php']]], | ||||
|   ['import_5fprofile_5fphoto',['import_profile_photo',['../photo__driver_8php.html#a102f3f26f67e0e38f4322a771951c1ca',1,'photo_driver.php']]], | ||||
|   ['import_5fsite',['import_site',['../zot_8php.html#a2657e141d62d5f67ad3c87651b585299',1,'zot.php']]], | ||||
|   ['import_5fxchan',['import_xchan',['../zot_8php.html#ab0227978011d8601494a7651fa26acf0',1,'zot.php']]], | ||||
|   ['info',['info',['../boot_8php.html#adfb2fc7be5a4226c0a8e24131da9d498',1,'boot.php']]], | ||||
|   ['install',['install',['../classdba__driver.html#a4ccb27243e62a8ca30dd8e1b8cc67746',1,'dba_driver']]], | ||||
|   | ||||
| @@ -13,8 +13,6 @@ var searchData= | ||||
|   ['message_5faside',['message_aside',['../mod_2message_8php.html#af4ba72486117cc24335fd8e92a2112a7',1,'message.php']]], | ||||
|   ['message_5fcontent',['message_content',['../mod_2message_8php.html#a3547ed86d09a4bb8fa64ec374a40ee79',1,'message.php']]], | ||||
|   ['message_5fpost',['message_post',['../mod_2message_8php.html#a0db7030362a7e9ed9549b341d7b35718',1,'message.php']]], | ||||
|   ['metopem',['metopem',['../crypto_8php.html#af8bbdeaf4abed7b40365d301e6013c85',1,'crypto.php']]], | ||||
|   ['metorsa',['metorsa',['../crypto_8php.html#a573f02517abe4ac9241268263063b2a0',1,'crypto.php']]], | ||||
|   ['micropro',['micropro',['../text_8php.html#a2a902f5fdba8646333e997898ac45ea3',1,'text.php']]], | ||||
|   ['mini_5fgroup_5fselect',['mini_group_select',['../include_2group_8php.html#ab4d9e5b59f48787cb01baae5dc6c381f',1,'group.php']]], | ||||
|   ['mood_5fcontent',['mood_content',['../mood_8php.html#a721b9b6703b3234a005641c92d409b8f',1,'mood.php']]], | ||||
|   | ||||
| @@ -7,8 +7,6 @@ var searchData= | ||||
|   ['parse_5fxml_5fstring',['parse_xml_string',['../include_2network_8php.html#a27a951b59d8d622c0b3e7b0673ba74c6',1,'network.php']]], | ||||
|   ['parsed',['parsed',['../classFriendicaSmarty.html#a6a4d4281d6fa9be1d37a97b188ffe8c9',1,'FriendicaSmarty']]], | ||||
|   ['parseurl_5fgetsiteinfo',['parseurl_getsiteinfo',['../parse__url_8php.html#a25635549f2c22955d72465f4d2e58993',1,'parse_url.php']]], | ||||
|   ['pemtome',['pemtome',['../crypto_8php.html#a798368843cdd9bb08386b48e53e29e8c',1,'crypto.php']]], | ||||
|   ['pemtorsa',['pemtorsa',['../crypto_8php.html#a35bc357c93f4ddc67ef377620b0349e8',1,'crypto.php']]], | ||||
|   ['perm_5fis_5fallowed',['perm_is_allowed',['../permissions_8php.html#a67ada9ed51e77885b6b0f6a28cee1835',1,'permissions.php']]], | ||||
|   ['permissions_5fsql',['permissions_sql',['../security_8php.html#afa683bc025a1d2fe9065e2f6cd71a22f',1,'security.php']]], | ||||
|   ['perms2str',['perms2str',['../text_8php.html#a98fd99dee3da8cf4c148dc04efe782ee',1,'text.php']]], | ||||
| @@ -28,10 +26,8 @@ var searchData= | ||||
|   ['photos_5fpost',['photos_post',['../mod_2photos_8php.html#a062bed4d04d14fee8a53f4c9be673080',1,'photos.php']]], | ||||
|   ['php_5finit',['php_init',['../php_8php.html#adb7164dfed9a4ecbe2e168e1e78f12f6',1,'php.php']]], | ||||
|   ['ping_5finit',['ping_init',['../ping_8php.html#a77217b1b190b4c5d8770867b45f0c0a1',1,'ping.php']]], | ||||
|   ['pkcs1_5fencode',['pkcs1_encode',['../crypto_8php.html#a890b443f80f0968fb9eabd93fc99dbb5',1,'crypto.php']]], | ||||
|   ['pkcs5_5fpad',['pkcs5_pad',['../crypto_8php.html#a3398666e184faf8e516c8e5d91de86eb',1,'crypto.php']]], | ||||
|   ['pkcs5_5fpad',['pkcs5_pad',['../crypto_8php.html#ad5e51fd44cff93cfaa07a37e24a5edec',1,'crypto.php']]], | ||||
|   ['pkcs5_5funpad',['pkcs5_unpad',['../crypto_8php.html#ac95ac3b1b23b65b04a86613d4206ae85',1,'crypto.php']]], | ||||
|   ['pkcs8_5fencode',['pkcs8_encode',['../crypto_8php.html#a0e941b6b18ff895d1a2448741abf2ef2',1,'crypto.php']]], | ||||
|   ['po2php_5frun',['po2php_run',['../po2php_8php.html#a3b75e36f913198299e99559b175cd8b4',1,'po2php.php']]], | ||||
|   ['poco_5finit',['poco_init',['../poco_8php.html#a53def16f75e3d41f1d2bb7cfa4905498',1,'poco.php']]], | ||||
|   ['poco_5fload',['poco_load',['../socgraph_8php.html#aad9ee2421fd1ca405b241e8ed72d9aca',1,'socgraph.php']]], | ||||
| @@ -47,7 +43,7 @@ var searchData= | ||||
|   ['posted_5fdate_5fwidget',['posted_date_widget',['../items_8php.html#abe695dd89e1e10ed042c26b80114f0ed',1,'items.php']]], | ||||
|   ['posted_5fdates',['posted_dates',['../items_8php.html#ad2abb4644ff1f20fefbc80326fe01cf0',1,'items.php']]], | ||||
|   ['preg_5fheart',['preg_heart',['../text_8php.html#ac19d2b33a58372a357a43d51eed19162',1,'text.php']]], | ||||
|   ['prepare_5fbody',['prepare_body',['../text_8php.html#af3a7139d40ea758f315c2acf2ccc1b1c',1,'text.php']]], | ||||
|   ['prepare_5fbody',['prepare_body',['../text_8php.html#ae4df74296fbe55051ed3c035e55205e5',1,'text.php']]], | ||||
|   ['prepare_5fpage',['prepare_page',['../conversation_8php.html#a4b0888b0f26e1c284a4341fe5fd04f0c',1,'conversation.php']]], | ||||
|   ['prepare_5ftext',['prepare_text',['../text_8php.html#afe54312607d92f7ce9593f5760831f80',1,'text.php']]], | ||||
|   ['pretheme_5finit',['pretheme_init',['../pretheme_8php.html#af5660943ee99db5fd75182316522eafe',1,'pretheme.php']]], | ||||
| @@ -59,6 +55,7 @@ var searchData= | ||||
|   ['private_5fmessages_5flist',['private_messages_list',['../include_2message_8php.html#a652973ce47a262f2d238c2fd6233d97e',1,'message.php']]], | ||||
|   ['probe_5fcontent',['probe_content',['../probe_8php.html#a1f1db3fa6038e451e737964c94bf5e99',1,'probe.php']]], | ||||
|   ['proc_5frun',['proc_run',['../boot_8php.html#ab346a2ece14993861f3e4206befa94f0',1,'boot.php']]], | ||||
|   ['process_5fchannel_5fsync_5fdelivery',['process_channel_sync_delivery',['../zot_8php.html#ac301c67864917c35922257950ae0f95c',1,'zot.php']]], | ||||
|   ['process_5fdelivery',['process_delivery',['../zot_8php.html#a37ec13b18057634eadb071f05297f5e1',1,'zot.php']]], | ||||
|   ['process_5fmail_5fdelivery',['process_mail_delivery',['../zot_8php.html#aa6ae96db8cbbdbb10e6876d206bbf7cc',1,'zot.php']]], | ||||
|   ['process_5fprofile_5fdelivery',['process_profile_delivery',['../zot_8php.html#a9a57b40669351c9791126b925cb7ef3b',1,'zot.php']]], | ||||
| @@ -84,7 +81,6 @@ var searchData= | ||||
|   ['protect_5fsprintf',['protect_sprintf',['../text_8php.html#a4e7698aca48982512594b274543c3b9b',1,'text.php']]], | ||||
|   ['public_5fpermissions_5fsql',['public_permissions_sql',['../security_8php.html#ab3bdd30dc60d9ee72370b866aa4a2d01',1,'security.php']]], | ||||
|   ['public_5frecips',['public_recips',['../zot_8php.html#a083aec6c900d244e1bfc1406f9461465',1,'zot.php']]], | ||||
|   ['pubrsatome',['pubrsatome',['../crypto_8php.html#a2a3fae7caca27f86d158eeaf69b6f287',1,'crypto.php']]], | ||||
|   ['purify_5fhtml',['purify_html',['../text_8php.html#a4841df5beabdd1bdd1ed56781a915d61',1,'text.php']]], | ||||
|   ['push_5flang',['push_lang',['../language_8php.html#ac9142ef1d01a235c760deb0f16643f5a',1,'language.php']]] | ||||
| ]; | ||||
|   | ||||
| @@ -44,7 +44,6 @@ var searchData= | ||||
|   ['rotate',['rotate',['../classphoto__driver.html#a2f2b6337cf9aa0688d10b422123f0eec',1,'photo_driver\rotate()'],['../classphoto__gd.html#a77f87730b11093b76980c541159df37d',1,'photo_gd\rotate()'],['../classphoto__imagick.html#a9df5738a4a18e76dd304c440e96f045f',1,'photo_imagick\rotate()']]], | ||||
|   ['rsa_5fsign',['rsa_sign',['../crypto_8php.html#a920e5f222d0020f47556033d8b2b6552',1,'crypto.php']]], | ||||
|   ['rsa_5fverify',['rsa_verify',['../crypto_8php.html#ab4f21d8f6b8ece0915e7c8bb73379f96',1,'crypto.php']]], | ||||
|   ['rsatopem',['rsatopem',['../crypto_8php.html#a7f7e650aaeaa3832580a73eb00966b26',1,'crypto.php']]], | ||||
|   ['rsd_5fxml_5fcontent',['rsd_xml_content',['../rsd__xml_8php.html#a740cd02fa15e5a53f8547fac73f0ab82',1,'rsd_xml.php']]], | ||||
|   ['runs',['runs',['../docblox__errorchecker_8php.html#a21b4bbe5aae2d85db33affc7126a67ec',1,'docblox_errorchecker.php']]] | ||||
| ]; | ||||
|   | ||||
| @@ -1,6 +1,5 @@ | ||||
| var searchData= | ||||
| [ | ||||
|   ['salmon_5fkey',['salmon_key',['../crypto_8php.html#a9191447cc46f0b4eaba3273e313994d5',1,'crypto.php']]], | ||||
|   ['sanitise_5facl',['sanitise_acl',['../text_8php.html#a9fbeae13c9abd6e27cb4d8d1817f969c',1,'text.php']]], | ||||
|   ['saved_5fsearches',['saved_searches',['../mod_2network_8php.html#a36e03af6f2efe62ecaa247509365bfad',1,'network.php']]], | ||||
|   ['saveimage',['saveImage',['../classphoto__driver.html#a22ecb8c696de65a5a10bd185be9d90c3',1,'photo_driver']]], | ||||
| @@ -48,9 +47,9 @@ var searchData= | ||||
|   ['set_5fwidget',['set_widget',['../classApp.html#a123b903dfe5d3488cc68db3471d36fd2',1,'App']]], | ||||
|   ['set_5fxconfig',['set_xconfig',['../include_2config_8php.html#afe117b70f1bba2f6348d9300b601f86e',1,'config.php']]], | ||||
|   ['setdimensions',['setDimensions',['../classphoto__driver.html#ae663867d2c4eaa2fae50d60670920143',1,'photo_driver\setDimensions()'],['../classphoto__gd.html#a1c75304bd15f3b9986f0b315fb59271e',1,'photo_gd\setDimensions()'],['../classphoto__imagick.html#af92901d252c1e6ab5b54eebedbed23bb',1,'photo_imagick\setDimensions()']]], | ||||
|   ['settings_5faside',['settings_aside',['../mod_2settings_8php.html#ae5aebccb006bee1300078576baaf5582',1,'settings.php']]], | ||||
|   ['settings_5finit',['settings_init',['../mod_2settings_8php.html#a3a4cde287482fced008583f54ba2a722',1,'settings.php']]], | ||||
|   ['settings_5fpost',['settings_post',['../mod_2settings_8php.html#aa7ee94d88ac088edb04ccf3a26de3586',1,'settings.php']]], | ||||
|   ['settings_5faside',['settings_aside',['../settings_8php.html#ae5aebccb006bee1300078576baaf5582',1,'settings.php']]], | ||||
|   ['settings_5finit',['settings_init',['../settings_8php.html#a3a4cde287482fced008583f54ba2a722',1,'settings.php']]], | ||||
|   ['settings_5fpost',['settings_post',['../settings_8php.html#aa7ee94d88ac088edb04ccf3a26de3586',1,'settings.php']]], | ||||
|   ['setup_5fcontent',['setup_content',['../setup_8php.html#a88247384a96e14516f474d7af6a465c1',1,'setup.php']]], | ||||
|   ['setup_5finit',['setup_init',['../setup_8php.html#a267555abd17290e659b4bf44b885e4e0',1,'setup.php']]], | ||||
|   ['setup_5fpost',['setup_post',['../setup_8php.html#a13cf286774149a0a7bd8adb8179cec75',1,'setup.php']]], | ||||
|   | ||||
| @@ -1,6 +1,6 @@ | ||||
| var searchData= | ||||
| [ | ||||
|   ['if',['if',['../php2po_8php.html#a45b05625748f412ec97afcd61cf7980b',1,'if(): php2po.php'],['../php_2default_8php.html#a2a9b3d213aeeef28c4393ba8f7b408a4',1,'if(): default.php'],['../full_8php.html#a6fac1b4b8cdfde06ea1b7713479e92db',1,'if(): full.php'],['../redbasic_2php_2style_8php.html#ac4c6bc3cd9cc92204f04cf6cb34b47dd',1,'if(): style.php'],['../theme_2redstrap_2php_2default_8php.html#a23bc1996b18e69c1a3ab44536613a762',1,'if(): default.php'],['../redstrap_2php_2style_8php.html#a0c4684da834439885ae2285649d1aaea',1,'if(): style.php']]], | ||||
|   ['if',['if',['../php2po_8php.html#a45b05625748f412ec97afcd61cf7980b',1,'if(): php2po.php'],['../php_2default_8php.html#a23bc1996b18e69c1a3ab44536613a762',1,'if(): default.php'],['../full_8php.html#a6fac1b4b8cdfde06ea1b7713479e92db',1,'if(): full.php'],['../redbasic_2php_2style_8php.html#ac4c6bc3cd9cc92204f04cf6cb34b47dd',1,'if(): style.php'],['../theme_2redstrap_2php_2default_8php.html#a23bc1996b18e69c1a3ab44536613a762',1,'if(): default.php'],['../redstrap_2php_2style_8php.html#a0c4684da834439885ae2285649d1aaea',1,'if(): style.php']]], | ||||
|   ['item_5fblocked',['ITEM_BLOCKED',['../boot_8php.html#ab28dc518fa90b6f617dd8c564eb4f35f',1,'boot.php']]], | ||||
|   ['item_5fdelayed_5fpublish',['ITEM_DELAYED_PUBLISH',['../boot_8php.html#ac890557fedc5b5a3b1d996249b1e1a20',1,'boot.php']]], | ||||
|   ['item_5fdeleted',['ITEM_DELETED',['../boot_8php.html#a3515ea6bf77495de89b93e9ccd881c49',1,'boot.php']]], | ||||
| @@ -10,6 +10,7 @@ var searchData= | ||||
|   ['item_5fnocomment',['ITEM_NOCOMMENT',['../boot_8php.html#a949116d9a295b214293006c060ca4848',1,'boot.php']]], | ||||
|   ['item_5fnotshown',['ITEM_NOTSHOWN',['../boot_8php.html#a8663f32171568489dbb2a01dd00371f8',1,'boot.php']]], | ||||
|   ['item_5fnsfw',['ITEM_NSFW',['../boot_8php.html#a939de9a99278f4fd7dcd0ee67f243f08',1,'boot.php']]], | ||||
|   ['item_5fobscured',['ITEM_OBSCURED',['../boot_8php.html#a2c8906f1af94a3559a5b4661067bb79d',1,'boot.php']]], | ||||
|   ['item_5forigin',['ITEM_ORIGIN',['../boot_8php.html#a8c9dce0ef27b35397e29298eb966f7f7',1,'boot.php']]], | ||||
|   ['item_5frelay',['ITEM_RELAY',['../boot_8php.html#a2958a2bd5422b85329d7c36c06dbc221',1,'boot.php']]], | ||||
|   ['item_5fspam',['ITEM_SPAM',['../boot_8php.html#a40d885b2cfd736aab4234ae641ca4dfb',1,'boot.php']]], | ||||
|   | ||||
| @@ -2,6 +2,7 @@ var searchData= | ||||
| [ | ||||
|   ['mail_5fdeleted',['MAIL_DELETED',['../boot_8php.html#ad0876e837cf3fad8a26417e315f6e2c8',1,'boot.php']]], | ||||
|   ['mail_5fisreply',['MAIL_ISREPLY',['../boot_8php.html#aa544a6c078130d0967a1f4ed8ce0a2d2',1,'boot.php']]], | ||||
|   ['mail_5fobscured',['MAIL_OBSCURED',['../boot_8php.html#a44ae1542a805ffd7f826fb511db07374',1,'boot.php']]], | ||||
|   ['mail_5frecalled',['MAIL_RECALLED',['../boot_8php.html#ae4861de36017fe399c1839f778bad9f5',1,'boot.php']]], | ||||
|   ['mail_5freplied',['MAIL_REPLIED',['../boot_8php.html#aa3679df31c8dad1b71816b0322d5baff',1,'boot.php']]], | ||||
|   ['mail_5fseen',['MAIL_SEEN',['../boot_8php.html#a1fbb93cf030f07391f22cc2948744869',1,'boot.php']]], | ||||
|   | ||||
| @@ -303,7 +303,7 @@ Functions</h2></td></tr> | ||||
|       </table> | ||||
| </div><div class="memdoc"> | ||||
|  | ||||
| <p>Referenced by <a class="el" href="admin_8php.html#a233b7c8c31776b7020532003c6e44e1c">admin_page_logs_post()</a>, <a class="el" href="admin_8php.html#a54128076986ba80c4a103de3fc3e19a8">admin_page_plugins()</a>, <a class="el" href="admin_8php.html#add865f4ae806ecbf716f423fc3e50e4f">admin_page_site_post()</a>, <a class="el" href="admin_8php.html#af124619fdc278fe2bf14c45ddaa260fb">admin_page_themes()</a>, <a class="el" href="admin_8php.html#a62f10f90c47686c9c3c37c4c03a108d2">admin_page_users()</a>, <a class="el" href="admin_8php.html#a5a696706a3869800e65fb365214241b7">admin_page_users_post()</a>, <a class="el" href="mod_2group_8php.html#a07a64f6c65b0080d8190b3d9728a7a83">group_content()</a>, <a class="el" href="mod_2group_8php.html#aed1f009b1221348021bb34761160ef35">group_post()</a>, <a class="el" href="invite_8php.html#aeb0881c0f93c8e8552e5ed756ce6e5a5">invite_post()</a>, <a class="el" href="profile__photo_8php.html#a4b80234074bd603221aa5364f330e479">profile_photo_post()</a>, <a class="el" href="profiles_8php.html#a36f71405ad536228f8bb84a551b23f7e">profiles_init()</a>, <a class="el" href="profiles_8php.html#ab0362c81b1d3b0b12a772b9fac446e04">profiles_post()</a>, and <a class="el" href="mod_2settings_8php.html#aa7ee94d88ac088edb04ccf3a26de3586">settings_post()</a>.</p> | ||||
| <p>Referenced by <a class="el" href="admin_8php.html#a233b7c8c31776b7020532003c6e44e1c">admin_page_logs_post()</a>, <a class="el" href="admin_8php.html#a54128076986ba80c4a103de3fc3e19a8">admin_page_plugins()</a>, <a class="el" href="admin_8php.html#add865f4ae806ecbf716f423fc3e50e4f">admin_page_site_post()</a>, <a class="el" href="admin_8php.html#af124619fdc278fe2bf14c45ddaa260fb">admin_page_themes()</a>, <a class="el" href="admin_8php.html#a62f10f90c47686c9c3c37c4c03a108d2">admin_page_users()</a>, <a class="el" href="admin_8php.html#a5a696706a3869800e65fb365214241b7">admin_page_users_post()</a>, <a class="el" href="mod_2group_8php.html#a07a64f6c65b0080d8190b3d9728a7a83">group_content()</a>, <a class="el" href="mod_2group_8php.html#aed1f009b1221348021bb34761160ef35">group_post()</a>, <a class="el" href="invite_8php.html#aeb0881c0f93c8e8552e5ed756ce6e5a5">invite_post()</a>, <a class="el" href="profile__photo_8php.html#a4b80234074bd603221aa5364f330e479">profile_photo_post()</a>, <a class="el" href="profiles_8php.html#a36f71405ad536228f8bb84a551b23f7e">profiles_init()</a>, <a class="el" href="profiles_8php.html#ab0362c81b1d3b0b12a772b9fac446e04">profiles_post()</a>, and <a class="el" href="settings_8php.html#aa7ee94d88ac088edb04ccf3a26de3586">settings_post()</a>.</p> | ||||
|  | ||||
| </div> | ||||
| </div> | ||||
|   | ||||
| @@ -114,6 +114,8 @@ $(document).ready(function(){initNavTree('settings_8php.html','');}); | ||||
| Functions</h2></td></tr> | ||||
| <tr class="memitem:a39abc76ff5459c57e3b957664f273f18"><td class="memItemLeft" align="right" valign="top"> </td><td class="memItemRight" valign="bottom"><a class="el" href="settings_8php.html#a39abc76ff5459c57e3b957664f273f18">get_theme_config_file</a> ($theme)</td></tr> | ||||
| <tr class="separator:a39abc76ff5459c57e3b957664f273f18"><td class="memSeparator" colspan="2"> </td></tr> | ||||
| <tr class="memitem:a3a4cde287482fced008583f54ba2a722"><td class="memItemLeft" align="right" valign="top"> </td><td class="memItemRight" valign="bottom"><a class="el" href="settings_8php.html#a3a4cde287482fced008583f54ba2a722">settings_init</a> (&$a)</td></tr> | ||||
| <tr class="separator:a3a4cde287482fced008583f54ba2a722"><td class="memSeparator" colspan="2"> </td></tr> | ||||
| <tr class="memitem:ae5aebccb006bee1300078576baaf5582"><td class="memItemLeft" align="right" valign="top"> </td><td class="memItemRight" valign="bottom"><a class="el" href="settings_8php.html#ae5aebccb006bee1300078576baaf5582">settings_aside</a> (&$a)</td></tr> | ||||
| <tr class="separator:ae5aebccb006bee1300078576baaf5582"><td class="memSeparator" colspan="2"> </td></tr> | ||||
| <tr class="memitem:aa7ee94d88ac088edb04ccf3a26de3586"><td class="memItemLeft" align="right" valign="top"> </td><td class="memItemRight" valign="bottom"><a class="el" href="settings_8php.html#aa7ee94d88ac088edb04ccf3a26de3586">settings_post</a> (&$a)</td></tr> | ||||
| @@ -152,6 +154,22 @@ Functions</h2></td></tr> | ||||
|       </table> | ||||
| </div><div class="memdoc"> | ||||
|  | ||||
| </div> | ||||
| </div> | ||||
| <a class="anchor" id="a3a4cde287482fced008583f54ba2a722"></a> | ||||
| <div class="memitem"> | ||||
| <div class="memproto"> | ||||
|       <table class="memname"> | ||||
|         <tr> | ||||
|           <td class="memname">settings_init </td> | ||||
|           <td>(</td> | ||||
|           <td class="paramtype">& </td> | ||||
|           <td class="paramname"><em>$a</em></td><td>)</td> | ||||
|           <td></td> | ||||
|         </tr> | ||||
|       </table> | ||||
| </div><div class="memdoc"> | ||||
|  | ||||
| </div> | ||||
| </div> | ||||
| <a class="anchor" id="aa7ee94d88ac088edb04ccf3a26de3586"></a> | ||||
|   | ||||
| @@ -2,5 +2,6 @@ var settings_8php = | ||||
| [ | ||||
|     [ "get_theme_config_file", "settings_8php.html#a39abc76ff5459c57e3b957664f273f18", null ], | ||||
|     [ "settings_aside", "settings_8php.html#ae5aebccb006bee1300078576baaf5582", null ], | ||||
|     [ "settings_init", "settings_8php.html#a3a4cde287482fced008583f54ba2a722", null ], | ||||
|     [ "settings_post", "settings_8php.html#aa7ee94d88ac088edb04ccf3a26de3586", null ] | ||||
| ]; | ||||
| @@ -246,7 +246,7 @@ Functions</h2></td></tr> | ||||
|       </table> | ||||
| </div><div class="memdoc"> | ||||
|  | ||||
| <p>Referenced by <a class="el" href="conversation_8php.html#a1e97305a441dc143edbe09e17d1ceda1">conversation()</a>, <a class="el" href="items_8php.html#a649dc3e53ed794d0ead4b5d037f8d8d7">item_getfeedtags()</a>, <a class="el" href="text_8php.html#af3a7139d40ea758f315c2acf2ccc1b1c">prepare_body()</a>, <a class="el" href="items_8php.html#ab1bce4261bcf75ad62753b498a144d17">tag_deliver()</a>, and <a class="el" href="items_8php.html#a88c6cf7649ac836fbbed82a7a0315110">tgroup_check()</a>.</p> | ||||
| <p>Referenced by <a class="el" href="conversation_8php.html#a1e97305a441dc143edbe09e17d1ceda1">conversation()</a>, <a class="el" href="items_8php.html#a649dc3e53ed794d0ead4b5d037f8d8d7">item_getfeedtags()</a>, <a class="el" href="text_8php.html#ae4df74296fbe55051ed3c035e55205e5">prepare_body()</a>, <a class="el" href="items_8php.html#ab1bce4261bcf75ad62753b498a144d17">tag_deliver()</a>, and <a class="el" href="items_8php.html#a88c6cf7649ac836fbbed82a7a0315110">tgroup_check()</a>.</p> | ||||
|  | ||||
| </div> | ||||
| </div> | ||||
|   | ||||
										
											
												File diff suppressed because one or more lines are too long
											
										
									
								
							| @@ -50,7 +50,7 @@ var text_8php = | ||||
|     [ "perms2str", "text_8php.html#a98fd99dee3da8cf4c148dc04efe782ee", null ], | ||||
|     [ "photo_new_resource", "text_8php.html#aa5528f41533927e1bd2da3618a74a6d7", null ], | ||||
|     [ "preg_heart", "text_8php.html#ac19d2b33a58372a357a43d51eed19162", null ], | ||||
|     [ "prepare_body", "text_8php.html#af3a7139d40ea758f315c2acf2ccc1b1c", null ], | ||||
|     [ "prepare_body", "text_8php.html#ae4df74296fbe55051ed3c035e55205e5", null ], | ||||
|     [ "prepare_text", "text_8php.html#afe54312607d92f7ce9593f5760831f80", null ], | ||||
|     [ "profiler", "text_8php.html#a8b0a799341b1fc4cba2c3ede3e3fc9b6", null ], | ||||
|     [ "protect_sprintf", "text_8php.html#a4e7698aca48982512594b274543c3b9b", null ], | ||||
|   | ||||
										
											
												File diff suppressed because one or more lines are too long
											
										
									
								
							| @@ -245,7 +245,7 @@ Functions</h2></td></tr> | ||||
|       </table> | ||||
| </div><div class="memdoc"> | ||||
|  | ||||
| <p>Referenced by <a class="el" href="mod_2settings_8php.html#aa7ee94d88ac088edb04ccf3a26de3586">settings_post()</a>.</p> | ||||
| <p>Referenced by <a class="el" href="settings_8php.html#aa7ee94d88ac088edb04ccf3a26de3586">settings_post()</a>.</p> | ||||
|  | ||||
| </div> | ||||
| </div> | ||||
|   | ||||
| @@ -158,6 +158,12 @@ Functions</h2></td></tr> | ||||
| <tr class="separator:a3bf11286c2619b4ca28e49d5b5ab374a"><td class="memSeparator" colspan="2"> </td></tr> | ||||
| <tr class="memitem:a666d3efcac00ec1b4a4537a60655f2ab"><td class="memItemLeft" align="right" valign="top"> </td><td class="memItemRight" valign="bottom"><a class="el" href="zot_8php.html#a666d3efcac00ec1b4a4537a60655f2ab">update_modtime</a> ($hash)</td></tr> | ||||
| <tr class="separator:a666d3efcac00ec1b4a4537a60655f2ab"><td class="memSeparator" colspan="2"> </td></tr> | ||||
| <tr class="memitem:a2657e141d62d5f67ad3c87651b585299"><td class="memItemLeft" align="right" valign="top"> </td><td class="memItemRight" valign="bottom"><a class="el" href="zot_8php.html#a2657e141d62d5f67ad3c87651b585299">import_site</a> ($arr, $pubkey)</td></tr> | ||||
| <tr class="separator:a2657e141d62d5f67ad3c87651b585299"><td class="memSeparator" colspan="2"> </td></tr> | ||||
| <tr class="memitem:ac34e479d27f32b82dd6b33542f81a6a7"><td class="memItemLeft" align="right" valign="top"> </td><td class="memItemRight" valign="bottom"><a class="el" href="zot_8php.html#ac34e479d27f32b82dd6b33542f81a6a7">build_sync_packet</a> ($uid=0, $packet=null)</td></tr> | ||||
| <tr class="separator:ac34e479d27f32b82dd6b33542f81a6a7"><td class="memSeparator" colspan="2"> </td></tr> | ||||
| <tr class="memitem:ac301c67864917c35922257950ae0f95c"><td class="memItemLeft" align="right" valign="top"> </td><td class="memItemRight" valign="bottom"><a class="el" href="zot_8php.html#ac301c67864917c35922257950ae0f95c">process_channel_sync_delivery</a> ($sender, $arr, $deliveries)</td></tr> | ||||
| <tr class="separator:ac301c67864917c35922257950ae0f95c"><td class="memSeparator" colspan="2"> </td></tr> | ||||
| </table> | ||||
| <h2 class="groupheader">Function Documentation</h2> | ||||
| <a class="anchor" id="a703f528ade8382cf374e4119bd6f7859"></a> | ||||
| @@ -176,6 +182,35 @@ Functions</h2></td></tr> | ||||
|  | ||||
| <p>Referenced by <a class="el" href="zot_8php.html#a22e3f9b97b7969ddbe43ccf0db93a19c">zot_import()</a>.</p> | ||||
|  | ||||
| </div> | ||||
| </div> | ||||
| <a class="anchor" id="ac34e479d27f32b82dd6b33542f81a6a7"></a> | ||||
| <div class="memitem"> | ||||
| <div class="memproto"> | ||||
|       <table class="memname"> | ||||
|         <tr> | ||||
|           <td class="memname">build_sync_packet </td> | ||||
|           <td>(</td> | ||||
|           <td class="paramtype"> </td> | ||||
|           <td class="paramname"><em>$uid</em> = <code>0</code>, </td> | ||||
|         </tr> | ||||
|         <tr> | ||||
|           <td class="paramkey"></td> | ||||
|           <td></td> | ||||
|           <td class="paramtype"> </td> | ||||
|           <td class="paramname"><em>$packet</em> = <code>null</code> </td> | ||||
|         </tr> | ||||
|         <tr> | ||||
|           <td></td> | ||||
|           <td>)</td> | ||||
|           <td></td><td></td> | ||||
|         </tr> | ||||
|       </table> | ||||
| </div><div class="memdoc"> | ||||
| <p>Send a zot packet to all hubs where this channel is duplicated, refreshing such things as personal settings, channel permissions, address book updates, etc. </p> | ||||
|  | ||||
| <p>Referenced by <a class="el" href="connections_8php.html#a15af118efee9c948b6f8294e54a73bb2">connections_clone()</a>, and <a class="el" href="settings_8php.html#aa7ee94d88ac088edb04ccf3a26de3586">settings_post()</a>.</p> | ||||
|  | ||||
| </div> | ||||
| </div> | ||||
| <a class="anchor" id="adfeb9400ae6b726beec89f8f1e8fde72"></a> | ||||
| @@ -266,6 +301,34 @@ Functions</h2></td></tr> | ||||
|  | ||||
| <p>Referenced by <a class="el" href="zot_8php.html#ab0227978011d8601494a7651fa26acf0">import_xchan()</a>, <a class="el" href="zot_8php.html#a9a57b40669351c9791126b925cb7ef3b">process_profile_delivery()</a>, and <a class="el" href="dir__fns_8php.html#a6cae22cfdd6edda5ddf09e07abb3242a">syncdirs()</a>.</p> | ||||
|  | ||||
| </div> | ||||
| </div> | ||||
| <a class="anchor" id="a2657e141d62d5f67ad3c87651b585299"></a> | ||||
| <div class="memitem"> | ||||
| <div class="memproto"> | ||||
|       <table class="memname"> | ||||
|         <tr> | ||||
|           <td class="memname">import_site </td> | ||||
|           <td>(</td> | ||||
|           <td class="paramtype"> </td> | ||||
|           <td class="paramname"><em>$arr</em>, </td> | ||||
|         </tr> | ||||
|         <tr> | ||||
|           <td class="paramkey"></td> | ||||
|           <td></td> | ||||
|           <td class="paramtype"> </td> | ||||
|           <td class="paramname"><em>$pubkey</em> </td> | ||||
|         </tr> | ||||
|         <tr> | ||||
|           <td></td> | ||||
|           <td>)</td> | ||||
|           <td></td><td></td> | ||||
|         </tr> | ||||
|       </table> | ||||
| </div><div class="memdoc"> | ||||
|  | ||||
| <p>Referenced by <a class="el" href="zot_8php.html#ab0227978011d8601494a7651fa26acf0">import_xchan()</a>.</p> | ||||
|  | ||||
| </div> | ||||
| </div> | ||||
| <a class="anchor" id="ab0227978011d8601494a7651fa26acf0"></a> | ||||
| @@ -284,6 +347,40 @@ Functions</h2></td></tr> | ||||
|  | ||||
| <p>Referenced by <a class="el" href="chanview_8php.html#a4192c6da888c8c1165851acf9ad4cb8b">chanview_content()</a>, <a class="el" href="gprobe_8php.html#adf72cb0a70b5b9d99fdec1cc60e18ed1">gprobe_run()</a>, <a class="el" href="magic_8php.html#acea2cc792849ca2d71d4b689f66518bf">magic_init()</a>, <a class="el" href="mod_2message_8php.html#a0db7030362a7e9ed9549b341d7b35718">message_post()</a>, <a class="el" href="include_2follow_8php.html#a6553a7650fae55f95660510d90983144">new_contact()</a>, <a class="el" href="socgraph_8php.html#aad9ee2421fd1ca405b241e8ed72d9aca">poco_load()</a>, <a class="el" href="post_8php.html#af4b48181ce773ef0cdfc972441445c34">post_init()</a>, <a class="el" href="zot_8php.html#a7b23bfb31d4491231e1e73bdc077240d">zot_refresh()</a>, and <a class="el" href="zot_8php.html#a5bcdfef419b16075a0eca990956223dc">zot_register_hub()</a>.</p> | ||||
|  | ||||
| </div> | ||||
| </div> | ||||
| <a class="anchor" id="ac301c67864917c35922257950ae0f95c"></a> | ||||
| <div class="memitem"> | ||||
| <div class="memproto"> | ||||
|       <table class="memname"> | ||||
|         <tr> | ||||
|           <td class="memname">process_channel_sync_delivery </td> | ||||
|           <td>(</td> | ||||
|           <td class="paramtype"> </td> | ||||
|           <td class="paramname"><em>$sender</em>, </td> | ||||
|         </tr> | ||||
|         <tr> | ||||
|           <td class="paramkey"></td> | ||||
|           <td></td> | ||||
|           <td class="paramtype"> </td> | ||||
|           <td class="paramname"><em>$arr</em>, </td> | ||||
|         </tr> | ||||
|         <tr> | ||||
|           <td class="paramkey"></td> | ||||
|           <td></td> | ||||
|           <td class="paramtype"> </td> | ||||
|           <td class="paramname"><em>$deliveries</em> </td> | ||||
|         </tr> | ||||
|         <tr> | ||||
|           <td></td> | ||||
|           <td>)</td> | ||||
|           <td></td><td></td> | ||||
|         </tr> | ||||
|       </table> | ||||
| </div><div class="memdoc"> | ||||
|  | ||||
| <p>Referenced by <a class="el" href="zot_8php.html#a22e3f9b97b7969ddbe43ccf0db93a19c">zot_import()</a>.</p> | ||||
|  | ||||
| </div> | ||||
| </div> | ||||
| <a class="anchor" id="a37ec13b18057634eadb071f05297f5e1"></a> | ||||
| @@ -539,31 +636,8 @@ Functions</h2></td></tr> | ||||
|         </tr> | ||||
|       </table> | ||||
| </div><div class="memdoc"> | ||||
| <p>obsolete</p> | ||||
| <p>function zot_notify($channel,$url,$type = 'notify',$recipients = null, $remote_key = null) { </p> | ||||
| <pre class="fragment">$params = array( | ||||
|     'type' => $type, | ||||
|     'sender' => json_encode(array( | ||||
|         'guid' => $channel['channel_guid'], | ||||
|         'guid_sig' => base64url_encode(rsa_sign($channel['channel_guid'],$channel['channel_prvkey'])), | ||||
|         'url' => z_root(), | ||||
|         'url_sig' => base64url_encode(rsa_sign(z_root(),$channel['channel_prvkey'])) | ||||
|     )),  | ||||
|     'callback' => '/post', | ||||
|     'version' => ZOT_REVISION | ||||
| ); | ||||
|  | ||||
| if($recipients) | ||||
|     $params['recipients'] = json_encode($recipients); | ||||
| </pre><p>Hush-hush ultra top-secret mode </p> | ||||
| <pre class="fragment">if($remote_key) { | ||||
|     $params = aes_encapsulate($params,$remote_key); | ||||
| } | ||||
|  | ||||
| $x = z_post_url($url,$params); | ||||
| return($x); | ||||
| </pre>  | ||||
| <p>Referenced by <a class="el" href="include_2settings_8php.html#ac34e479d27f32b82dd6b33542f81a6a7">build_sync_packet()</a>, <a class="el" href="include_2directory_8php.html#aa75d3b0697ca1456aaabdb37a74aa0f0">directory_run()</a>, <a class="el" href="notifier_8php.html#a568c502f626cff95e344c0748938b85d">notifier_run()</a>, and <a class="el" href="post_8php.html#af4b48181ce773ef0cdfc972441445c34">post_init()</a>.</p> | ||||
| <p>Referenced by <a class="el" href="zot_8php.html#ac34e479d27f32b82dd6b33542f81a6a7">build_sync_packet()</a>, <a class="el" href="include_2directory_8php.html#aa75d3b0697ca1456aaabdb37a74aa0f0">directory_run()</a>, <a class="el" href="notifier_8php.html#a568c502f626cff95e344c0748938b85d">notifier_run()</a>, and <a class="el" href="post_8php.html#af4b48181ce773ef0cdfc972441445c34">post_init()</a>.</p> | ||||
|  | ||||
| </div> | ||||
| </div> | ||||
|   | ||||
| @@ -1,10 +1,13 @@ | ||||
| var zot_8php = | ||||
| [ | ||||
|     [ "allowed_public_recips", "zot_8php.html#a703f528ade8382cf374e4119bd6f7859", null ], | ||||
|     [ "build_sync_packet", "zot_8php.html#ac34e479d27f32b82dd6b33542f81a6a7", null ], | ||||
|     [ "delete_imported_item", "zot_8php.html#adfeb9400ae6b726beec89f8f1e8fde72", null ], | ||||
|     [ "import_directory_keywords", "zot_8php.html#a3bf11286c2619b4ca28e49d5b5ab374a", null ], | ||||
|     [ "import_directory_profile", "zot_8php.html#a3c9e0b243ba29a7b0c050bd0b86eee32", null ], | ||||
|     [ "import_site", "zot_8php.html#a2657e141d62d5f67ad3c87651b585299", null ], | ||||
|     [ "import_xchan", "zot_8php.html#ab0227978011d8601494a7651fa26acf0", null ], | ||||
|     [ "process_channel_sync_delivery", "zot_8php.html#ac301c67864917c35922257950ae0f95c", null ], | ||||
|     [ "process_delivery", "zot_8php.html#a37ec13b18057634eadb071f05297f5e1", null ], | ||||
|     [ "process_mail_delivery", "zot_8php.html#aa6ae96db8cbbdbb10e6876d206bbf7cc", null ], | ||||
|     [ "process_profile_delivery", "zot_8php.html#a9a57b40669351c9791126b925cb7ef3b", null ], | ||||
|   | ||||
| @@ -262,7 +262,7 @@ class Item extends BaseObject { | ||||
| 			} | ||||
| 		} | ||||
| 		 | ||||
| 		$result['private'] = $item['private']; | ||||
| 		$result['private'] = $item['item_private']; | ||||
| 		$result['toplevel'] = ($this->is_toplevel() ? 'toplevel_item' : ''); | ||||
|  | ||||
| 		if($this->is_threaded()) { | ||||
|   | ||||
| @@ -193,13 +193,13 @@ function attach_by_hash($hash,$rev = 0) { | ||||
| 	$sql_extra = permissions_sql($r[0]['uid']); | ||||
|  | ||||
| 	// Now we'll see if we can access the attachment | ||||
|  | ||||
| dbg(1); | ||||
|  | ||||
| 	$r = q("SELECT * FROM attach WHERE hash = '%s' and uid = %d $sql_extra LIMIT 1", | ||||
| 		dbesc($hash), | ||||
| 		intval($r[0]['uid']) | ||||
| 	); | ||||
|  | ||||
| dbg(0); | ||||
| 	if(! $r) { | ||||
| 		$ret['message'] =  t('Permission denied.'); | ||||
| 		return $ret; | ||||
|   | ||||
| @@ -130,20 +130,12 @@ function load_pconfig($uid,$family = '') { | ||||
|  | ||||
| 	if(! array_key_exists($uid,$a->config)) | ||||
| 		$a->config[$uid] = array(); | ||||
| 	if(($family) && (! array_key_exists($family,$a->config[$uid]))) | ||||
| 		$a->config[$uid][$family] = array(); | ||||
|  | ||||
| 	if($family) { | ||||
| 		$r = q("SELECT * FROM `pconfig` WHERE `cat` = '%s' AND `uid` = %d", | ||||
| 			dbesc($family), | ||||
| 			intval($uid) | ||||
| 		); | ||||
| 	} | ||||
| 	else { | ||||
| 		$r = q("SELECT * FROM `pconfig` WHERE `uid` = %d", | ||||
| 			intval($uid) | ||||
| 		); | ||||
| 	} | ||||
| 	// family is no longer used - load entire user config | ||||
|  | ||||
| 	$r = q("SELECT * FROM `pconfig` WHERE `uid` = %d", | ||||
| 		intval($uid) | ||||
| 	); | ||||
|  | ||||
| 	if($r) { | ||||
| 		foreach($r as $rr) { | ||||
| @@ -266,20 +258,12 @@ function load_xconfig($xchan,$family = '') { | ||||
|  | ||||
| 	if(! array_key_exists($xchan,$a->config)) | ||||
| 		$a->config[$xchan] = array(); | ||||
| 	if(($family) && (! array_key_exists($family,$a->config[$xchan]))) | ||||
| 		$a->config[$xchan][$family] = array(); | ||||
|  | ||||
| 	if($family) { | ||||
| 		$r = q("SELECT * FROM `xconfig` WHERE `cat` = '%s' AND `xchan` = '%s'", | ||||
| 			dbesc($family), | ||||
| 			dbesc($xchan) | ||||
| 		); | ||||
| 	} | ||||
| 	else { | ||||
| 		$r = q("SELECT * FROM `xconfig` WHERE `xchan` = '%s'", | ||||
| 			dbesc($xchan) | ||||
| 		); | ||||
| 	} | ||||
| 	// family is no longer used. Entire config is loaded | ||||
|  | ||||
| 	$r = q("SELECT * FROM `xconfig` WHERE `xchan` = '%s'", | ||||
| 		dbesc($xchan) | ||||
| 	); | ||||
|  | ||||
| 	if($r) { | ||||
| 		foreach($r as $rr) { | ||||
|   | ||||
| @@ -1128,6 +1128,8 @@ function conv_sort($arr,$order) { | ||||
| 		usort($parents,'sort_thr_created'); | ||||
| 	elseif(stristr($order,'commented')) | ||||
| 		usort($parents,'sort_thr_commented'); | ||||
| 	elseif(stristr($order,'ascending')) | ||||
| 		usort($parents,'sort_thr_created_rev'); | ||||
|  | ||||
| 	if(count($parents)) | ||||
| 		foreach($parents as $i=>$_x) | ||||
|   | ||||
| @@ -33,7 +33,7 @@ function notification($params) { | ||||
|  | ||||
| 	push_lang($recip['account_language']); // should probably have a channel language | ||||
|  | ||||
| 	$banner     = t('Red Notification'); | ||||
| 	$banner     = t('Red Matrix Notification'); | ||||
| 	$product    = RED_PLATFORM; | ||||
| 	$siteurl    = $a->get_baseurl(true); | ||||
| 	$thanks     = t('Thank You,'); | ||||
| @@ -89,7 +89,7 @@ function notification($params) { | ||||
| 			intval($recip['channel_id']) | ||||
| 		); | ||||
| 		if($p) { | ||||
| 			logger('notification comment already notified'); | ||||
| 			logger('notification: comment already notified'); | ||||
| 			pop_lang(); | ||||
| 			return; | ||||
| 		} | ||||
| @@ -168,6 +168,19 @@ function notification($params) { | ||||
| 	} | ||||
|  | ||||
| 	if($params['type'] == NOTIFY_TAGSELF) { | ||||
|  | ||||
| 		$p = null; | ||||
| 		$p = q("select id from notify where link = '%s' and uid = %d limit 1", | ||||
| 			dbesc($params['link']), | ||||
| 			intval($recip['channel_id']) | ||||
| 		); | ||||
| 		if($p) { | ||||
| 			logger('enotify: tag: already notified about this post'); | ||||
| 			pop_lang(); | ||||
| 			return; | ||||
| 		} | ||||
| 	 | ||||
|  | ||||
| 		$subject =	sprintf( t('[Red:Notify] %s tagged you') , $sender['xchan_name']); | ||||
| 		$preamble = sprintf( t('%1$s tagged you at %2$s') , $sender['xchan_name'], $sitename); | ||||
| 		$epreamble = sprintf( t('%1$s [zrl=%2$s]tagged you[/zrl].') ,  | ||||
|   | ||||
| @@ -491,7 +491,6 @@ function title_is_body($title, $body) { | ||||
| function get_item_elements($x) { | ||||
|  | ||||
| 	$arr = array(); | ||||
|  | ||||
| 	$arr['body']         = (($x['body']) ? htmlentities($x['body'],ENT_COMPAT,'UTF-8',false) : ''); | ||||
|  | ||||
| 	$arr['created']      = datetime_convert('UTC','UTC',$x['created']); | ||||
| @@ -506,6 +505,11 @@ function get_item_elements($x) { | ||||
| 		$arr['edited']   = datetime_convert(); | ||||
|  | ||||
| 	$arr['title']        = (($x['title'])          ? htmlentities($x['title'],          ENT_COMPAT,'UTF-8',false) : ''); | ||||
|  | ||||
| 	if(mb_strlen($arr['title']) > 255) | ||||
| 		$arr['title'] = mb_substr($arr['title'],0,255); | ||||
|  | ||||
|  | ||||
| 	$arr['app']          = (($x['app'])            ? htmlentities($x['app'],            ENT_COMPAT,'UTF-8',false) : ''); | ||||
| 	$arr['mid']          = (($x['message_id'])     ? htmlentities($x['message_id'],     ENT_COMPAT,'UTF-8',false) : ''); | ||||
| 	$arr['parent_mid']   = (($x['message_top'])    ? htmlentities($x['message_top'],    ENT_COMPAT,'UTF-8',false) : ''); | ||||
| @@ -528,6 +532,21 @@ function get_item_elements($x) { | ||||
|  | ||||
| 	$arr['item_private'] = ((array_key_exists('flags',$x) && is_array($x['flags']) && in_array('private',$x['flags'])) ? 1 : 0); | ||||
|  | ||||
| 	$arr['item_flags'] = 0; | ||||
|  | ||||
| 	// if it's a private post, encrypt it in the DB. | ||||
| 	// We have to do that here because we need to cleanse the input and prevent bad stuff from getting in, | ||||
| 	// and we need plaintext to do that.  | ||||
|  | ||||
| 	if(intval($arr['item_private'])) { | ||||
| 		$arr['item_flags'] = $arr['item_flags'] | ITEM_OBSCURED; | ||||
| 		$key = get_config('system','pubkey'); | ||||
| 		if($arr['title']) | ||||
| 			$arr['title'] = json_encode(aes_encapsulate($arr['title'],$key)); | ||||
| 		if($arr['body']) | ||||
| 			$arr['body']  = json_encode(aes_encapsulate($arr['body'],$key)); | ||||
| 	} | ||||
|  | ||||
| 	if(array_key_exists('flags',$x) && in_array('deleted',$x['flags'])) | ||||
| 		$arr['item_restrict'] = ITEM_DELETED;  | ||||
|  | ||||
| @@ -599,6 +618,14 @@ function encode_item($item) { | ||||
| 	$scope = map_scope($public_scope); | ||||
| 	$c_scope = map_scope($comment_scope); | ||||
|  | ||||
| 	if(array_key_exists('item_flags',$item) && ($item['item_flags'] & ITEM_OBSCURED)) { | ||||
| 		$key = get_config('system','prvkey'); | ||||
| 		if($item['title']) | ||||
| 			$item['title'] = aes_unencapsulate(json_decode($item['title'],true),$key); | ||||
| 		if($item['body']) | ||||
| 			$item['body'] = aes_unencapsulate(json_decode($item['body'],true),$key); | ||||
| 	} | ||||
|  | ||||
| 	if($item['item_restrict']  & ITEM_DELETED) { | ||||
| 		$x['message_id'] = $item['mid']; | ||||
| 		$x['created']    = $item['created']; | ||||
| @@ -791,7 +818,13 @@ function encode_mail($item) { | ||||
| 	$x = array(); | ||||
| 	$x['type'] = 'mail'; | ||||
|  | ||||
| 	logger('encode_mail: ' . print_r($item,true)); | ||||
| 	if(array_key_exists('mail_flags',$item) && ($item['mail_flags'] & MAIL_OBSCURED)) { | ||||
| 		$key = get_config('system','prvkey'); | ||||
| 		if($item['title']) | ||||
| 			$item['title'] = aes_unencapsulate(json_decode($item['title'],true),$key); | ||||
| 		if($item['body']) | ||||
| 			$item['body'] = aes_unencapsulate(json_decode($item['body'],true),$key); | ||||
| 	} | ||||
|  | ||||
| 	$x['message_id']     = $item['mid']; | ||||
| 	$x['message_parent'] = $item['parent_mid']; | ||||
| @@ -803,9 +836,6 @@ function encode_mail($item) { | ||||
|  | ||||
| 	$x['flags'] = array(); | ||||
|  | ||||
| 	if($item['mail_flags'] & MAIL_OBSCURED) | ||||
| 		$x['flags'][] = 'obscured'; | ||||
| 		 | ||||
| 	if($item['mail_flags'] & MAIL_RECALLED) { | ||||
| 		$x['flags'][] = 'recalled'; | ||||
| 		$x['title'] = ''; | ||||
| @@ -832,18 +862,16 @@ function get_mail_elements($x) { | ||||
| 		if(in_array('recalled',$x['flags'])) { | ||||
| 			$arr['mail_flags'] |= MAIL_RECALLED; | ||||
| 		} | ||||
| 		if(in_array('obscured',$x['flags'])) { | ||||
|  | ||||
| 			$arr['mail_flags'] |= MAIL_OBSCURED; | ||||
| 			$arr['body'] = base64url_decode($arr['body']); | ||||
| 			$arr['body'] = htmlentities($arr['body'],ENT_COMPAT,'UTF-8',false); | ||||
| 			$arr['body'] = base64url_encode($arr['body']); | ||||
| 			$arr['title'] = base64url_decode($arr['title']); | ||||
| 			$arr['title'] = htmlentities($arr['title'],ENT_COMPAT,'UTF-8',false); | ||||
| 			$arr['title'] = base64url_encode($arr['title']); | ||||
| 		} | ||||
| 	} | ||||
|  | ||||
| 	$key = get_config('system','pubkey'); | ||||
| 	$arr['mail_flags'] |= MAIL_OBSCURED; | ||||
| 	$arr['body'] = htmlentities($arr['body'],ENT_COMPAT,'UTF-8',false); | ||||
| 	if($arr['body']) | ||||
| 		$arr['body']  = json_encode(aes_encapsulate($arr['body'],$key)); | ||||
| 	$arr['title'] = htmlentities($arr['title'],ENT_COMPAT,'UTF-8',false); | ||||
| 	if($arr['title']) | ||||
| 		$arr['title'] = json_encode(aes_encapsulate($arr['title'],$key)); | ||||
|  | ||||
| 	if($arr['created'] > datetime_convert()) | ||||
| 		$arr['created']  = datetime_convert(); | ||||
| @@ -1328,24 +1356,56 @@ function item_store($arr,$force_parent = false) { | ||||
| 	if(array_key_exists('parent',$arr)) | ||||
| 		unset($arr['parent']); | ||||
|  | ||||
| 	$arr['lang'] = detect_language($arr['body']); | ||||
| 	$arr['mimetype']      = ((x($arr,'mimetype'))      ? notags(trim($arr['mimetype']))      : 'text/bbcode'); | ||||
| 	$arr['title']         = ((x($arr,'title'))         ? notags(trim($arr['title']))         : ''); | ||||
| 	$arr['body']          = ((x($arr,'body'))          ? trim($arr['body'])                  : ''); | ||||
|  | ||||
| 	$allowed_languages = get_pconfig($arr['uid'],'system','allowed_languages'); | ||||
| 	$arr['allow_cid']     = ((x($arr,'allow_cid'))     ? trim($arr['allow_cid'])             : ''); | ||||
| 	$arr['allow_gid']     = ((x($arr,'allow_gid'))     ? trim($arr['allow_gid'])             : ''); | ||||
| 	$arr['deny_cid']      = ((x($arr,'deny_cid'))      ? trim($arr['deny_cid'])              : ''); | ||||
| 	$arr['deny_gid']      = ((x($arr,'deny_gid'))      ? trim($arr['deny_gid'])              : ''); | ||||
| 	$arr['item_private']  = ((x($arr,'item_private'))  ? intval($arr['item_private'])        : 0 ); | ||||
| 	$arr['item_flags']    = ((x($arr,'item_flags'))    ? intval($arr['item_flags'])          : 0 ); | ||||
| 	 | ||||
| 	if((is_array($allowed_languages)) && ($arr['lang']) && (! array_key_exists($arr['lang'],$allowed_languages))) { | ||||
| 		$translate = array('item' => $arr, 'from' => $arr['lang'], 'to' => $allowed_languages, 'translated' => false); | ||||
| 		call_hooks('item_translate', $translate); | ||||
| 		if((! $translate['translated']) && (intval(get_pconfig($arr['uid'],'system','reject_disallowed_languages')))) { | ||||
| 			logger('item_store: language ' . $arr['lang'] . ' not accepted for uid ' . $arr['uid']); | ||||
| 			return; | ||||
| 		} | ||||
| 		$arr = $translate['item']; | ||||
| 	// this is a bit messy - we really need an input filter chain that temporarily undoes obscuring | ||||
|  | ||||
| 	if($arr['mimetype'] != 'text/html') { | ||||
| 		if((strpos($arr['body'],'<') !== false) || (strpos($arr['body'],'>') !== false))  | ||||
| 			$arr['body'] = escape_tags($arr['body']); | ||||
| 		if((strpos($arr['title'],'<') !== false) || (strpos($arr['title'],'>') !== false))  | ||||
| 			$arr['title'] = escape_tags($arr['title']); | ||||
| 	} | ||||
|  | ||||
| 	// Shouldn't happen but we want to make absolutely sure it doesn't leak from a plugin. | ||||
| 	// only detect language if we have text content, and if the post is private but not yet | ||||
| 	// obscured, make it so. | ||||
|  | ||||
| 	if(! ($arr['item_flags'] & ITEM_OBSCURED)) { | ||||
| 		$arr['lang'] = detect_language($arr['body']); | ||||
|  | ||||
| 		$allowed_languages = get_pconfig($arr['uid'],'system','allowed_languages'); | ||||
| 	 | ||||
| 		if((is_array($allowed_languages)) && ($arr['lang']) && (! array_key_exists($arr['lang'],$allowed_languages))) { | ||||
| 			$translate = array('item' => $arr, 'from' => $arr['lang'], 'to' => $allowed_languages, 'translated' => false); | ||||
| 			call_hooks('item_translate', $translate); | ||||
| 			if((! $translate['translated']) && (intval(get_pconfig($arr['uid'],'system','reject_disallowed_languages')))) { | ||||
| 				logger('item_store: language ' . $arr['lang'] . ' not accepted for uid ' . $arr['uid']); | ||||
| 				return; | ||||
| 			} | ||||
| 			$arr = $translate['item']; | ||||
| 		} | ||||
| 		if($arr['item_private']) { | ||||
| 			$key = get_config('system','pubkey'); | ||||
| 			$arr['item_flags'] = $arr['item_flags'] | ITEM_OBSCURED; | ||||
| 			if($arr['title']) | ||||
| 				$arr['title'] = json_encode(aes_encapsulate($arr['title'],$key)); | ||||
| 			if($arr['body']) | ||||
| 				$arr['body']  = json_encode(aes_encapsulate($arr['body'],$key)); | ||||
| 		} | ||||
|  | ||||
| 	} | ||||
|  | ||||
|  | ||||
|  | ||||
| 	if((strpos($arr['body'],'<') !== false) || (strpos($arr['body'],'>') !== false))  | ||||
| 		$arr['body'] = escape_tags($arr['body']); | ||||
|  | ||||
| 	if((x($arr,'object')) && is_array($arr['object'])) { | ||||
| 		activity_sanitise($arr['object']); | ||||
| @@ -1372,8 +1432,6 @@ function item_store($arr,$force_parent = false) { | ||||
| 	$arr['commented']     = datetime_convert(); | ||||
| 	$arr['received']      = datetime_convert(); | ||||
| 	$arr['changed']       = datetime_convert(); | ||||
| 	$arr['mimetype']      = ((x($arr,'mimetype'))      ? notags(trim($arr['mimetype']))      : 'text/bbcode'); | ||||
| 	$arr['title']         = ((x($arr,'title'))         ? notags(trim($arr['title']))         : ''); | ||||
| 	$arr['location']      = ((x($arr,'location'))      ? notags(trim($arr['location']))      : ''); | ||||
| 	$arr['coord']         = ((x($arr,'coord'))         ? notags(trim($arr['coord']))         : ''); | ||||
| 	$arr['parent_mid']    = ((x($arr,'parent_mid'))    ? notags(trim($arr['parent_mid']))    : ''); | ||||
| @@ -1384,19 +1442,12 @@ function item_store($arr,$force_parent = false) { | ||||
| 	$arr['tgt_type']      = ((x($arr,'tgt_type'))      ? notags(trim($arr['tgt_type']))      : ''); | ||||
| 	$arr['target']        = ((x($arr,'target'))        ? trim($arr['target'])                : ''); | ||||
| 	$arr['plink']         = ((x($arr,'plink'))         ? notags(trim($arr['plink']))         : ''); | ||||
| 	$arr['allow_cid']     = ((x($arr,'allow_cid'))     ? trim($arr['allow_cid'])             : ''); | ||||
| 	$arr['allow_gid']     = ((x($arr,'allow_gid'))     ? trim($arr['allow_gid'])             : ''); | ||||
| 	$arr['deny_cid']      = ((x($arr,'deny_cid'))      ? trim($arr['deny_cid'])              : ''); | ||||
| 	$arr['deny_gid']      = ((x($arr,'deny_gid'))      ? trim($arr['deny_gid'])              : ''); | ||||
| 	$arr['item_private']  = ((x($arr,'item_private'))  ? intval($arr['item_private'])        : 0 ); | ||||
| 	$arr['body']          = ((x($arr,'body'))          ? trim($arr['body'])                  : ''); | ||||
| 	$arr['attach']        = ((x($arr,'attach'))        ? notags(trim($arr['attach']))        : ''); | ||||
| 	$arr['app']           = ((x($arr,'app'))           ? notags(trim($arr['app']))           : ''); | ||||
| 	$arr['item_restrict'] = ((x($arr,'item_restrict')) ? intval($arr['item_restrict'])       : 0 ); | ||||
|  | ||||
| 	$arr['comment_policy'] = ((x($arr,'comment_policy')) ? notags(trim($arr['comment_policy']))  : 'contacts' ); | ||||
|  | ||||
| 	$arr['item_flags']    = ((x($arr,'item_flags'))    ? intval($arr['item_flags'])          : 0 ); | ||||
| 	 | ||||
| 	$arr['item_flags'] = $arr['item_flags'] | ITEM_UNSEEN; | ||||
|  | ||||
| @@ -1553,7 +1604,7 @@ function item_store($arr,$force_parent = false) { | ||||
|  	if(strlen($allow_cid) || strlen($allow_gid) || strlen($deny_cid) || strlen($deny_gid)) | ||||
| 		$private = 1; | ||||
| 	else | ||||
| 		$private = $arr['private'];  | ||||
| 		$private = $arr['item_private'];  | ||||
|  | ||||
| 	// Set parent id - and also make sure to inherit the parent's ACL's. | ||||
|  | ||||
| @@ -1574,7 +1625,7 @@ function item_store($arr,$force_parent = false) { | ||||
| 	$arr['allow_gid'] = $allow_gid; | ||||
| 	$arr['deny_cid']  = $deny_cid; | ||||
| 	$arr['deny_gid']  = $deny_gid; | ||||
| 	$arr['private']   = $private; | ||||
| 	$arr['item_private']   = $private; | ||||
| 	 | ||||
| 	// Store taxonomy | ||||
|  | ||||
| @@ -2050,10 +2101,17 @@ function tgroup_check($uid,$item) { | ||||
| 	$mention = false; | ||||
|  | ||||
| 	// check that the message originated elsewhere and is a top-level post | ||||
| 	// or is a followup and we have already accepted the top level post | ||||
|  | ||||
| 	if($arr['mid'] != $arr['parent_mid']) | ||||
| 	if($item['mid'] != $item['parent_mid']) { | ||||
| 		$r = q("select id from item where mid = '%s' and uid = %d limit 1", | ||||
| 			dbesc($item['parent_mid']), | ||||
| 			intval($uid) | ||||
| 		); | ||||
| 		if($r) | ||||
| 			return true; | ||||
| 		return false; | ||||
|  | ||||
| 	} | ||||
| 	if(! perm_is_allowed($uid,$item['author_xchan'],'tag_deliver')) | ||||
| 		return false; | ||||
|  | ||||
| @@ -4712,39 +4770,52 @@ function zot_feed($uid,$observer_xchan,$mindate) { | ||||
| 	if(! $mindate) | ||||
| 		$mindate = '0000-00-00 00:00:00'; | ||||
|  | ||||
| 	$mindate = dbesc($mindate); | ||||
|  | ||||
| 	if(! perm_is_allowed($uid,$observer_xchan,'view_stream')) { | ||||
| 		return $result; | ||||
| 	} | ||||
|  | ||||
| // FIXME | ||||
| 	$sql_extra = item_permissions_sql($uid,$remote_contact,$groups); | ||||
| 	$sql_extra = item_permissions_sql($uid); | ||||
|  | ||||
| 	if($mindate != '0000-00-00 00:00:00') | ||||
| 	if($mindate != '0000-00-00 00:00:00') { | ||||
| 		$sql_extra .= " and created > '$mindate' "; | ||||
| 		$limit = ""; | ||||
| 	} | ||||
| 	else | ||||
| 		$limit = " limit 0, 50 "; | ||||
|  | ||||
| 	$items = array(); | ||||
|  | ||||
| // FIXME | ||||
| 	// We probably should use two queries and pick up total conversations. | ||||
| 	// For now get a chunk of raw posts in ascending created order so that  | ||||
| 	// hopefully the parent is imported before we see the kids.  | ||||
| 	// This will fail if there are more than $limit kids and you didn't  | ||||
| 	// receive the parent via direct delivery | ||||
|  | ||||
| 	$limit = 200; | ||||
|  | ||||
| 	$items = q("SELECT item.* from item | ||||
| 		WHERE uid = %d AND item_restrict = 0 | ||||
| 	$r = q("SELECT item.*, item.id as item_id from item | ||||
| 		WHERE uid = %d AND item_restrict = 0 and id = parent | ||||
| 		AND (item_flags &  %d)  | ||||
| 		$sql_extra ORDER BY created ASC limit 0, $limit", | ||||
| 		$sql_extra ORDER BY created ASC $limit", | ||||
| 		intval($uid), | ||||
| 		intval(ITEM_WALL) | ||||
| 	); | ||||
| 	if($r) { | ||||
|  | ||||
| 		$parents_str = ids_to_querystr($r,'id'); | ||||
|  | ||||
| 		$items = q("SELECT `item`.*, `item`.`id` AS `item_id` FROM `item`  | ||||
| 			WHERE `item`.`uid` = %d AND `item`.`item_restrict` = 0 | ||||
| 			AND `item`.`parent` IN ( %s ) ", | ||||
| 			intval($uid), | ||||
| 			dbesc($parents_str) | ||||
| 		); | ||||
|  | ||||
| 	} | ||||
|  | ||||
| 	if($items) { | ||||
| 		xchan_query($items); | ||||
| 		$items = fetch_post_tags($items); | ||||
| 	} else { | ||||
| 		$items = array(); | ||||
| 		require_once('include/conversation.php'); | ||||
| 		$items = conv_sort($items,'ascending'); | ||||
|  | ||||
| 	} | ||||
| 	else | ||||
| 		$items = array(); | ||||
|  | ||||
| 	foreach($items as $item) | ||||
| 		$result[] = encode_item($item); | ||||
|   | ||||
| @@ -2,6 +2,7 @@ | ||||
|  | ||||
| /* Private Message backend API */ | ||||
|  | ||||
| require_once('include/crypto.php'); | ||||
|  | ||||
| // send a private message | ||||
| 	 | ||||
| @@ -56,6 +57,28 @@ function send_message($uid = 0, $recipient='', $body='', $subject='', $replyto=' | ||||
| 		$replyto = $mid; | ||||
| 	} | ||||
|  | ||||
| 	/** | ||||
| 	 * | ||||
| 	 * When a photo was uploaded into the message using the (profile wall) ajax  | ||||
| 	 * uploader, The permissions are initially set to disallow anybody but the | ||||
| 	 * owner from seeing it. This is because the permissions may not yet have been | ||||
| 	 * set for the post. If it's private, the photo permissions should be set | ||||
| 	 * appropriately. But we didn't know the final permissions on the post until | ||||
| 	 * now. So now we'll look for links of uploaded messages that are in the | ||||
| 	 * post and set them to the same permissions as the post itself. | ||||
| 	 * | ||||
| 	 */ | ||||
|  | ||||
| 	$match = null; | ||||
| 	$images = null; | ||||
| 	if(preg_match_all("/\[img\](.*?)\[\/img\]/",$body,$match)) | ||||
| 		$images = $match[1]; | ||||
|  | ||||
| 	$key = get_config('system','pubkey'); | ||||
| 	if($subject) | ||||
| 		$subject = json_encode(aes_encapsulate($subject,$key)); | ||||
| 	if($body) | ||||
| 		$body  = json_encode(aes_encapsulate($body,$key)); | ||||
| 	 | ||||
| 	$r = q("INSERT INTO mail ( account_id, mail_flags, channel_id, from_xchan, to_xchan, title, body, mid, parent_mid, created ) | ||||
| 		VALUES ( %d, %d, %d, '%s', '%s', '%s', '%s', '%s', '%s', '%s' )", | ||||
| @@ -64,8 +87,8 @@ function send_message($uid = 0, $recipient='', $body='', $subject='', $replyto=' | ||||
| 		intval($channel['channel_id']), | ||||
| 		dbesc($channel['channel_hash']), | ||||
| 		dbesc($recipient), | ||||
| 		dbesc(base64url_encode($subject)), | ||||
| 		dbesc(base64url_encode($body)), | ||||
| 		dbesc($subject), | ||||
| 		dbesc($body), | ||||
| 		dbesc($mid), | ||||
| 		dbesc($replyto), | ||||
| 		dbesc(datetime_convert()) | ||||
| @@ -84,35 +107,18 @@ function send_message($uid = 0, $recipient='', $body='', $subject='', $replyto=' | ||||
| 		return $ret; | ||||
| 	} | ||||
|  | ||||
| 	/** | ||||
| 	 * | ||||
| 	 * When a photo was uploaded into the message using the (profile wall) ajax  | ||||
| 	 * uploader, The permissions are initially set to disallow anybody but the | ||||
| 	 * owner from seeing it. This is because the permissions may not yet have been | ||||
| 	 * set for the post. If it's private, the photo permissions should be set | ||||
| 	 * appropriately. But we didn't know the final permissions on the post until | ||||
| 	 * now. So now we'll look for links of uploaded messages that are in the | ||||
| 	 * post and set them to the same permissions as the post itself. | ||||
| 	 * | ||||
| 	 */ | ||||
|  | ||||
| 	$match = null; | ||||
|  | ||||
| 	if(preg_match_all("/\[img\](.*?)\[\/img\]/",$body,$match)) { | ||||
| 		$images = $match[1]; | ||||
| 		if(count($images)) { | ||||
| 			foreach($images as $image) { | ||||
| 				if(! stristr($image,$a->get_baseurl() . '/photo/')) | ||||
| 					continue; | ||||
| 				$image_uri = substr($image,strrpos($image,'/') + 1); | ||||
| 				$image_uri = substr($image_uri,0, strpos($image_uri,'-')); | ||||
| 				$r = q("UPDATE photo SET allow_cid = '%s' WHERE resource_id = '%s' AND uid = %d and allow_cid = '%s'", | ||||
| 					dbesc('<' . $recipient . '>'), | ||||
| 					dbesc($image_uri), | ||||
| 					intval($channel['channel_id']), | ||||
| 					dbesc('<' . $channel['channel_hash'] . '>') | ||||
| 				);  | ||||
| 			} | ||||
| 	if(count($images)) { | ||||
| 		foreach($images as $image) { | ||||
| 			if(! stristr($image,$a->get_baseurl() . '/photo/')) | ||||
| 				continue; | ||||
| 			$image_uri = substr($image,strrpos($image,'/') + 1); | ||||
| 			$image_uri = substr($image_uri,0, strpos($image_uri,'-')); | ||||
| 			$r = q("UPDATE photo SET allow_cid = '%s' WHERE resource_id = '%s' AND uid = %d and allow_cid = '%s'", | ||||
| 				dbesc('<' . $recipient . '>'), | ||||
| 				dbesc($image_uri), | ||||
| 				intval($channel['channel_id']), | ||||
| 				dbesc('<' . $channel['channel_hash'] . '>') | ||||
| 			);  | ||||
| 		} | ||||
| 	} | ||||
| 	 | ||||
| @@ -171,11 +177,14 @@ function private_messages_list($uid, $mailbox = '', $start = 0, $numitems = 0) { | ||||
| 		$r[$k]['to']   = find_xchan_in_array($rr['to_xchan'],$c); | ||||
| 		$r[$k]['seen'] = (($rr['mail_flags'] & MAIL_SEEN) ? 1 : 0); | ||||
| 		if($r[$k]['mail_flags'] & MAIL_OBSCURED) { | ||||
| 			$r[$k]['title'] = base64url_decode($r[$k]['title']); | ||||
| 			$r[$k]['body'] = base64url_decode($r[$k]['body']); | ||||
| 			logger('unencrypting'); | ||||
| 			$key = get_config('system','prvkey'); | ||||
|  | ||||
| 			if($r[$k]['title']) | ||||
| 				$r[$k]['title'] = aes_unencapsulate(json_decode($r[$k]['title'],true),$key); | ||||
| 			if($r[$k]['body']) | ||||
| 				$r[$k]['body'] = aes_unencapsulate(json_decode($r[$k]['body'],true),$key); | ||||
| 		} | ||||
|  | ||||
|  | ||||
| 	} | ||||
|  | ||||
| 	return $r; | ||||
| @@ -209,8 +218,11 @@ function private_messages_fetch_message($channel_id, $messageitem_id, $updatesee | ||||
| 		$messages[$k]['from'] = find_xchan_in_array($message['from_xchan'],$c); | ||||
| 		$messages[$k]['to']   = find_xchan_in_array($message['to_xchan'],$c); | ||||
| 		if($messages[$k]['mail_flags'] & MAIL_OBSCURED) { | ||||
| 			$messages[$k]['title'] = base64url_decode($messages[$k]['title']); | ||||
| 			$messages[$k]['body'] = base64url_decode($messages[$k]['body']); | ||||
| 			$key = get_config('system','prvkey'); | ||||
| 			if($messages[$k]['title']) | ||||
| 				$messages[$k]['title'] = aes_unencapsulate(json_decode($messages[$k]['title'],true),$key); | ||||
| 			if($messages[$k]['body']) | ||||
| 				$messages[$k]['body'] = aes_unencapsulate(json_decode($messages[$k]['body'],true),$key); | ||||
| 		} | ||||
| 	} | ||||
|  | ||||
| @@ -294,10 +306,12 @@ function private_messages_fetch_conversation($channel_id, $messageitem_id, $upda | ||||
| 		$messages[$k]['from'] = find_xchan_in_array($message['from_xchan'],$c); | ||||
| 		$messages[$k]['to']   = find_xchan_in_array($message['to_xchan'],$c); | ||||
| 		if($messages[$k]['mail_flags'] & MAIL_OBSCURED) { | ||||
| 			$messages[$k]['title'] = base64url_decode($messages[$k]['title']); | ||||
| 			$messages[$k]['body'] = base64url_decode($messages[$k]['body']); | ||||
| 			$key = get_config('system','prvkey'); | ||||
| 			if($messages[$k]['title']) | ||||
| 				$messages[$k]['title'] = aes_unencapsulate(json_decode($messages[$k]['title'],true),$key); | ||||
| 			if($messages[$k]['body']) | ||||
| 				$messages[$k]['body'] = aes_unencapsulate(json_decode($messages[$k]['body'],true),$key); | ||||
| 		} | ||||
|  | ||||
| 	} | ||||
|  | ||||
|  | ||||
|   | ||||
| @@ -328,7 +328,10 @@ function notifier_run($argv, $argc){ | ||||
| 	// Generic delivery section, we have an encoded item and recipients | ||||
| 	// Now start the delivery process | ||||
|  | ||||
| 	logger('notifier: encoded item: ' . print_r($encoded_item,true)); | ||||
| 	$x = $encoded_item; | ||||
| 	$x['title'] = 'private'; | ||||
| 	$x['body'] = 'private'; | ||||
| 	logger('notifier: encoded item: ' . print_r($x,true), LOGGER_DATA); | ||||
|  | ||||
| 	stringify_array_elms($recipients); | ||||
| 	if(! $recipients) | ||||
|   | ||||
| @@ -153,14 +153,14 @@ class photo_imagick extends photo_driver { | ||||
| 		do { | ||||
| 			$this->image->cropImage($w, $h, $x, $y); | ||||
| 			/** | ||||
| 			 * We need to remove the canva, | ||||
| 			 * We need to remove the canvas, | ||||
| 			 * or the image is not resized to the crop: | ||||
| 			 * http://php.net/manual/en/imagick.cropimage.php#97232 | ||||
| 			 */ | ||||
| 			$this->image->setImagePage(0, 0, 0, 0); | ||||
| 		} while ($this->image->nextImage()); | ||||
|  | ||||
| 		$this->doScaleImage($max); | ||||
| 		$this->doScaleImage($max,$max); | ||||
| 	} | ||||
|  | ||||
| 	public function imageString() { | ||||
|   | ||||
| @@ -205,26 +205,29 @@ function permissions_sql($owner_id,$remote_verified = false,$groups = null) { | ||||
|  | ||||
|  | ||||
| 	else { | ||||
| 		$observer = get_app()->get_observer(); | ||||
| 		$groups = init_groups_visitor($remote_user); | ||||
| 		$observer = get_observer_hash(); | ||||
| 		if($observer) { | ||||
| 			$groups = init_groups_visitor($observer); | ||||
|  | ||||
| 		$gs = '<<>>'; // should be impossible to match | ||||
| 			$gs = '<<>>'; // should be impossible to match | ||||
|  | ||||
| 		if(is_array($groups) && count($groups)) { | ||||
| 			foreach($groups as $g) | ||||
| 				$gs .= '|<' . $g . '>'; | ||||
| 			if(is_array($groups) && count($groups)) { | ||||
| 				foreach($groups as $g) | ||||
| 					$gs .= '|<' . $g . '>'; | ||||
| 			}  | ||||
| 			$sql = sprintf( | ||||
| 				" AND ( NOT (deny_cid like '%s' OR deny_gid REGEXP '%s') | ||||
| 				  AND ( allow_cid like '%s' OR allow_gid REGEXP '%s' OR ( allow_cid = '' AND allow_gid = '') ) | ||||
| 				  ) | ||||
| 				", | ||||
| 				dbesc(protect_sprintf( '%<' . $observer . '>%')), | ||||
| 				dbesc($gs), | ||||
| 				dbesc(protect_sprintf( '%<' . $observer . '>%')), | ||||
| 				dbesc($gs) | ||||
| 			); | ||||
| 		} | ||||
| 		$sql = sprintf( | ||||
| 			" AND ( NOT (deny_cid like '%s' OR deny_gid REGEXP '%s') | ||||
| 			  AND ( allow_cid like '%s' OR allow_gid REGEXP '%s' OR ( allow_cid = '' AND allow_gid = '') ) | ||||
| 			  ) | ||||
| 			", | ||||
| 			dbesc(protect_sprintf( '%<' . $remote_user . '>%')), | ||||
| 			dbesc($gs), | ||||
| 			dbesc(protect_sprintf( '%<' . $remote_user . '>%')), | ||||
| 			dbesc($gs) | ||||
| 		); | ||||
| 	} | ||||
|  | ||||
| 	return $sql; | ||||
| } | ||||
|  | ||||
| @@ -260,25 +263,28 @@ function item_permissions_sql($owner_id,$remote_verified = false,$groups = null) | ||||
|  | ||||
|  | ||||
| 	else { | ||||
| 		$observer = get_app()->get_observer(); | ||||
| 		$groups = init_groups_visitor($remote_user); | ||||
| 		$observer = get_observer_hash(); | ||||
|  | ||||
| 		$gs = '<<>>'; // should be impossible to match | ||||
| 		if($observer) { | ||||
| 			$groups = init_groups_visitor($observer); | ||||
|  | ||||
| 		if(is_array($groups) && count($groups)) { | ||||
| 			foreach($groups as $g) | ||||
| 				$gs .= '|<' . $g . '>'; | ||||
| 			$gs = '<<>>'; // should be impossible to match | ||||
|  | ||||
| 			if(is_array($groups) && count($groups)) { | ||||
| 				foreach($groups as $g) | ||||
| 					$gs .= '|<' . $g . '>'; | ||||
| 			}  | ||||
| 			$sql = sprintf( | ||||
| 				" AND ( NOT (deny_cid like '%s' OR deny_gid REGEXP '%s') | ||||
| 				  AND ( allow_cid like '%s' OR allow_gid REGEXP '%s' OR ( allow_cid = '' AND allow_gid = '') ) | ||||
| 				  ) | ||||
| 				", | ||||
| 				dbesc(protect_sprintf( '%<' . $observer . '>%')), | ||||
| 				dbesc($gs), | ||||
| 				dbesc(protect_sprintf( '%<' . $observer . '>%')), | ||||
| 				dbesc($gs) | ||||
| 			); | ||||
| 		} | ||||
| 		$sql = sprintf( | ||||
| 			" AND ( NOT (deny_cid like '%s' OR deny_gid REGEXP '%s') | ||||
| 			  AND ( allow_cid like '%s' OR allow_gid REGEXP '%s' OR ( allow_cid = '' AND allow_gid = '') ) | ||||
| 			  ) | ||||
| 			", | ||||
| 			dbesc(protect_sprintf( '%<' . $remote_user . '>%')), | ||||
| 			dbesc($gs), | ||||
| 			dbesc(protect_sprintf( '%<' . $remote_user . '>%')), | ||||
| 			dbesc($gs) | ||||
| 		); | ||||
| 	} | ||||
| 	return $sql; | ||||
| } | ||||
|   | ||||
Some files were not shown because too many files have changed in this diff Show More
		Reference in New Issue
	
	Block a user