代码搜索:docs
找到约 5,488 项符合「docs」的源代码
代码结果 5,488
www.eeworm.com/read/217341/4873194
c pad.c
/*** block a from ../../../docs/manual/basics-pads.xml ***/
#include
static void
cb_new_pad (GstElement *element,
GstPad *pad,
gpointer data)
{
gchar *name;
name =
www.eeworm.com/read/217341/4873198
c bin.c
/*** block a from ../../../docs/manual/basics-bins.xml ***/
#include
int
main (int argc,
char *argv[])
{
GstElement *bin, *pipeline, *source, *sink;
/* init */
gst_init (
www.eeworm.com/read/217341/4873199
c elementmake.c
/*** block from ../../../docs/manual/basics-elements.xml ***/
#include
int
main (int argc,
char *argv[])
{
GstElement *element;
/* init GStreamer */
gst_init (&argc, &arg
www.eeworm.com/read/196142/5103793
js editor_plugin.js
function TinyMCE_noneditable_getInfo(){return{longname:'Non editable elements',author:'Moxiecode Systems',authorurl:'http://tinymce.moxiecode.com',infourl:'http://tinymce.moxiecode.com/tinymce/docs/pl
www.eeworm.com/read/196142/5103827
js editor_plugin.js
function TinyMCE_inlinepopups_getInfo(){return{longname:'Inline Popups',author:'Moxiecode Systems',authorurl:'http://tinymce.moxiecode.com',infourl:'http://tinymce.moxiecode.com/tinymce/docs/plugin_in
www.eeworm.com/read/312645/3650524
makefile
# Note! You need to have gtk-doc, docbook, jade, tex, and various other
# things set up and playing nicely before you will be able to rebuild
# this documentation. If you just want to read the docs,
www.eeworm.com/read/312645/3653867
sh prepare-manpages.sh
#! /bin/sh
echo 'dude, assuming you are running this script from the packages/net/ipsec/libipsec//docs/ directory'
MANPAGE_LIST=`find manpages -type f -name '*.?'`
echo "MANPAGE_LIST
www.eeworm.com/read/280962/4121075
py maxdb.py
# maxdb.py
#
# This module is part of SQLAlchemy and is released under
# the MIT License: http://www.opensource.org/licenses/mit-license.php
"""Support for the MaxDB database.
TODO: More module docs
www.eeworm.com/read/436905/1842382
translate-manpages
#!/bin/sh
if [ -z ${1} ] ; then
echo "You have to specify a language to translate into (i.e. de)."
exit 0
fi
if [ ! -e docs/man/manpages-${1}.po ] ; then
echo "The specified translation catalo