Fulltext results:
- 01.01. Formatting Syntax @en:projects:writr:documentation:01:01
- f line. This is some text with some linebreaks\\ Note that the two backslashes are only recognized at ... t it. This is some text with some linebreaks\\ Note that the two backslashes are only recognized a... o lowercase automatically, special characters are not allowed. You can use [[some:namespaces]] by usin... This links to [[syntax#internal|this Section]]. Notes: * Links to [[syntax|existing pages]] are sh
- Let's Talk - Building a Modular PHP Framework part 3 @en:blog:2025:02:03
- } else { // Could not find the method, send not implemented $this->Output->print('Could not find the method', array('HTTP/1.1 501 Not Implemented')); } } else
- Parlons-en - Construire un Framework PHP Modulaire, partie 3 @fr:blog:2025:02:03
- Louis Ouellet ---- Dans ce troisième volet de notre série **Construire un Framework PHP Modulaire**... onfiguration d'Apache (.htaccess) ===== Pour que notre application puisse gérer correctement les route... r, d'échanger ou de synchroniser des données avec notre application. Notre logique se trouve principalement dans deux fichiers : **API.php** et **Endpoint.p
- Wrap @en:projects:writr:documentation:03:01:wrap
- idth :language>"small" content</span> :!: Please note, some things **won't work with lowercase spans**... lass ''column'', but for more sophisticated uses (not only for columns, but for any other classes, like [[#boxes and notes]] as well) you can have several kinds of "float... st of the time you'd only want either ^type^e.g.^note^ ^''%''|''30%''|makes sense in a liquid layout|
- 01.01. Syntaxe de mise en page @fr:projects:writr:documentation:01:01
- renvoie vers [[syntax#internes|cette section]]. Notes : * Les liens vers des [[syntax|pages exista... \partage|ceci]] sont également reconnus. Veuillez noter qu'ils n'ont un sens que dans un groupe d'utili... \serveur\partage|ceci]] sont également reconnus. Notes : * Pour des raisons de sécurité, la navigat... http://kb.mozillazine.org/Links_to_local_pages_do_not_work|cette fiche]] de la base de connaissance de
- How to Disable Low Voltage Notification on Your Raspberry Pi @en:blog:2023:12:18
- {{ :en:blog:2023:12:18:how-to-disable-low-voltage-notification-on-your-raspberry-pi.png?nolink |}} ====== How to Disable Low Voltage Notification on Your Raspberry Pi ====== **Author(s)*... the simple process of disabling this low voltage notification on your Raspberry Pi. ===== The Low Vol... he voltage drops below this level, the device may not perform optimally. To alert users, the Raspberry
- Let's Talk - Building a Modular PHP Framework part 2 @en:blog:2025:01:28
- lpers to be used to create shared methods that do not require a database These enhancements will provi... } } // Check if strap is not the scope if(!in_array($scope,$config... ng . PHP_EOL); } else { // If not CLI, handle browser output and headers ... ath) as $plugin){ // Only load if not previously loaded if(!isset($this
- How to Build a Simple Ticketing System in DokuWiki @en:blog:2024:10:08
- gin:discussion|Discussion]]**: To add comments or notes to tickets for collaboration. * **[[https://w... status: <file markdown start.txt> ~~NOCACHE~~ ~~NOTOC~~ ====== Tickets ====== <block centeralign> <i... r submits the form: <file markdown ticket.txt> ~~NOTOC~~ ====== @@ticketid@@ - @@subject@@ ====== {{ta... lock box> @@description|@@ </block> ~~DISCUSSION|Notes~~ </file> This template structures the informa
- Let's Talk - Building a Modular PHP Framework from Scratch @en:blog:2025:01:24
- Router, CLI, API). Below is the work-in-progress. Notice that we use a default configuration array and ... to check whether each one has been loaded (i.e., not null). Instead, we can create a default ''Module'' class that notifies the developer if a method is called on a non... $message = "Warning: Method " . $name . " is not available. The class/module is not installed." .
- Comment désactiver la notification de basse tension sur votre Raspberry Pi @fr:blog:2023:12:18
- {{ :en:blog:2023:12:18:how-to-disable-low-voltage-notification-on-your-raspberry-pi.png?nolink |}} ====== Comment désactiver la notification de basse tension sur votre Raspberry Pi ... travers le processus simple pour désactiver cette notification de basse tension sur votre Raspberry Pi.... t peut être bénéfique. ===== Désactivation de la notification de basse tension ===== Voici la commande
- Comment Construire un Système de Ticketing Simple dans DokuWiki @fr:blog:2024:10:08
- ussion]]** : Pour ajouter des commentaires ou des notes aux tickets pour une collaboration. * **[[htt... ) ├── labels.txt (Contient les libellés pour notre formulaire) ├── mail.txt (Contient le mo... Le fichier **start.txt** est le point d'entrée de notre système de ticketing. Il fournit une liste des ... statut : <file markdown start.txt> ~~NOCACHE~~ ~~NOTOC~~ ====== Tickets ====== <block centeralign> <i
- Installation Guide @en:projects:pyrdpconnect:documentation
- ndering on macOS. Without it, the application may not display the RDP session correctly. === Step 2: I... ected. **Troubleshooting**: If PyRDPConnect does not open or shows an error related to X11 or XQuartz,... ou saved it. - Make the file executable if it’s not already: <code bash>chmod +x dist/linux/PyRDPConn... >.sh </code> **XQuartz Issues**: If XQuartz does not start automatically, you can manually start it fr
- Let's Talk - Why and How I Use Artificial Intelligence @en:blog:2025:01:27
- gh I’m familiar with tools like ''Photopea'', I’m not a graphic designer. My skills are enough for basi... on models like ''DALL-E''. You might have already noticed this in my article’s header image. Since I do... w them, checking for clarity and readability. I’m not an editor, and writing has never been my stronges... nd of the day, AI is a supplement to human skill, not a replacement for it. For me, it’s about spending
- How to disable the Cortana app @en:blog:2024:01:31
- tting reminders and answering questions. However, not everyone finds Cortana useful, and some may prefe... a>windows}}</key> + <key>I</key> (that's an ''I'' not an ''L'') to open Settings. - Select ''Apps'' f... eamline your system's tasks, especially if you do not utilize the assistant regularly. By following the
- Parlons-en – Construire un Framework PHP Modulaire de A à Z @fr:blog:2025:01:24
- ois performance et maintenabilité. ===== Définir notre module principal (“core”) ===== J’ai décidé de ... I, API). Voici le code en cours de développement. Notez que nous utilisons un tableau de configuration ... faut et que nous autorisons des substitutions via notre système de configuration (illustré plus tard) :... $message = "Warning: Method " . $name . " is not available. The class/module is not installed." .
- Enhancing Your DokuWiki Forms with Custom JavaScript - Replacing Newlines with Markdown-Friendly Syntax @en:blog:2024:12:20