Home
last modified time | relevance | path

Searched defs:comment (Results 26 – 50 of 174) sorted by relevance

1234567

/plugin/blogtng/helper/
Dcomments.php98 public function save($comment) {
231 public function send_subscriber_mails($comment){
/plugin/jplayer/vendor/james-heinrich/getid3/getid3/
Dmodule.tag.id3v1.php396 …public static function GenerateID3v1Tag($title, $artist, $album, $year, $genreid, $comment, $track…
/plugin/webdav/vendor/sabre/dav/lib/DAV/Xml/Element/
DSharee.php71 public $comment; variable in Sabre\\DAV\\Xml\\Element\\Sharee
/plugin/findologicxmlexport/vendor/jms/serializer/tests/Fixtures/DoctrinePHPCR/
DBlogPost.php83 public function addComment(Comment $comment)
/plugin/jukebox/id3/
Dmodule.tag.id3v1.php321 function GenerateID3v1Tag($title, $artist, $album, $year, $genreid, $comment, $track='') {
/plugin/dokuprism/prism/
Dprism.js4 Prism.languages.markup={comment:{pattern:/<!--(?:(?!<!--)[\s\S])*?-->/,greedy:!0},prolog:{pattern:/… property
5 …S])|[^"\\\r\n])*"|'(?:\\(?:\r\n|[\s\S])|[^'\\\r\n])*')/;s.languages.css={comment:/\/\*[\s\S]*?\*\/… property
6 Prism.languages.clike={comment:[{pattern:/(^|[^\\])\/\*[\s\S]*?(?:\*\/|$)/,lookbehind:!0,greedy:!0}… property
8 Prism.languages.abap={comment:/^\*.*/m,string:/(`|')(?:\\.|(?!\1)[^\\\r\n])*\1/,"string-template":{… property
9 …|DIGIT|DQUOTE|HEXDIG|HTAB|LF|LWSP|OCTET|SP|VCHAR|WSP)";n.languages.abnf={comment:/;.*/,string:{pat… property
11 Prism.languages.ada={comment:/--.*/,string:/"(?:""|[^"\r\f\n])*"/,number:[{pattern:/\b\d(?:_?\d)*#[… property
12 Prism.languages.antlr4={comment:/\/\/.*|\/\*[\s\S]*?(?:\*\/|$)/,string:{pattern:/'(?:\\.|[^\\'\r\n]… property
13 Prism.languages.apacheconf={comment:/#.*/,"directive-inline":{pattern:/(^[\t ]*)\b(?:AcceptFilter|A… property
14 Prism.languages.apl={comment:/(?:⍝|#[! ]).*$/m,string:{pattern:/'(?:[^'\r\n]|'')*'/,greedy:!0},numb… property
15 Prism.languages.applescript={comment:[/\(\*(?:\(\*(?:[^*]|\*(?!\)))*\*\)|(?!\(\*)[\s\S])*?\*\)/,/--… property
[all …]
/plugin/authucenter/lib/uc_client/model/
Dfriend.php26 function add($uid, $friendid, $comment='') {
/plugin/findologicxmlexport/vendor/jms/serializer/tests/Fixtures/Doctrine/
DBlogPost.php96 public function addComment(Comment $comment)
/plugin/diagramsnet/lib/plugins/
DcConf-comments.js229 pComment.children = {comment: {results: []}}; property
246 ui.addComment = function(comment, success, error) argument
/plugin/virtualkeyboard/vk/extensions/tests/
DjsUnitCore.js119 function _assert(comment, booleanValue, failureMessage) { argument
388 function JsUnitException(comment, message) { argument
/plugin/findologicxmlexport/vendor/phpdocumentor/reflection-docblock/src/DocBlock/
DSerializer.php140 private function addTagBlock(DocBlock $docblock, $wrapLength, $indent, $comment)
/plugin/findologicxmlexport/vendor/jms/serializer/tests/Fixtures/
DBlogPost.php132 public function addComment(Comment $comment)
/plugin/asciidocjs/node_modules/with/node_modules/acorn/src/
Doptions.js108 let comment = { variable
/plugin/asciidocjs/node_modules/acorn/src/
Doptions.js115 let comment = { variable
/plugin/asciidocjs/node_modules/handlebars/lib/handlebars/compiler/
Dprinter.js120 PrintVisitor.prototype.CommentStatement = function(comment) { argument
/plugin/zip/pear/MIME/
DType.php296 function addParameter($name, $value, $comment = false)
/plugin/asciidocjs/node_modules/handlebars/dist/cjs/handlebars/compiler/
Dprinter.js127 PrintVisitor.prototype.CommentStatement = function (comment) { argument
/plugin/codemirror/dist/modes/
Dwast.min.js1 …r"),require("../../addon/mode/simple"));else if(typeof define=="function"&&define.amd)define(["../…
/plugin/asciidocjs/node_modules/handlebars/dist/amd/handlebars/compiler/
Dprinter.js126 PrintVisitor.prototype.CommentStatement = function (comment) { argument
/plugin/asciidocjs/node_modules/pug-code-gen/
Dindex.js619 visitComment: function(comment){ argument
643 visitBlockComment: function(comment){ argument
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Dfareporting/
DPlacementGroup.php50 public $comment; variable in Google\\Service\\Dfareporting\\PlacementGroup
211 public function setComment($comment)
DCampaign.php56 public $comment; variable in Google\\Service\\Dfareporting\\Campaign
259 public function setComment($comment)
/plugin/discussion/
H A Daction.php522 protected function add($comment, $parent)
1343 protected function notify($comment, &$subscribers)
/plugin/issuetracker/
Daction.php2757 function _emailForMod($project,$issue,$comment,$reason)
2933 function replace_bodyhtml($bodyhtml, $pstring, $project, $issue, $comment) {
/plugin/authgooglesheets/vendor/google/apiclient-services/src/DriveActivity/
DActionDetail.php48 public function setComment(Comment $comment)

1234567