Home
last modified time | relevance | path

Searched refs:arg1 (Results 1 – 25 of 41) sorted by relevance

12

/plugin/select/
Dsyntax.php51 $arg1 = trim($link[0]);
53 if (empty($arg1)){continue;}
55 if (empty($name)){$name = $arg1;}
61 if ( preg_match('/^[a-zA-Z\.]+>{1}.*$/u',$arg1) ) {
63 $interwiki = preg_split('/>/u',$arg1);
66 }elseif ( preg_match('/^\\\\\\\\[\w.:?\-;,]+?\\\\/u',$arg1) ) {
68 $url = $arg1;
69 }elseif ( preg_match('#^([a-z0-9\-\.+]+?)://#i',$arg1) ) {
71 $url = $arg1;
72 }elseif ( preg_match('!^#.+!',$arg1) ){
[all …]
/plugin/diagramsnet/lib/WEB-INF/lib/
Dslf4j-api-1.7.25.jar ... , java.lang.Object) String format Object arg1 Object arg2 public transient void trace (java.lang ...
/plugin/asciidocjs/node_modules/yargs/build/lib/
Dargsert.js4 export function argsert(arg1, arg2, arg3) { argument
6 return typeof arg1 === 'object'
7 ? [{ demanded: [], optional: [] }, arg1, arg2]
9 parseCommand(`cmd ${arg1}`),
Dusage.js16 self.showHelpOnFail = function showHelpOnFailFn(arg1 = true, arg2) { argument
18 return typeof arg1 === 'string' ? [true, arg1] : [arg1, arg2];
/plugin/findologicxmlexport/vendor/phpunit/phpunit-mock-objects/tests/_fixture/
DMockable.php7 public function __construct($arg1 = null, $arg2 = null) argument
9 $this->constructorArgs = [$arg1, $arg2];
/plugin/findologicxmlexport/vendor/hoa/stream/Wrapper/IWrapper/
DStream.php195 * @param int $arg1 If $option is:
212 public function stream_set_option($option, $arg1, $arg2); argument
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Node/Expression/
DCallTest.php95 public static function customStaticFunction($arg1, $arg2 = 'default', $arg3 = []) argument
99 public function customFunction($arg1, $arg2 = 'default', $arg3 = []) argument
DTestTest.php88 function twig_tests_test_barbar($string, $arg1 = null, $arg2 = null, array $args = []) argument
DFunctionTest.php115 function twig_tests_function_barbar($arg1 = null, $arg2 = null, array $args = []) argument
DFilterTest.php159 function twig_tests_filter_barbar($context, $string, $arg1 = null, $arg2 = null, array $args = []) argument
/plugin/combo/vendor/antlr/antlr4-php-runtime/src/Atn/
H A DATNDeserializer.php400 $arg1 = $this->readInt();
403 $trans = $this->edgeFactory($atn, $ttype, $src, $trg, $arg1, $arg2, $arg3, $sets);
765 int $arg1, argument
779 new RangeTransition($target, $arg1, $arg2);
782 $ruleStart = $atn->states[$arg1];
791 return new PredicateTransition($target, $arg1, $arg2, $arg3 !== 0);
794 return new PrecedencePredicateTransition($target, $arg1);
797 … return $arg3 !== 0 ? new AtomTransition($target, Token::EOF) : new AtomTransition($target, $arg1);
800 return new ActionTransition($target, $arg1, $arg2, $arg3 !== 0);
803 return new SetTransition($target, $sets[$arg1]);
[all …]
/plugin/wysiwyg/fckeditor/editor/filemanager/connectors/cfm/
DImageObject.cfc89 <cfargument name="arg1" type="any" required="yes">
92 <cfif isDefined("arg2") and isNumeric(arg1) and isNumeric(arg2)>
93 <cfset arg1 = javacast("int",int(arg1))>
96 <cfset variables.img.init(arg1,arg2,variables.img.TYPE_INT_RGB)>
97 <cfelseif arg1.getClass().getName() eq "java.awt.image.BufferedImage">
98 <cfset variables.img = arg1>
99 <cfelseif isSimpleValue(arg1) and len(arg1) gt 0>
100 <cfset imageResults = variables.imageCFC.readImage(arg1, "no")>
/plugin/asciidocjs/node_modules/a-sync-waterfall/
DREADME.md52 function(arg1, arg2, callback){
55 function(arg1, callback){
56 // arg1 now equals 'three'
/plugin/indexmenu/scripts/fancytree/modules/
Djquery.fancytree.childcounter.js116 $.ui.fancytree.prototype.widgetMethod1 = function (arg1) { argument
118 return arg1;
/plugin/do/scripts/
DPluginDo.js182 getLang: function (name, arg1, arg2) { argument
185 if (arg1 === null) {
188 return lang.replace(/%(1\$)?(s|d)/, arg1);
190 return lang.replace(/%(1\$)?(s|d)/, arg1)
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Fixtures/tags/macro/
Dreserved_name.test4 {% macro parent(arg1, arg2) %}
/plugin/combo/vendor/bin/
H A Dyaml-lint94 public function stream_set_option($option, $arg1, $arg2)
/plugin/webdavclient/vendor/sabre/vobject/lib/
DDocument.php128 * @param string $arg1,... Unlimited number of args
/plugin/davcard/vendor/sabre/vobject/lib/
DDocument.php128 * @param string $arg1,... Unlimited number of args
/plugin/icalevents/vendor/sabre/vobject/lib/
DDocument.php128 * @param string $arg1,... Unlimited number of args
/plugin/davcal/vendor/sabre/vobject/lib/
H A DDocument.php128 * @param string $arg1,... Unlimited number of args
/plugin/webdav/vendor/sabre/vobject/lib/
DDocument.php127 * @param string $arg1,... Unlimited number of args
/plugin/jquerymigrate/
Djquery-migrate-3.1.0.js142 jQuery.fn.init = function( arg1 ) { argument
145 if ( typeof arg1 === "string" && arg1 === "#" ) {
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Net/SFTP/
DStream.php743 * @param int $arg1
748 private function _stream_set_option($option, $arg1, $arg2) argument
/plugin/findologicxmlexport/vendor/twig/twig/ext/twig/
Dtwig.c438 static int TWIG_CALL_ZZ(zval *object, char *method, zval *arg1, zval *arg2 TSRMLS_DC) in TWIG_CALL_ZZ() argument
446 args[0] = &arg1; in TWIG_CALL_ZZ()
485 static void TWIG_NEW(zval *object, char *class, zval *arg0, zval *arg1 TSRMLS_DC) in TWIG_NEW()
498 TWIG_CALL_ZZ(object, "__construct", arg0, arg1 TSRMLS_CC); in TWIG_NEW()

12