Home
last modified time | relevance | path

Searched refs:length (Results 1576 – 1600 of 2103) sorted by relevance

1...<<61626364656667686970>>...85

/plugin/diagramsnet/lib/js/diagramly/
H A DDriveClient.js291 resp.error.data != null && resp.error.data.length > 0 &&
425 var reason = (data != null && data.length > 0) ? data[0].reason : null;
963 for (var i = 0; i < props.length; i++)
1126 if (xml != null && xml.length > 0)
1143 if (node == null || node.getElementsByTagName('parsererror').length > 0)
1163 if (xml != null && xml.length > 0)
1498 this.ui.hashValue(resp.etag) + ((temp.length > 0) ? '-errors-' + temp : ''),
1910 if (thumb.length > this.maxThumbnailSize)
2537 for (var i = 0; i < mutations.length; i++)
2539 for (var j = 0; j < mutations[i].addedNodes.length; j++)
/plugin/pdfjs/pdfjs/build/
H A Dpdf.worker.js.map1length.js","webpack://pdfjs-dist/build/pdf.worker/node_modules/core-js/modules/_to-integer.js","we…
/plugin/codemirror/dist/modes/
H A Dforth.min.js1 … ENDCASE");a.defineMode("forth",function(){function a(a,b){var c;for(c=a.length-1;c>=0;c--){if(a[c…
H A Deiffel.min.js.map1length","keywords","operators","chain","newtok","stream","state","tokenize","push","tokenBase","ea…
/plugin/fckg/fckeditor/editor/plugins/fonts/
H A Dfckplugin.js125 for (var i = 0; i < input.length; i++) {
/plugin/workflow/
H A Dscript.js107 if (links.length > 0)
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/RSA/Formats/Keys/
H A DXML.php80 if (!$temp->length) {
/plugin/combo/resources/snippet/js/
H A Dcombo-search-box.js132 if (searchTerm.length < 3) {
/plugin/struct/script/
H A DEntryEditor.js41 if (both.length === 2) {
/plugin/sphinxsearch-was/
H A Dfunctions.php53 $length = strlen($value);
54 for ($i = 0; $i < $length; $i++) {
/plugin/jdraw/src/com/mxgraph/examples/swing/
H A DUserObject.java.bak79 if (lastName != null && lastName.length() > 0)
118 pos + 1, label.length()).trim() : "";
/plugin/ckgdoku/ckeditor/plugins/link/
H A Dplugin.js1length;if(CKEDITOR.plugins.link.synAnchorSelector){var g=j?"cke_anchor_empty":"cke_anchor";var f=h…
/plugin/spellcheck/
H A Dscript.js271 if(args.length == 1){
274 for(var i=1; i<args.length; i++){
/plugin/sphinxsearch/
H A Dfunctions.php54 $length = strlen($value);
55 for ($i=0; $i < $length; $i++)
/plugin/ckgedit/ckeditor/plugins/link/
H A Dplugin.js1length;if(CKEDITOR.plugins.link.synAnchorSelector){var g=j?"cke_anchor_empty":"cke_anchor";var f=h…
/plugin/diagramsnet/lib/js/diagramly/sidebar/
H A DSidebar-Veeam2.js92 for (var i = 0; i < fns.length; i++)
198 for (var i = 0; i < fns.length; i++)
263 for (var i = 0; i < fns.length; i++)
378 for (var i = 0; i < fns.length; i++)
514 for (var i = 0; i < fns.length; i++)
616 for (var i = 0; i < fns.length; i++)
673 for (var i = 0; i < fns.length; i++)
775 for (var i = 0; i < fns.length; i++)
932 for (var i = 0; i < fns.length; i++)
/plugin/publistx/bib2tpl/lib/
H A DBibTex.php495 $length = strlen($entry);
497 for ($i = $length-1; $i >= $position; $i--) {
524 for ($i = $length; $i >= $position; $i--) {
614 $length = strlen($entry);
/plugin/publistf/bib2tpl/lib/
H A DBibTex.php495 $length = strlen($entry);
497 for ($i = $length-1; $i >= $position; $i--) {
524 for ($i = $length; $i >= $position; $i--) {
614 $length = strlen($entry);
/plugin/publist/bib2tpl/lib/
H A DBibTex.php495 $length = strlen($entry);
497 for ($i = $length-1; $i >= $position; $i--) {
524 for ($i = $length; $i >= $position; $i--) {
614 $length = strlen($entry);
/plugin/davcal/
H A Dscript.js391 for(var i=0; i<dw_davcal__modals.settings['calids'].length; i++)
635 for(var i=0; i<dw_davcal__modals.settings['calids'].length; i++)
645 if(edit || (dw_davcal__modals.settings['calids'].length < 1))
661 for(var i=0; i<calEvent.attachments.length; i++)
/plugin/dirtylittlehelper/mermaid/editor/docs/
H A D5.5.js.map1length > 0 && t[t.length - 1]) && (op[0] === 6 || op[0] === 2)) { _ = 0; continue; }\n …
/plugin/codemirror/dist/keymaps/
H A Demacs.min.js.map1length","shift","growRingTop","getFromRing","n","Math","min","popFromRing","pop","lastKill","kill"…
/plugin/yuriigantt/3rd/dhtmlxgantt/ext/
H A Ddhtmlxgantt_drag_timeline.js.map1length","getSecondsInUnit","unit","forEach","workArray","slice","arrayMap","map","resArray","push"…
/plugin/qrcode2/
H A Dphpqrcode.php2195 case QR_MODE_NUM: $length = $this->eatNum(); break;
2196 case QR_MODE_AN: $length = $this->eatAn(); break;
2199 $length = $this->eatKanji();
2200 else $length = $this->eat8();
2202 default: $length = $this->eat8(); break;
2206 if($length == 0) return 0;
2207 if($length < 0) return -1;
2209 $this->dataStr = substr($this->dataStr, $length);
2661 public function calcN1N3($length) argument
2665 for($i=0; $i<$length; $i++) {
[all …]
/plugin/ckgdoku/ckeditor/plugins/smiley/dialogs/
H A Dsmiley.js.unc118 for(i=0; i< dwimages.length; i++) {
147 var size = dwimages.length;
180 var size = images.length;

1...<<61626364656667686970>>...85