| /plugin/eventline/timeline_ajax/ |
| D | simile-ajax-bundle.js | 32 },attr:function(name,value,type){var options=name; argument 38 },css:function(key,value){if((key=="width"||key=="height")&&parseFloat(value)<0){value=undefined; argument 89 },val:function(value){if(value==undefined){if(this.length){var elem=this[0]; argument 110 },html:function(value){return value==undefined?(this[0]?this[0].innerHTML:null):this.empty().append… argument 111 },replaceWith:function(value){return this.after(value).remove(); argument 117 },data:function(key,value){var parts=key.split("."); argument 166 },globalEval:function(data){data=jQuery.trim(data); argument 174 },cache:{},data:function(elem,name,data){elem=elem==window?windowData:elem; argument 198 },prop:function(elem,value,type,i,name){if(jQuery.isFunction(value)){value=value.call(elem,i); argument 281 },attr:function(elem,name,value){if(!elem||elem.nodeType==3||elem.nodeType==8){return undefined; argument [all …]
|
| /plugin/combo/syntax/ |
| H A D | frontmatter.php | 208 function render($format, Doku_Renderer $renderer, $data): bool 342 private function updateImageStatistics($value, $renderer)
|
| /plugin/saml/phpsaml/extlib/xmlseclibs/ |
| D | xmlseclibs.php | 302 private function encryptMcrypt($data) { 318 private function decryptMcrypt($data) { 337 private function encryptOpenSSL($data) { 350 private function decryptOpenSSL($data) { 363 private function signOpenSSL($data) { 374 private function verifyOpenSSL($data, $signature) { 382 public function encryptData($data) { 391 public function decryptData($data) { 400 public function signData($data) { 409 public function verifySignature($data, $signature) { [all …]
|
| /plugin/adfs/phpsaml/extlib/xmlseclibs/ |
| D | xmlseclibs.php | 302 private function encryptMcrypt($data) { 318 private function decryptMcrypt($data) { 337 private function encryptOpenSSL($data) { 350 private function decryptOpenSSL($data) { 363 private function signOpenSSL($data) { 374 private function verifyOpenSSL($data, $signature) { 382 public function encryptData($data) { 391 public function decryptData($data) { 400 public function signData($data) { 409 public function verifySignature($data, $signature) { [all …]
|
| /plugin/asciidocjs/node_modules/async/dist/ |
| D | async.min.js | 1 …rict';function t(e,...t){return(...n)=>e(...t,...n)}function n(e){return function(...t){var n=t.po… function in B
|
| /plugin/emoji/script/ |
| D | jquery.textcomplete.js | 289 select: function (value, strategy, e) { argument 351 _zip: function (data, strategy, term) { argument 352 return $.map(data, function (value) { argument 474 data: [], // Shown zipped data. property 542 this.data = []; property 893 func.call(this, term, function (data) { argument 1092 select: function (value, strategy, e) { argument 1166 select: function (value, strategy, e) { argument 1221 select: function (value, strategy, e) { argument
|
| /plugin/ckgedit/ |
| D | script.js | 189 value: value, property 320 function (data) { argument 339 function (data) { argument 358 function (data) { argument
|
| /plugin/diagramsnet/lib/WEB-INF/lib/ |
| D | commons-codec-1.10.jar | META-INF/
META-INF/MANIFEST.MF
org/
org/apache/
org/ ... |
| /plugin/jdraw/src/com/mxgraph/examples/swing/editor/ |
| D | JTableRenderer.java | 295 Object[][] data; field in JTableRenderer.MyTable 492 Object value = getValueAt(0, c); in createModel() local 509 public void setValueAt(Object value, int row, int col) in createModel()
|
| /plugin/diagramsnet/lib/js/diagramly/ |
| D | OneDriveClient.js | 566 OneDriveClient.prototype.removeExtraHtmlContent = function(data) argument 610 this.ui.editor.loadUrl(meta['@microsoft.graph.downloadUrl'], mxUtils.bind(this, function(data) argument 795 OneDriveClient.prototype.insertLibrary = function(filename, data, success, error, folderId) argument 806 OneDriveClient.prototype.insertFile = function(filename, data, success, error, asLibrary, folderId) argument 926 var fn = mxUtils.bind(this, function(data) argument 950 this.ui.getEmbeddedPng(mxUtils.bind(this, function(data) argument 967 OneDriveClient.prototype.writeLargeFile = function(url, data, success, error, etag) argument 1145 OneDriveClient.prototype.writeFile = function(url, data, method, contentType, success, error, etag) argument 1310 value: [item] property 1346 value: [item] property [all …]
|
| D | EditorUi.js | 200 EditorUi.logEvent = function(data) argument 226 EditorUi.sendReport = function(data, maxLength) argument 566 EditorUi.prototype.setLocalData = function(key, data, fn) argument 585 EditorUi.prototype.setMathEnabled = function(value) argument 595 EditorUi.prototype.isMathEnabled = function(value) argument 745 EditorUi.prototype.isCompatibleString = function(data) argument 765 EditorUi.prototype.isVisioData = function(data) argument 778 EditorUi.prototype.isRemoteVisioData = function(data) argument 789 EditorUi.prototype.isPngData = function(data) argument 916 EditorUi.prototype.extractGraphModelFromHtml = function(data) argument [all …]
|
| /plugin/authgoogle/google/contrib/ |
| D | Google_PagespeedonlineService.php | 265 public $value; variable in Google_ResultFormattedResultsRuleResultsElementUrlBlocksHeaderArgs 272 public function setValue( $value) { 324 public $value; variable in Google_ResultFormattedResultsRuleResultsElementUrlBlocksUrlsDetailsArgs 331 public function setValue( $value) { 361 public $value; variable in Google_ResultFormattedResultsRuleResultsElementUrlBlocksUrlsResultArgs 368 public function setValue( $value) { 471 public $data; variable in Google_ResultScreenshot 475 public function setData( $data) {
|
| /plugin/mantis/lib/ |
| D | class.soap_parser.php | 411 function character_data($parser, $data){ 480 function decodeSimple($value, $type, $typens) {
|
| /plugin/datatables/assets/datatables.net-i18n/ |
| D | ko.json | 50 "data": "데이터", string 58 "value": "값" string
|
| D | hi.json | 44 "data": "जानकारी", string 47 "value": "कीमत" string
|
| /plugin/sqlite/ |
| H A D | SQLiteDB.php | 246 public function saveRecord($table, $data, $replace = true) 343 public function setOpt($opt, $value)
|
| /plugin/asciidocjs/node_modules/unxhr/lib/ |
| D | XMLHttpRequest.js | 204 this.setRequestHeader = function (header, value) { argument 279 this.send = function (data) { argument 318 fs.readFile(url, 'utf8', function (error, data) { argument
|
| /plugin/batchedit/ |
| D | interface.js | 41 function updateConfig(id, value) { argument 288 function updateProgress(data) { argument 298 function onProgressUpdate(data) { argument
|
| /plugin/asciidocjs/node_modules/handlebars/dist/cjs/handlebars/compiler/ |
| D | compiler.js | 405 var value = val.value != null ? val.value : val.original || ''; variable in Compiler 527 ret._child = function (i, data, blockParams, depths) { argument 558 data: false, property
|
| /plugin/combo/ComboStrap/ |
| H A D | PluginUtility.php | 696 static function addStyleProperty($property, $value, array &$attributes) 799 static function addAttributeValue($attribute, $value, array &$attributes) 828 static function renderUnmatched($data): string 856 static function renderUnmatchedXml($data)
|
| /plugin/adhoctags/syntax/ |
| D | abstract.php | 45 function allowAttribute(&$name, &$value) { 205 function renderODTElementOpen($renderer, $HTMLelement, $data) {
|
| /plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/Handler/Slack/ |
| D | SlackRecord.php | 327 private function generateAttachmentField(string $title, $value): array 347 private function generateAttachmentFields(array $data): array
|
| /plugin/asciidocjs/node_modules/ejs/ |
| D | ejs.js | 457 data = args.shift(); property 489 data = utils.createNullProtoObjWherePossible(); property 712 value: basename, property 1067 Object.defineProperty(exports.escapeXML, 'toString', { value: escapeXMLToString }); property
|
| /plugin/openid/Auth/ |
| D | OpenID.php | 315 static function httpBuildQuery($data) 465 static function intval($value)
|
| /plugin/fedauth/Auth/ |
| D | OpenID.php | 299 static function httpBuildQuery($data) 447 static function intval($value)
|