Home
last modified time | relevance | path

Searched refs:opMap (Results 1 – 4 of 4) sorted by relevance

/plugin/pdfjs/pdfjs/web/
H A Ddebugger.js157 var opMap; variable
188 opMap = Object.create(null);
190 opMap[pdfjsLib.OPS[key]] = key;
350 var fn = opMap[operatorList.fnArray[i]];
/plugin/database2/
H A Ddatabase2.php2894 $opMap = array(
2941 if ( $opMap[$filter['op']] )
2950 $out[0] .= sprintf( $opMap[$filter['op']], $mode,
/plugin/pdfjs/pdfjs/build/
H A Dpdf.worker.js33625 this.opMap = getOPMap();
33627 lexer: new _parser.Lexer(stream, this.opMap),
33648 var opSpec = this.opMap[cmd];
H A Dpdf.worker.js.map1opMap = getOPMap();\n // TODO(mduan): pass array of knownCommands rather than this.opMap\n /…