Searched full:where (Results 1 – 25 of 3867) sorted by relevance
12345678910>>...155
90 // Test where works in TEST()140 // Test where fails: File does not exist in TEST()152 // Test where fails: File is not readable in TEST()177 // Test where fails: File is not valid JSON in TEST()194 // Test where fails: Error when parsing JSON elements in TEST()214 // Test where property exists in TEST()221 // Test where property does not exist in TEST()236 // Test where works: comments property specified in TEST()250 // Test where works: comments property not specified in TEST()263 // Test where works: and action type specified in TEST()[all …]
64 // Test where works: Fully qualified system type: First in list in TEST()77 // Test where works: Fully qualified system type: Second in list in TEST()90 // Test where works: Last node in system type: Second in list in TEST()103 // Test where works: Last node in system type: Last in list in TEST()116 // Test where works: System type has no '.' in TEST()131 // Test where fails: System type list is empty in TEST()145 // Test where fails: Configuration file directory is empty in TEST()154 // Test where fails: Configuration file directory does not exist in TEST()162 // Test where fails: Configuration file directory is not readable in TEST()174 // Test where fails: No matching file name found in TEST()[all …]
101 where = {}104 where[c] = condition[c]106 return where, " AND ".join("%s=:%s" % (k, k) for k in where.keys())176 …SELECT name FROM {_schema_table_name(sqlite_version)} WHERE type = 'table' AND name = 'unihashes_v…221 ((SELECT id FROM config WHERE name=:name), :name, :value)231 "SELECT value FROM config WHERE name=:name",250 WHERE outhashes_v2.method=:method AND outhashes_v2.taskhash=:taskhash267 WHERE outhashes_v2.method=:method AND outhashes_v2.outhash=:outhash282 SELECT * FROM unihashes_v3 WHERE unihash=:unihash296 WHERE outhashes_v2.method=:method AND outhashes_v2.outhash=:outhash[all …]
32 - my $where=$DESTDIR . $Config{'man3direxp'};33 + my $where=$DESTDIR . $MANDIR;41 - my $where=$DESTDIR . $Config{'man3direxp'};42 + my $where=$DESTDIR . $MANDIR;50 - my $where=$DESTDIR . $Config{'installsitelib'};51 + my $where=$DESTDIR . $INSTALLDIR;52 if(!-e $where){59 - my $where=$DESTDIR . $Config{'installsitelib'};60 + my $where=$DESTDIR . $INSTALLDIR;61 chdir($where);[all …]