Home
last modified time | relevance | path

Searched refs:int (Results 726 – 743 of 743) sorted by last modified time

1...<<21222324252627282930

/plugin/owncloud/exe/
H A Ddetail.php18 $fileID = $INPUT->int('fileid');
H A Dfetch.php23 $fileID = $INPUT->int('fileid');
50 $width = $INPUT->int('w');
51 $height = $INPUT->int('h');
/plugin/geonav/db/
H A Dtest.sqlite7int UNIQUE PRIMARY KEY, state char(32) NOT NULL, state_abbr char(8) DEFAULT NULL, is_state int NOT…
/plugin/aceeditor/
H A Dbuild.js1int(?:8|16|32|64)|sparse",i=this.createKeywordMapper({"storage.type":r,"support.function":n,keywor…
/plugin/jquery-syntax/jquery-syntax/
H A Djquery.syntax.brush.go.js5 …if","range","type","continue","for","import","return","var"];var types=[/u?int\d*/g,/float\d+/g,/c…
H A Djquery.syntax.brush.ocaml.js5 …,"trait","virtual","volatile","val"];var types=["bool","byte","sbyte",/\bu?int\d*\b/g,"nativeint",…
/plugin/jdraw/src/com/mxgraph/examples/swing/editor/
H A DEditorMenuBar.java.bak491 // for (int i = 0; i < lafs.length; i++)
H A DBasicGraphEditor.java.bak291 status("Repaint: x=" + (int) (dirty.getX()) + " y="
292 + (int) (dirty.getY()) + " w="
293 + (int) (dirty.getWidth()) + " h="
294 + (int) (dirty.getHeight()) + buffer);
321 int w = scrollPane.getWidth()
346 + (int) (100 * graphComponent.getGraph().getView().getScale())
688 int x = frame.getX() + (frame.getWidth() - about.getWidth()) / 2;
689 int y = frame.getY() + (frame.getHeight() - about.getHeight()) / 2;
981 int idx = tok.indexOf("=");
H A DEditorActions.java.bak284 protected int zoomPolicy;
289 public ZoomPolicyAction(int zoomPolicy) {
315 protected int style;
320 public GridStyleAction(int style) {
475 void onProgress(int progress);
503 final int offset,
504 final int scale,
553 private int inc(int incVal) {
585 public int read(byte[] b, int off, int len) throws IOException {
795 for (int i = 0; i < cells.length; i++) {
[all …]
/plugin/shorturl/
H A Dhelper.php96 $int = hexdec('0x'.$subHex);
100 $val = 0x0000001F & $int;
102 $int = $int >> 5;
/plugin/jsonrpc/
H A DIJR_IntrospectionServer.php66 case 'int':
115 case 'int':
/plugin/jdraw/src/com/mxgraph/examples/swing/
H A DGraphEditor.java.bak522 for (int i = 0; i < state.getAbsolutePointCount(); i++)
H A DUserObject.java.bak113 int pos = label.indexOf(' ');
H A DCustomCanvas.java.bak122 (int) state.getX() + translate.x, (int) state.getY()
123 + translate.y, (int) state.getWidth(), (int) state
/plugin/jmol2/jmol/
H A DCHANGES.txt1001 # new feature: load OCCUPANCY ... int [0 to 255]
1111 # public float[][][] functionXYZ(String functionName, int nx, int ny, int nz);
1355 # int quality,
1356 # int width,
1357 # int height,
3187 # * 4 bytes: (int) vertexCount
3188 # * 4 bytes: (int) polygonCount
3194 # * 4 bytes: (int)nVertices (1,2,3, or 4)
3195 # * [4 bytes * nVertices] int[nVertices]
5485 # int + float:
[all …]
/plugin/wysiwyg/fckeditor/
H A Dfckeditor.py124 iVersion = int(sAgent[i+6:i+6+8])
/plugin/wysiwyg/fckeditor/editor/filemanager/connectors/cfm/
H A DImageObject.cfc93 <cfset arg1 = javacast("int",int(arg1))>
94 <cfset arg2 = javacast("int",int(arg2))>
/plugin/googlesearch/
H A Dnusoap.php177 'i4'=>'','int'=>'integer','boolean'=>'boolean','string'=>'string','double'=>'double',

1...<<21222324252627282930