-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
username initialization system finished
- Loading branch information
mehmetmertguduz
committed
Jun 1, 2024
1 parent
a1deb2a
commit f83db80
Showing
45 changed files
with
1,047 additions
and
422 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,6 @@ | ||
var yiffy__conf_8h = | ||
[ | ||
[ "conf_img_viewer_command", "d1/d33/yiffy__conf_8h.html#a3ebba735c22a2c7fed2d6deeca8f1529", null ], | ||
[ "conf_nsfw", "d1/d33/yiffy__conf_8h.html#a3a088a9fbd8616175ff107d483ac33f6", null ] | ||
[ "conf_nsfw", "d1/d33/yiffy__conf_8h.html#a3a088a9fbd8616175ff107d483ac33f6", null ], | ||
[ "conf_uname", "d1/d33/yiffy__conf_8h.html#af781b61b940b009361bf3c30a99637b3", null ] | ||
]; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
<map id="src/conf/conf_uname.c" name="src/conf/conf_uname.c"> | ||
<area shape="rect" id="node1" title="This file is used to configure the username option." alt="" coords="24,5,192,32"/> | ||
<area shape="rect" id="node2" href="$d1/d33/yiffy__conf_8h.html" title="This header file is used to do configuration for yiffy." alt="" coords="60,80,157,107"/> | ||
<area shape="rect" id="node3" title=" " alt="" coords="70,229,136,256"/> | ||
<area shape="rect" id="node4" title=" " alt="" coords="22,155,93,181"/> | ||
<area shape="rect" id="node5" title=" " alt="" coords="118,155,200,181"/> | ||
<area shape="rect" id="node6" href="$d0/de2/yiffy__messages_8h.html" title="This file is used to handle error and information messages." alt="" coords="225,155,405,181"/> | ||
<area shape="rect" id="node7" title=" " alt="" coords="280,229,350,256"/> | ||
</map> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
02654d27f070b90d012eceb9db28fb2c |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,7 @@ | ||
<map id="src/conf/yiffy_conf.h" name="src/conf/yiffy_conf.h"> | ||
<area shape="rect" id="node1" title="This header file is used to do configuration for yiffy." alt="" coords="158,5,310,32"/> | ||
<area shape="rect" id="node1" title="This header file is used to do configuration for yiffy." alt="" coords="255,5,407,32"/> | ||
<area shape="rect" id="node2" href="$dc/dc0/yiffy_8c.html" title="This is the main file and used to handle the arguments and execute the program by using external func..." alt="" coords="5,87,116,114"/> | ||
<area shape="rect" id="node3" href="$da/d93/conf__img__viewer__command_8c.html" title="This file is used to configures the image viewer command system, the image viewer command is used to ..." alt="" coords="140,80,328,121"/> | ||
<area shape="rect" id="node4" href="$de/dfc/conf__nsfw_8c.html" title="This file is used to configure the NSFW option." alt="" coords="353,87,505,114"/> | ||
<area shape="rect" id="node5" href="$d4/df4/conf__uname_8c.html" title="This file is used to configure the username option." alt="" coords="529,87,697,114"/> | ||
</map> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
c8415c042b2a551534932d04be94c7ab | ||
1fc4c49339a9f8768a59ab1c903f3df4 |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Oops, something went wrong.