Home
last modified time | relevance | path

Searched refs:length (Results 126 – 150 of 2103) sorted by relevance

12345678910>>...85

/plugin/actickets/
H A Dscript.js12 if (!actickets.tickets.length) return;
15 for (var n = 0; n < actickets.tickets.length; n++) {
26 for (var r = 0; r < actickets.requests.length; r++) {
34 actickets.requests[actickets.requests.length] = {
60 if (end > actickets.requests.length) {
61 end = actickets.requests.length;
78 for (var n = 0; n < result.length; n++) {
81 for (var t = 0; t < actickets.tickets.length; t++) {
107 if (actickets.requested < actickets.requests.length) {
/plugin/sequencediagram/bower_components/eve-raphael/
H A Deve.js34 for (var i = 0, ii = this.length; i < ii; i++) {
41 var i = this.length;
156 for (i = 0, ii = names.length; i < ii; i++) {
158 for (j = 0, jj = es.length; j < jj; j++) {
223 for (var i = 0, ii = names.length; i < ii; i++) {
334 if (names.length > 1) {
346 for (i = 0, ii = names.length; i < ii; i++) {
347 for (j = 0; j < cur.length; j += splice.length - 2) {
362 for (i = 0, ii = cur.length; i < ii; i++) {
371 !e.f.length && delete e.f;
[all …]
/plugin/amcharts/assets/amcharts/plugins/export/libs/xlsx/
H A Dxlsx.min.js2length;i<len;++i)o[i]=data.charCodeAt(i);return o}var debom_xml=function(data){return data};var _g…
3length,sector_list=new Array(sl);var chkd=new Array(sl),buf,buf_chain;var modulus=ssz-1,i,j,k,jj;f… argument
4length>0?ct.calcchains[0]:"";ct.sst=ct.strs.length>0?ct.strs[0]:"";ct.style=ct.styles.length>0?ct.… argument
8length===1)return z;var m=tag.match(attregexg2),y,j,w,i;if(m)for(i=0;i!=m.length;++i){y=m[i].match… argument
9length;++i){var d=defaults[i];if(opts[d[0]]===undefined)opts[d[0]]=d[1];if(d[2]==="n")opts[d[0]]=N…
/plugin/ckgdoku/ckeditor/plugins/tags/dialogs/
H A Dtags.js.unc18 for (var i = 0; i<matches.length; i++) {
54 ele[ele.length] = curHBox;
55 for (var i=0; i<existingTags.length; i++) {
56 curHBox.children[curHBox.children.length] =
64 if ( ((i % 5)==4) && ((i+1)<existingTags.length-1)) {
69 ele[ele.length] = curHBox;
72 ele[ele.length] =
81 var tmp = ele[ele.length-1];
85 ele[ele.length-1] =
117 for (var i = 0; i<existingTags.length; i++) {
/plugin/diagramsnet/lib/math/jax/output/HTML-CSS/autoload/
H A Dmtable.js19length===0){return r}var I=this.getValues("columnalign","rowalign","columnspacing","rowspacing","c…
/plugin/blogtng/
H A Dscript.js27 for(let i = 0; i < inputs.length; i++) {
88 if($name.length > 0) params.name = $name.val();
89 if($email.length > 0) params.mail = $email.val();
90 if($web.length > 0) params.web = $web.val();
91 if($text.length > 0) params.text = $text.val();
111 for (let i = 0; i < objs.length; i++) {
114 …tCarret('wiki__text','@#'+this.href.substring(this.href.lastIndexOf('#')+'#comment_'.length)+': ');
124 for (let i = 0; i < objs.length; i++) {
126 commentPopup(e, this.href.substring(this.href.lastIndexOf('#')+'#comment_'.length));
135 if(jQuery('#blogtng__admin').length === 0) return;
[all …]
/plugin/datatables/
H A Dscript.js32 if ($thead.length === 0) {
38 headerRows -= $thead.children().length;
47 jQuery('thead > tr', $target_table).length &&
48 !jQuery('tbody', $target_table).find('[rowspan], [colspan]').length
65 if (!$target_table.parents('.dt-wrapper').length) {
73 if ($wrap_tables.length) {
/plugin/openid/Auth/OpenID/
H A DCryptUtil.php72 * @param integer $length The length of the resulting
79 static function randomString($length, $population = null) argument
82 return Auth_OpenID_CryptUtil::getBytes($length);
95 for ($i = 0; $i < $length; $i++) {
114 $length = strlen($s1);
115 for ($i = 0; $i < $length; $i++) {
/plugin/wysiwyg/fckeditor/editor/dialog/common/
H A Dfck_dialog_common.js39 if ( attValue == null || attValue.length == 0 )
96 return ( this.substr( 0, value.length ) == value ) ;
99 String.prototype.Remove = function( start, length ) argument
106 if ( start + length < this.length )
107 s += this.substring( start + length , this.length ) ;
116 for ( var i = 0 ; i < searchArray.length ; i++ )
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Generic/Sniffs/Classes/
H A DOpeningBraceSameLineSniff.php118 $length = 0;
120 $length = '\t';
122 $length = strlen($tokens[($openingBrace - 1)]['content']);
125 if ($length !== 1) {
127 $data = array($length);
130 if ($length === 0 || $length === '\t') {
/plugin/elasticsearch/vendor/ezimuel/guzzlestreams/src/
H A DPumpStream.php112 public function read($length) argument
114 $data = $this->buffer->read($length);
117 $remaining = $length - $readLen;
147 private function pump($length) argument
151 $data = call_user_func($this->source, $length);
157 $length -= strlen($data);
158 } while ($length > 0);
/plugin/fckg/fckeditor/editor/dialog/fck_link/
H A Dfck_link.js295 if ( subject.length > 0 )
297 if ( body.length > 0 )
311 if ( subject.length > 0 )
314 if ( body.length > 0 )
410 bHasAnchors = ( aAnchors.length > 0 || aIds.length > 0 ) ;
462 if(elems.length > 1) {
476 if(parts.length) {
782 if ( sFrame.length == 0 )
861 if ( sUri.length == 0 )
875 if ( sUri.length == 0 )
[all …]
/plugin/divalign2/
H A Dscript.js10 toolbar[toolbar.length] = {"type":"format", "title":"Left", "key":"",
14 toolbar[toolbar.length] = {"type":"format", "title":"Center", "key":"",
18 toolbar[toolbar.length] = {"type":"format", "title":"Right", "key":"",
22 toolbar[toolbar.length] = {"type":"format", "title":"Justify", "key":"",
/plugin/sequencediagram/bower_components/lodash/vendor/json-js/
H A Djson2.js245 length,
311 length = value.length;
312 for (i = 0; i < length; i += 1) {
319 v = partial.length === 0
331 length = rep.length;
332 for (i = 0; i < length; i += 1) {
366 v = partial.length === 0
420 typeof replacer.length !== 'number')) {
/plugin/move/script/
H A Djson2.js235 length,
299 length = value.length;
300 for (i = 0; i < length; i += 1) {
307 v = partial.length === 0
319 length = rep.length;
320 for (i = 0; i < length; i += 1) {
346 v = partial.length === 0
391 typeof replacer.length !== 'number')) {
/plugin/fastwiki/
H A Dtemplates.js17 if (showLink.length > 0)
31 if (showBtn.length == 0) {
41 if (editBtn.length > 0)
48 if ($('#dokuwiki__pagetools').length > 0) {
49 var hasSidebar = $('.showSidebar.hasSidebar').length > 0;
72 if ($('.button', buttonBars).length > 0)
78 if (m_showRow.length == 0) {
97 else if ($('ul.nav.navbar-nav').length > 0) {
112 if (tocObj.length > 0)
119 else if ($('.stylehead .bar_top .bar_top_content').length >
[all...]
/plugin/pagestat/
H A Dscript.js26 for(;i<filt_sortlist.length;i++){
48 for(;i<filt_sortlist.length;i++){
625 var out_log="words = {0} , unique words ={1}".format(w_list.length,out_list.length);
645 if(tmp.length>=1){
1057 if(jq_wordlist.length==0){
1063 if(jq_wordlist.length>0) {
1384 …win.parse_logstr+="{0}({1},{2})->".format(tmplist.length,ptwin.pb_pre_wordss.length,pg_wordlist.le…
1483 var match_rate = (match_list.length/wordarray.length)*100;
1661 if(wordls_txt.length<10){
1665 if(wlsdiv.length<1){
[all …]
/plugin/zip/pear/File/Archive/Reader/
H A DRelay.php76 function getData($length = -1) { return $this->source->getData($length); } argument
80 function skip($length = -1) { return $this->source->skip($length); } argument
84 function rewind($length = -1) { return $this->source->rewind($length); } argument
/plugin/fedauth/Auth/OpenID/
H A DCryptUtil.php73 * @param integer $length The length of the resulting
80 static function randomString($length, $population = null) argument
83 return Auth_OpenID_CryptUtil::getBytes($length);
96 for ($i = 0; $i < $length; $i++) {
115 $length = strlen($s1);
116 for ($i = 0; $i < $length; $i++) {
/plugin/gtime/gtlib/tsp/
H A DGTHashAlgorithm.php60 private $length; variable in GTHashAlgorithm
68 * @param int $length message digest (hash value) length
70 private function __construct($name, $oid, $gtid, $length) { argument
75 $this->length = $length;
114 return $this->length;
/plugin/bugzillaint/
H A Dscript.js22 if ( request.links.length + request.trees.length + request.lists.length > 0 ) {
32 if ( requests.length > 0 ) fetchData( requests );
44 if ( data.lists && data.lists.length > 0 ) {
50 master.toggleClass('empty', bugs.length == 0 );
212 if (bug.depends_on_resolved && bug.depends_on_resolved.length < bug.depends_on.length) {
214 ….attr('extra_depends_on').split('{0}').join(bug.depends_on.length - bug.depends_on_resolved.length)
217 if (bug.blocks_resolved && bug.blocks_resolved.length < bug.blocks.length) {
218 if (e.text().length > 0) {
222 master.attr('extra_blocks').split('{0}').join(bug.blocks.length - bug.blocks_resolved.length)
227 if ( e && e.text().length > 0 ) {
[all …]
/plugin/geophp/vendor/funiq/geophp/src/Geometry/
H A DLineString.php74 public function getCentroidAndLength(&$length = 0.0) argument
89 $length = 0.0;
99 $length += $segmentLength;
105 if ($length === 0.0) {
108 return new Point($x / $length, $y / $length);
112 * Returns the length of this Curve in its associated spatial reference.
113 * Eg. if Geometry is in geographical coordinate system it returns the length in degrees
116 public function length() function in geoPHP\\Geometry\\LineString
121 return $this->getGeos()->length();
[all...]
/plugin/wysiwyg/fckeditor/editor/_source/internals/
H A Dfckdomtools.js71 if ( sTrimmed.length == 0 )
76 else if ( sTrimmed.length < iOriginalLength )
97 if ( sTrimmed.length == 0 )
105 else if ( sTrimmed.length < iOriginalLength )
111 eChildNode.splitText( sTrimmed.length ) ;
335 for ( var i = 0 ; i < p1.length ; i++ )
348 while ( tagList.length > 0 )
391 if ( doc.body.childNodes.length == 1
410 || ( paddingNode.childNodes.length > 1 )
456 if ( element.className.length > 0 )
[all …]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/HangoutsChat/
H A DAnnotation.php25 public $length; variable in Google\\Service\\HangoutsChat\\Annotation
42 public function setLength($length) argument
44 $this->length = $length;
51 return $this->length;
/plugin/diagramsnet/lib/plugins/webcola/
H A DmxWebColaAdaptor.js265 return link.length;
291 var size = layout._nodes.length;
482 if (group.leaves.length > 0)
486 if (group.groups.length > 0)
659 while (cellsToExplore.length > 0)
716 while (cellsToExplore.length > 0)
755 while (cellsToExplore.length > 0)
793 while (toBeExamined.length > 0)
850 if (childrenA == null || childrenA.length == 0 || childrenB == null || childrenB.length == 0)
874 for (var i = 0; i < links.length; i++)
[all …]

12345678910>>...85