Home
last modified time | relevance | path

Searched defs:str (Results 326 – 350 of 411) sorted by relevance

1...<<11121314151617

/plugin/xlsx2dw/packages/xlsx/
Dxlsx.mjs695 function hashq(str/*:string*/)/*:string*/ { argument
1334 function dateNF_fix(str/*:string*/, dateNF/*:string*/, match/*:Array<string>*/)/*:string*/ { argument
1466 function crc32_str(str/*:string*/, seed/*:number*/)/*:number*/ { argument
3389 function parseDate(str/*:string|Date*/, fixdate/*:?number*/)/*:Date*/ { argument
3499 return function split_regex(str/*:string*/, re, def/*:string*/)/*:Array<string>*/ { argument
3695 return function xlml_fixstr(str/*:string*/)/*:string*/ { return str.replace(entregex,entrepl); }; argument
3697 function xlml_unfixstr(str/*:string*/)/*:string*/ { return str.replace(/(\r\n|[\r\n])/g,"\&#10;"); } argument
3789 return function htmldecode(str/*:string*/)/*:string*/ { argument
4510 function write_RichStr(str/*:XLString*/, o/*:?Block*/)/*:Block*/ { argument
4519 function write_BrtCommentText(str/*:XLString*/, o/*:?Block*/)/*:Block*/ { argument
[all …]
/plugin/metaeditor/
Djstree.js6046 escape : function (str) { argument
6049 strip : function (str) { argument
6512 this.search = function (str, skip_async, show_only_matches, inside, append) { argument
6598 …this.trigger('search', { nodes : this._data.search.dom, str : str, res : this._data.search.res, sh… property
6620 …this.trigger('clear_search', { 'nodes' : this._data.search.dom, str : this._data.search.str, res :… property
/plugin/asciidocjs/node_modules/@asciidoctor/core/dist/node/
Dasciidoctor.js737 $defs(self, '$parse', function $$parse(str) { argument
865 $defs(self, '$unpack_hex_range', function $$unpack_hex_range(str) { argument
1553 $def(self, '$uriish?', function $Helpers_uriish$ques$13(str) { argument
1565 $def(self, '$uriish?', function $Helpers_uriish$ques$14(str) { argument
1577 $def(self, '$encode_uri_component', function $$encode_uri_component(str) { argument
1586 $def(self, '$encode_spaces_in_uri', function $$encode_spaces_in_uri(str) { argument
3869 $def(self, '$parse_quoted_text_attributes', function $$parse_quoted_text_attributes(str) { argument
3927 return $def(self, '$split_simple_csv', function $$split_simple_csv(str) { argument
4460 return $def(self, '$is_uri?', function $AbstractNode_is_uri$ques$15(str) { argument
6991 $def(self, '$limit_bytesize', function $$limit_bytesize(str, max) { argument
[all …]
/plugin/authssocas/vendor/apereo/phpcas/source/CAS/
H A DClient.php77 private function _htmlFilterOutput($str)
/plugin/dw2pdf/vendor/mpdf/mpdf/src/
H A DMpdf.php10678 function UTF8StringToArray($str, $addSubset = true)
10707 function UTF8toSubset($str)
11405 function SetBasePath($str = '')
19013 function SetStyles($str)
19037 function DisableTags($str = '')
/plugin/diagramsnet/lib/js/diagramly/
DMenus.js128 }, function(str, callback, error, username) argument
3749 }, function(str, callback, error, username) argument
/plugin/asciidocjs/node_modules/@asciidoctor/core/dist/browser/
Dasciidoctor.js2613 Opal.escape_regexp = function(str) { argument
2788 Opal.set_encoding = function(str, name, type) { argument
2811 Opal.enc = function(str, name) { argument
2819 Opal.binary = function(str) { argument
2942 Opal.large_array_unpack = function(str) { argument
5623 $def(self, '$String', function $$String(str) { argument
5944 $def(self, '$exception', function $$exception(str) { argument
21396 $defs(self, '$from_string', function $$from_string(str) { argument
21942 str = str.slice(1); property
25354 $defs(self, '$parse', function $$parse(str) { argument
[all …]
/plugin/asciidocjs/node_modules/@asciidoctor/core/dist/graalvm/
Dasciidoctor.js2610 Opal.escape_regexp = function(str) { argument
2785 Opal.set_encoding = function(str, name, type) { argument
2808 Opal.enc = function(str, name) { argument
2816 Opal.binary = function(str) { argument
2939 Opal.large_array_unpack = function(str) { argument
5620 $def(self, '$String', function $$String(str) { argument
5941 $def(self, '$exception', function $$exception(str) { argument
21393 $defs(self, '$from_string', function $$from_string(str) { argument
21939 str = str.slice(1); property
25102 $defs(self, '$parse', function $$parse(str) { argument
[all …]
/plugin/gallery/simple-lightbox/
Dsimple-lightbox.js282 var str = tagName; variable
/plugin/dokutexit/
Dlatex.php1706 function biggest_word_size($str) {
/plugin/yuriigantt/3rd/dhtmlxgantt/sources/ext/
Ddhtmlxgantt_tooltip.js724 function _trimString(str){ argument
Ddhtmlxgantt_keyboard_navigation.js1929 function _trimString(str){ argument
/plugin/a2s/
DASCIIToSVG.php2751 private static function svgEntities($str) {
/plugin/sequencediagram/bower_components/lodash/vendor/underscore/test/
Dcollections.js206 var list = _.reduceRight(['foo', 'bar', 'baz'], function(memo, str){ return memo + str; }, ''); argument
209 list = _.reduceRight(['foo', 'bar', 'baz'], function(memo, str){ return memo + str; }); argument
/plugin/jplayer/vendor/happyworm/jplayer/lib/aurora/
Dogg.js2 …ar key in Module){if(Module.hasOwnProperty(key)){moduleOverrides[key]=Module[key]}}var ENVIRONMENT…
15 …_i8":cttz_i8,"ctlz_i8":ctlz_i8,"NaN":NaN,"Infinity":Infinity},buffer);var _strlen=Module["_strlen"… argument
/plugin/diagramsnet/lib/WEB-INF/lib/
Dcommons-io-2.4.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/ ...
/plugin/asciidocjs/node_modules/@asciidoctor/opal-runtime/src/
Dopal.js2610 Opal.escape_regexp = function(str) { argument
2785 Opal.set_encoding = function(str, name, type) { argument
2808 Opal.enc = function(str, name) { argument
2816 Opal.binary = function(str) { argument
2939 Opal.large_array_unpack = function(str) { argument
5620 $def(self, '$String', function $$String(str) { argument
5941 $def(self, '$exception', function $$exception(str) { argument
21393 $defs(self, '$from_string', function $$from_string(str) { argument
21939 str = str.slice(1); property
Dindex.mjs2601 Opal.escape_regexp = function(str) { argument
2776 Opal.set_encoding = function(str, name, type) { argument
2799 Opal.enc = function(str, name) { argument
2807 Opal.binary = function(str) { argument
2929 Opal.large_array_unpack = function(str) { argument
5434 $def(self, '$String', function $$String(str) { argument
5738 $def(self, '$exception', function $$exception(str) { argument
20142 $defs(self, '$from_string', function $$from_string(str) { argument
/plugin/jdraw/lib/
Dapache-mime4j-0.6.jarMETA-INF/MANIFEST.MF META-INF/HAMMURAP.SF META-INF/HAMMURAP ...
/plugin/jcapture/lib/
Dapache-mime4j-0.6.jarMETA-INF/MANIFEST.MF META-INF/HAMMURAP.SF META-INF/HAMMURAP ...
/plugin/amcharts/assets/amcharts/plugins/export/libs/pdfmake/
Dpdfmake.js1595 function base64clean (str) { argument
1607 function stringtrim (str) { argument
1697 function asciiToBytes (str) { argument
1706 function utf16leToBytes (str, units) { argument
1722 function base64ToBytes (str) { argument
20139 pad = function(str, length) { argument
21663 str = s.strstart - s.insert; property
26835 function stylizeWithColor(str, styleType) { argument
26847 function stylizeNoColor(str, styleType) { argument
/plugin/jplayer/vendor/happyworm/jplayer/lib/
Dpopcorn.js380 Popcorn.byId = function( str ) { argument
/plugin/ditaa/ditaa/
HDditaa.jarMETA-INF/ META-INF/MANIFEST.MF net/ net/htmlparser/ net/ ...
/plugin/c3chart/assets/
Djs-yaml.min.js2 …return i-t>l&&(t=i-l+(o=" ... ").length),n-i>l&&(n=i+l-(a=" ...").length),{str:o+e.slice(t,n).repl… property
/plugin/achart/assets/
Djs-yaml.min.js2 …return i-t>l&&(t=i-l+(o=" ... ").length),n-i>l&&(n=i+l-(a=" ...").length),{str:o+e.slice(t,n).repl… property

1...<<11121314151617