Home
last modified time | relevance | path

Searched refs:op (Results 176 – 189 of 189) sorted by path

12345678

/plugin/structat/meta/
H A DSearchConfigAt.php141 list($col, $value, $comp, $op) = $filter;
165 … $col->getType()->filter($userWHERE, $coltbl, $colnam, $comp, $value, $op); // type based filter
/plugin/structcondstyle/
H A Daction.php99 foreach ($this->ops as $k => $op) {
100 $op_reg = $op->getReg();
/plugin/structjoin/types/
H A DJoin.php149 * @param string $op
151 public function filter(QueryBuilderWhere $add, $tablealias, $colname, $comp, $value, $op) { argument
155 AbstractBaseType::filter($add, $tablealias, $colname, $comp, $value, $op);
166 $column->getType()->filter($add, $rightalias, $field, $comp, $value, $op);
/plugin/structodt/
H A Dhelper.php237 $op = $filter[3];
238 $search->addFilter($colname, $value, $comp, $op);
/plugin/structprogress/types/
H A DProgress.php143 * @param string $op
145 public function filter(QueryBuilderWhere $add, $tablealias, $colname, $comp, $value, $op) argument
147 $add = $add->where($op); // open a subgroup
149 $op = 'AND';
153 $add = $add->where($op); // sub where group
154 $op = 'OR';
159 $add->where($op, "CAST($tablealias.$colname AS DECIMAL) $comp CAST($pl AS DECIMAL)");
/plugin/subjectindex/plugins/
H A Dbible_verses.txt27543 So they laid hold of him and led him to the Ar·e·op'a·gus, saying: "Can we get to know what this ne…
27546 Paul now stood in the midst of the Ar·e·op'a·gus and said:"Men of Athens, I behold that in all thin…
27558 …vers, among whom also were Di·o·nys'i·us, a judge of the court of the Ar·e·op'a·gus, and a woman n…
/plugin/syntaxhighlighter4/dist/
H A Dsyntaxhighlighter.js.map1 … +\n 'mv nasm nc ndisasm netstat nice nl nohup nslookup objdump od open op passwd paste pathchk…
/plugin/textinsert/lang/nl/
H A Dintro.txt7 worden. Klik daarna op de **Schrappen** knop onderaan het scherm. Bewerken doe je via het bewerking…
11 door te klikken op de voorziene knop onderaan het scherm.
/plugin/upgrade/lang/nl/
H A Dstep0.txt3 Voor een automatische upgrade heeft het PHP-proces schrijfrechten op de Dokuwiki-bestanden nodig. De plugin checkt de benodigde bestandsrechten alvorens de upgrade te starten.
/plugin/webdavclient/
H A Dhelper.php1503 * @param string $op The report operation
1509 …private function buildReport($op, $ns = array(), $props = array(), $filters = array(), $hrefs = ar… argument
1515 $xml->startElement($op);
/plugin/xlsx2dw/packages/exceljs/
H A Dexceljs.js65443 var op;
65499 op = here >>> 24
65502 hold >>>= op;
65503 bits -= op;
65508 if (op === 0) {
65521 op &= 15;
65524 if (op) {
65532 bits -= op;
65551 bits -= op;
65561 op &= 15;
[all …]
/plugin/xlsx2dw/packages/jszip/
H A Djszip.js7966 hold >>>= op;
7967 bits -= op;
7978 if (op) {
7979 if (bits < op) {
7984 hold >>>= op;
7985 bits -= op;
7999 hold >>>= op;
8000 bits -= op;
8022 hold >>>= op;
8023 bits -= op;
[all …]
/plugin/xlsx2dw/packages/xlsx/
H A Dxlsx.mjs9260 else if(cc <= 0x18) return console.error("WK1 unsupported op " + cc.toString(16));
/plugin/xlsx2dw/packages/xmltojson/
H A Dxmltojson.js600 …unction mp(){return this.d};_.jb=function np(){return this.e};_.o=function op(){return Pr(this.d)^… function

12345678